.nav-header {
    height: 4.5rem !important;
    width: 17.563rem !important;
}
.header {
    height: 4.5rem !important;
}
.deznav {
    width: 17.563rem !important;
    padding-top: 60px !important;
}

.content-body {
    margin-left: 17.563rem !important;
}

.header-right .notification_dropdown .nav-link {
    padding: 4px;
}

.header-right .header-profile img {
    width: 27px;
    height: 27px;
}

.header-right > li:not(:first-child) {
    padding-left: 3rem;
}

[data-sidebar-style="overlay"] .content-body {
    margin-left: 0  !important;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .deznav {
    width: 5rem !important;
}
[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-header {
    width: 5rem !important;
}
[data-header-position="fixed"] .content-body {
    padding-top: 2.5rem;
}

@media only screen and (max-width: 1199px){
    .nav-header {
        width: 5rem !important;
        height: 3rem !important;
    }
    .header {
        height: 3rem !important;
    }
    .deznav {
        padding-top: 40px !important;
        width: 17.563rem !important;
    }
    [data-header-position="fixed"] .content-body {
        padding-top: 2rem;
    }
}

@media (max-width: 767px){
    .deznav {
        top: 2rem;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1400px){
    .content-body {
        margin-left: 17rem  !important;
    }
}

@media only screen and (max-width: 1400px){
    .header-right .notification_dropdown .nav-link {
        padding: 4px;
    }
    .header-right .header-profile img {
        width: 24px;
        height: 24px;
    }
    .header-right > li:not(:first-child) {
        padding-left: 2rem;
    }
}




