body{
    overflow: hidden !important;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 1rem !important;
}
.app-body{
    overflow: hidden !important;
}
.sidebar{
    background-color: #161C2D !important;
    padding-top: calc(0.5rem + 55px) !important;
}
.sidebar.sidebar-pills .nav-link{
    color: #ffffff !important;
}
.sidebar .nav-link{
    font-size: 1rem !important;
    gap: 10px;
}
.app-header{
    position: fixed !important;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid #fff;
}
.app-header .navbar-brand{
    width: 190px !important;
}
.app-body .main{
    padding-top: calc(0.5rem + 55px) !important;
}
/*[role=button], [type=button], [type=reset], [type=submit], button{
    color: #FFFFFF !important;
}*/
[v-cloak] {
    display: none;
}
.v-application {
    background-color: transparent !important;
}
/* Scrollbar */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/*Auth Layout*/
.card-login-custom .form-group label{
    color: #ffffff !important;
    margin: 0;
    font-size: 1em;
    position: relative;
    top: -5px;
}
.card-login-custom .form-group > label::before{
    display: none;
}
/*End*/

/*Side Bar Layout*/
.sidebar-custom{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 78px;
    background: #11101d;
    z-index: 99;
    transition: all 0.5s ease;
}
.sidebar-custom .logo_content{
    padding: 14px 14px;
    position: relative;
}
.sidebar-custom .logo_content .logo{
    color: #fff;
    display: flex;
    height: 50px;
    width: 100%;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
}
.logo_content .logo i{
    font-size: 28px;
}
.logo_content .logo .logo_name{
    font-size: 20px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
}
.sidebar-custom #openSide{
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    font-size: 22px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.sidebar-custom ul.nav_list{
    padding: 14px 14px;
}
.sidebar-custom.active ul.nav_list{
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 8.6em);
}
.sidebar-custom ul.nav_list:hover li.link-dropdown{}
.sidebar-custom ul.nav_list li{
    position: relative;
    width: 100%;
    list-style: none;
    margin: 5px 0;
}
.sidebar-custom ul.nav_list li .tooltip{
    position: absolute;
    left: 125px;
    top: 0;
    transform: translate(-50% , -50%);
    border-radius: 6px;
    height: 35px;
    width: 120px;
    background: #11101dc7;
    line-height: 35px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: 0s;
    opacity: 0;
    pointer-events: none;
    display: block;
    color: #fff;
}
.sidebar-custom ul.nav_list li:hover .tooltip{
    transition: all 0.5s ease;
    opacity: 1;
    top: 50%
}
.sidebar-custom ul.nav_list li input{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 12px;
    outline: none;
    border: none;
    background: #11101d;
    padding-left: 55px;
    font-size: 18px;
    color: #fff;
}
.sidebar-custom ul li .bx-search{
    position: absolute;
    z-index: 99;
    color: #fff;
    font-size: 22px;
    transition: all 0.5s ease;
}
.sidebar-custom ul li .bx-search:hover{
    background: #fff;
    color: #1d1b31;
}
.sidebar-custom ul li a{
    color: #fff !important;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 12px;
    white-space: nowrap;
    transition: all 0.4s ease;
}
.sidebar-custom ul li a:hover,
.sidebar-custom ul li.in a{
    color: #11101d !important;
    background: #fff;
}
.sidebar-custom ul li i{
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    min-width: 50px;
    border-radius: 12px;
    line-height: 50px;
    text-align: center;
}
.sidebar-custom .links_name{
    font-size: 15px;
    font-weight: 400;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
.sidebar-custom .profile_content{
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
}
.sidebar-custom .profile_content .profile{
    position: relative;
    padding: 10px 6px;
    height: 60px;
    background: none;
    transition: all 0.4s ease;
}
.profile_content .profile .profile_details{
    display: flex;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    transition: all 0.4s ease;
}
.profile .profile_details img{
    height: 45px;
    width: 45px;
    object-fit: cover;
    border-radius: 12px;
}
.profile .profile_details .name_job{
    margin-left: 10px;
}
.profile .profile_details .name{
    font-size: 15px;
    font-weight: 400;
}
.profile .profile_details .job{
    font-size: 12px;
}
.profile #log_out{
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 50px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.4s ease;
    background: #1d1b31;
    cursor: pointer;
}
.home_content{
    position: absolute;
    width: calc(100% - 73px);
    left: 78px;
    background: #eff2fd;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    transition: all 0.5s ease;
    padding: 1em;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    display: inline-block;
}
/*if set active in (Side Bar)*/
.sidebar-custom.active{
    width: 240px
}
.sidebar-custom.active .logo_content .logo{
    opacity: 1;
    pointer-events: none;
}
.sidebar-custom.active #openSide{
    left: 90%;
}
.sidebar-custom.active ul li .tooltip{
    display: none;
}
.sidebar-custom ul li:hover .tooltip{
    transition: all 0.5s ease;
    opacity: 1;
    top: 50%
}
.sidebar-custom.active .links_name{
    transition: 0s;
    opacity: 1;
    pointer-events: auto
}
.sidebar-custom.active .profile_content .profile{
    background: #1d1b31;
}
.sidebar-custom.active .profile .profile_details{
    opacity: 1;
    pointer-events: auto;
}
.sidebar-custom.active .profile #log_out{
    left: 88%;
}
.sidebar-custom.active .profile #log_out{
    background: none;
}
.sidebar-custom.active ~ .home_content{
    z-index: 100;
}
.sidebar-custom.active ~ .home_content{
    width: calc(100% - 235px);
    left: 240px;
}
.sidebar-custom.active ul li.link-dropdown:hover,
.sidebar-custom.active ul li.link-dropdown.in{
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    display: block;
}
/*.sidebar-custom ul li.link-dropdown:hover ul.list-sup-link{
    height: auto;
}*/
.sidebar-custom.active ul li.link-dropdown:hover a,
.sidebar-custom.active ul li.link-dropdown.in a{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid #ccc;
    color: #11101d !important;
    background: #fff;
}
.sidebar-custom.active ul li.link-dropdown:hover > ul.list-sup-link,
.sidebar-custom.active ul li.link-dropdown.in ul.list-sup-link{
    height: auto;
    display: inline-block;
}
.sidebar-custom ul li ul.list-sup-link{
    display: none;
}
.sidebar-custom.active ul li ul.list-sup-link{
    margin-top: 0;
    overflow: hidden;
    white-space: nowrap;
    height: 0;
    background-color: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    width: 100%;
}
.sidebar-custom.active ul li ul.list-sup-link li{
    margin: unset;
    height: 45px;
    line-height: 45px;
}
.sidebar-custom.active ul li ul.list-sup-link li:hover a,
.sidebar-custom.active ul li ul.list-sup-link li.in a{
    background-color: #e9e9e9;
}
.sidebar-custom.active ul li ul.list-sup-link li a{
    padding-left: 1.2em;
    border-radius: unset;
    color: #11101d !important;
}
/*endif*/
.v-input__icon.v-input__icon--append i {
    font-size: 1em;
}
#crudTable_wrapper #crudTable thead{
    background-color: #161c2d !important;
    color: #fff;
}
.sidebar.sidebar-pills .nav-link.nav-dropdown-toggle::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%2373818f' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}
.sidebar .nav-dropdown-toggle::before {
    color: unset !important;
    font-family: unset !important;
    -webkit-font-feature-settings: unset !important;
    transform: unset !important;
    position: absolute !important;
    top: 50% !important;
    right: 1rem !important;
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    padding: 0 !important;
    margin-top: -4px !important;
    content: "" !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: transform 0.3s !important;
}
.sidebar .nav-dropdown.open > .nav-dropdown-toggle::before {
    transform: rotate(-90deg) !important;
}
.sidebar .sidebar-nav{
    width: 100% !important;
}
.sidebar .nav{
    padding: 0 !important;
}
table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: collapse !important;
    box-shadow: 0 0 5px -2px #0000003b !important;
    border: unset !important;
}
.form-group.switch-style .d-inline-flex{
    justify-content: center !important;
    align-items: center !important;
}
.form-group.switch-style span.switch-slider{
    border-color: #ccc !important;
}
.bold-labels form .tab-content .tab-pane{
    padding: 2.6em 1em !important;
}
.bold-labels form .card{
    padding: 1.3em 0 0 0 !important;
}
.bold-labels form .card button.inline-create-button:focus-visible,
.bold-labels form .tab-content .tab-pane button.inline-create-button:focus-visible,
.bold-labels form .card button.inline-create-button:focus,
.bold-labels form .tab-content .tab-pane button.inline-create-button:focus{
    box-shadow: unset !important;
    outline: unset !important;
}
.bold-labels form .card button.inline-create-button:hover,
.bold-labels form .tab-content .tab-pane button.inline-create-button:hover{
    background-color: #ffffff !important;
    border-color: #dbc483 !important;
    color: #dbc483 !important;
}
.bold-labels form .card button.inline-create-button,
.bold-labels form .tab-content .tab-pane button.inline-create-button{
    border: 1px solid;
    border-radius: 0.375em;
    font-size: .8em;
    color: #fff;
    background-color: #dbc483;
    margin-right: .8em;
}
.switch-primary .switch-input:checked + .switch-slider::before {
    border-color: #dbc483 !important;
}
button:focus-visible{
    box-shadow: unset !important;
    outline: unset !important;
}
@media (min-width: 576px) {
    #inline-create-dialog .modal-dialog {
        max-width: 800px;
    }
}
html.hidden_scroll,
body.hidden_scroll{
    overflow-y: hidden !important;
    overflow: hidden !important;
}
.cover-modal{
    position: absolute;
    top: 40px;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: #00000045;
    z-index: 999;
    display: none;
}
.cover-modal .card{
    width: 500px;
}
.cover-modal .card-title{
    padding: .5em;
    border-bottom: 1px solid rgba(0, 40, 100, 0.12);
    font-weight: bold;
}
.cover-modal .card-body{
    padding: .5em;
}
.cover-modal .card-footer{
    padding: .5em;
    gap: 5px;
}
.cover-modal.show-modal{
    display: grid !important;
}
.cover-modal .card .v-application--wrap{
    min-height: auto !important;
}

.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(22,28,45,.1);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#161c2d}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid rgba(22,28,45,.1);border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;align-items:center;justify-content:flex-end;padding:1rem;border-top:1px solid rgba(22,28,45,.1);border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}


.notification-custom{
    position: absolute;
    right: -450px;
    top: 55px;
    width: 450px;
    height: 96%;
    background-color: #f5f8fa;
    z-index: 999;
    box-shadow: 0 0 8px -3px #000;
    transition: right .3s;
    overflow-y: scroll;
}

.app-body.show-notifications .notification-custom{
    right: 0;
    transition: right .3s;
}

ul.notification_custom_list{
    list-style: none !important;
}

ul.notification_custom_list li.notification_item{
    width: 100%;
    margin-bottom: .25em;
    border-bottom: 1px solid #ccc;
    padding: .5em;
}

li.notification_item a{
    display: flex;
    flex-direction: row;
    flex: auto;
    gap: 5px;
    align-items: center;
    justify-content: start;
}

ul.notification_custom_list li.notification_item:last-child{
    border-bottom: none !important;
}

li.notification_item .notification_left{
    display: flex;
    flex-direction: row;
    flex: auto;
    gap: 5px;
}

li.notification_item img.notification_image{
    width: 70px;
    border-radius: 5px;
}
li.notification_item div.notification_content{
    display: grid;
    color: black;
    width: 100%;
}
div.notification_content strong.notification_title{
    font-size: .9em;
}
div.notification_content span.notification_description{
    font-size: .8em;
}

li.notification_item .notification_right{
    display: grid;
    color: rgba(0, 0, 0, 0.8);
    width: 100px;
    justify-content: end;
}

li.notification_item .notification_right .notification_time{
    font-size: .7em;
}
li.notification_item .notification_right .notification_is_read{
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #1B8989;
    text-align: right;
}
