aside.left-sidebar {
    z-index: 70;
}
.navbar-fixed {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 1;
    background: #fff;
    box-shadow: 1px 1px 3px 3px #adb5bd47;
}

header.topbar {
    top: 67px;
    position: fixed;
    width: 100%;
}

.page-wrapper {
    position: relative;
    margin-top: 134px;
}

.topbar .top-navbar .navbar-header .navbar-brand{
    justify-content: center;
}

@media (min-width: 769px) {
    html body .hidden-sm-up {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .no-left-sidebar .footer, .no-left-sidebar .page-wrapper {
        margin-left: 0px !important;
    }
}
a.navbar-brand.nav-item {
    color: rgba(255, 255, 255, .5);
    min-width: 100px;
}
.input-sm {
    font-size: 12px;
}
.text-left {
    text-align: left;
}
.p-t-50 {
    padding-top: 50px !important;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px !important;
    margin: 0 auto;
    background: #fff;
}
.image-popup-vertical-fit {
    cursor: zoom-in !important;
}
li.selected {
    background: #009efb14 !important;
}
.d-hidden {
    display: none;
}
.text-captialize {
    text-transform: capitalize;
}
.py-8{
    padding: 8px 0px !important;
}
a.nav-link.waves-effect.waves-light.p-0.m-0.py-8.font-14 {
    font-size: 14px !important;
}
a.nav-link.sm-font {
    font-size: 13px !important;
}
.font-sm {
    font-size: 13px;
}
.ribbon-footer {
    padding: 30px;
    text-align: center;
}
.text-max-180{
    width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
a.back-icon {
    font-size: 14px;
    font-weight: 800;
    color: #212529;
    margin-right: 10px;
}

.custom-table-hover tbody tr:hover {
    background-color: #6854da;
    opacity: 0.6;
    cursor: pointer;
    color: white;
}
.custom-table-hover1 tbody tr:hover {
    background-color: #0275d8;
    opacity: 0.6;
    cursor: pointer;
    color: white;
}


