@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap);

:root {
    --bs-footer-color: #74788d;
    --bs-footer-shadow: 0 0px 4px rgba(15, 34, 58, .12);
    --bs-text-muted: #74788d;
    --bs-input-bg: #fff;
    --bs-input-border-color: #e2e5e8;
    --bs-form-check-input-border: #adb5bd;
    --bs-input-focus-border-color: #2c2d2c65;
    --bs-form-select-focus-border-color: #d3d6db;
    --bs-border-color: #eff0f2;
    --bs-light: #fff;
    --bs-white: #fff;
    --bs-dark: #3f474e;
    --bs-topnav-bg: #fff
}

.accordion {
    --bs-accordion-color: #495057
}

[data-layout-mode=dark] {
    --bs-gray-100: #03273c;
    --bs-gray-200: #032d46;
    --bs-gray-300: #043a5a;
    --bs-gray-400: #7e93a0;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #eff0f2;
    --bs-gray-700: #e2e5e8;
    --bs-gray-800: #f5f6f8;
    --bs-gray-900: #f8f9fa;
    --bs-body-bg: #03273c;
    --bs-body-bg-rgb: 4, 58, 90;
    --bs-body-color: #7e93a0;
    --bs-body-color-rgb: 226, 229, 232;
    --bs-text-muted: #7e93a0;
    --bs-border-color: #043a5a;
    --bs-light-rgb: 4, 58, 90;
    --bs-light: #043a5a;
    --bs-dark-rgb: 3, 45, 70;
    --bs-dark: #032d46;
    --bs-white: #032d46;
    --bs-heading-color: #eff0f2;
    --bs-footer-color: gray-200;
    --bs-footer-shadow: 0 0px 4px rgba(226, 229, 232, .12);
    --bs-input-bg: #033350;
    --bs-input-border-color: #043a5a;
    --bs-form-check-input-border: #043a5a;
    --bs-input-focus-border-color: #043a5a;
    --bs-form-select-focus-border-color: #043d5f;
    --bs-topnav-bg: #03304b
}

[data-layout-mode=dark] .text-dark {
    --bs-dark-rgb: 245, 246, 248
}

[data-layout-mode=dark] .card,
[data-layout-mode=dark] .noUi-handle {
    --bs-card-bg: #032d46;
    --bs-card-border-color: #043a5a;
    --bs-card-box-shadow: 0 2px 3px #022032;
    --bs-card-cap-bg: #032d46;
    --bs-card-header-bg: #043a5a
}

[data-layout-mode=dark] .btn-light {
    --bs-btn-color: #eff0f2;
    --bs-btn-bg: #043a5a;
    --bs-btn-border-color: #043a5a
}

[data-layout-mode=dark] .btn-outline-light {
    --bs-btn-color: #eff0f2;
    --bs-btn-border-color: #043a5a
}

[data-layout-mode=dark] .btn-light,
[data-layout-mode=dark] .btn-outline-light {
    --bs-btn-hover-color: #eff0f2;
    --bs-btn-hover-bg: #043a5a;
    --bs-btn-hover-border-color: #043a5a;
    --bs-btn-active-color: #eff0f2;
    --bs-btn-active-bg: #043a5a;
    --bs-btn-active-border-color: #043a5a;
    --bs-btn-focus-shadow-rgb: 4, 58, 90
}

[data-layout-mode=dark] .btn-dark {
    --bs-btn-bg: #033350;
    --bs-btn-border-color: #033350;
    --bs-btn-hover-bg: #033350
}

[data-layout-mode=dark] .btn-outline-dark {
    --bs-btn-color: #eff0f2;
    --bs-btn-border-color: #033350
}

[data-layout-mode=dark] .btn-dark,
[data-layout-mode=dark] .btn-outline-dark {
    --bs-btn-hover-border-color: #033350;
    --bs-btn-active-bg: #033350;
    --bs-btn-active-border-color: #033350;
    --bs-btn-focus-shadow-rgb: 4, 58, 90;
    --bs-btn-hover-bg: #043a5a
}

[data-layout-mode=dark] .choices,
[data-layout-mode=dark] .dropdown-menu,
[data-layout-mode=dark] .flatpickr-calendar {
    --bs-dropdown-color: #adb5bd;
    --bs-dropdown-bg: #043552;
    --bs-dropdown-border-color: #043a5a;
    --bs-dropdown-box-shadow: 0 2px 3px 3, 45, 70;
    --bs-dropdown-link-color: #adb5bd;
    --bs-dropdown-divider-bg: #043a5a;
    --bs-dropdown-link-hover-bg: #043d5e;
    --bs-dropdown-link-hover-color: #adb5bd;
    --bs-dropdown-link-active-bg: #043a5a
}

[data-layout-mode=dark] .list-group {
    --bs-list-group-color: #7e93a0;
    --bs-list-group-bg: #032d46;
    --bs-list-group-border-color: #043a5a
}

[data-layout-mode=dark] .breadcrumb {
    --bs-breadcrumb-item-active-color: #7e93a0
}

[data-layout-mode=dark] .gridjs-table,
[data-layout-mode=dark] .table {
    --bs-table-border-color: #043a5a;
    --bs-table-color: #7e93a0;
    --bs-table-striped-bg: #03304b;
    --bs-table-striped-color: #7e93a0;
    --bs-table-active-bg: #03324d;
    --bs-table-active-color: #7e93a0;
    --bs-table-hover-bg: #03324d;
    --bs-table-hover-color: #7e93a0
}

[data-layout-mode=dark] .table-dark {
    --bs-table-bg: #043a5a;
    --bs-table-border-color: #043d5e
}

[data-layout-mode=dark] .table-light {
    --bs-table-bg: #043552;
    --bs-table-border-color: #043d5e;
    --bs-table-color: #7e93a0
}

[data-layout-mode=dark] .alertify,
[data-layout-mode=dark] .modal {
    --bs-modal-bg: #032d46;
    --bs-modal-border-color: #043a5a;
    --bs-modal-header-border-color: #043a5a;
    --bs-modal-footer-border-color: #043a5a
}

[data-layout-mode=dark] .offcanvas,
[data-layout-mode=dark] .offcanvas-lg,
[data-layout-mode=dark] .offcanvas-md,
[data-layout-mode=dark] .offcanvas-sm,
[data-layout-mode=dark] .offcanvas-xl,
[data-layout-mode=dark] .offcanvas-xxl {
    --bs-offcanvas-bg: #032d46;
    --bs-offcanvas-border-color: #043a5a
}

[data-layout-mode=dark] .progress {
    --bs-progress-bg: #043a5a
}

[data-layout-mode=dark] .accordion {
    --bs-accordion-border-color: #043a5a;
    --bs-accordion-color: #7e93a0;
    --bs-accordion-btn-color: #eff0f2;
    --bs-accordion-active-bg: rgba(3, 142, 220, 0.2)
}

[data-layout-mode=dark] .nav-tabs {
    --bs-nav-tabs-link-active-bg: #032d46;
    --bs-nav-tabs-link-active-border-color: #043a5a;
    --bs-nav-tabs-border-color: #043a5a;
    --bs-nav-tabs-link-hover-border-color: #043a5a;
    --bs-nav-tabs-link-active-color: #009345
}

[data-layout-mode=dark] .popover {
    --bs-popover-bg: #043a5a;
    --bs-popover-body-color: #eff0f2;
    --bs-popover-border-color: #05476e;
    --bs-popover-header-bg: #043a5a;
    --bs-popover-header-color: #eff0f2
}

[data-layout-mode=dark] .gridjs-pagination,
[data-layout-mode=dark] .pagination {
    --bs-pagination-bg: #032d46;
    --bs-pagination-border-color: #043a5a;
    --bs-pagination-color: #adb5bd;
    --bs-pagination-hover-bg: #033350;
    --bs-pagination-hover-color: #009345;
    --bs-pagination-hover-border-color: #043a5a;
    --bs-pagination-disabled-bg: #033350;
    --bs-pagination-disabled-color: #adb5bd;
    --bs-pagination-disabled-border-color: #043a5a
}

[data-layout-mode=dark] .alert {
    --bs-alert-dark: #043a5a
}

#page-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 255px;
    z-index: 1002;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(52, 58, 64, .06);
    box-shadow: 0 2px 3px rgba(52, 58, 64, .06)
}

.navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 70px;
    padding: 0 calc(20px / 2) 0 0
}

.navbar-header .dropdown .header-item.show {
    color: #009345
}

.navbar-header .navbar-brand-box {
    display: none
}

body:not([data-sidebar-size=sm]) .navbar-header .vertical-menu-btn {
    display: none
}

body:not([data-sidebar-size=sm]) .app-search {
    margin-left: 10px
}

.navbar-brand-box {
    padding: 0 1.5rem;
    width: 255px;
    position: fixed;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(52, 58, 64, .06);
    box-shadow: 0 2px 3px rgba(52, 58, 64, .06)
}

.logo {
    line-height: 70px
}

.logo .logo-sm {
    display: none
}

.logo-dark {
    display: block
}

.logo-light {
    display: none
}

.app-search {
    padding: calc(32px / 2) 0
}

.app-search .form-control {
    border: none;
    height: 38px;
    padding-left: 40px;
    padding-right: 20px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px
}

.app-search span {
    position: absolute;
    z-index: 10;
    font-size: 16px;
    line-height: 38px;
    left: 13px;
    top: 0;
    color: #74788d
}

.megamenu-list li {
    position: relative;
    padding: 5px 0
}

.megamenu-list li a {
    color: #495057
}

@media (max-width:991.98px) {
    .navbar-brand-box {
        width: auto
    }

    #page-topbar {
        left: 0
    }

    #page-topbar .navbar-header .navbar-brand-box {
        display: inline-block;
        position: relative
    }

    #page-topbar .navbar-header .vertical-menu-btn {
        display: inline-block
    }

    .logo span.logo-lg {
        display: none
    }

    .logo span.logo-sm {
        display: inline-block
    }
}

.page-content {
    padding: calc(70px + 20px) calc(20px / 2) 60px calc(20px / 2)
}

.header-item {
    height: 70px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #555b6d;
    border: 0;
    border-radius: 0
}

.header-item:hover {
    color: #555b6d
}

.header-profile-user {
    height: 36px;
    width: 36px;
    border: 1px solid #e9ebed;
    padding: 3px
}

.user .user-item-desc {
    line-height: 1.2
}

.user .user-name {
    font-size: 14.4px;
    font-weight: 600;
    display: block;
    color: #495057
}

.user .user-sub-title {
    color: var(--bs-text-muted);
    font-size: 11px;
    font-weight: 600
}

.noti-icon {
    position: relative
}

.noti-icon i {
    font-size: 20px;
    color: #555b6d
}

.noti-icon .noti-dot {
    position: absolute;
    top: 25px;
    right: 15px;
    height: 6px;
    width: 6px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff
}

.notification-item .d-flex {
    padding: .75rem 1rem
}

.notification-item .d-flex:hover {
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-icon-item {
    display: block;
    border-radius: 3px;
    line-height: 34px;
    text-align: center;
    padding: 15px 0 9px;
    display: block;
    border: 1px solid transparent;
    color: #74788d
}

.dropdown-icon-item img {
    height: 24px
}

.dropdown-icon-item span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dropdown-icon-item:hover {
    border-color: #f5f6f8
}

.fullscreen-enable [data-toggle=fullscreen] .uil-minus-path::before {
    content: "\eb8d"
}

body[data-topbar=dark] #page-topbar,
body[data-topbar=dark] .navbar-brand-box {
    background-color: #03314d
}

body[data-topbar=dark] .navbar-header .dropdown.show .header-item {
    background-color: rgba(255, 255, 255, .05)
}

body[data-topbar=dark] .header-item {
    color: #e9ecef
}

body[data-topbar=dark] .header-item:hover {
    color: #e9ecef
}

body[data-topbar=dark] .header-profile-user {
    border-color: rgba(255, 255, 255, .25)
}

body[data-topbar=dark] .user-name {
    color: #e9ecef
}

body[data-topbar=dark] .user-sub-title {
    color: rgba(255, 255, 255, .5)
}

body[data-topbar=dark] .noti-icon i {
    color: #e9ecef
}

body[data-topbar=dark] .noti-icon .noti-dot {
    -webkit-box-shadow: 0 0 0 3px #03314d;
    box-shadow: 0 0 0 3px #03314d
}

body[data-topbar=dark] .logo-dark {
    display: none
}

body[data-topbar=dark] .logo-light {
    display: block
}

body[data-topbar=dark] .app-search .form-control {
    background-color: #043d61;
    color: #fff
}

body[data-topbar=dark] .app-search input.form-control::-webkit-input-placeholder,
body[data-topbar=dark] .app-search span {
    color: rgba(255, 255, 255, .5)
}

body[data-sidebar=dark] .navbar-brand-box {
    background: #032d46
}

body[data-sidebar=dark] .navbar-brand-box .logo-dark {
    display: none
}

body[data-sidebar=dark] .navbar-brand-box .logo-light {
    display: block
}

@media (max-width:600px) {
    .navbar-header .dropdown {
        position: static
    }

    .navbar-header .dropdown .dropdown-menu {
        left: 10px !important;
        right: 10px !important
    }
}

@media (max-width:380px) {
    .navbar-brand-box {
        display: none
    }
}

@media (max-width:374.99px) {
    .navbar-brand-box {
        padding: 0 1rem
    }

    .language-switch {
        display: none !important
    }
}

.page-title-box {
    padding-bottom: 20px
}

.page-title-box .breadcrumb {
    background-color: transparent;
    padding: 0
}

.page-title-box h4 {
    font-size: 18px !important
}

@media (max-width:575.98px) {
    .page-title-box .page-title-right {
        display: none
    }
}

.footer {
    bottom: 0;
    padding: 20px calc(20px / 2);
    position: absolute;
    right: 0;
    color: var(--bs-footer-color);
    left: 250px;
    height: 60px;
    -webkit-box-shadow: var(--bs-footer-shadow);
    box-shadow: var(--bs-footer-shadow)
}

@media (max-width:992px) {
    .footer {
        left: 0
    }
}

body[data-sidebar-size=sm] .footer {
    left: 70px
}

body[data-layout=horizontal] .footer {
    left: 0 !important
}

.right-bar {
    background-color: var(--bs-white);
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    display: block;
    position: fixed;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 280px;
    z-index: 9999;
    float: right !important;
    right: -290px;
    top: 0;
    bottom: 0
}

.right-bar .right-bar-toggle-close {
    background-color: #444c54;
    height: 24px;
    width: 24px;
    line-height: 24px;
    color: #f5f6f8;
    text-align: center;
    border-radius: 50%
}

.right-bar .right-bar-toggle-close:hover {
    background-color: #4b545c
}

.rightbar-overlay {
    background-color: rgba(52, 58, 64, .55);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 9998;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.right-bar-enabled .right-bar {
    right: 0
}

.right-bar-enabled .rightbar-overlay {
    display: block
}

@media (max-width:575.98px) {
    .right-bar {
        overflow: auto
    }

    .right-bar .slimscroll-menu {
        height: auto !important
    }
}

[data-layout-mode=dark] .rightbar-title {
    background-color: var(--bs-input-bg) !important
}

[data-layout-mode=dark] .form-check-inline .form-check-input {
    border-color: rgba(255, 255, 255, .25) !important
}

.metismenu {
    margin: 0
}

.metismenu li {
    display: block;
    width: 100%
}

.metismenu .mm-collapse {
    display: none
}

.metismenu .mm-collapse:not(.mm-show) {
    display: none
}

.metismenu .mm-collapse.mm-show {
    display: block
}

.metismenu .mm-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility
}

.vertical-menu {
    width: 255px;
    z-index: 1005;
    background: #fff;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    border-right: 1px solid #e9ebef
}

.vertical-menu .vertical-menu-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.main-content {
    margin-left: 255px;
    overflow: hidden
}

.main-content .content {
    padding: 0 15px 10px 15px;
    margin-top: 70px
}

.sidebar-menu-scroll {
    height: calc(100% - 70px);
    margin-top: 70px
}

#sidebar-menu {
    padding: 10px 0 30px 0
}

#sidebar-menu .mm-active>.has-arrow:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#sidebar-menu .has-arrow:after {
    content: "\f0140";
    font-family: "Material Design Icons";
    display: block;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 9px
}

#sidebar-menu .has-arrow+ul .has-arrow:after {
    right: 25px;
    top: 7px
}

#sidebar-menu .metismenu .menu-title::after {
    display: none
}

#sidebar-menu .metismenu .menu-item {
    margin-left: 3px
}

#sidebar-menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .6rem 1rem;
    color: #7b8190;
    position: relative;
    font-weight: 400;
    -webkit-transition: all .4s;
    transition: all .4s;
    margin: 0 10px;
    border-radius: 3px;
    font-size: 15px;
    font-family: Roboto, sans-serif;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#sidebar-menu ul li a .nav-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    min-width: 1.5rem;
    vertical-align: middle;
    color: #7b8190;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: -1px
}

#sidebar-menu ul li a:hover {
    color: #383c40
}

#sidebar-menu ul li a:hover .nav-icon {
    color: #383c40
}

#sidebar-menu ul li .badge {
    margin-left: auto
}

#sidebar-menu ul li ul.sub-menu {
    padding: 0
}

#sidebar-menu ul li ul.sub-menu li a {
    padding: .5rem 1.5rem .5rem 3.6rem;
    font-weight: 400;
    color: #7b8190;
    margin: 0;
    background-color: transparent;
    font-size: 14px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-right: 10px
}

#sidebar-menu ul li ul.sub-menu li a:hover {
    color: #383c40
}

#sidebar-menu ul li ul.sub-menu li a:hover:before {
    border-color: #009345;
    background-color: #009345
}

#sidebar-menu ul li ul.sub-menu li a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: 0 0;
    border: 1px solid #7b8190;
    position: absolute;
    left: 35px;
    top: 16px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu {
    padding: 0
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
    padding: .4rem 1.5rem .4rem 4.5rem
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a:before {
    left: 55px;
    top: 15px
}

#sidebar-menu ul li.mm-active {
    color: #009345
}

#sidebar-menu ul li.mm-active>a {
    background-color: #009345;
    color: #fff
}

#sidebar-menu ul li.mm-active>a .nav-icon {
    color: #fff !important
}

#sidebar-menu ul li.mm-active .mm-show .mm-active>a {
    color: #383c40 !important
}

#sidebar-menu ul li.mm-active .mm-show .mm-active>a:before {
    border-color: #009345 !important;
    background-color: #009345 !important
}

.menu-title {
    padding: 12px 25px !important;
    letter-spacing: .08em;
    pointer-events: none;
    cursor: default;
    font-size: 10px;
    text-transform: uppercase;
    color: #7b8190;
    font-weight: 600;
    opacity: .6
}

@media (max-width:992px) {
    .vertical-menu {
        display: none;
        top: 70px
    }

    .vertical-menu .sidebar-menu-scroll {
        height: 100%;
        margin-top: 0
    }

    .vertical-menu .navbar-brand-box,
    .vertical-menu .vertical-menu-btn {
        display: none
    }

    .main-content {
        margin-left: 0 !important
    }

    body.sidebar-enable .vertical-menu {
        display: block
    }
}

@media (min-width:769px) {
    body[data-sidebar-size=sm] {
        min-height: 1850px
    }
}

body[data-sidebar-size=sm] .main-content {
    margin-left: 70px
}

body[data-sidebar-size=sm] .navbar-brand-box {
    width: 70px !important
}

body[data-sidebar-size=sm] .logo span.logo-lg {
    display: none
}

body[data-sidebar-size=sm] .logo span.logo-sm {
    display: block
}

body[data-sidebar-size=sm] #page-topbar {
    left: 70px
}

body[data-sidebar-size=sm] .vertical-menu {
    position: absolute;
    width: 70px !important;
    z-index: 1001
}

body[data-sidebar-size=sm] .vertical-menu .simplebar-content-wrapper,
body[data-sidebar-size=sm] .vertical-menu .simplebar-mask {
    overflow: visible !important
}

body[data-sidebar-size=sm] .vertical-menu .simplebar-scrollbar,
body[data-sidebar-size=sm] .vertical-menu .vertical-menu-btn {
    display: none !important
}

body[data-sidebar-size=sm] .vertical-menu .simplebar-offset {
    bottom: 0 !important
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu .badge,
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu .menu-title {
    display: none !important
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu .nav.collapse {
    height: inherit !important
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu .has-arrow:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li {
    position: relative;
    white-space: nowrap
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a {
    padding: 15px 13px;
    -webkit-transition: none;
    transition: none;
    display: block
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a:active,
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a:focus,
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a:hover {
    color: #383c40
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a i {
    font-size: 1.3rem;
    text-align: center;
    min-width: 50px;
    padding-bottom: 0
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a span {
    display: none;
    padding-left: 25px
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a.has-arrow:after {
    display: none
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a .nav-icon {
    top: -2px
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a {
    position: relative;
    width: calc(180px + 70px);
    color: #fff;
    background-color: #009345;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: inset 0 3px 10px 0 rgba(154, 161, 171, .2);
    box-shadow: inset 0 3px 10px 0 rgba(154, 161, 171, .2)
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a .nav-icon {
    color: #fff
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a span {
    display: inline
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul {
    display: block;
    left: 70px;
    position: absolute;
    width: 190px;
    height: auto !important;
    -webkit-box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, .1);
    box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, .1)
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul ul {
    -webkit-box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, .1);
    box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, .1)
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul a {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 20px;
    position: relative;
    width: 190px;
    z-index: 6;
    color: #7b8190
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul a:hover {
    color: #383c40
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul ul {
    padding: 5px 0;
    z-index: 9999;
    display: none;
    background-color: #fff
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul ul li:hover>ul {
    display: block;
    left: 190px;
    height: auto !important;
    margin-top: -36px;
    position: absolute;
    width: 190px
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul ul li>a span.pull-right {
    position: absolute;
    right: 20px;
    top: 12px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul ul li.active a {
    color: #f8f9fa
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu ul li ul.sub-menu li a:before {
    display: none
}

body[data-sidebar=dark] .vertical-menu {
    background: #032d46;
    border-color: #032d46
}

body[data-sidebar=dark] .vertical-menu .vertical-menu-btn {
    color: #7e93a0
}

body[data-sidebar=dark] #sidebar-menu ul li a {
    color: #7e93a0
}

body[data-sidebar=dark] #sidebar-menu ul li a .nav-icon {
    color: #637c8c
}

body[data-sidebar=dark] #sidebar-menu ul li a:hover {
    color: #fff
}

body[data-sidebar=dark] #sidebar-menu ul li a:hover .nav-icon {
    color: #fff
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a {
    color: #718896;
    background-color: transparent
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:before {
    border-color: #718896
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover {
    color: #fff
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover:before {
    background-color: #fff;
    border-color: #fff
}

body[data-sidebar=dark] #sidebar-menu ul li.mm-active {
    color: #fff !important
}

body[data-sidebar=dark] #sidebar-menu ul li.mm-active>a {
    background-color: #043655;
    color: #fff !important
}

body[data-sidebar=dark] #sidebar-menu ul li.mm-active>a .nav-icon {
    color: #fff !important
}

body[data-sidebar=dark] #sidebar-menu ul li.mm-active .mm-show .mm-active>a {
    color: #fff !important
}

body[data-sidebar=dark] #sidebar-menu ul li.mm-active .mm-show .mm-active>a:before {
    border-color: #fff !important;
    background-color: #fff !important
}

body[data-sidebar=dark][data-sidebar-size=sm] {
    min-height: 1300px
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a {
    background: #043655;
    color: #fff
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a .nav-icon {
    color: #fff
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul a {
    color: #718896
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul a:hover {
    color: #fff
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul ul {
    background-color: #032d46
}

body[data-sidebar=dark] .menu-title {
    color: #7e93a0
}

body[data-layout=horizontal] .main-content {
    margin-left: 0 !important
}

body[data-sidebar-size=md] .navbar-brand-box {
    width: 160px
}

@media (max-width:991.98px) {
    body[data-sidebar-size=md] .navbar-brand-box {
        width: auto
    }
}

body[data-sidebar-size=md] .vertical-menu {
    width: 160px;
    text-align: center
}

body[data-sidebar-size=md] .vertical-menu .badge,
body[data-sidebar-size=md] .vertical-menu .has-arrow:after {
    display: none !important
}

body[data-sidebar-size=md] .vertical-menu .vertical-menu-btn {
    display: none
}

body[data-sidebar-size=md] .main-content {
    margin-left: 160px
}

body[data-sidebar-size=md] #page-topbar,
body[data-sidebar-size=md] .footer {
    left: 160px
}

@media (max-width:991.98px) {

    body[data-sidebar-size=md] #page-topbar,
    body[data-sidebar-size=md] .footer {
        left: 0
    }
}

body[data-sidebar-size=md] #sidebar-menu ul li.menu-title {
    background-color: #fafafa
}

body[data-sidebar-size=md] #sidebar-menu ul li .menu-item {
    margin-left: 0
}

body[data-sidebar-size=md] #sidebar-menu ul li a {
    padding: .75rem 1.1rem;
    display: block
}

body[data-sidebar-size=md] #sidebar-menu ul li a .nav-icon {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
    padding-bottom: .2em;
    top: -2px
}

body[data-sidebar-size=md] #sidebar-menu ul li ul.sub-menu li a {
    padding-left: 1.5rem
}

body[data-sidebar-size=md] #sidebar-menu ul li ul.sub-menu li a:before {
    display: none
}

body[data-sidebar-size=md][data-sidebar=dark] #sidebar-menu ul li.menu-title {
    background-color: #033350
}

body[data-sidebar-size=md]:not(.vertical-collpsed) .navbar-header .vertical-menu-btn {
    display: block
}

body[data-sidebar-size=md][data-sidebar-size=sm] .main-content {
    margin-left: 70px
}

body[data-sidebar-size=md][data-sidebar-size=sm] .vertical-menu #sidebar-menu {
    text-align: left
}

body[data-sidebar-size=md][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a .nav-icon {
    display: inline-block
}

body[data-sidebar-size=md][data-sidebar-size=sm] #page-topbar,
body[data-sidebar-size=md][data-sidebar-size=sm] .footer {
    left: 70px
}

body[data-sidebar=brand] .vertical-menu {
    background-color: #009345;
    border-color: #009345
}

body[data-sidebar=brand] .vertical-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/profile-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .075
}

body[data-sidebar=brand] .vertical-menu .vertical-menu-btn {
    color: rgba(255, 255, 255, .8)
}

body[data-sidebar=brand] .navbar-brand-box {
    background-color: #009345
}

body[data-sidebar=brand] .navbar-brand-box .logo-dark {
    display: none
}

body[data-sidebar=brand] .navbar-brand-box .logo-light {
    display: block
}

body[data-sidebar=brand] #sidebar-menu ul li.menu-title {
    color: rgba(255, 255, 255, .7)
}

body[data-sidebar=brand] #sidebar-menu ul li a {
    color: rgba(255, 255, 255, .7)
}

body[data-sidebar=brand] #sidebar-menu ul li a .nav-icon {
    color: rgba(255, 255, 255, .7)
}

body[data-sidebar=brand] #sidebar-menu ul li a:hover {
    color: #fff
}

body[data-sidebar=brand] #sidebar-menu ul li a:hover .nav-icon {
    color: #fff
}

body[data-sidebar=brand] #sidebar-menu ul li ul.sub-menu li a {
    color: rgba(255, 255, 255, .6)
}

body[data-sidebar=brand] #sidebar-menu ul li ul.sub-menu li a:before {
    border-color: rgba(255, 255, 255, .6)
}

body[data-sidebar=brand] #sidebar-menu ul li ul.sub-menu li a:hover {
    color: #fff
}

body[data-sidebar=brand] #sidebar-menu ul li ul.sub-menu li a:hover:before {
    background-color: #fff;
    border-color: #fff
}

body[data-sidebar=brand] #sidebar-menu ul li .badge {
    background-color: #fff
}

body[data-sidebar=brand] #sidebar-menu ul li.mm-active {
    color: #fff !important
}

body[data-sidebar=brand] #sidebar-menu ul li.mm-active>a {
    background: 0 0;
    color: #fff !important
}

body[data-sidebar=brand] #sidebar-menu ul li.mm-active>a .nav-icon {
    color: #fff !important
}

body[data-sidebar=brand] #sidebar-menu ul li.mm-active .mm-show .mm-active>a {
    color: #fff !important
}

body[data-sidebar=brand] #sidebar-menu ul li.mm-active .mm-show .mm-active>a:before {
    border-color: #fff !important;
    background-color: #fff !important
}

body[data-sidebar=brand][data-topbar=light] .navbar-brand-box {
    background-color: #009345
}

body[data-sidebar=brand][data-topbar=light] .navbar-brand-box .logo-dark {
    display: none
}

body[data-sidebar=brand][data-topbar=light] .navbar-brand-box .logo-light {
    display: block
}

body[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a {
    background-color: #0394e6;
    color: #fff
}

body[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a .nav-icon {
    color: #fff
}

body[data-layout=horizontal] #page-topbar {
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

body[data-layout=horizontal] .navbar-brand-box {
    display: block;
    width: auto;
    border: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative
}

@media (min-width:992px) {
    body[data-layout=horizontal] .navbar-brand-box {
        padding-left: 0;
        margin-right: 10px
    }
}

body[data-layout=horizontal] .page-content {
    margin-top: 70px;
    padding: calc(55px + 20px) calc(20px / 2) 60px calc(20px / 2)
}

@media (max-width:991.98px) {
    body[data-layout=horizontal] .page-content {
        padding-top: 20px
    }
}

@media (min-width:992px) {
    body[data-layout=horizontal] .navbar-header {
        padding-left: 20px;
        padding-right: 20px
    }
}

body[data-layout=horizontal][data-sidebar-size=sm] .navbar-brand-box {
    width: auto !important
}

.topnav {
    background: var(--bs-topnav-bg) !important;
    padding: 0 calc(20px / 2);
    z-index: 100;
    border-top: 1px solid var(--bs-border-color);
    border-bottom: 1px solid var(--bs-border-color)
}

@media (min-width:992px) {
    .topnav {
        background: #fff
    }
}

.topnav .topnav-menu {
    margin: 0;
    padding: 0
}

.topnav .navbar-nav .nav-link {
    font-size: 14.4px;
    position: relative;
    padding: 1rem 1.3rem;
    color: #7b8190;
    font-weight: 400
}

.topnav .navbar-nav .nav-link i {
    font-size: 15px
}

.topnav .navbar-nav .nav-link svg {
    height: 16px;
    width: 16px;
    color: #7b8190;
    margin-right: 7px;
    margin-top: -1px
}

.topnav .navbar-nav .nav-link:focus,
.topnav .navbar-nav .nav-link:hover {
    color: #009345;
    background-color: transparent
}

.topnav .navbar-nav .nav-link:focus svg,
.topnav .navbar-nav .nav-link:hover svg {
    color: #009345
}

.topnav .navbar-nav .dropdown-item {
    color: #7b8190;
    background: 0 0
}

.topnav .navbar-nav .dropdown-item.active,
.topnav .navbar-nav .dropdown-item:hover {
    color: #009345
}

.topnav .navbar-nav .nav-item .nav-link.active {
    color: #009345
}

.topnav .navbar-nav .nav-item .nav-link.active svg {
    color: #009345
}

@media (min-width:992px) {
    .topnav .navbar-nav .nav-item.active>.nav-link::before {
        content: "";
        height: 2px;
        width: 100%;
        background-color: #009345;
        position: absolute;
        bottom: 0;
        left: 0
    }
}

.topnav .navbar-nav .dropdown.active>a {
    color: #009345;
    background-color: transparent
}

.topnav .navbar-nav .dropdown.active>a svg {
    color: #009345
}

.topnav .menu-title {
    padding: 12px 24px !important
}

@media (max-width:991.98px) {
    .topnav .menu-title {
        padding: 12px 16px !important
    }
}

@media (min-width:1200px) {

    body[data-layout=horizontal] .container-fluid,
    body[data-layout=horizontal] .navbar-header {
        max-width: 85%
    }
}

@media (min-width:992px) {
    .topnav .dropdown-item {
        padding: .5rem 1.5rem;
        min-width: 180px
    }

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

    .topnav .dropdown .dropdown-menu {
        margin-top: 0;
        border-radius: 0 0 .25rem .25rem
    }

    .topnav .dropdown .dropdown-menu .arrow-down::after {
        right: 15px;
        -webkit-transform: rotate(-135deg) translateY(-50%);
        transform: rotate(-135deg) translateY(-50%);
        position: absolute
    }

    .topnav .dropdown .dropdown-menu .dropdown .dropdown-menu {
        position: absolute;
        top: 0 !important;
        left: 100%;
        display: none
    }

    .topnav .dropdown:hover>.dropdown-menu {
        display: block
    }

    .topnav .dropdown:hover>.dropdown-menu>.dropdown:hover>.dropdown-menu {
        display: block
    }

    .navbar-toggle {
        display: none
    }
}

.arrow-down {
    display: inline-block
}

.arrow-down:after {
    border-color: initial;
    border-style: solid;
    border-width: 0 0 1px 1px;
    content: "";
    height: .4em;
    display: inline-block;
    right: 5px;
    top: 50%;
    margin-left: 10px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: .4em
}

@media (max-width:1199.98px) {
    .topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu {
        right: 100%;
        left: auto
    }
}

@media (max-width:991.98px) {
    .navbar-brand-box .logo-dark {
        display: block
    }

    .navbar-brand-box .logo-dark span.logo-sm {
        display: block
    }

    .navbar-brand-box .logo-light {
        display: none
    }

    .topnav {
        max-height: 360px;
        overflow-y: auto;
        padding: 0
    }

    .topnav .navbar-nav .nav-link {
        padding: .75rem 1.1rem
    }

    .topnav .dropdown .dropdown-menu {
        background-color: transparent;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 20px
    }

    .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl {
        width: auto
    }

    .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl .row {
        margin: 0
    }

    .topnav .dropdown .dropdown-item {
        position: relative;
        background-color: transparent
    }

    .topnav .dropdown .dropdown-item.active,
    .topnav .dropdown .dropdown-item:active {
        color: #009345
    }

    .topnav .arrow-down::after {
        right: 15px;
        position: absolute
    }
}

[data-layout-mode=dark] .topnav .navbar-nav .nav-link:focus,
[data-layout-mode=dark] .topnav .navbar-nav .nav-link:hover {
    color: #fff
}

[data-layout-mode=dark] .topnav .navbar-nav .nav-link:focus svg,
[data-layout-mode=dark] .topnav .navbar-nav .nav-link:hover svg {
    color: #fff
}

[data-layout-mode=dark] .topnav .navbar-nav .nav-link.active {
    color: #fff
}

[data-layout-mode=dark] .topnav .navbar-nav .nav-link.active svg {
    color: #fff
}

[data-layout-mode=dark] .topnav .navbar-nav .dropdown-item.active,
[data-layout-mode=dark] .topnav .navbar-nav .dropdown-item:hover {
    color: #fff
}

[data-layout-mode=dark] .topnav .navbar-nav .dropdown.active>a {
    color: #fff
}

[data-layout-mode=dark] .topnav .navbar-nav .dropdown.active>a svg {
    color: #fff
}

body[data-layout=horizontal][data-topbar=colored] #page-topbar {
    background-color: #009345;
    -webkit-box-shadow: none;
    box-shadow: none
}

body[data-layout=horizontal][data-topbar=colored] .logo-dark {
    display: none
}

body[data-layout=horizontal][data-topbar=colored] .logo-light {
    display: block
}

body[data-layout=horizontal][data-topbar=colored] .app-search .form-control {
    background-color: rgba(0, 0, 0, .07);
    color: #fff
}

body[data-layout=horizontal][data-topbar=colored] .app-search input.form-control::-webkit-input-placeholder,
body[data-layout=horizontal][data-topbar=colored] .app-search span {
    color: rgba(255, 255, 255, .5)
}

body[data-layout=horizontal][data-topbar=colored] .header-item {
    color: #e9ecef
}

body[data-layout=horizontal][data-topbar=colored] .header-item:hover {
    color: #e9ecef
}

body[data-layout=horizontal][data-topbar=colored] .navbar-header .dropdown .show.header-item {
    background-color: rgba(255, 255, 255, .1)
}

body[data-layout=horizontal][data-topbar=colored] .noti-icon i {
    color: #e9ecef
}

@media (min-width:992px) {
    body[data-layout=horizontal][data-topbar=colored] .topnav {
        background-color: #009345
    }

    body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link {
        color: rgba(255, 255, 255, .6)
    }

    body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link:focus,
    body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, .9)
    }

    body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav>.dropdown.active>a {
        color: rgba(255, 255, 255, .9) !important
    }
}

body[data-layout-size=boxed] {
    background-color: #eaedf2
}

body[data-layout-size=boxed] #layout-wrapper {
    background-color: #f7f8fa;
    max-width: 1400px;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 3px rgba(52, 58, 64, .06);
    box-shadow: 0 2px 3px rgba(52, 58, 64, .06)
}

body[data-layout-size=boxed] #page-topbar {
    max-width: calc(1400px - 255px);
    margin: 0 auto
}

body[data-layout-size=boxed] .footer {
    margin: 0 auto;
    max-width: calc(1400px - 255px)
}

body[data-layout-size=boxed][data-sidebar-size=sm] #page-topbar {
    max-width: calc(1400px - 70px)
}

body[data-layout-size=boxed][data-sidebar-size=sm] .footer {
    max-width: calc(1400px - 70px)
}

@media (min-width:769px) {
    body[data-layout-size=boxed][data-sidebar-size=sm] .main-content {
        min-height: 1850px
    }
}

body[data-layout-size=boxed][data-sidebar-size=md] #page-topbar {
    max-width: calc(1400px - 160px)
}

body[data-layout-size=boxed][data-sidebar-size=md] .footer {
    max-width: calc(1400px - 160px)
}

body[data-layout=horizontal][data-layout-size=boxed] #layout-wrapper,
body[data-layout=horizontal][data-layout-size=boxed] #page-topbar,
body[data-layout=horizontal][data-layout-size=boxed] .footer {
    max-width: 100%
}

body[data-layout=horizontal][data-layout-size=boxed] .container-fluid,
body[data-layout=horizontal][data-layout-size=boxed] .navbar-header {
    max-width: 1400px
}

@media (min-width:992px) {

    body[data-layout-scrollable=true] #page-topbar,
    body[data-layout-scrollable=true] .vertical-menu {
        position: absolute
    }

    body[data-layout-scrollable=true] .navbar-brand-box {
        position: absolute
    }
}

@media (min-width:992px) {
    body[data-layout-scrollable=true][data-layout=horizontal] #page-topbar {
        position: absolute
    }

    body[data-layout-scrollable=true][data-layout=horizontal] .navbar-brand-box {
        position: relative
    }
}

.avatar-xs {
    height: 1rem;
    width: 1rem
}

.avatar-sm {
    height: 2rem;
    width: 2rem
}

.avatar {
    height: 3rem;
    width: 3rem
}

.avatar-md {
    height: 4rem;
    width: 4rem
}

.avatar-lg {
    height: 5rem;
    width: 5rem
}

.avatar-xl {
    height: 6rem;
    width: 6rem
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #009345;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.avatar-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 8px
}

.avatar-group .avatar-group-item {
    margin-left: -8px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s
}

.avatar-group .avatar-group-item:hover {
    position: relative;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.alert-top-border {
    background-color: var(--bs-card-bg);
    border-color: var(--bs-light);
    border-top: 2px solid #f5f6f8
}

.alert-outline {
    background-color: var(--bs-card-bg)
}

.alert-light {
    color: var(--bs-text-muted)
}

.alert-top-border.alert-primary {
    border-top-color: #009345;
    color: #009345
}

.alert-outline.alert-primary {
    border: 1px solid rgba(3, 142, 220, .8);
    color: #009345
}

.alert-top-border.alert-secondary {
    border-top-color: #74788d;
    color: #74788d
}

.alert-outline.alert-secondary {
    border: 1px solid rgba(116, 120, 141, .8);
    color: #74788d
}

.alert-top-border.alert-success {
    border-top-color: #51d28c;
    color: #51d28c
}

.alert-outline.alert-success {
    border: 1px solid rgba(81, 210, 140, .8);
    color: #51d28c
}

.alert-top-border.alert-info {
    border-top-color: #5fd0f3;
    color: #5fd0f3
}

.alert-outline.alert-info {
    border: 1px solid rgba(95, 208, 243, .8);
    color: #5fd0f3
}

.alert-top-border.alert-warning {
    border-top-color: #f7cc53;
    color: #f7cc53
}

.alert-outline.alert-warning {
    border: 1px solid rgba(247, 204, 83, .8);
    color: #f7cc53
}

.alert-top-border.alert-danger {
    border-top-color: #f34e4e;
    color: #f34e4e
}

.alert-outline.alert-danger {
    border: 1px solid rgba(243, 78, 78, .8);
    color: #f34e4e
}

.alert-top-border.alert-pink {
    border-top-color: #e83e8c;
    color: #e83e8c
}

.alert-outline.alert-pink {
    border: 1px solid rgba(232, 62, 140, .8);
    color: #e83e8c
}

.alert-top-border.alert-light {
    border-top-color: #f5f6f8;
    color: #f5f6f8
}

.alert-outline.alert-light {
    border: 1px solid rgba(245, 246, 248, .8);
    color: #f5f6f8
}

.alert-top-border.alert-dark {
    border-top-color: #343a40;
    color: #343a40
}

.alert-outline.alert-dark {
    border: 1px solid rgba(52, 58, 64, .8);
    color: #343a40
}

.alert-top-border.alert-purple {
    border-top-color: #564ab1;
    color: #564ab1
}

.alert-outline.alert-purple {
    border: 1px solid rgba(86, 74, 177, .8);
    color: #564ab1
}

.alert-outline.alert-light,
.alert-top-border.alert-light {
    color: var(--bs-text-muted)
}

.alert-outline.alert-dark,
.alert-top-border.alert-dark {
    color: var(--bs-dark);
    border-top-color: var(--bs-border-color)
}

.alert-outline.alert-outline,
.alert-top-border.alert-outline {
    border-color: var(--bs-border-color)
}

.custom-accordion .accordion-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 7px;
    background-color: #eff0f2;
    padding: 12px 20px;
    color: #495057;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.custom-accordion .accordion-list.collapsed i.accor-plus-icon:before {
    content: "\f0415"
}

.custom-accordion .accordion-list .accor-plus-icon {
    display: inline-block;
    font-size: 16px;
    height: 24px;
    width: 24px;
    line-height: 22px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%
}

.custom-accordion a.collapsed i.accor-down-icon:before {
    content: "\f0140"
}

.custom-accordion .card-body {
    color: var(--bs-text-muted)
}

.font-size-10 {
    font-size: 10px !important
}

.font-size-11 {
    font-size: 11px !important
}

.font-size-12 {
    font-size: 12px !important
}

.font-size-13 {
    font-size: 13px !important
}

.font-size-14 {
    font-size: 14px !important
}

.font-size-15 {
    font-size: 15px !important
}

.font-size-16 {
    font-size: 16px !important
}

.font-size-17 {
    font-size: 17px !important
}

.font-size-18 {
    font-size: 18px !important
}

.font-size-20 {
    font-size: 20px !important
}

.font-size-22 {
    font-size: 22px !important
}

.font-size-24 {
    font-size: 24px !important
}

.font-size-26 {
    font-size: 26px !important
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: .7;
    background-color: #000
}

.social-list-item {
    height: 2.4rem;
    width: 2.4rem;
    line-height: calc(2.4rem - 2px);
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    color: var(--bs-text-muted);
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s
}

.social-list-item:hover {
    color: #343a40
}

.w-xs {
    min-width: 80px
}

.w-sm {
    min-width: 95px
}

.w-md {
    min-width: 110px
}

.w-lg {
    min-width: 140px
}

.w-xl {
    min-width: 160px
}

.alert-dismissible .btn-close {
    font-size: 10px;
    padding: 1.05rem 1.25rem
}

[data-layout-mode=dark] form ::-webkit-input-placeholder {
    color: var(--bs-body-color)
}

[data-layout-mode=dark] form ::-moz-placeholder {
    color: var(--bs-body-color)
}

[data-layout-mode=dark] form :-ms-input-placeholder {
    color: var(--bs-body-color)
}

[data-layout-mode=dark] form ::-ms-input-placeholder {
    color: var(--bs-body-color)
}

[data-layout-mode=dark] form ::placeholder {
    color: var(--bs-body-color)
}

[data-layout-mode=dark] form ::-webkit-input-placeholder {
    color: var(--bs-body-color)
}

[data-layout-mode=dark] form ::-moz-placeholder {
    color: var(--bs-body-color)
}

[data-layout-mode=dark] form :-ms-input-placeholder {
    color: var(--bs-body-color)
}

[data-layout-mode=dark] form :-moz-placeholder {
    color: var(--bs-body-color)
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999
}

#status {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: -20px 0 0 -20px
}

.spinner .spin-icon {
    font-size: 48px;
    color: #009345;
    position: relative;
    display: inline-block;
    -webkit-animation: spin 1.6s infinite linear;
    animation: spin 1.6s infinite linear
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

[type=email]::-webkit-input-placeholder,
[type=number]::-webkit-input-placeholder,
[type=tel]::-webkit-input-placeholder,
[type=url]::-webkit-input-placeholder {
    text-align: left
}

[type=email]::-moz-placeholder,
[type=number]::-moz-placeholder,
[type=tel]::-moz-placeholder,
[type=url]::-moz-placeholder {
    text-align: left
}

[type=email]:-ms-input-placeholder,
[type=number]:-ms-input-placeholder,
[type=tel]:-ms-input-placeholder,
[type=url]:-ms-input-placeholder {
    text-align: left
}

[type=email]::-ms-input-placeholder,
[type=number]::-ms-input-placeholder,
[type=tel]::-ms-input-placeholder,
[type=url]::-ms-input-placeholder {
    text-align: left
}

[type=email]::placeholder,
[type=number]::placeholder,
[type=tel]::placeholder,
[type=url]::placeholder {
    text-align: left
}

.form-check {
    position: relative;
    text-align: left
}

.form-check-right {
    padding-left: 0;
    display: inline-block;
    padding-right: 1.5em
}

.form-check-right .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.5em
}

.form-check-right .form-check-label {
    display: block
}

.form-checkbox-outline .form-check-input {
    border-width: 2px;
    background-color: #fff
}

.form-checkbox-outline .form-check-input:active {
    -webkit-filter: none;
    filter: none
}

.form-checkbox-outline .form-check-input:checked {
    background-color: #fff !important
}

.form-checkbox-outline .form-check-input:checked[type=checkbox] {
    background-image: none
}

.form-checkbox-outline .form-check-input:checked:after {
    position: absolute;
    content: "\f012c";
    font-family: "Material Design Icons";
    top: -4px !important;
    left: 1px;
    font-size: 16px;
    color: #343a40
}

.form-radio-outline .form-check-input {
    border-width: 2px;
    background-color: #fff
}

.form-radio-outline .form-check-input:active {
    -webkit-filter: none;
    filter: none
}

.form-radio-outline .form-check-input:checked {
    background-color: #fff !important
}

.form-radio-outline .form-check-input:checked[type=checkbox] {
    background-image: none
}

.form-radio-outline .form-check-input:checked:after {
    position: absolute;
    content: "\f0765";
    font-family: "Material Design Icons";
    top: 6px !important;
    left: 4px;
    font-size: 6px
}

.form-check-primary .form-check-input:checked {
    background-color: #009345;
    border-color: #009345
}

.form-radio-primary .form-check-input:checked {
    border-color: #009345;
    background-color: #009345
}

.form-radio-primary .form-check-input:checked:after {
    color: #009345
}

.form-check-secondary .form-check-input:checked {
    background-color: #74788d;
    border-color: #74788d
}

.form-radio-secondary .form-check-input:checked {
    border-color: #74788d;
    background-color: #74788d
}

.form-radio-secondary .form-check-input:checked:after {
    color: #74788d
}

.form-check-success .form-check-input:checked {
    background-color: #51d28c;
    border-color: #51d28c
}

.form-radio-success .form-check-input:checked {
    border-color: #51d28c;
    background-color: #51d28c
}

.form-radio-success .form-check-input:checked:after {
    color: #51d28c
}

.form-check-info .form-check-input:checked {
    background-color: #5fd0f3;
    border-color: #5fd0f3
}

.form-radio-info .form-check-input:checked {
    border-color: #5fd0f3;
    background-color: #5fd0f3
}

.form-radio-info .form-check-input:checked:after {
    color: #5fd0f3
}

.form-check-warning .form-check-input:checked {
    background-color: #f7cc53;
    border-color: #f7cc53
}

.form-radio-warning .form-check-input:checked {
    border-color: #f7cc53;
    background-color: #f7cc53
}

.form-radio-warning .form-check-input:checked:after {
    color: #f7cc53
}

.form-check-danger .form-check-input:checked {
    background-color: #f34e4e;
    border-color: #f34e4e
}

.form-radio-danger .form-check-input:checked {
    border-color: #f34e4e;
    background-color: #f34e4e
}

.form-radio-danger .form-check-input:checked:after {
    color: #f34e4e
}

.form-check-pink .form-check-input:checked {
    background-color: #e83e8c;
    border-color: #e83e8c
}

.form-radio-pink .form-check-input:checked {
    border-color: #e83e8c;
    background-color: #e83e8c
}

.form-radio-pink .form-check-input:checked:after {
    color: #e83e8c
}

.form-check-light .form-check-input:checked {
    background-color: #f5f6f8;
    border-color: #f5f6f8
}

.form-radio-light .form-check-input:checked {
    border-color: #f5f6f8;
    background-color: #f5f6f8
}

.form-radio-light .form-check-input:checked:after {
    color: #f5f6f8
}

.form-check-dark .form-check-input:checked {
    background-color: #343a40;
    border-color: #343a40
}

.form-radio-dark .form-check-input:checked {
    border-color: #343a40;
    background-color: #343a40
}

.form-radio-dark .form-check-input:checked:after {
    color: #343a40
}

.form-check-purple .form-check-input:checked {
    background-color: #564ab1;
    border-color: #564ab1
}

.form-radio-purple .form-check-input:checked {
    border-color: #564ab1;
    background-color: #564ab1
}

.form-radio-purple .form-check-input:checked:after {
    color: #564ab1
}

.form-check,
.form-check-input,
.form-check-label {
    cursor: pointer;
    margin-bottom: 0
}

.form-switch-md {
    font-size: 20px;
    min-height: 26px;
    line-height: 26px
}

.form-switch-md .form-check-label {
    font-size: .9rem;
    vertical-align: middle
}

.form-switch-lg {
    font-size: 26px;
    min-height: 36px;
    line-height: 36px
}

.form-switch-lg .form-check-label {
    font-size: .9rem;
    vertical-align: middle
}

.input-group-text {
    margin-bottom: 0
}

.card-radio {
    background-color: #fff;
    border: 2px solid #eff0f2;
    border-radius: .25rem;
    padding: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.card-radio:hover {
    cursor: pointer
}

.card-radio-label {
    display: block
}

.card-radio-input {
    display: none
}

.card-radio-input:checked+.card-radio {
    border-color: #009345 !important
}

[data-layout-mode=dark] .form-switch .form-check-input,
[data-layout-mode=dark] .form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23e2e5e8'/%3e%3c/svg%3e")
}

[data-layout-mode=dark] .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23e2e5e8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")
}

.main-chart .chart-border-left {
    border-left: 1.4px solid var(--bs-border-color);
    padding: 2px 20px
}

@media (max-width:575.98px) {
    .main-chart .chart-border-left {
        border: 0
    }
}

.main-chart .chart-border-left:last-child {
    margin-right: 0
}

.widget-chat {
    height: 300px !important
}

.widget-chat-list {
    height: 373px !important
}

@media (min-width:992px) {
    .map-widget {
        border-right: 1px solid var(--bs-border-color)
    }
}

.button-items {
    margin-left: -8px;
    margin-bottom: -12px
}

.button-items .btn {
    margin-bottom: 12px;
    margin-left: 8px
}

.search-box .form-control {
    border-radius: 30px;
    padding-left: 40px
}

.search-box .search-icon {
    font-size: 16px;
    position: absolute;
    left: 13px;
    top: 0;
    line-height: 38px
}

.bs-example-modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block
}

.icon-demo-content {
    text-align: center;
    color: #adb5bd
}

.icon-demo-content i,
.icon-demo-content svg {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 24px;
    margin: 0 auto 16px;
    border: 2px solid var(--bs-gray-300);
    color: #74788d;
    border-radius: 4px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.icon-demo-content svg {
    padding: 6px
}

.icon-demo-content .col-lg-4 {
    margin-top: 24px
}

.icon-demo-content .col-lg-4:hover i,
.icon-demo-content .col-lg-4:hover svg {
    color: #fff;
    background-color: #009345;
    border-color: #009345;
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.grid-structure .grid-container {
    background-color: #f8f9fa;
    margin-top: 10px;
    font-size: .8rem;
    font-weight: 500;
    padding: 10px 20px
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.ribbon {
    position: absolute;
    right: -26px;
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 1px 22px;
    font-size: 13px;
    font-weight: 500
}

@media print {

    .footer,
    .navbar-header,
    .page-title-box,
    .right-bar,
    .vertical-menu {
        display: none !important
    }

    .card-body,
    .main-content,
    .page-content,
    .right-bar,
    body {
        padding: 0;
        margin: 0
    }

    .card {
        border: 0
    }
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0 !important;
    bottom: 0;
    right: 0 !important;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    padding: 0 !important
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none
}

.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 6px;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #a2adb7;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none
}

.custom-scroll {
    height: 100%
}

.fc td,
.fc th {
    border: 1px solid var(--bs-border-color)
}

.fc .fc-toolbar h2 {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase
}

@media (max-width:767.98px) {

    .fc .fc-toolbar .fc-center,
    .fc .fc-toolbar .fc-left,
    .fc .fc-toolbar .fc-right {
        float: none;
        display: block;
        text-align: center;
        clear: both;
        margin: 10px 0
    }

    .fc .fc-toolbar>*>* {
        float: none
    }

    .fc .fc-toolbar .fc-today-button {
        display: none
    }
}

.fc .fc-toolbar .btn {
    text-transform: capitalize
}

.fc .fc-col-header-cell {
    background-color: #f5f6f8
}

.fc .fc-col-header-cell-cushion {
    display: block;
    padding: 8px 4px
}

.fc .fc-daygrid-day-number {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    margin: 2px
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(3, 142, 220, .1)
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    background-color: #009345;
    color: #fff
}

.fc .fc-list-event:hover td {
    background: 0 0
}

.fc .fc-list-event-dot {
    border-color: var(--bs-border-color)
}

.fc .fc-list-event-title a {
    color: #fff !important
}

.fc .fc-col-header,
.fc .fc-daygrid-body,
.fc .fc-scrollgrid-sync-table {
    width: 100% !important
}

.table-bordered {
    border: 1px solid var(--bs-border-color)
}

.fc-theme-bootstrap a:not([href]) {
    color: var(--bs-body-color)
}

.fc-event {
    color: #fff
}

.fc th.fc-widget-header {
    background: #eff0f2;
    color: #495057;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 700
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: var(--bs-border-color)
}

.fc-unthemed td.fc-today {
    background: #fbfbfc
}

.fc-button {
    background: #fff;
    border-color: var(--bs-border-color);
    color: #495057;
    text-transform: capitalize;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 12px !important;
    height: auto !important
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down {
    background-color: #009345;
    color: #fff;
    text-shadow: none
}

.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: .8125rem;
    margin: 5px 7px;
    padding: 5px 5px;
    text-align: center
}

.fc-event,
.fc-event-dot {
    background-color: #009345
}

.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover {
    background-color: #009345
}

.fc-daygrid-dot-event {
    color: #fff !important
}

.fc-daygrid-dot-event .fc-event-title {
    font-weight: 600
}

.fc-daygrid-event-dot {
    border-color: #fff !important;
    color: #fff !important
}

.fc-event .fc-content {
    color: #fff
}

#external-events .external-event {
    text-align: left;
    padding: 8px 16px;
    margin: 6px 0
}

.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.bg-dark .fc-content {
    color: #f5f6f8
}

[dir=rtl] .fc-header-toolbar {
    direction: ltr !important
}

[dir=rtl] .fc-toolbar>*>:not(:first-child) {
    margin-left: .75em
}

@media (max-width:575.98px) {
    .fc-toolbar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }
}

[data-layout-mode=dark] .fc-col-header-cell {
    background-color: var(--bs-gray-300)
}

.noUi-connect {
    background: #009345
}

.noUi-horizontal {
    height: 8px
}

.noUi-horizontal .noUi-handle {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    right: -10px;
    top: -7px
}

.noUi-horizontal .noUi-handle::after,
.noUi-horizontal .noUi-handle::before {
    display: none
}

.noUi-horizontal .noUi-handle:focus {
    outline: 0
}

.noUi-pips-horizontal {
    height: 50px
}

.noUi-vertical {
    width: 8px
}

.noUi-vertical .noUi-handle {
    height: 20px;
    width: 20px;
    right: -7px;
    top: -12px;
    border-radius: 50%
}

.noUi-vertical .noUi-handle::after,
.noUi-vertical .noUi-handle::before {
    display: none
}

.noUi-vertical .noUi-handle:focus {
    outline: 0
}

.noUi-value {
    font-size: 12px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 6px
}

.noUi-marker-horizontal.noUi-marker {
    display: none
}

.noUi-target {
    background-color: #f5f6f8;
    border-color: #f5f6f8;
    -webkit-box-shadow: none;
    box-shadow: none
}

.noUi-touch-area:focus {
    outline: 0
}

#blue,
#green,
#red {
    margin: 10px;
    display: inline-block;
    height: 200px
}

#colorpicker {
    height: 240px;
    width: 310px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #eff0f2
}

#result {
    margin: 60px 26px;
    height: 100px;
    width: 100px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #eff0f2;
    -webkit-box-shadow: 0 0 3px;
    box-shadow: 0 0 3px;
    border-radius: 7px
}

#red .noUi-connect {
    background: #f34e4e
}

#green .noUi-connect {
    background: #51d28c
}

#blue .noUi-connect {
    background: #009345
}

.form-control.keyboard {
    max-width: 340px !important
}

#input-number,
#input-select {
    padding: 7px;
    margin: 15px 5px 5px;
    width: 70px
}

.example-val {
    font-size: 12px;
    color: var(--bs-text-muted);
    display: block;
    margin: 15px 0
}

.example-val:before {
    content: "Value: ";
    font-size: 12px;
    font-weight: 600
}

.noUi-tooltip {
    display: none
}

.noUi-active .noUi-tooltip {
    display: block
}

.c-1-color {
    background: #f34e4e
}

.c-2-color {
    background: #f7cc53
}

.c-3-color {
    background: #51d28c
}

.c-4-color {
    background: #009345
}

.c-5-color {
    background: #564ab1
}

#slider-toggle {
    height: 50px
}

#slider-toggle.off .noUi-handle {
    border-color: #f34e4e
}

dark [data-layout-mode=dark] .noUi-target {
    background-color: var(--bs-light);
    border-color: var(--bs-light)
}

.swal2-container .swal2-title {
    font-size: 24px;
    font-weight: 500
}

.swal2-content {
    font-size: 16px
}

.swal2-popup {
    background: var(--bs-gray-300) !important
}

.swal2-title {
    color: var(--bs-gray-700)
}

.swal2-icon.swal2-question {
    border-color: #5fd0f3;
    color: #5fd0f3
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #51d28c
}

.swal2-icon.swal2-success .swal2-success-ring {
    border-color: rgba(81, 210, 140, .3)
}

.swal2-icon.swal2-warning {
    border-color: #f7cc53;
    color: #f7cc53
}

.swal2-styled:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.swal2-progress-steps .swal2-progress-step {
    background: #009345
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #009345
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step,
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
    background: rgba(3, 142, 220, .3)
}

.swal2-progress-steps .swal2-progress-step-line {
    background: #009345
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    border-left-color: #009345 !important;
    border-right-color: #009345 !important
}

.swal2-file,
.swal2-input,
.swal2-textarea {
    border: 1px solid var(--bs-input-border-color)
}

.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--bs-input-focus-border-color)
}

.alertify .ajs-header {
    font-weight: 500;
    font-size: 16px;
    position: relative;
    color: var(--bs-gray-700)
}

.alertify .ajs-dialog {
    -webkit-box-shadow: 0 2px 3px rgba(52, 58, 64, .06);
    box-shadow: 0 2px 3px rgba(52, 58, 64, .06);
    background-color: var(--bs-modal-bg);
    border-radius: .4rem;
    overflow: hidden
}

.alertify .ajs-dialog .ajs-footer,
.alertify .ajs-dialog .ajs-header {
    background-color: #fff
}

.alertify .ajs-body {
    color: #495057
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
    font-size: 13px;
    color: var(--bs-gray-700);
    font-weight: 500
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    color: #009345
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
    text-align: right
}

.alertify .ajs-body .ajs-content {
    padding: 16px 0
}

.alertify .ajs-body .ajs-content .ajs-input:focus-visible {
    outline: 0
}

.alertify .ajs-body .ajs-content .ajs-input {
    display: block;
    width: 100%;
    padding: .47rem .75rem;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-input-bg);
    border: 1px solid var(--bs-input-border-color);
    border-radius: .25rem
}

.alertify .ajs-commands {
    top: 16px;
    right: 16px;
    left: auto;
    margin: 0
}

.alertify .ajs-commands button {
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
    opacity: .5
}

.alertify-notifier .ajs-message {
    background-color: #009345;
    border-color: #009345;
    color: #fff;
    text-shadow: none !important;
    border-radius: 4px
}

.alertify-notifier .ajs-message.ajs-success {
    background-color: #51d28c;
    border-color: #51d28c
}

.alertify-notifier .ajs-message.ajs-error {
    background-color: #f34e4e;
    border-color: #f34e4e
}

.alertify-notifier .ajs-message.ajs-warning {
    background-color: #f7cc53;
    border-color: #f7cc53
}

.alertify-notifier.ajs-right {
    right: 10px;
    left: auto
}

.alertify-notifier.ajs-right .ajs-message {
    right: -320px;
    left: auto
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
    right: 290px;
    left: auto
}

.alertify-notifier.ajs-left {
    left: 10px;
    right: auto
}

.alertify-notifier.ajs-left .ajs-message {
    left: -300px;
    right: auto
}

.alertify-notifier.ajs-left .ajs-message.ajs-visible {
    left: 0;
    right: auto
}

body[data-layout-mode=dark] .alertify ajs-dialog .ajs-dialog {
    background-color: #032d46
}

body[data-layout-mode=dark] .alertify .ajs-footer,
body[data-layout-mode=dark] .alertify .ajs-header {
    color: #eff0f2;
    background-color: #032d46;
    border-color: #043a5a
}

body[data-layout-mode=dark] .alertify .ajs-body {
    color: #adb5bd
}

body[data-layout-mode=dark] .alertify .ajs-body .ajs-content .ajs-input {
    color: #adb5bd;
    background-color: #033350;
    border: 1px solid #043a5a
}

body[data-layout-mode=dark] .alertify .ajs-footer .ajs-buttons .ajs-button {
    color: #adb5bd
}

body[data-layout-mode=dark] .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    color: #009345
}

body[data-layout-mode=dark] .alertify .ajs-commands button {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important
}

.swiper-arrow .swiper-button-next,
.swiper-arrow .swiper-button-prev {
    height: 30px;
    width: 30px;
    margin: auto 0;
    color: #fff !important;
    background-color: #039ef5
}

.swiper-arrow .swiper-button-next::after,
.swiper-arrow .swiper-button-prev::after {
    font-size: 18px
}

.swiper-arrow .swiper-button-prev {
    position: absolute;
    left: 0
}

.swiper-arrow .swiper-button-next {
    position: absolute;
    right: 0
}

.swiper-arrow.arrow-sm .swiper-button-next,
.swiper-arrow.arrow-sm .swiper-button-prev {
    height: 24px;
    width: 24px
}

.swiper-arrow.arrow-sm .swiper-button-next::after,
.swiper-arrow.arrow-sm .swiper-button-prev::after {
    font-size: 12px
}

.swiper-pagination {
    -webkit-transform: translate3d(0, 0, 0) translateX(-50%);
    transform: translate3d(0, 0, 0) translateX(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto !important;
    padding: 4px 4px;
    left: 50% !important;
    background-color: #fff;
    border-radius: 10px;
    right: auto !important
}

.swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    border: 1px solid #009345
}

.swiper-pagination-bullet-active {
    background-color: #009345;
    opacity: 1;
    border: 1px solid #009345
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.progress-swiper .swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    background-color: #f5f6f8
}

.progress-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #009345
}

.choices__inner {
    padding: .25rem 2.5rem .25rem .5rem;
    background-color: var(--bs-input-bg);
    vertical-align: middle;
    border-radius: .25rem;
    border: 1px solid var(--bs-input-border-color);
    min-height: 38px
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: .25rem
}

.choices[data-type*=select-one]:after {
    border: 0;
    border-color: #343a40 transparent transparent;
    right: 11.5px;
    left: auto;
    content: "\f0140";
    font-family: "Material Design Icons";
    width: auto;
    height: auto;
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.choices[data-type*=select-one].is-open:after {
    margin-top: 0;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.choices[data-type*=select-one] .choices__button {
    right: 0;
    left: auto;
    margin-right: 25px;
    margin-left: 0
}

.choices[data-type*=select-one] .choices__input {
    background-color: transparent;
    border-color: var(--bs-gray-300);
    color: var(--bs-gray-600)
}

.choices__input {
    background-color: var(--bs-input-bg);
    margin-bottom: 0;
    color: var(--bs-gray-600)
}

.choices__list--multiple {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px
}

.choices__list--multiple .choices__item {
    background-color: #009345;
    border-color: #009345;
    margin-bottom: 0;
    margin-right: 0;
    font-weight: 400
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #009345;
    border: 1px solid #009345
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: var(--bs-light)
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: var(--bs-input-focus-border-color)
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #74788d;
    border-color: #74788d
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    border-left: 1px solid rgba(255, 255, 255, .5);
    margin: 0 -4px 0 8px;
    border-right: 0
}

.choices__list--dropdown {
    border-color: var(--bs-gray-300) !important;
    -webkit-box-shadow: var(--bs-card-border-color);
    box-shadow: var(--bs-card-border-color);
    background-color: var(--bs-input-bg)
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: dropdown-link-hover-bg
}

.is-open .choices__list--dropdown {
    border-color: #e2e5e8
}

[data-layout-mode=dark] .choices__inner ::-webkit-input-placeholder,
[data-layout-mode=dark] .choices__list--dropdown ::-webkit-input-placeholder {
    color: var(--bs-body-color)
}

[data-layout-mode=dark] .choices__inner ::-moz-placeholder,
[data-layout-mode=dark] .choices__list--dropdown ::-moz-placeholder {
    color: var(--bs-body-color)
}

[data-layout-mode=dark] .choices__inner :-ms-input-placeholder,
[data-layout-mode=dark] .choices__list--dropdown :-ms-input-placeholder {
    color: var(--bs-body-color)
}

[data-layout-mode=dark] .choices__inner ::-ms-input-placeholder,
[data-layout-mode=dark] .choices__list--dropdown ::-ms-input-placeholder {
    color: var(--bs-body-color)
}

[data-layout-mode=dark] .choices__inner ::placeholder,
[data-layout-mode=dark] .choices__list--dropdown ::placeholder {
    color: var(--bs-body-color)
}

[data-layout-mode=dark] .choices__inner ::-webkit-input-placeholder,
[data-layout-mode=dark] .choices__list--dropdown ::-webkit-input-placeholder {
    color: var(--bs-body-color)
}

[data-layout-mode=dark] .choices__inner ::-moz-placeholder,
[data-layout-mode=dark] .choices__list--dropdown ::-moz-placeholder {
    color: var(--bs-body-color)
}

[data-layout-mode=dark] .choices__inner :-ms-input-placeholder,
[data-layout-mode=dark] .choices__list--dropdown :-ms-input-placeholder {
    color: var(--bs-body-color)
}

[data-layout-mode=dark] .choices__inner :-moz-placeholder,
[data-layout-mode=dark] .choices__list--dropdown :-moz-placeholder {
    color: var(--bs-body-color)
}

[data-layout-mode=dark] .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: var(--bs-dropdown-link-hover-bg)
}

[data-layout-mode=dark] .choices__heading {
    border-color: var(--bs-border-color)
}

input[switch] {
    display: none
}

input[switch]+label {
    font-size: 1em;
    line-height: 1;
    width: 56px;
    height: 24px;
    background-color: #e2e5e8;
    background-image: none;
    border-radius: 2rem;
    padding: .16667rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    font-weight: 500;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

input[switch]+label:before {
    color: #343a40;
    content: attr(data-off-label);
    display: block;
    font-family: inherit;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    right: 1px;
    margin: 3px;
    top: -2px;
    text-align: center;
    min-width: 1.66667rem;
    overflow: hidden;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

input[switch]+label:after {
    content: "";
    position: absolute;
    left: 3px;
    background-color: #f5f6f8;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2rem;
    height: 20px;
    width: 20px;
    top: 2px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

input[switch]:checked+label {
    background-color: #009345
}

input[switch]:checked+label {
    background-color: #009345
}

input[switch]:checked+label:before {
    color: #fff;
    content: attr(data-on-label);
    right: auto;
    left: 3px
}

input[switch]:checked+label:after {
    left: 33px;
    background-color: #f5f6f8
}

input[switch=bool]+label {
    background-color: #f34e4e
}

input[switch=bool]+label:before,
input[switch=bool]:checked+label:before,
input[switch=default]:checked+label:before {
    color: #fff
}

input[switch=bool]:checked+label {
    background-color: #51d28c
}

input[switch=default]:checked+label {
    background-color: #a2a2a2
}

input[switch=primary]:checked+label {
    background-color: #009345
}

input[switch=success]:checked+label {
    background-color: #51d28c
}

input[switch=info]:checked+label {
    background-color: #5fd0f3
}

input[switch=warning]:checked+label {
    background-color: #f7cc53
}

input[switch=danger]:checked+label {
    background-color: #f34e4e
}

input[switch=dark]:checked+label {
    background-color: #343a40
}

.square-switch {
    margin-right: 7px
}

.square-switch input[switch]+label,
.square-switch input[switch]+label:after {
    border-radius: 4px
}

.gridjs-container {
    color: var(--bs-table-color)
}

.gridjs-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--bs-table-border-color)
}

.gridjs-wrapper::-webkit-scrollbar {
    -webkit-appearance: none
}

.gridjs-wrapper::-webkit-scrollbar:vertical {
    width: 12px
}

.gridjs-wrapper::-webkit-scrollbar:horizontal {
    height: 12px
}

.gridjs-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(52, 58, 64, .075);
    border-radius: 10px;
    border: 2px solid var(--bs-card-bg)
}

.gridjs-wrapper::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: var(--bs-card-bg)
}

.gridjs-table {
    width: 100%
}

.gridjs-tbody,
td.gridjs-td {
    background-color: transparent
}

td.gridjs-td,
th.gridjs-th {
    border: 1px solid var(--bs-table-border-color);
    padding: .75rem .75rem
}

th.gridjs-th {
    border-top: 0;
    color: var(--bs-table-color);
    background-color: var(--bs-table-hover-bg)
}

th.gridjs-th-sort {
    background-color: var(--bs-table-hover-bg)
}

th.gridjs-th-sort:focus,
th.gridjs-th-sort:hover {
    background-color: var(--bs-table-hover-bg)
}

.gridjs-footer {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--bs-table-border-color);
    border-top: 0;
    background-color: transparent
}

.gridjs-pagination .gridjs-pages button {
    border: none !important;
    border-radius: 30px !important;
    margin: 0 5px;
    min-width: 32px;
    height: 32px;
    padding: 0;
    text-align: center;
    line-height: 32px;
    background-color: transparent;
    color: var(--bs-pagination-color)
}

.gridjs-pagination .gridjs-pages button:disabled,
.gridjs-pagination .gridjs-pages button:hover:disabled,
.gridjs-pagination .gridjs-pages button[disabled] {
    color: var(--bs-pagination-disabled-color);
    background-color: transparent
}

.gridjs-pagination .gridjs-pages button:hover {
    background-color: var(--bs-pagination-bg);
    color: var(--bs-pagination-hover-color)
}

.gridjs-pagination .gridjs-pages button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.gridjs-pagination .gridjs-pages button:first-child:hover,
.gridjs-pagination .gridjs-pages button:last-child:hover {
    background-color: transparent
}

.gridjs-pagination .gridjs-pages button.gridjs-currentPage {
    background-color: #009345;
    color: #fff;
    border-color: #009345
}

.gridjs-pagination .gridjs-summary {
    color: var(--bs-gray-500)
}

input.gridjs-input {
    border-color: var(--bs-input-border-color);
    background-color: var(--bs-input-bg);
    color: var(--bs-body-color)
}

input.gridjs-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--bs-input-focus-border-color);
    background-color: var(--bs-input-bg)
}

[data-layout-mode=dark] .gridjs-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--bs-gray-300)
}

.pcr-app {
    background: #fff
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview {
    margin-right: .75em;
    margin-left: 0
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser,
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity {
    margin-left: .75em;
    margin-right: 0
}

.flatpickr-input[readonly] {
    background-color: var(--bs-input-bg)
}

.input[readonly] {
    background-color: var(--bs-input-bg)
}

.flatpickr-months,
.flatpickr-weekdays {
    background-color: #009345
}

span.flatpickr-weekday {
    color: #fff;
    font-weight: 500
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background-color: transparent !important
}

.flatpickr-am-pm:focus,
.flatpickr-am-pm:hover,
.numInput:focus,
.numInput:hover,
.numInputWrapper:focus,
.numInputWrapper:hover {
    background-color: transparent !important
}

.flatpickr-weekdays {
    height: 36px !important;
    border-bottom: 1px solid var(--bs-gray-200)
}

.flatpickr-day {
    color: var(--bs-gray-700)
}

.flatpickr-day:focus,
.flatpickr-day:hover {
    background-color: rgba(var(--bs-light), 1) !important
}

.flatpickr-day.today {
    border-color: #009345 !important;
    background-color: rgba(3, 142, 220, .1)
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
    color: var(--bs-gray-800) !important;
    background-color: rgba(3, 142, 220, .15) !important
}

.flatpickr-day.selected {
    background-color: #009345 !important;
    border-color: #009345 !important;
    color: #fff !important
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
    color: var(--bs-gray-500) !important
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    background-color: var(--bs-gray-200) !important;
    border-color: var(--bs-gray-200)
}

.flatpickr-day.inRange {
    -webkit-box-shadow: -5px 0 0 var(--bs-light), 5px 0 0 var(--bs-light);
    box-shadow: -5px 0 0 var(--bs-light), 5px 0 0 var(--bs-light)
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background-color: #009345 !important;
    border-color: #009345 !important;
    color: #fff !important
}

.flatpickr-months .flatpickr-month,
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    color: rgba(255, 255, 255, .9) !important;
    fill: rgba(255, 255, 255, .9) !important
}

.flatpickr-monthDropdown-month {
    color: rgba(0, 0, 0, .8)
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    color: rgba(255, 255, 255, .9) !important
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time input {
    color: var(--bs-gray-800) !important
}

.flatpickr-calendar {
    background-color: var(--bs-light) !important;
    -webkit-box-shadow: 1px 0 0 var(--bs-gray-200), -1px 0 0 var(--bs-gray-200), 0 1px 0 var(--bs-gray-200), 0 -1px 0 var(--bs-gray-200), 0 3px 13px rgba(0, 0, 0, .08) !important;
    box-shadow: 1px 0 0 var(--bs-gray-200), -1px 0 0 var(--bs-gray-200), 0 1px 0 var(--bs-gray-200), 0 -1px 0 var(--bs-gray-200), 0 3px 13px rgba(0, 0, 0, .08) !important
}

.flatpickr-calendar.hasTime .flatpickr-time {
    border-top: 1px solid var(--bs-gray-200) !important
}

.flatpickr-months {
    border-radius: 5px 5px 0 0
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: rgba(255, 255, 255, .9) !important
}

[data-layout-mode=dark] .flatpickr-day {
    color: #adb5bd
}

[data-layout-mode=dark] .flatpickr-day:focus,
[data-layout-mode=dark] .flatpickr-day:hover {
    background-color: rgba(3, 142, 220, .08);
    border-color: rgba(3, 142, 220, 0)
}

[data-layout-mode=dark] .flatpickr-day.flatpickr-disabled,
[data-layout-mode=dark] .flatpickr-day.flatpickr-disabled:hover,
[data-layout-mode=dark] .flatpickr-day.nextMonthDay,
[data-layout-mode=dark] .flatpickr-day.notAllowed,
[data-layout-mode=dark] .flatpickr-day.notAllowed.nextMonthDay,
[data-layout-mode=dark] .flatpickr-day.notAllowed.prevMonthDay,
[data-layout-mode=dark] .flatpickr-day.prevMonthDay {
    color: rgba(226, 229, 232, .25) !important
}

[data-layout-mode=dark] .flatpickr-day.inRange,
[data-layout-mode=dark] .flatpickr-day.nextMonthDay.inRange,
[data-layout-mode=dark] .flatpickr-day.nextMonthDay.today.inRange,
[data-layout-mode=dark] .flatpickr-day.nextMonthDay:focus,
[data-layout-mode=dark] .flatpickr-day.nextMonthDay:hover,
[data-layout-mode=dark] .flatpickr-day.prevMonthDay.inRange,
[data-layout-mode=dark] .flatpickr-day.prevMonthDay.today.inRange,
[data-layout-mode=dark] .flatpickr-day.prevMonthDay:focus,
[data-layout-mode=dark] .flatpickr-day.prevMonthDay:hover,
[data-layout-mode=dark] .flatpickr-day.today.inRange,
[data-layout-mode=dark] .flatpickr-day:focus,
[data-layout-mode=dark] .flatpickr-day:hover {
    background-color: rgba(3, 142, 220, .08) !important;
    border-color: rgba(3, 142, 220, 0)
}

.ck.ck-toolbar {
    background-color: rgba(245, 246, 248, .75) !important;
    border: 1px solid var(--bs-input-border-color) !important
}

.ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.ck.ck-toolbar .ck.ck-toolbar__separator {
    background: 0 0 !important
}

.ck.ck-editor__main>.ck-editor__editable {
    border-top: 0 !important;
    background-color: var(--bs-card-bg) !important;
    border-color: var(--bs-input-border-color) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.ck.ck-dropdown__panel,
.ck.ck-list {
    background: #fff !important
}

.ck.ck-reset_all,
.ck.ck-reset_all * {
    color: var(--bs-body-color) !important
}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se {
    left: 0;
    right: auto !important
}

.ck.ck-editor__editable_inline[dir=ltr] {
    text-align: left !important
}

.ck.ck-dropdown__panel {
    -webkit-box-shadow: 0 2px 3px rgba(52, 58, 64, .06) !important;
    box-shadow: 0 2px 3px rgba(52, 58, 64, .06) !important;
    border-radius: .25rem !important;
    border: 1px solid #e2e5e8 !important
}

.ck-editor__editable {
    min-height: 245px !important
}

.ck.ck-button.ck-on:not(.ck-disabled):active,
.ck.ck-button.ck-on:not(.ck-disabled):hover,
a.ck.ck-button.ck-on:not(.ck-disabled):active,
a.ck.ck-button.ck-on:not(.ck-disabled):hover {
    background: #f5f6f8 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.ck.ck-button:active,
.ck.ck-button:focus,
a.ck.ck-button:active,
a.ck.ck-button:focus {
    background: #f5f6f8 !important;
    border-color: #f5f6f8 !important
}

.ck.ck-tooltip .ck-tooltip__text {
    background: #343a40 !important;
    color: #f5f6f8 !important
}

.ck.ck-button:not(.ck-disabled):hover,
.ck.ck-toolbar .ck.ck-button.ck-on,
a.ck.ck-button.ck-on,
a.ck.ck-button:not(.ck-disabled):hover {
    background: rgba(245, 246, 248, .75) !important
}

[dir=rtl] .ck.ck-toolbar>.ck-toolbar__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.ql-editor {
    text-align: left
}

.ql-editor ol,
.ql-editor ul {
    padding-left: 1.5em;
    padding-right: 0
}

.ql-editor li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: .3em;
    text-align: right
}

.ql-container {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.ql-container.ql-snow {
    border-color: var(--bs-input-border-color)
}

.ql-bubble {
    border: 1px solid var(--bs-input-border-color);
    border-radius: .25rem
}

.ql-toolbar {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important
}

.ql-toolbar span {
    outline: 0 !important;
    color: var(--bs-gray-700) !important
}

.ql-toolbar span:hover {
    color: #009345 !important
}

.ql-toolbar.ql-snow {
    border-color: var(--bs-input-border-color)
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    border-color: transparent
}

.ql-toolbar.ql-snow .ql-picker-options {
    -webkit-box-shadow: 0 2px 3px rgba(52, 58, 64, .06);
    box-shadow: 0 2px 3px rgba(52, 58, 64, .06);
    border-radius: .25rem
}

.ql-snow .ql-script,
.ql-snow .ql-strike svg,
.ql-snow .ql-stroke {
    stroke: var(--bs-gray-700)
}

.ql-snow .ql-fill {
    fill: var(--bs-gray-700)
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    right: 0;
    left: auto
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #495057
}

.ql-snow .ql-picker-options {
    background-color: var(--bs-light);
    border-color: var(--bs-light) !important
}

[data-layout-mode=dark] .ck-toolbar {
    background-color: var(--bs-light) !important
}

[data-layout-mode=dark] .ck.ck-button:not(.ck-disabled):hover,
[data-layout-mode=dark] .ck.ck-toolbar .ck.ck-button.ck-on,
[data-layout-mode=dark] a.ck.ck-button.ck-on,
[data-layout-mode=dark] a.ck.ck-button:not(.ck-disabled):hover {
    background: rgba(245, 246, 248, .1) !important
}

.dropzone {
    min-height: 230px;
    border: 2px dashed var(--bs-gray-300);
    background: #fff;
    border-radius: 6px
}

.dropzone .dz-message {
    font-size: 24px;
    width: 100%
}

[data-layout-mode=dark] .dropzone {
    background: rgba(255, 255, 255, .02)
}

.wizard-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.wizard-nav .wizard-list-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.wizard-nav .wizard-list-item .list-item {
    width: 100%;
    font-size: 14px;
    position: relative
}

.wizard-nav .step-icon {
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 54px;
    border: 1px solid rgba(3, 142, 220, .2);
    color: #009345;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    font-size: 20px
}

@media (max-width:575.98px) {
    .wizard-nav .step-icon {
        width: 40px;
        height: 40px;
        line-height: 38px
    }
}

.wizard-nav .step-title {
    margin-left: 6px
}

.wizard-nav .wizard-list-item:last-child .list-item::after {
    display: none
}

.wizard-nav .wizard-list-item .list-item.done .step-icon {
    background-color: #009345;
    color: #fff
}

.wizard-nav .wizard-list-item .list-item.done .uil:before {
    content: "\e9c3"
}

.wizard-nav .list-item {
    font-size: 14px;
    position: relative
}

@media (max-width:575.98px) {
    .wizard-nav .list-item {
        padding: .5rem
    }
}

.wizard-nav .list-item::after {
    content: "";
    position: absolute;
    width: 75%;
    height: 2px;
    background-color: var(--bs-card-border-color);
    left: 62%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:575.98px) {
    .wizard-nav .list-item::after {
        display: none
    }
}

.wizard-nav .list-item.active {
    color: #495057;
    background-color: transparent
}

.wizard-nav .list-item.active .step-icon {
    background-color: rgba(3, 142, 220, .2);
    color: #009345;
    border-color: rgba(3, 142, 220, .2)
}

.wizard-tab {
    display: none
}

.apex-charts {
    min-height: 10px !important
}

.apex-charts text {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    fill: var(--bs-gray-500)
}

.apex-charts .apexcharts-canvas {
    margin: 0 auto
}

.apexcharts-tooltip-text,
.apexcharts-tooltip-title {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important
}

.apexcharts-tooltip * {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    color: #74788d !important
}

.apexcharts-tooltip.apexcharts-theme-dark * {
    color: #fff !important
}

.apexcharts-legend-series {
    font-weight: 500
}

.apexcharts-bar-series text {
    fill: #fff !important
}

.apexcharts-gridline {
    pointer-events: none;
    stroke: #f8f9fa
}

.apexcharts-legend-text {
    color: var(--bs-gray-600) !important;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 13px !important
}

.apexcharts-pie-label {
    fill: var(--bs-white) !important
}

.apexcharts-subtitle-text,
.apexcharts-title-text {
    fill: #adb5bd
}

.apexcharts-xaxis text,
.apexcharts-yaxis text {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    fill: var(--bs-gray-500)
}

.apexcharts-xaxis line,
.apexcharts-yaxis line {
    stroke: var(--bs-gray-300)
}

.apexcharts-yaxis-title {
    font-weight: 500
}

#treemap-chart.apex-charts text {
    fill: var(--bs-white) !important
}

.apexcharts-treemap-rect {
    stroke: var(--bs-card-bg)
}

.apexcharts-series .apexcharts-data-labels text {
    fill: #fff !important
}

.apexcharts-radar-series line,
.apexcharts-radar-series polygon {
    fill: var(--bs-card-bg);
    stroke: var(--bs-card-border-color)
}

.apexcharts-pie circle,
.apexcharts-pie line {
    stroke: var(--bs-card-border-color)
}

#dynamicloadedchart-wrap {
    margin: 0 auto;
    max-width: 800px;
    position: relative
}

.chart-box {
    padding-left: 0
}

#chart-quarter,
#chart-year {
    width: 96%;
    max-width: 48%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-top: 20px;
    background: var(--bs-card-bg);
    border: 1px solid var(--bs-border-color)
}

#chart-year {
    float: left;
    position: relative;
    -webkit-transition: 1s ease transform;
    transition: 1s ease transform;
    z-index: 3
}

#chart-year.chart-quarter-activated {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 1s ease transform;
    transition: 1s ease transform
}

#chart-quarter {
    float: left;
    position: relative;
    z-index: -2;
    -webkit-transition: 1s ease transform;
    transition: 1s ease transform
}

#chart-quarter.active {
    -webkit-transition: 1.1s ease-in-out transform;
    transition: 1.1s ease-in-out transform;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 1
}

@media screen and (min-width:480px) {
    #chart-year {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    #chart-quarter {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

[data-layout-mode=dark] .apexcharts-gridline {
    stroke: var(--bs-gray-300)
}

[data-layout-mode=dark] .apexcharts-radialbar-track.apexcharts-track path {
    stroke: var(--bs-gray-300)
}

[data-layout-mode=dark] .apexcharts-tooltip {
    background-color: var(--bs-card-bg) !important;
    border: 1px solid var(--bs-border-color) !important
}

[data-layout-mode=dark] .apexcharts-tooltip .apexcharts-tooltip-title {
    background-color: var(--bs-gray-300) !important;
    border-bottom: 1px solid var(--bs-border-color) !important
}

[data-layout-mode=dark] .apexcharts-pie-area {
    stroke: var(--bs-gray-300)
}

[data-layout-mode=dark] .apexcharts-pie-label {
    fill: var(--bs-gray-600) !important
}

.glightbox-clean .gslide-title {
    font-family: Roboto, sans-serif;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 18px
}

.glightbox-clean .gslide-desc {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px
}

.glightbox-clean .gclose {
    border: 2px solid #fff;
    border-radius: 7px;
    right: 10px;
    left: auto
}

@media (min-width:992px) {
    .glightbox-clean .gclose {
        right: 20px;
        left: auto
    }
}

.glightbox-clean .gclose svg {
    width: 12px
}

.gmaps,
.gmaps-panaroma {
    height: 300px;
    background: #f8f9fa;
    border-radius: 3px
}

.gmaps-overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    background: #009345;
    border-radius: 4px;
    padding: 10px 20px
}

.gmaps-overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute
}

.gmaps-overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #009345
}

.gmaps-overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #009345
}

.jvm-tooltip {
    border-radius: 3px;
    background-color: #009345;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    -webkit-box-shadow: 0 5px 6px rgba(52, 58, 64, .1);
    box-shadow: 0 5px 6px rgba(52, 58, 64, .1);
    padding: 3px 5px
}

.leaflet-map {
    height: 300px
}

.leaflet-map.leaflet-container {
    z-index: 99
}

.home-btn {
    position: fixed;
    top: 15px;
    right: 25px
}

.authentication-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/auth-bg.jpg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.authentication-bg .auth-logo .logo {
    margin: 0 auto
}

.authentication-bg .auth-logo .auth-logo-light {
    display: none;
    margin: 0 auto
}

.authentication-bg .auth-logo .auth-logo-dark {
    margin: 0 auto
}

.authentication-bg .bg-overlay {
    opacity: .8
}

.authentication-bg .auth-cover-card .authentication-bg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.authentication-bg .auth-cover-card .bg-overlay {
    opacity: .6
}

.authentication-bg .auth-cover-card .form-floating label {
    color: rgba(255, 255, 255, .5)
}

.authentication-bg .auth-cover-card .form-floating .form-control {
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
    color: #fff
}

.authentication-bg .auth-cover-card .form-floating .form-floating-icon {
    color: rgba(255, 255, 255, .5)
}

.form-floating-custom {
    position: relative
}

.form-floating-custom>label {
    left: 48px
}

.form-floating-custom>.form-control,
.form-floating-custom>.form-select {
    padding-left: 60px
}

.form-floating-custom .form-floating-icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    width: 56px;
    color: var(--bs-text-muted)
}

.error-font {
    font-size: 9rem;
    text-shadow: 4px 4px 6px rgba(33, 37, 41, .26)
}

.mover-animation {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.signin-other-title {
    position: relative
}

.signin-other-title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    background-color: #eff0f2;
    top: 10px
}

.signin-other-title .title {
    display: inline-block;
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 2px 16px
}

.auth-img {
    background-image: url(https://images.unsplash.com/photo-1593062096033-9a26b09da705?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80);
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%
}

@media (max-width:991.98px) {
    .auth-img {
        height: 250px
    }
}

.task-board {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.task-board::-webkit-scrollbar {
    -webkit-appearance: none
}

.task-board::-webkit-scrollbar:vertical {
    width: 12px
}

.task-board::-webkit-scrollbar:horizontal {
    height: 10px
}

.task-board::-webkit-scrollbar-thumb {
    background-color: rgba(52, 58, 64, .2);
    border-radius: 10px;
    border: 2px solid #fff
}

.task-board::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff
}

.tasks {
    min-height: 300px
}

.task-list {
    min-width: 280px;
    white-space: normal
}

@media (min-width:576px) {
    .task-list {
        width: 400px;
        min-width: 400px
    }
}

.task-list:not(:last-child) {
    margin-right: 20px
}

.task-list .tasklist-content {
    max-height: calc(100vh - 430px)
}

.task-list .task-box {
    border: 1px solid #eff0f2
}

.task-list .task-box:last-child {
    margin-bottom: 0
}

.gu-transit {
    border: 1px dashed #74788d !important;
    background-color: #f5f6f8 !important
}

@media (min-width:1200px) {
    .filemanager-sidebar {
        min-width: 230px;
        max-width: 230px
    }
}

@media (min-width:1366px) {
    .filemanager-sidebar {
        min-width: 280px;
        max-width: 280px
    }
}

.filemanager-sidebar .alert-info .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
}

.categories-list {
    padding: 4px 0
}

.categories-list li a {
    display: block;
    padding: 8px 12px;
    color: #495057;
    font-weight: 500
}

.categories-list li.active a {
    color: #009345
}

.categories-list li ul {
    padding-left: 14px
}

.categories-list li ul li a {
    padding: 4px 12px;
    color: var(--bs-text-muted);
    font-size: 13px;
    font-weight: 400
}

.email-leftbar {
    width: 236px;
    float: left;
    padding: 20px;
    border-radius: 5px
}

.email-rightbar {
    margin-left: 254px
}

.chat-user-box p.user-title {
    color: #343a40;
    font-weight: 500
}

.chat-user-box p {
    font-size: 13px
}

@media (max-width:767px) {
    .email-leftbar {
        float: none;
        width: 100%
    }

    .email-rightbar {
        margin: 0
    }
}

.mail-list a {
    display: block;
    color: #74788d;
    line-height: 24px;
    padding: 8px 5px
}

.mail-list a.active {
    color: #f34e4e;
    font-weight: 500
}

.message-list {
    display: block;
    padding-left: 0
}

.message-list li {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    cursor: default;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.message-list li a {
    color: #74788d
}

.message-list li.selected {
    background-color: rgba(239, 240, 242, .6)
}

.message-list li:hover {
    background: #eff0f2;
    -webkit-transition-duration: 50ms;
    transition-duration: 50ms
}

.message-list li .col-mail {
    float: left;
    position: relative
}

.message-list li .col-mail-1 {
    width: 320px
}

.message-list li .col-mail-1 .checkbox-wrapper-mail,
.message-list li .col-mail-1 .dot,
.message-list li .col-mail-1 .star-toggle {
    display: block;
    float: left
}

.message-list li .col-mail-1 .dot {
    border: 4px solid transparent;
    border-radius: 100px;
    margin: 22px 26px 0;
    height: 0;
    width: 0;
    line-height: 0;
    font-size: 0
}

.message-list li .col-mail-1 .checkbox-wrapper-mail {
    margin: 15px 10px 0 20px
}

.message-list li .col-mail-1 .star-toggle {
    margin-top: 18px;
    margin-left: 5px
}

.message-list li .col-mail-1 .title {
    position: absolute;
    top: 0;
    left: 110px;
    right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0
}

.message-list li .col-mail-2 {
    position: absolute;
    top: 0;
    left: 320px;
    right: 0;
    bottom: 0
}

.message-list li .col-mail-2 .date,
.message-list li .col-mail-2 .subject {
    position: absolute;
    top: 0
}

.message-list li .col-mail-2 .subject {
    left: 0;
    right: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.message-list li .col-mail-2 .date {
    right: 0;
    width: 170px;
    padding-left: 80px
}

.message-list li.active,
.message-list li.active:hover {
    -webkit-box-shadow: inset 3px 0 0 #009345;
    box-shadow: inset 3px 0 0 #009345
}

.message-list li.unread {
    background-color: #eff0f2;
    font-weight: 500;
    color: #292d32
}

.message-list li.unread a {
    color: #292d32;
    font-weight: 500
}

.message-list .checkbox-wrapper-mail {
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: relative;
    display: inline-block;
    -webkit-box-shadow: inset 0 0 0 1px var(--bs-gray-400);
    box-shadow: inset 0 0 0 1px var(--bs-gray-400);
    border-radius: 1px
}

.message-list .checkbox-wrapper-mail input {
    opacity: 0;
    cursor: pointer
}

.message-list .checkbox-wrapper-mail input:checked~label {
    opacity: 1
}

.message-list .checkbox-wrapper-mail label {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0;
    cursor: pointer;
    opacity: 0;
    margin-bottom: 0;
    -webkit-transition-duration: 50ms;
    transition-duration: 50ms;
    top: 0
}

.message-list .checkbox-wrapper-mail label:before {
    content: "\f012c";
    font-family: "Material Design Icons";
    top: 0;
    height: 20px;
    color: var(--bs-body-color);
    width: 20px;
    position: absolute;
    margin-top: -16px;
    left: 4px;
    font-size: 13px
}

@media (max-width:575.98px) {
    .message-list li .col-mail-1 {
        width: 200px
    }
}

[data-layout-mode=dark] .message-list li.unread,
[data-layout-mode=dark] .message-list li:hover {
    background: var(--bs-input-bg);
    color: var(--bs-body-color)
}

[data-layout-mode=dark] .message-list li.unread .date,
[data-layout-mode=dark] .message-list li.unread span {
    color: var(--bs-gray-400)
}

[data-layout-mode=dark] .message-list li a {
    color: var(--bs-gray-400)
}

[data-layout-mode=dark] .mail-list a {
    color: var(--bs-gray-400)
}

@media (min-width:1200px) {
    .chat-leftsidebar {
        min-width: 380px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .chat-leftsidebar {
        min-width: 290px
    }
}

.chat-noti-dropdown.active:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #f34e4e;
    border-radius: 50%;
    right: 0
}

.chat-noti-dropdown .btn {
    padding: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    color: var(--bs-btn-hover-color)
}

.chat-noti-dropdown .btn:hover {
    border-color: transparent;
    color: var(--bs-btn-hover-color)
}

.chat-search-box .form-control {
    border: 0
}

.chat-message-list {
    height: calc(100vh - 280px)
}

@media (min-width:992px) {
    .chat-message-list {
        height: calc(100vh - 350px)
    }
}

.chat-list {
    margin: 0
}

.chat-list li.active a {
    background-color: rgba(3, 142, 220, .075);
    border-color: transparent
}

.chat-list li a {
    position: relative;
    display: block;
    color: var(--bs-text-muted);
    -webkit-transition: all .4s;
    transition: all .4s;
    padding: 12px;
    border: 1px solid var(--bs-card-border-color);
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    margin: 12px 0
}

.chat-list li a:hover {
    background-color: rgba(3, 142, 220, .075);
    border-color: transparent
}

.chat-list li .user-img {
    position: relative
}

.chat-list li .user-img .user-status {
    width: 10px;
    height: 10px;
    background-color: #adb5bd;
    border-radius: 50%;
    border: 2px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0
}

.chat-list li .user-img.online .user-status {
    background-color: #51d28c
}

.chat-list li .user-img.away .user-status {
    background-color: #f7cc53
}

.chat-list li.unread a {
    font-weight: 600;
    color: var(--bs-body-color)
}

.chat-list li .unread-message {
    position: absolute;
    display: inline-block;
    right: 16px;
    top: 33px
}

.group-list li a {
    border: 0
}

.user-chat-nav .dropdown .nav-btn {
    height: 36px;
    width: 36px;
    line-height: 36px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    font-size: 16px;
    border-radius: 50%;
    color: var(--bs-btn-hover-color)
}

.user-chat-nav .dropdown .nav-btn.btn:active,
.user-chat-nav .dropdown .nav-btn.btn:active:focus,
.user-chat-nav .dropdown .nav-btn.btn:focus,
.user-chat-nav .dropdown .nav-btn.btn:hover,
.user-chat-nav .dropdown .nav-btn.btn:visited {
    border-color: transparent !important
}

.contact-list {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--bs-text-muted);
    font-weight: 600
}

.chat-conversation {
    height: calc(100vh - 300px)
}

@media (min-width:992px) {
    .chat-conversation {
        height: calc(100vh - 360px)
    }
}

.chat-conversation li {
    clear: both
}

.chat-conversation .chat-day-title {
    position: relative;
    text-align: center;
    margin-bottom: 24px;
    border: none
}

.chat-conversation .chat-day-title .title {
    display: inline-block;
    background-color: #f5f6f8;
    position: relative;
    z-index: 1;
    padding: 4px 16px;
    border-radius: 30px
}

.chat-conversation .chat-day-title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    background-color: var(--bs-card-border-color);
    top: 16px
}

.chat-conversation .chat-day-title .badge {
    font-size: 12px
}

.chat-conversation .chat-avatar img {
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.chat-conversation .conversation-list {
    margin-bottom: 24px;
    position: relative
}

.chat-conversation .conversation-list .ctext-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.chat-conversation .conversation-list .ctext-wrap-content {
    padding: 12px 20px;
    background-color: rgba(3, 142, 220, .1);
    border-radius: 0 8px 8px 8px;
    color: var(--bs-text-muted);
    position: relative;
    margin-left: 6px
}

.chat-conversation .conversation-list .ctext-wrap-content:before {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-right-color: rgba(3, 142, 220, .1);
    border-top-color: rgba(3, 142, 220, .1);
    left: -10px;
    top: 0
}

.chat-conversation .conversation-list .conversation-name {
    margin-bottom: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px
}

.chat-conversation .conversation-list .conversation-name .time {
    font-size: 12px;
    color: var(--bs-text-muted);
    margin-left: 8px;
    font-weight: 400
}

.chat-conversation .conversation-list .conversation-name .user-name {
    color: var(--bs-gray-700)
}

.chat-conversation .conversation-list .dropdown .dropdown-toggle {
    font-size: 18px;
    padding: 4px;
    color: #74788d
}

@media (max-width:575.98px) {
    .chat-conversation .conversation-list .dropdown .dropdown-toggle {
        display: none
    }
}

.chat-conversation .conversation-list .chat-time {
    font-size: 12px;
    margin-top: 4px;
    text-align: right;
    color: rgba(255, 255, 255, .5)
}

.chat-conversation .conversation-list .message-img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.chat-conversation .conversation-list .message-img .message-img-list {
    position: relative
}

.chat-conversation .conversation-list .message-img img {
    max-width: 80px
}

.chat-conversation .right .conversation-list {
    float: right;
    text-align: right
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-color: #f5f6f8;
    text-align: right;
    border-radius: 8px 0 8px 8px;
    margin-left: 0;
    margin-right: 6px
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content:before {
    border: 5px solid transparent;
    border-top-color: #f5f6f8;
    border-left-color: #f5f6f8;
    left: auto;
    right: -10px
}

.chat-conversation .right .conversation-list .ctext-wrap .conversation-name {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.chat-conversation .right .conversation-list .ctext-wrap .conversation-name .time {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: 8px
}

.chat-conversation .right .conversation-list .ctext-wrap .conversation-name .user-name {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.chat-conversation .right .conversation-list .dropdown {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.chat-conversation .right .conversation-list .chat-avatar {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.chat-input-section {
    border-top: 1px solid #eff0f2
}

.chat-input {
    background-color: #f5f6f8 !important;
    border-color: #f5f6f8 !important
}

@media (max-width:575.98px) {
    .chat-send {
        min-width: auto
    }
}

[data-layout-mode=dark] .chat-day-title .title {
    background-color: var(--bs-light)
}

[data-layout-mode=dark] .right .conversation-list .ctext-wrap .ctext-wrap-content {
    background-color: var(--bs-light)
}

[data-layout-mode=dark] .right .conversation-list .ctext-wrap .ctext-wrap-content:before {
    border-top-color: var(--bs-light);
    border-left-color: var(--bs-light)
}

[data-layout-mode=dark] .chat-input {
    background-color: var(--bs-card-body) !important;
    border-color: var(--bs-card-border-color) !important
}

[data-layout-mode=dark] .chat-input-section {
    border-top: 1px solid var(--bs-border-color)
}

.countdownlist {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

.countdownlist .countdownlist-item {
    width: 25%
}

.countdownlist .countdownlist-item:last-of-type .count-num::after {
    display: none
}

.countdownlist .count-title {
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    color: rgba(52, 58, 64, .5);
    text-transform: uppercase
}

.countdownlist .count-num {
    background-color: #fff;
    padding: 16px 8px;
    position: relative;
    border-radius: .25rem;
    -webkit-box-shadow: 0 2px 3px rgba(52, 58, 64, .06);
    box-shadow: 0 2px 3px rgba(52, 58, 64, .06);
    font-weight: 600;
    font-size: 32px
}

@media (max-width:575.98px) {
    .countdownlist .count-num {
        font-size: 18px
    }
}

.countdownlist .count-num::after {
    content: ":";
    font-size: 20px;
    position: absolute;
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #343a40
}

.countdown-endtxt {
    font-size: 24px;
    font-weight: 600
}

.countdown-input-group {
    max-width: 350px
}

.hori-timeline .event-list {
    position: relative;
    text-align: center;
    padding: 24px
}

.hori-timeline .event-list::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    top: 7px;
    background-color: var(--bs-border-color)
}

.hori-timeline .event-list:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #009345;
    border: 5px solid var(--bs-gray-300);
    border-radius: 50%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block
}

.hori-timeline .swiper-button-next:after,
.hori-timeline .swiper-button-prev:after {
    font-size: 16px
}

.hori-timeline.timeline-card .event-list-item {
    background-color: var(--bs-gray-300);
    padding: 24px;
    border-radius: 7px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.hori-timeline.timeline-card .event-list::after {
    display: none
}

.hori-timeline.timeline-card .event-list::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.verti-timeline {
    position: relative;
    margin-bottom: 30px
}

.verti-timeline:before {
    content: "";
    position: absolute;
    width: 2px;
    top: 16px;
    left: 0;
    bottom: 0;
    background-color: rgba(3, 142, 220, .07)
}

.verti-timeline .timeline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.verti-timeline .timeline-block {
    width: 100%
}

.verti-timeline .time-show-btn {
    margin-bottom: 30px
}

.verti-timeline .timeline-box {
    margin: 20px 0;
    position: relative;
    margin-left: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--bs-border-color);
    border-radius: 6px;
    border-left: 2px solid #009345
}

.verti-timeline .timeline-box::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #009345;
    border-radius: 50%;
    display: block;
    border: 4px solid rgba(247, 248, 250, .8);
    left: -53px;
    text-align: center;
    top: 32px;
    z-index: 9
}

.verti-timeline .timeline-box:after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-right-color: #009345;
    top: 30px;
    left: -20px
}

.verti-timeline .timeline-box .timeline-date {
    color: var(--bs-text-muted)
}

.verti-timeline .timeline-album {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px
}

.verti-timeline .timeline-album a {
    display: block
}

.verti-timeline .timeline-album a img {
    height: 40px;
    width: auto;
    border-radius: 4px
}

@media (min-width:768px) {
    .verti-timeline .timeline-block {
        width: 50%
    }

    .verti-timeline:before {
        left: 50%
    }

    .verti-timeline .time-show-btn {
        position: relative;
        left: 67px;
        text-align: right
    }

    .timeline-item::before {
        content: "";
        display: block;
        width: 50%
    }

    .timeline-item.left {
        text-align: right
    }

    .timeline-item.left::after {
        content: "";
        display: block;
        width: 50%
    }

    .timeline-item.left::before {
        display: none
    }

    .timeline-item .timeline-box {
        margin-left: 45px
    }

    .timeline-item.left .timeline-box {
        margin-left: 0;
        margin-right: 45px;
        border-left: 1px solid var(--bs-border-color);
        border-right: 2px solid #009345
    }

    .timeline-item.left .timeline-box:before {
        left: auto;
        right: -55px
    }

    .timeline-item.left .timeline-box:after {
        left: auto;
        right: -20px;
        border-right-color: transparent;
        border-left-color: #009345
    }
}

.swiper-slide-arrow .swiper-button-prev {
    left: -9px !important
}

.swiper-slide-arrow .swiper-button-next {
    right: -9px !important
}

.verti-timeline.left-timeline .timeline-block {
    width: 100%
}

.verti-timeline.left-timeline:before {
    left: 0
}

.verti-timeline.left-timeline .time-show-btn {
    left: 0;
    text-align: left
}

.verti-timeline.left-timeline .timeline-item.left::after,
.verti-timeline.left-timeline .timeline-item::before {
    display: none
}

.verti-timeline.left-timeline .timeline-item.left {
    text-align: left
}

.verti-timeline.left-timeline .timeline-item.left .timeline-box {
    margin-right: 0;
    margin-left: 45px;
    border-right: 1px solid var(--bs-border-color);
    border-left: 2px solid #009345
}

.verti-timeline.left-timeline .timeline-item.left .timeline-box:after {
    right: auto;
    left: -20px;
    border-left-color: transparent;
    border-right-color: #009345
}

.verti-timeline.left-timeline .timeline-item.left .timeline-box::before {
    right: auto;
    left: -55px
}

[dir=rtl] .hori-timeline .swiper-wrapper {
    direction: rtl
}

.categories-filter .list-inline-item {
    position: relative;
    margin-right: 0
}

.categories-filter .list-inline-item a {
    display: block;
    color: var(--bs-body-color);
    font-weight: 600;
    padding: 8px 15px;
    margin: 7px;
    cursor: pointer;
    border-radius: 4px
}

.categories-filter .list-inline-item a.active {
    color: #009345;
    font-weight: 700
}

.categories-filter .list-inline-item:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--bs-text-muted);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -2px
}

.categories-filter .list-inline-item:last-child:after {
    display: none
}

.gallery-box {
    position: relative;
    text-align: center;
    overflow: hidden;
    border: 1px solid var(--bs-border-color);
    -webkit-box-shadow: 0 2px 3px var(--bs-gray-100);
    box-shadow: 0 2px 3px var(--bs-gray-100)
}

.gallery-box .gallery-container {
    position: relative;
    overflow: hidden;
    border-radius: 4px 4px 0 0
}

.gallery-box .gallery-container a {
    display: block
}

.gallery-box .gallery-container .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background: rgba(3, 142, 220, .2);
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

.gallery-box .gallery-container .gallery-overlay .overlay-caption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0
}

.gallery-box .gallery-img {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.gallery-box .box-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -28px;
    background-color: var(--bs-card-bg);
    -webkit-transition: all .2s;
    transition: all .2s
}

.gallery-box .box-content .title {
    font-size: 14px;
    margin-bottom: 4px
}

.gallery-box .box-content .post {
    margin: 0;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: var(--bs-text-muted)
}

.gallery-box:hover .box-content {
    bottom: 0
}

.gallery-box:hover .box-content .post {
    opacity: 1
}

.gallery-box:hover .gallery-img {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px)
}

.gallery-box:hover .gallery-overlay {
    opacity: 1;
    visibility: visible
}

.profile-bg {
    height: 210px;
    background-image: url(../images/profile-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: transparent
}

.faq-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/profile-bg.jpg)
}

.pricing-box {
    border-top: 2px solid #009345
}

.pricing-box .pricing-features {
    color: var(--bs-text-muted)
}

.pricing-box .pricing-features li {
    padding: 4px 0
}

.error-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 130px
}

@media (max-width:1199.98px) {
    .error-text {
        font-size: 72px
    }

    .error-text .avatar-lg {
        width: 48px
    }
}
.select2-container {
    display: block;
}
.select2-container .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    height: 38px;
}
.select2-container .select2-selection--single:focus {
    outline: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
    color: #505d69;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    right: 3px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #adb5bd transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
    color: #505d69;
}
.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #adb5bd transparent !important;
    border-width: 0 6px 6px 6px !important;
}
.select2-container--default .select2-search--dropdown {
    padding: 10px;
    background-color: #fff;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
    background-color: #fff;
    color: #6c757d;
    outline: 0;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #0f9cf3;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f8f9fa;
    color: #16181b;
}
.select2-container--default
    .select2-results__option[aria-selected="true"]:hover {
    background-color: #0f9cf3;
    color: #fff;
}
.select2-results__option {
    padding: 6px 12px;
}
.select2-dropdown {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
    -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.05);
}
.select2-search input {
    border: 1px solid #f1f5f7;
}
.select2-container .select2-selection--multiple {
    min-height: 38px;
    background-color: #fff;
    border: 1px solid #ced4da !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 2px 10px;
}
.select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
    color: #505d69;
}
.select2-container
    .select2-selection--multiple
    .select2-search__field::-webkit-input-placeholder {
    color: #505d69;
}
.select2-container
    .select2-selection--multiple
    .select2-search__field::-moz-placeholder {
    color: #505d69;
}
.select2-container
    .select2-selection--multiple
    .select2-search__field:-ms-input-placeholder {
    color: #505d69;
}
.select2-container
    .select2-selection--multiple
    .select2-search__field::-ms-input-placeholder {
    color: #505d69;
}
.select2-container
    .select2-selection--multiple
    .select2-search__field::placeholder {
    color: #505d69;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #eff2f7;
    border: 1px solid #f1f5f7;
    border-radius: 1px;
    padding: 0 7px;
}
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border-color: #ced4da;
}
.select2-container--default .select2-results__group {
    font-weight: 600;
}
.select2-result-repository__avatar {
    float: left;
    width: 60px;
    margin-right: 10px;
}
.select2-result-repository__avatar img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}
.select2-result-repository__statistics {
    margin-top: 7px;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
    display: inline-block;
    font-size: 11px;
    margin-right: 1em;
    color: #adb5bd;
}
.select2-result-repository__forks .fa,
.select2-result-repository__stargazers .fa,
.select2-result-repository__watchers .fa {
    margin-right: 4px;
}
.select2-result-repository__forks .fa.fa-flash::before,
.select2-result-repository__stargazers .fa.fa-flash::before,
.select2-result-repository__watchers .fa.fa-flash::before {
    content: "\f0e7";
    font-family: "Font Awesome 5 Free";
}
.select2-results__option--highlighted .select2-result-repository__forks,
.select2-results__option--highlighted .select2-result-repository__stargazers,
.select2-results__option--highlighted .select2-result-repository__watchers {
    color: rgba(255, 255, 255, 0.8);
}
.select2-result-repository__meta {
    overflow: hidden;
}

/*# sourceMappingURL=app.min.css.map */


.block {
    margin-bottom: 1.75rem;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(214,221,237,.5),0 1px 2px rgba(214,221,237,.5)
}

.block .block,.content-side .block {
    box-shadow: none
}

.block-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1.25rem;
    transition: opacity .25s ease-out
}

.block-header.block-header-rtl {
    flex-direction: row-reverse
}

.block-header.block-header-rtl .block-title {
    text-align: right
}

.block-header.block-header-rtl .block-options {
    padding-right: 1.25rem;
    padding-left: 0
}

.block-header-default {
    background-color: #f8f9fc
}

.block-title {
    flex: 1 1 auto;
    min-height: 1.75rem;
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75
}

.block-title .small,.block-title small {
    font-size: .875rem;
    line-height: 1.375rem;
    color: #6c757d
}

.block-content {
    transition: opacity .25s ease-out;
    width: 100%;
    margin: 0 auto;
    padding: 1.25rem 1.25rem 1px;
    overflow-x: visible
}

.block-content>.pull-t,.block-content>.pull-y {
    margin-top: -1.25rem
}

.block-content>.pull-b,.block-content>.pull-y {
    margin-bottom: -1px
}

.block-content>.pull-r,.block-content>.pull-x {
    margin-right: -1.25rem
}

.block-content>.pull-r,.block-content>.pull-x {
    margin-left: -1.25rem
}

.block-content>.pull {
    margin: -1.25rem -1.25rem -1px
}

.block-content.block-content-full {
    padding-bottom: 1.25rem
}

.block-content.block-content-full>.pull,.block-content.block-content-full>.pull-b,.block-content.block-content-full>.pull-y {
    margin-bottom: -1.25rem
}

.block-content .block,.block-content .items-push>div,.block-content .push,.block-content p {
    margin-bottom: 1.25rem
}

.block-content .items-push-2x>div {
    margin-bottom: 2.5rem
}

.block-content .items-push-3x>div {
    margin-bottom: 3.75rem
}

.block-content.block-content-sm {
    padding-top: .625rem
}

.block-content.block-content-sm>.pull,.block-content.block-content-sm>.pull-t,.block-content.block-content-sm>.pull-y {
    margin-top: -.625rem
}

.block-content.block-content-sm.block-content-full {
    padding-bottom: .625rem
}

.block-content.block-content-sm.block-content-full>.pull,.block-content.block-content-sm.block-content-full>.pull-b,.block-content.block-content-sm.block-content-full>.pull-y {
    margin-bottom: -.625rem
}

.block.block-bordered {
    border: 1px solid #dfe4f1;
    box-shadow: none
}

.block.block-rounded {
    border-radius: .375rem
}

.block.block-rounded>.block-header,.block.block-rounded>.nav-tabs {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.block.block-rounded>.block-header:last-child,.block.block-rounded>.nav-tabs:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.block.block-rounded.block-mode-hidden>.block-header.block-header-default {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.block.block-rounded>.block-content:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.block.block-rounded>.block-content:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.block.block-rounded>.nav-tabs>.nav-item:first-child>.nav-link {
    border-top-left-radius: .25rem
}

.block.block-rounded>.nav-tabs>.nav-item:last-child>.nav-link {
    border-top-right-radius: .25rem
}

.block.block-themed>.block-header {
    border-bottom: none;
    color: #fff;
    background-color: #0665d0
}

.block.block-themed>.block-header>.block-title {
    color: rgba(255,255,255,.9)
}

.block.block-themed>.block-header>.block-title .small,.block.block-themed>.block-header>.block-title small {
    color: rgba(255,255,255,.7)
}

.block.block-transparent {
    background-color: transparent;
    box-shadow: none
}

.block.block-mode-hidden.block-bordered>.block-header {
    border-bottom: none
}

.block.block-mode-hidden>.block-content {
    display: none
}

.block.block-mode-loading {
    position: relative;
    overflow: hidden
}

.block.block-mode-loading::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 9;
    content: " ";
    background-color: rgba(255,255,255,.85)
}

.block.block-mode-loading::after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.5rem 0 0 -1.5rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    color: #0665d0;
    font-family: Simple-Line-Icons;
    font-size: 1.125rem;
    text-align: center;
    z-index: 10;
    content: "\e09a";
    animation: fa-spin 1.75s infinite linear;
    border-radius: 1.5rem
}

.block.block-mode-loading.block-mode-hidden::after {
    margin: -1rem 0 0 -1rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem
}

.block.block-mode-loading.block-mode-loading-dark::before {
    background-color: rgba(0,0,0,.85)
}

.block.block-mode-loading.block-mode-loading-dark::after {
    color: #fff
}

.block.block-mode-loading.block-mode-loading-location::after {
    content: "\e06e"
}

.block.block-mode-loading.block-mode-loading-energy::after {
    content: "\e020"
}

.block.block-mode-loading.block-mode-loading-refresh::after {
    font-family: "Font Awesome 6 Free","Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f021"
}

.block.block-mode-loading.block-mode-loading-sun::after {
    font-family: "Font Awesome 6 Free","Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f185"
}

.block.block-mode-loading.block-mode-loading-repeat::after {
    font-family: "Font Awesome 6 Free","Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f01e"
}

.block.block-mode-fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1035;
    margin-bottom: 0;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch
}

.block.block-mode-fullscreen.block-bordered {
    border: none
}

.block.block-mode-fullscreen.block-rounded {
    border-radius: 0
}

.block.block-mode-fullscreen.block-transparent {
    background-color: #fff
}

.block.block-mode-pinned {
    position: fixed;
    right: .75rem;
    bottom: 0;
    margin-bottom: 0!important;
    width: 100%;
    max-width: 300px;
    z-index: 1031;
    box-shadow: 0 0 2rem rgba(0,0,0,.1)
}

.block.block-mode-pinned>.block-content {
    max-height: 250px;
    overflow-y: auto
}

@media (min-width: 576px) {
    .block.block-mode-pinned {
        max-width:400px
    }
}

a.block {
    display: block;
    color: #343a40;
    font-weight: 400;
    transition: transform .15s ease-out,opacity .15s ease-out,box-shadow .15s ease-out
}

a.block:hover {
    color: #343a40;
    opacity: .65
}

a.block:active {
    opacity: 1
}

a.block.block-link-rotate:hover {
    transform: rotate(1deg);
    opacity: 1
}

a.block.block-link-rotate:active {
    transform: rotate(0)
}

a.block.block-link-pop:hover {
    box-shadow: 0 .5rem 2rem #d1d8ea;
    transform: translateY(-2px);
    opacity: 1
}

a.block.block-link-pop:active {
    box-shadow: 0 .25rem .75rem #e9edf5;
    transform: translateY(0)
}

a.block.block-link-shadow:hover {
    box-shadow: 0 0 2.25rem #d1d8ea;
    opacity: 1
}

a.block.block-link-shadow:active {
    box-shadow: 0 0 1.125rem #dfe4f1
}

.block.block-fx-shadow {
    box-shadow: 0 0 2.25rem #d1d8ea;
    opacity: 1
}

.block.block-fx-pop {
    box-shadow: 0 .5rem 2rem #d1d8ea;
    opacity: 1
}

.block.block-fx-rotate-right {
    transform: rotate(1deg);
    opacity: 1
}

.block.block-fx-rotate-left {
    transform: rotate(-1deg);
    opacity: 1
}

.block-options {
    flex: 0 0 auto;
    padding-left: 1.25rem
}

.block-options .block-options-item {
    padding: 0 .25rem;
    line-height: 1.2
}

.block.block-themed .block-options .block-options-item {
    color: #fff
}

.block-options .block-options-item,.block-options .dropdown {
    display: inline-block
}

.block-sticky-options {
    position: relative
}

.block-sticky-options .block-options {
    position: absolute;
    top: .875rem;
    right: 1.25rem
}

.block-sticky-options .block-options.block-options-left {
    right: auto;
    left: 1.25rem;
    padding-right: 10px;
    padding-left: 0
}

.btn-block-option {
    display: inline-block;
    padding: .375rem .25rem;
    line-height: 1;
    color: #0665d0;
    background: 0 0;
    border: none;
    cursor: pointer
}

.btn-block-option.dropdown-toggle:after {
    position: relative;
    top: 2px
}

.btn-block-option .si {
    position: relative;
    top: 1px
}

.btn-block-option:hover {
    text-decoration: none;
    color: #5193de
}

.active>a.btn-block-option,.show>button.btn-block-option,a.btn-block-option:focus {
    text-decoration: none;
    color: #5193de
}

.btn-block-option:focus {
    outline: 0!important;
    color: #5193de
}

.btn-block-option:active {
    color: #a8c9ef
}

.block.block-themed .btn-block-option {
    color: #fff;
    opacity: .7
}

.block.block-themed .btn-block-option:hover {
    color: #fff;
    opacity: 1
}

.active>a.block.block-themed .btn-block-option,.show>button.block.block-themed .btn-block-option,a.block.block-themed .btn-block-option:focus {
    color: #fff;
    opacity: 1
}

.block.block-themed .btn-block-option:focus {
    color: #fff;
    opacity: 1
}

.block.block-themed .btn-block-option:active {
    color: #fff;
    opacity: .6
}

