body{
    font-family: 'Inter'!important;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 0px;
    height: 0px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    background-color:#FFC153!important;
}

#sidebar-menu .nav-link.active{
    background-color: #FFC153;
}

#sidebar-menu .nav-link:hover{
    background-color: #FFC153!important;
    color: #ffffff!important;
}
.btn-warning-custom {
     color: #fff!important;
     background-color: #ffc107;
     border-color: #ffc107;
 }
.btn-warning-custom:hover{
    color: #fff!important;;
    background-color: #ffa800d6!important;;
}
#_app_content{
    box-shadow: 4px 0 6px rgb(0 0 0 / 15%);
}
._app_strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
}

._app_input label{
    position: relative;
    top: 15px;
    left: 10px;
    background: white;
    padding-left: 10px;
    padding-right: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    z-index: 2;
}
._app_input .select2-selection__arrow{
    display: none;
}
._app_input .select2{
    /*border: 1px solid #eee;*/
}
.select2-container--krajee-bs4 .select2-selection {
   box-shadow: unset;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #8a92a6;
}

._app_box{
    border: 1px solid #D3D3D3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 16px;
    border-radius: 4px;
    font-size: 14px;

}
._app_box p{
    margin-bottom: 5px;
}
._app_box_icon ._app_box{
    /*max-width: 420px;*/
    /*min-width: 420px;*/
    display: inline-flex;
}
._app_box_icon *{
    font-size: 14px;
}
._app_box_icon .badge{
    font-size: 12px;

}
._app_box_icon .icon{
    position: relative;
}

._app_box_hover:hover{
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.78);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.78);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.78);
    transition-duration: 0.2s;
}

.badge.rounded-pill{
    padding: 8px 16px;
}
.btn{
    text-transform: unset;
    font-weight: bold;
}
._app_box_footer{
    padding-top: 5px;
    padding-bottom: 5px;
}
.hr-vertial{
    background: #eeeeee;
    background-image: unset;
}
.nav-disabled{
    pointer-events: none;
    color: #adb5bd!important;
    cursor: auto;
}
.nav-disabled *{
    color: #adb5bd!important;
}
.sidebar-body{
    height: 100%;
}
.scroll-content{
    height: 100%;
}
.sidebar-mini ._image{
    display: none;
}