@media (min-width: 100px ) and (max-width: 1399px ) {
    .container{
        max-width: 100%;
    }

}

@media (max-width: 991px){
    .auth-content-inner{
        padding-bottom: 20px;
    }
    .statistics > div{
        margin-bottom: 25px;
    }
    .income-profit {
        margin-top: 0px;
        gap: 25px;
    }
    body.bodyClosed .sidebar {
        width: 280px;
        min-width: 280px;
        top: 0;
        bottom: 0;
        left: -300px;
        border-radius: 0;
    }
    body.bodyClosed .sidebar.open {
       left: 0;
    }
    body.bodyClosed .logo-primary {
        width: 148px;
    }
    body.bodyClosed .sidebar-nav ul.main-category-menu li.sidebar-list > a span.menu-name {
        opacity: 1;
    }
    .headerMenu{
        display: block;
    }
    body.bodyClosed .main-content-container {
        padding: 140px 0 40px 30px;
    }
    body.bodyClosed .header-wrapper {
        left: 30px;
    }
    .box-activities-col{
        margin-top: 20px;
    }
    .activities-content-wrapper-announce {
        max-height: 400px;
    }
    

}

@media (max-width: 767px){
    .auth-title {
        font-size: 32px;
        line-height: 36px;
    }
    .auth-text{
        margin-bottom: 20px;
    }
    .auth-illustration {
        max-width: 350px;
    }
    .bg-img-auth {
        min-height: fit-content;
    }
    .auth-form-wrapper{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .card-auth {
        padding: 30px 20px 40px 20px;
    }

}
