#kt_app_content_container{
    width: 85%; 
    margin-left: auto; 
    margin-right: auto;
}
.no_wrap_style{
    white-space: nowrap;
}
.menu-container {
    max-height: 140px; 
    overflow-y: auto;
}
@media (min-width: 992px)
{
    .app-container {
        padding-left: 25px!important;
        padding-right: 30px!important;
    }
}

.shadow_menu{
    box-shadow: 0px 4px 16px 0px rgb(71,84,92,0.3);
}
.logo_header{
    width:40px;
    margin-top:5px;
    border-radius: 0.475rem
}
#kt_app_sidebar_logo{
    /* width: 100px !important; */
    padding: 10px 0 10px 0 !important;	
}
.c_logo{
    height: 100% !important;
    width: 100% !important;
    /* width: auto !important; */
    object-fit: contain !important
}
.toastr{
    opacity: 1 !important;
}