@media(max-width: 1440px) {

    .img-client-logo-info {
        max-height: 50px;
        max-width: 200px;
    }
}
@media(max-width: 1280px) {

    .img-client-logo-info {
        max-height: 50px;
        max-width: 150px;
    }
}

@media(min-width: 1200px) {
    .card-xxl-stretch.card-height-dashboard {
        height: calc(100% - var(--bs-gutter-y)) !important;
        max-height: 700px;
        min-height: 400px;
    }

}

@media(min-width: 992px) {
    .aside-menu .menu-item.active:after {
        width: 0;
        height: 0;
        border: 10px solid transparent;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0;
        border-right-color: #eff2f5;
        border-top-width: 22px;
        border-bottom-width: 22px;
        content: " ";
        position: absolute;
        z-index: 1;
    }

}

@media (max-width: 991.98px) {
    .p-mobile{
        padding: 0!important;
    }
    .row .col-stores {
        width: 50%;
    }

    #kt_aside_logo_mobile {
        display: block;
    }
}

@media(max-height: 800px) {
    #buildings-card {
        max-height: 400px;
        min-height: 350px;
    }
}

@media (min-width: 576px) {
    #modal_licenses .modal-dialog {
        max-width: 387px;
    }

    #assign_users_mobile {
        display: none;
    }

    #assign_users_desktop {
        display: flex;
    }
}

@media (max-width: 575px) {
    #assign_users_mobile {
        display: flex;
    }

    #assign_users_desktop {
        display: none;
    }

    #modal_licenses .modal-dialog {
        max-width: 387px;
    }
}