/**
Perfiles y filtros
**/
body.profile-A .profile-allow:not(.profile-A),
body.profile-B .profile-allow:not(.profile-B),
body.profile-C .profile-allow:not(.profile-C){
    display: none !important;
}

body.profile-A .profile-deny.profile-A,
body.profile-B .profile-deny.profile-B,
body.profile-C .profile-deny.profile-C{
    display: none !important;
}

body.profile-B .app-wrapper {
    margin-left: 0 !important;
}

@media (max-width: 1280px) and (min-width: 1100px) {
    body.profile-A #main-title-subtitle{
        display: none !important;
    }
    body.profile-A .header-menu .menu > div > a{
        padding: 0 10px;
    }
}
@media (max-width: 1099px) and (min-width: 992px) {
    body.profile-A #main-title-subtitle{
        display: none !important;
    }
    body.profile-A .header-menu .menu > div > a{
        padding: 0 0.4vh;
    }
}

.d-none-lang{
    display: none !important;
}

.select-form-language{
    min-width: 105px;
    justify-content: center;
}

.select-form-language  .select2-selection__rendered{
    color: inherit !important;
}

.hide-select-form-language .select-form-language-container,
.hide-select-form-language .badge-language{
    display: none !important;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    #dashboard-stats .value-lg {
        font-size: 2rem!important;
    }

    #dashboard-stats .value-xl {
        font-size: 1.5rem!important;
    }
}