body {
    margin: 0;
    font-family: Poppins, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: left;
    background: #f6f6fa !important;
}

.ml-auto {
    margin-left: auto;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.d-flex {
    display: flex;
}

.navbar-header:before {
    display: block;
}

.logo {
    margin: unset;
}

.icon-thumbnail {
    display: block;
    background: unset;
    height: unset;
    width: unset;
    line-height: unset;
    text-align: unset;
    vertical-align: unset;
    position: unset;
    left: unset;
    float: unset;
    margin-right: unset;
    color: inherit;
    font-size: inherit;
    transition: unset;
    font-family: inherit;
    font-weight: inherit;
}

.main-theme .div-body[data-sidebar="dark"] #sidebar-menu ul li a {
    padding-left: 0px;
}

#sidebar-menu {
    height: 100%;
}

#sidebar-menu .page-sidebar {
    height: 100%;
}

.page-sidebar .sidebar-menu {
    height: calc(100% - 50px);
    position: relative;
    width: 100%;
}

.page-sidebar .sidebar-menu .menu-items>li {
    height: 56px;
}


/* Dropdown */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.8125rem;
    color: #495057;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    right: 0;
    left: auto;
}


}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    
    . right: 0;
    left: auto;
}

}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #eff2f7;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.35rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #74788d;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.71094rem;
    color: #74788d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.35rem 1.5rem;
    color: #212529;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.dropdown-menu {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin: 0;
    position: absolute;
    z-index: 1000;
}
.dropdown-menu.show {
    top: 100% !important;
}
.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=left] {
    top: 0px!important;
    -webkit-animation: none !important;
    animation: none !important;
}
@-webkit-keyframes DropDownSlide {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
@keyframes DropDownSlide {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@media (min-width: 600px) {
    .dropdown-menu-lg {
        width: 320px;
    }
    .dropdown-menu-md {
        width: 240px;
    }
}
.dropdown-divider {}
.dropdown-mega {
    position: static !important;
}
.dropdown-megamenu {
    padding: 20px;
    left: 20px !important;
    right: 20px !important;
}
.dropdown-mega-menu-xl {
    width: 40rem;
}
.dropdown-mega-menu-lg {
    width: 26rem;
}
.main-theme .navbar-header .dropdown.open .header-item {
    background-color: #f8f9fa;
}
.align-items-center {
    align-items: center;
}
.p-5 {
    padding: 3rem!important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem!important;
}
.breadcrumb li a {
    font-size: 11px;
}
.breadcrumb li a:hover {
    color: unset;
}
. breadcrumb>li+li:before {
    position: unset;
}