:root {
    --theme: #f47e20;
    --theme-sub: #00a84f;
}

.btn-theme {
    color: #000;
    background-color: #f47e20;
    border-color: #f47e20;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-theme:hover {
    color: #000;
    background-color: #f69141;
    border-color: #f58b36;
}

.btn-check:focus+.btn-theme,
.btn-theme:focus {
    color: #000;
    background-color: #f69141;
    border-color: #f58b36;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(207, 107, 27, 0.5);
}

.btn-check:checked+.btn-theme,
.btn-check:active+.btn-theme,
.btn-theme:active,
.btn-theme.active,
.show>.btn-theme.dropdown-toggle {
    color: #000;
    background-color: #f6984d;
    border-color: #f58b36;
}

.btn-check:checked+.btn-theme:focus,
.btn-check:active+.btn-theme:focus,
.btn-theme:active:focus,
.btn-theme.active:focus,
.show>.btn-theme.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(207, 107, 27, 0.5);
}

.btn-theme:disabled,
.btn-theme.disabled {
    color: #000;
    background-color: #f47e20;
    border-color: #f47e20;
}

.btn-theme-sub {
    color: #000;
    background-color: #00a84f;
    border-color: #00a84f;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-theme-sub:hover {
    color: #000;
    background-color: #26b569;
    border-color: #1ab161;
}

.btn-check:focus+.btn-theme-sub,
.btn-theme-sub:focus {
    color: #000;
    background-color: #26b569;
    border-color: #1ab161;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(0, 143, 67, 0.5);
}

.btn-check:checked+.btn-theme-sub,
.btn-check:active+.btn-theme-sub,
.btn-theme-sub:active,
.btn-theme-sub.active,
.show>.btn-theme-sub.dropdown-toggle {
    color: #000;
    background-color: #33b972;
    border-color: #1ab161;
}

.btn-check:checked+.btn-theme-sub:focus,
.btn-check:active+.btn-theme-sub:focus,
.btn-theme-sub:active:focus,
.btn-theme-sub.active:focus,
.show>.btn-theme-sub.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 143, 67, 0.5);
}

.btn-theme-sub:disabled,
.btn-theme-sub.disabled {
    color: #000;
    background-color: #00a84f;
    border-color: #00a84f;
}

.btn-outline-theme {
    color: #f47e20;
    border-color: #f47e20;
}

.btn-outline-theme:hover {
    color: #000;
    background-color: #f47e20;
    border-color: #f47e20;
}

.btn-check:focus+.btn-outline-theme,
.btn-outline-theme:focus {
    box-shadow: 0 0 0 0.25rem rgba(244, 126, 32, 0.5);
}

.btn-check:checked+.btn-outline-theme,
.btn-check:active+.btn-outline-theme,
.btn-outline-theme:active,
.btn-outline-theme.active,
.btn-outline-theme.dropdown-toggle.show {
    color: #000;
    background-color: #f47e20;
    border-color: #f47e20;
}

.btn-check:checked+.btn-outline-theme:focus,
.btn-check:active+.btn-outline-theme:focus,
.btn-outline-theme:active:focus,
.btn-outline-theme.active:focus,
.btn-outline-theme.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(244, 126, 32, 0.5);
}

.btn-outline-theme:disabled,
.btn-outline-theme.disabled {
    color: #f47e20;
    background-color: transparent;
}

.btn-outline-theme-sub {
    color: #00a84f;
    border-color: #00a84f;
}

.btn-outline-theme-sub:hover {
    color: #000;
    background-color: #00a84f;
    border-color: #00a84f;
}

.btn-check:focus+.btn-outline-theme-sub,
.btn-outline-theme-sub:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 168, 79, 0.5);
}

.btn-check:checked+.btn-outline-theme-sub,
.btn-check:active+.btn-outline-theme-sub,
.btn-outline-theme-sub:active,
.btn-outline-theme-sub.active,
.btn-outline-theme-sub.dropdown-toggle.show {
    color: #000;
    background-color: #00a84f;
    border-color: #00a84f;
}

.btn-check:checked+.btn-outline-theme-sub:focus,
.btn-check:active+.btn-outline-theme-sub:focus,
.btn-outline-theme-sub:active:focus,
.btn-outline-theme-sub.active:focus,
.btn-outline-theme-sub.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(0, 168, 79, 0.5);
}

.btn-outline-theme-sub:disabled,
.btn-outline-theme-sub.disabled {
    color: #00a84f;
    background-color: transparent;
}

.alert-theme {
    color: #924c13;
    background-color: #fde5d2;
    border-color: #fcd8bc;
}

.alert-theme .alert-link {
    color: #753d0f;
}

.alert-theme-sub {
    color: #00652f;
    background-color: #cceedc;
    border-color: #b3e5ca;
}

.alert-theme-sub .alert-link {
    color: #005126;
}

.list-group-item-theme {
    color: #924c13;
    background-color: #fde5d2;
}

.list-group-item-theme.list-group-item-action:hover,
.list-group-item-theme.list-group-item-action:focus {
    color: #924c13;
    background-color: #e4cebd;
}

.list-group-item-theme.list-group-item-action.active {
    color: #fff;
    background-color: #924c13;
    border-color: #924c13;
}

.list-group-item-theme-sub {
    color: #00652f;
    background-color: #cceedc;
}

.list-group-item-theme-sub.list-group-item-action:hover,
.list-group-item-theme-sub.list-group-item-action:focus {
    color: #00652f;
    background-color: #b8d6c6;
}

.list-group-item-theme-sub.list-group-item-action.active {
    color: #fff;
    background-color: #00652f;
    border-color: #00652f;
}

.link-theme {
    color: #f47e20;
}

.link-theme:hover,
.link-theme:focus {
    color: #f6984d;
}

.link-theme-sub {
    color: #00a84f;
}

.link-theme-sub:hover,
.link-theme-sub:focus {
    color: #33b972;
}

.border-theme {
    border-color: #f47e20 !important;
}

.border-theme-sub {
    border-color: #00a84f !important;
}

.text-theme {
    color: #f47e20 !important;
}

.text-theme-sub {
    color: #00a84f !important;
}

.bg-theme {
    background-color: #f47e20 !important;
}

.bg-theme-sub {
    background-color: #00a84f !important;
}

.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: #feeee2;
        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 {
    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 .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: .1rem 0;
    padding: 0 1.5rem 0 3.5rem;
    position: relative;
    border-radius: 0.25rem;
    color: #6c757d;
    white-space: nowrap;
    transition: all .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: .5rem;
    top: 50%;
    margin-top: -0.5rem;
    padding: 0;
    opacity: 0.3;
    transition: transform .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: #feeee2;
    color: #f47e20;
    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: .2rem;
    background-color: #feeee2;
    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 .35s;
}

.dot-sidebarmenu .dot-sidebarmenu__list>li>a:hover {
    color: #343a40;
}

.dot-sidebarmenu .dot-sidebarmenu__heading {
    margin: .75rem 0;
    position: relative;
    color: #f47e20;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.sidebarmenu-item-active-bg-color {
    background-color: #feeee2;
    color: #f47e20;
    font-weight: 700;
}