

.app-main__outer {
    z-index: 11 !important;
}
.app-header.header-shadow{
    background-color: black;
    color: #fff !important;
}
.app-header .header-megamenu.nav > .nav-item > .nav-link {
    color: #fff !important;
}

.closed-sidebar .app-main .app-main__outer {
    padding-left: 0 !important;
    margin-left: 64px !important;
    max-width: calc(100% ) !important;
    margin-top: 0!important;
}

@media (max-width: 991.98px){
    .closed-sidebar .app-main .app-main__outer {
        padding-left: 0 !important;
        margin-left: 0px !important;
        max-width: calc(100% ) !important;
        margin-top: 0!important;
    }
}

.fixed-sidebar .app-main .app-main__outer {
    padding-left: 0 !important;
    margin-left: 280px;
    max-width: calc(100% - 280px);
}

.app-main__outer{
    max-width: 100%;
}


@media (max-width: 991.98px) {
    .app-main .app-main__outer {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .swal2-modal{
        width: 100% !important;
    }
}

.modal {
    overflow: visible;
}

div[class="modal fade show"] {
    padding-right: 17px;
    display: block;
    position: absolute;
    z-index: 20;
    padding-top: 3rem;
}

.swal2-container {
    margin-top: 4rem !important;
}

.select2-container .select2-selection--single {
    height: 31px !important;
}

.fix-overlay{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #ffffffab;
}

.container-logs [aria-expanded="true"] {
    background-color: #5c5d61;
    color: white;
    font-weight: bold;
}

/* .app-sidebar{
    z-index: 999;
} */

.app-page-title .page-title-img {
    font-size: 2rem;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    padding: .83333rem;
    margin: 0 30px 0 0;
    background: #fff;
    box-shadow: 0 .46875rem 2.1875rem rgba(4,9,20,.03),0 .9375rem 1.40625rem rgba(4,9,20,.03),0 .25rem .53125rem rgba(4,9,20,.05),0 .125rem .1875rem rgba(4,9,20,.03);
    border-radius: .25rem;
    width: 150px;
    height: 150px;
}

.swal-content-top{
    flex-direction: column !important;
    justify-content: start !important;
}
.swal-content-top > div{
    margin-top: initial !important;
}

@media print {
    body * {
        visibility: hidden;
    }
    .printable, .printable * {
        visibility: visible;
    }
    .printable {
        position: absolute;
        left: 0;
        top: 0;
    }
    .page-break {
        page-break-before: always;
    }
}
