:root {
    --body-text-color: #333333;
    --body-background: #fafafa;
}

body {
    color: var(--body-text-color);
    background: var(--body-background);
    font-size: 1rem !important;
    font-weight: 400;
}

body .navbar.navbar-expand-lg {
    /* background: #fff;
    border-bottom: 1px solid var(--default-border-color); */
}

.sb-hide-sm {
    margin-left: -90px;
}

.sb-show-sm {
    margin-left: 0px;
}

.sb-hide-lg {
    margin-left: -180px;
}

.sb-show-lg {
    margin-left: 0px;
}

.sb-hide-lg-ni {
    margin-left: -270px !important;
}

.sb-show-lg-ni {
    margin-left: 0px !important;
}

.bg-menu-select-color {
    background-color: rgb(181 184 185 / 28%) !important;
}

@media screen and (min-width: 768px) {
    .nav-toggle.lg-show {
        width: calc(100% - 270px);
        float: right;
    }

    .nav-toggle.sm-show {
        width: calc(100% - 90px);
        float: right;
    }

    #nav-close-sm-device {
        display: none;
    }
}

.nav-toggle {
    transition: all .6s ease;
}

@media screen and (max-width: 767px) {
    .nav-toggle.lg-show {
        width: 100%;
    }

    .nav-toggle.sm-show {
        width: 100%;
    }

    .sidebar-nav-lg {
        margin-left: -270px;
    }

    .sidebar-nav-sm {
        margin-left: -90px;
    }
}

.nav-toggle .navbar-toggler {
    padding: 4px 7px;
}

.nav-toggle .navbar-toggler .navbar-toggler-icon {
    height: 1em;
    width: 1.1em;

}

#page-wrapper {
    padding: 15px;
    width: 100%;
    padding-top: 12px;
}

.sidebar-nav-sm {
    width: 90px;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    background: var(--theme-menu-color) !important;
    /* overflow-y: auto; */
    transition: all .6s ease;
    z-index: 1023;
    border-right: 1px solid var(--theme-menu-border-color);
}

.sidebar-nav-sm .logo-div {
    width: 100%;
    display: block;
    text-align: center;
    padding: 11px 5px 16px 5px;
}

.sidebar-nav-sm .logo-div img {
    width: 50px;
}

.sidebar-nav-sm .nav-item i {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
}

.sidebar-nav-sm .nav-item-parent-a div {
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-top: -2px;
}

.sidebar-nav-sm .nav-item-parent-a.active {
    background: var(--theme-color);
}

.sidebar-nav-sm .nav-item-parent-a {
    color: var(--app-menu-text-color);
    border-radius: 0;
    border-bottom: 1px solid var(--theme-menu-border-color) !important;
    padding: 10px 3px;
}

.sidebar-nav-sm .nav-item-1st-child {
    background: var(--theme-menu-color) !important;
    color: var(--app-menu-text-color);
    text-align: left;
    left: 90px;
    top: 0;
    width: 245px;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    border-right: 1px solid #f1f1f1;
    display: none;
}

.sidebar-nav-sm .nav-item-parent-li:hover .nav-item-1st-child {
    display: initial !important;
}

.sidebar-nav-sm .child-nav-2nd div {
    border-bottom: 1px solid var(--theme-menu-border-color);
    padding: 20px 20px 8px 20px;
    width: 100%
}

.sidebar-nav-sm .child-nav-2nd h4 {
    font-size: 17px;
}

.sidebar-nav-sm .child-nav-2nd {
    margin-bottom: 5px;
}

.sidebar-nav-sm .child-nav-3rd {
    width: 100%;
    float: left;
    padding: 5px 15px
}

.sidebar-nav-sm .child-nav-3rd a {
    text-decoration: none;
    color: var(--app-menu-text-color);
    font-size: 15px;
}

.sidebar-nav-sm .child-nav-3rd i {
    padding: 4px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    margin-right: 7px;
    font-size: 15px;
    float: left;
    width: auto;
}

.sidebar-nav-sm .bottom-dropdown {
    border-top: 1px solid var(--theme-menu-border-color) !important;
}

.sidebar-nav-lg {
    height: 100vh;
    width: 270px;
    top: 0;
    left: 0;
    position: fixed;
    background: var(--theme-menu-color);
    color: var(--app-menu-text-color);
    z-index: 1022;
    transition: all .6s ease;
    border-right: 1px solid var(--theme-menu-border-color);
}


.sidebar-nav-lg .border-bottom {
    border-bottom: 1px solid var(--theme-menu-border-color) !important;
}


.sidebar-nav-lg .logo-div {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 10px 9px 10px;
}

.sidebar-nav-lg .logo-div img {
    width: 95%;
    height: 40px;
    object-fit: contain;
    padding-bottom: 5px;
}

.sidebar-nav-lg .btn-toggle {
    color: var(--app-menu-text-color);
}

.sidebar-nav-lg .btn-toggle-nav a {
    color: var(--app-menu-text-color) !important;
}

.dropdown-toggle {
    outline: 0;
}

.btn-toggle {
    width: 100%;
    padding: .5rem .3rem;
    font-weight: 500;
    color: var(--app-menu-text-color);
    background-color: transparent;
}

.btn-toggle:hover,
.btn-toggle:focus {
    color: var(--app-menu-text-color);
    background-color: #ffffff29;
}

.btn-toggle-nav a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: #ffffff29;
}

.sidebar-nav-lg .btn-toggle .menu-name-lg {
    padding: 0px 5px 0px 10px;
}

.btn-toggle-parent::after {
    font-family: "Material Symbols Outlined";
    content: "chevron_right";
    transition: transform .35s ease;
    transform-origin: .5em 50%;
    position: absolute;
    right: 20px;
    color: var(--app-menu-text-color);
    font-size: 18px;
}


.sidebar-nav-lg .btn-toggle-parent .menu-name-lg {
    padding: 0px 5px 0px 10px;
}


.btn-toggle-parent[aria-expanded="true"] {
    color: var(--app-menu-text-color);
}

.btn-toggle-parent[aria-expanded="true"]::after {
    transform: rotate(90deg);
}

.btn-toggle-child {
    margin-top: 5px !important;
    padding: .25rem .1rem 0.25rem 1.3rem !important;
}

.btn-toggle-child::before {
    line-height: 0;
    font-family: "Material Symbols Outlined";
    content: "chevron_right";
    transition: transform .35s ease;
    transform-origin: .5em 30%;
    color: var(--app-menu-text-color);
    font-size: 18px;
}


.btn-toggle-child[aria-expanded="true"] {
    color: var(--app-menu-text-color);
}

.btn-toggle-child[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-child+div {
    margin-left: 15px;
}

.cursor-pointer {
    cursor: pointer;
}

.sidebar-nav-close {
    color: #474646;
    font-size: 15px;
    -ms-border-radius: 50%;
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.sidebar-nav-close>i {
    transition: all .6s;
}

.sidebar-nav-close.active>i {
    transform: rotate(180deg);
}

#nav-close-sm-device {
    color: #676464;
    right: 0px;
    position: absolute;
    top: 12px;
    font-size: 19px;
    background: #f7f7f7;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    padding: 2px 4px;
    border-right: 0;
    cursor: pointer;
}

.nav-global-filter i {
    top: 10px;
    position: absolute;
    left: 4px;
    color: #c2c2c2;
}

.nav-top-user-profile img {
    width: 26px;
    height: 26px;
    object-fit: cover;
}

.nav-notification {
    font-size: 17px;
    cursor: pointer;
}

.navbar-nav {
    color: #989898;
}

.dropdown-menu.show {
    border: none;
    box-shadow: #dadada 0px 0px 4px 1px;
    margin-top: 6px;
}

.is-invalid {
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}

/* simple scrollbar */
.simplebar-track.simplebar-vertical {
    right: 0;
    left: auto;
}

.simplebar-scrollbar:before {
    background: rgba(153, 152, 152, 0.623);
    border-radius: 0px;
}

/* simple scrollbar */

.bg-warning-cstm{
    background-color:#e39b00 ;
}

.d-default-none{
    display: none;
}
