﻿html[data-layout="vertical"] .topnav {
    display: none;
}
html[data-layout="vertical"] .leftside-menu {
    display: block;
}
html[data-layout="topnav"] .topnav {
    display: block;
}
html[data-layout="topnav"] .leftside-menu {
    display: none;
}
.auth-fluid {
    background: url('../assets/images/bg-auth-azure.jpg') !important;
}
.lang-azure {
    list-style-type: none;
}
#search-dropdown {
    max-height: 33vh;
    overflow-y: scroll;
}
#notification-list-test {
    overflow-y: scroll;
}
.noti-close-btn, .notify-item {
    cursor: pointer;
    display: inline-block;
}
.d-noti-icon-badge {
    display: none;
}
.bdg-ntg-cnt {
    top: -10px !important;
}