:root {
    --bs-theme: #009ca6;
    --bs-theme-sub: #595c5f;
    --bs-theme-rgb: 0, 156, 166;
    --bs-theme-sub-rgb: 89, 92, 95;
}
.text-bg-theme {
    color: #000 !important;
    background-color: RGBA(0, 156, 166, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-theme-sub {
    color: #fff !important;
    background-color: RGBA(89, 92, 95, var(--bs-bg-opacity, 1)) !important;
}
.link-theme {
    color: #009ca6 !important;
}
.link-theme:hover,
.link-theme:focus {
    color: #33b0b8 !important;
}
.link-theme-sub {
    color: #595c5f !important;
}
.link-theme-sub:hover,
.link-theme-sub:focus {
    color: #474a4c !important;
}
.btn-theme {
    --bs-btn-color: #000;
    --bs-btn-bg: #009ca6;
    --bs-btn-border-color: #009ca6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #26abb3;
    --bs-btn-hover-border-color: #1aa6af;
    --bs-btn-focus-shadow-rgb: 0, 133, 141;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #33b0b8;
    --bs-btn-active-border-color: #1aa6af;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #009ca6;
    --bs-btn-disabled-border-color: #009ca6;
}
.btn-theme-sub {
    --bs-btn-color: #fff;
    --bs-btn-bg: #595c5f;
    --bs-btn-border-color: #595c5f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4c4e51;
    --bs-btn-hover-border-color: #474a4c;
    --bs-btn-focus-shadow-rgb: 114, 116, 119;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #474a4c;
    --bs-btn-active-border-color: #434547;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #595c5f;
    --bs-btn-disabled-border-color: #595c5f;
}
.btn-outline-theme {
    --bs-btn-color: #009ca6;
    --bs-btn-border-color: #009ca6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #009ca6;
    --bs-btn-hover-border-color: #009ca6;
    --bs-btn-focus-shadow-rgb: 0, 156, 166;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #009ca6;
    --bs-btn-active-border-color: #009ca6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #009ca6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #009ca6;
    --bs-gradient: none;
}
.btn-outline-theme-sub {
    --bs-btn-color: #595c5f;
    --bs-btn-border-color: #595c5f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #595c5f;
    --bs-btn-hover-border-color: #595c5f;
    --bs-btn-focus-shadow-rgb: 89, 92, 95;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #595c5f;
    --bs-btn-active-border-color: #595c5f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #595c5f;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #595c5f;
    --bs-gradient: none;
}
.border-theme {
    --bs-border-opacity: 1;
    border-color: rgba(
        var(--bs-theme-rgb),
        var(--bs-border-opacity)
    ) !important;
}
.border-theme-sub {
    --bs-border-opacity: 1;
    border-color: rgba(
        var(--bs-theme-sub-rgb),
        var(--bs-border-opacity)
    ) !important;
}
.text-theme {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-theme-rgb), var(--bs-text-opacity)) !important;
}
.text-theme-sub {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-theme-sub-rgb), var(--bs-text-opacity)) !important;
}
.bg-theme {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-theme-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.bg-theme-sub {
    --bs-bg-opacity: 1;
    background-color: rgba(
        var(--bs-theme-sub-rgb),
        var(--bs-bg-opacity)
    ) !important;
}
.dashboard-menu-icon {
    --fa-primary-color: var(--bs-theme);
    --fa-secondary-color: var(--bs-theme);
}

.app-container {
    min-height: 100vh;
    margin: 0;
    background-color: #e9ecef;
}
.app-container.sidebar-expanded .app-sidebar {
    transform: translateX(0);
}
@media (min-width: 992px) {
    .app-container.sidebar-expanded .app-main .app-main__outer {
        padding-left: 280px;
    }
    .app-container.sidebar-expanded .app-sidebar {
        width: 280px;
    }
    .app-container:not(.sidebar-expanded) .app-sidebar {
        transform: translateX(0);
        width: 72px;
    }
    .app-container:not(.sidebar-expanded) .app-sidebar:hover {
        width: 280px;
    }
    .app-container:not(.sidebar-expanded)
        .app-sidebar:not(:hover)
        .dot-sidebarmenu__heading {
        text-indent: -999em;
    }
    .app-container:not(.sidebar-expanded)
        .app-sidebar:not(:hover)
        .dot-sidebarmenu__heading:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 156, 166, 0.3);
        text-indent: 1px;
    }
    .app-container:not(.sidebar-expanded)
        .app-sidebar:not(:hover)
        .app-sidebar__inner
        ul:before {
        display: none;
    }
    .app-container:not(.sidebar-expanded)
        .app-sidebar:not(:hover)
        .app-sidebar__inner
        ul.show
        > li
        > a {
        height: 0;
    }
    .app-container:not(.sidebar-expanded)
        .app-sidebar:not(:hover)
        .app-sidebar__inner
        ul
        li
        a {
        text-indent: -99rem;
        padding: 0;
    }
    .app-container:not(.sidebar-expanded)
        .app-sidebar:not(:hover)
        .app-sidebar__inner
        .dot-sidebarmenu__list
        > li
        > a
        .dot-sidebarmenu__icon {
        text-indent: 0;
        left: 50%;
        margin-left: -1.75rem;
    }
    .app-container:not(.sidebar-expanded)
        .app-sidebar:not(:hover)
        .dot-sidebarmenu__list
        ul.show {
        padding: 0;
    }
}
.app-header {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 3.5rem;
    padding: 0 1rem;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    z-index: 1030;
}
.app-header .sidebar-toggler {
    margin-right: 1rem;
}
.app-header .sidebar-toggler button {
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.5rem;
    box-shadow: none !important;
}
.app-main {
    position: relative;
    z-index: 1;
    padding-top: 3.5rem;
}
@media (min-width: 992px) {
    .app-main .app-main__outer {
        padding-left: 72px;
    }
}
.app-main .app-main__inner {
    padding: 1rem;
}
.app-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 280px;
    min-width: 72px;
    background-color: #fff;
    transform: translateX(-280px);
    transition: all 0.3s ease;
    overflow: hidden;
    padding-top: 3.5rem;
    z-index: 1030;
}
.app-sidebar .app-sidebar__inner {
    padding: 0 1rem 1rem;
}
.dot-sidebarmenu .dot-sidebarmenu__list {
    margin: 0;
    padding: 1px 0 0;
    position: relative;
    list-style: none;
}
.dot-sidebarmenu .dot-sidebarmenu__list li a {
    display: block;
    height: 2rem;
    line-height: 2rem;
    margin: 0.1rem 0;
    padding: 0 1.5rem 0 3.5rem;
    position: relative;
    border-radius: 0.375rem;
    color: rgba(0, 156, 166, 0.8);
    white-space: nowrap;
    transition: all 0.2s;
    text-decoration: none;
}
.dot-sidebarmenu .dot-sidebarmenu__list li a[data-bs-toggle='collapse']:after {
    font-family: 'Font Awesome 5 Pro';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: '\f107';
    position: absolute;
    right: 0.5rem;
    top: 50%;
    margin-top: -0.5rem;
    padding: 0;
    opacity: 0.3;
    transition: transform 0.35s;
}
.dot-sidebarmenu .dot-sidebarmenu__list li a[aria-expanded='true'] {
    font-weight: 700;
}
.dot-sidebarmenu .dot-sidebarmenu__list li a[aria-expanded='true']:after {
    transform: rotate(180deg);
}
.dot-sidebarmenu .dot-sidebarmenu__list li a:hover,
.dot-sidebarmenu .dot-sidebarmenu__list li a:active,
.dot-sidebarmenu .dot-sidebarmenu__list li a.active {
    background-color: rgba(0, 156, 166, 0.3);
    color: #009ca6;
    text-decoration: none;
}
.dot-sidebarmenu .dot-sidebarmenu__list li a:hover:after,
.dot-sidebarmenu .dot-sidebarmenu__list li a:hover .dot-sidebarmenu__icon,
.dot-sidebarmenu .dot-sidebarmenu__list li a:active:after,
.dot-sidebarmenu .dot-sidebarmenu__list li a:active .dot-sidebarmenu__icon,
.dot-sidebarmenu .dot-sidebarmenu__list li a.active:after,
.dot-sidebarmenu .dot-sidebarmenu__list li a.active .dot-sidebarmenu__icon {
    opacity: 1;
}
.dot-sidebarmenu .dot-sidebarmenu__list li a:active,
.dot-sidebarmenu .dot-sidebarmenu__list li a.active {
    font-weight: 700;
}
.dot-sidebarmenu .dot-sidebarmenu__list li a .dot-sidebarmenu__icon {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.75rem;
    padding: 0;
    width: 3.5rem;
    font-size: 1.5rem;
    text-align: center;
    opacity: 0.3;
}
.dot-sidebarmenu .dot-sidebarmenu__list ul {
    margin: 0;
    padding: 2px 0 0 3.5rem;
    position: relative;
    list-style: none;
    transition: padding 0.35s, height 0.35s ease;
}
.dot-sidebarmenu .dot-sidebarmenu__list ul:before {
    content: '';
    height: 100%;
    width: 0.2rem;
    background-color: rgba(0, 156, 166, 0.3);
    position: absolute;
    top: 0;
    left: 1.65rem;
    border-radius: 15px;
}
.dot-sidebarmenu .dot-sidebarmenu__list > li > a {
    color: #343a40;
    height: 2.5rem;
    line-height: 2.5rem;
    transition: color 0.35s;
}
.dot-sidebarmenu .dot-sidebarmenu__list > li > a:hover {
    color: #343a40;
}
.dot-sidebarmenu .dot-sidebarmenu__heading {
    margin: 0.75rem 0;
    position: relative;
    color: #009ca6;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}
.sidebarmenu-item-active-bg-color {
    background-color: rgba(0, 156, 166, 0.3);
    color: #009ca6;
    font-weight: 700;
}
