@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam:wght@300;400;500;600;700&display=swap");

#page-topbar {
    -webkit-box-shadow: var(--bs-box-shadow);
    background-color: #ffffff;
    box-shadow: var(--bs-box-shadow);
    left: 0;
    position: fixed;
    right: 255px;
    top: 0;
    z-index: 1002;
}

.navbar-header {
    -ms-align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -o-align-items: center;
    -o-justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 0 0 calc(20px / 2);
}

.navbar-header .dropdown .header-item.show { color: #3980c0; }

.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-right: 10px; }

.navbar-brand-box {
    background-color: #ffffff;
    padding: 0 1.5rem;
    position: fixed;
    width: 255px;
    z-index: 1;
}

.logo { line-height: 70px; }

.logo .logo-sm { display: none; }

.logo-dark { display: block; }

.logo-light { display: none; }

.logo-txt {
    color: #030f16 !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-right: 5px;
    vertical-align: text-bottom;
}

/* Search */

.app-search { padding: calc(32px / 2) 0; }

.app-search .form-control {
    -ms-border-radius: 5px;
    -webkit-box-shadow: none;
    background-color: var(--bs-topbar-search-bg);
    border: none;
    border-radius: 5px;
    box-shadow: none;
    height: 38px;
    padding-left: 20px;
    padding-right: 40px;
}

.app-search span {
    color: #74788d;
    font-size: 16px;
    line-height: 38px;
    position: absolute;
    right: 13px;
    top: 2px;
    z-index: 10;
}

.megamenu-list li {
    padding: 5px 0px;
    position: relative;
}

.megamenu-list li a { color: var(--bs-body-color); }

@media (max-width: 991.98px) {
    .navbar-brand-box { width: auto; }

    #page-topbar { right: 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 {
    -ms-border-radius: 0px;
    -webkit-box-shadow: none !important;
    border: 0;
    border-radius: 0px;
    box-shadow: none !important;
    color: #030f16;
    height: 70px;
}

.header-item:hover { color: #030f16; }

.header-profile-user {
    border: 1px solid #e9ebed;
    height: 36px;
    padding: 3px;
    width: 36px;
}

.user .user-item-desc { line-height: 1.2; }

.user .user-name {
    color: #082a3e;
    display: block;
    font-size: 14.4px;
    font-weight: 600;
}

.user .user-sub-title {
    color: var(--bs-secondary-color);
    font-size: 11px;
    font-weight: 600;
}

.noti-icon { position: relative; }

.noti-icon i {
    color: #fff;
    font-size: 20px;
}

.noti-icon .noti-dot {
    -webkit-box-shadow: 0 0 0 3px var(--bs-box-shadow);
    box-shadow: 0 0 0 3px var(--bs-box-shadow);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    height: 16px;
    left: 5px;
    line-height: 1;
    position: absolute;
    position: absolute;
    top: 15px;
    width: 16px;
}

.notification-item .d-flex { padding: 0.75rem 1rem; }

.notification-item .d-flex:hover { background-color: var(--bs-tertiary-bg); }

.layout-mode-dark { display: none; }

.dropdown-icon-item {
    -ms-border-radius: 3px;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #74788d;
    display: block;
    display: block;
    line-height: 34px;
    padding: 15px 0 9px;
    text-align: center;
}

.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; }

body[data-topbar=dark] #page-topbar, body[data-topbar=dark] .navbar-brand-box { background-color: #003032; }

body[data-topbar=dark] .navbar-header .dropdown.show .header-item { background-color: rgba(255, 255, 255, 0.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, 0.25); }

body[data-topbar=dark] .user-name { color: #e9ecef; }

body[data-topbar=dark] .user-sub-title { color: rgba(255, 255, 255, 0.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 var(--bs-header-dark-bg);
    box-shadow: 0 0 0 3px var(--bs-header-dark-bg);
}

body[data-topbar=dark] .logo-dark { display: none; }

body[data-topbar=dark] .logo-light { display: block; }

body[data-topbar=dark] .logo-txt { color: #fff !important; }

body[data-topbar=dark] .app-search .form-control { border: transparent; }

body[data-topbar=dark] .app-search span,
body[data-topbar=dark] .app-search input.form-control::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5); }

body[data-sidebar=dark] .navbar-brand-box { background: var(--bs-sidebar-dark-bg); }

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; }
}

body[data-bs-theme=dark] #page-topbar {
    background-color: #072435;
    border-color: var(--bs-border-color);
}

body[data-bs-theme=dark] .layout-mode-dark { display: block; }

body[data-bs-theme=dark] .layout-mode-light { display: none; }

body[data-bs-theme=light] .layout-mode-dark { display: none; }

body[data-bs-theme=light] .layout-mode-light { display: block; }

body[data-bs-theme=dark][data-topbar=light] .navbar-nav .nav-link { color: #000 !important; }

body[data-bs-theme=dark][data-topbar=light] .navbar-brand-box {
    -webkit-box-shadow: none;
    background: #ffffff;
    border-left: none;
    box-shadow: none;
}

body[data-bs-theme=dark][data-topbar=light] .navbar-brand-box .logo-txt { color: #030f16 !important; }

body[data-bs-theme=dark][data-topbar=light] #vertical-menu-btn { color: #030f16 !important; }

body[data-bs-theme=dark][data-topbar=light] .header-item { color: #030f16 !important; }

body[data-bs-theme=dark][data-topbar=light] .header-item:hover { color: #030f16 !important; }

body[data-bs-theme=dark][data-topbar=light] .header-item.border-start, body[data-bs-theme=dark][data-topbar=light] .header-item.border-end { border-color: rgba(3, 15, 22, 0.1) !important; }

body[data-bs-theme=dark][data-topbar=light] .header-item.bg-soft-light { background-color: rgba(3, 15, 22, 0.04) !important; }

body[data-bs-theme=dark][data-topbar=light] #page-topbar {
    background-color: #ffffff;
    border-color: #eff0f2;
}

body[data-bs-theme=dark][data-topbar=light] .dropdown-icon-item { color: #adb5bd; }

body[data-bs-theme=dark][data-topbar=light] .dropdown-icon-item:hover { background-color: #eff0f2; }

body[data-bs-theme=dark][data-topbar=light] .app-search .form-control {
    background-color: transparent;
    border: 1px solid transparent;
    color: #adb5bd;
}

body[data-bs-theme=dark][data-topbar=light] .header-profile-user { background-color: #74788d; }

body[data-bs-theme=dark][data-topbar=light] .noti-icon i { color: #fff; }

[data-sidebar=light][data-topbar=light] .navbar-header .header-item { color: #030f16; }

.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 {
    background-color: var(--bs-secondary-bg);
    bottom: 0;
    color: var(--bs-footer-color);
    height: 60px;
    left: 0;
    padding: 20px calc(20px / 2);
    position: absolute;
    right: 255px;
}

@media (max-width: 992px) {
    .footer { right: 0; }
}

body[data-sidebar-size=sm] .footer { right: 70px; }

body[data-layout=horizontal] .footer { right: 0 !important; }

.right-bar {
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    -webkit-transition: all 200ms ease-out;
    background-color: var(--bs-secondary-bg);
    bottom: 0;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    display: block;
    float: left !important;
    left: -290px;
    position: fixed;
    top: 0;
    transition: all 200ms ease-out;
    width: 280px;
    z-index: 9999;
}

.right-bar .right-bar-toggle-close {
    -ms-border-radius: 50%;
    background-color: #072435;
    border-radius: 50%;
    color: #f5f6f8;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px;
}

.right-bar .right-bar-toggle-close:hover { background-color: #092e43; }

.rightbar-overlay {
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    background-color: rgba(56, 72, 97, 0.55);
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease-out;
    z-index: 9998;
}

.right-bar-enabled .right-bar { left: 0; }

.right-bar-enabled .rightbar-overlay { display: block; }

@media (max-width: 575.98px) {
    .right-bar { overflow: auto; }

    .right-bar .slimscroll-menu { height: auto !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 {
    -ms-transition-duration: 0.35s;
    -ms-transition-property: height, visibility;
    -ms-transition-timing-function: ease;
    -o-transition-duration: 0.35s;
    -o-transition-property: height, visibility;
    -o-transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    -webkit-transition-timing-function: ease;
    height: 0;
    overflow: hidden;
    position: relative;
    transition-duration: 0.35s;
    transition-property: height, visibility;
    transition-timing-function: ease;
}

.vertical-menu {
    background: var(--bs-sidebar-bg);
    border-left: 1px solid var(--bs-sidebar-border-color);
    bottom: 0;
    display: none;
    margin-top: 0;
    position: fixed;
    top: 0;
    width: 255px;
    z-index: 1005;
}

.vertical-menu .vertical-menu-btn {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}

.main-content {
    margin-right: 255px;
    overflow: hidden;
}

.main-content .content {
    margin-top: 70px;
    padding: 0 15px 10px 15px;
}

.sidebar-menu-scroll {
    height: calc(100% - 70px);
    margin-top: 70px;
}

#sidebar-menu { padding: 10px 0 30px 0; }

#sidebar-menu .mm-active > .has-arrow:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#sidebar-menu .has-arrow:after {
    -ms-transition: -webkit-transform 0.2s;
    -o-transition: -webkit-transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    content: "\f0140";
    display: block;
    font-family: "Material Design Icons";
    font-size: 1rem;
    left: 15px;
    position: absolute;
    top: 9px;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

#sidebar-menu .has-arrow + ul .has-arrow:after {
    left: 25px;
    top: 7px;
}

#sidebar-menu .metismenu .menu-title::after { display: none; }

#sidebar-menu .metismenu .menu-item { margin-right: 3px; }

#sidebar-menu ul li a {
    -ms-align-items: center;
    -ms-border-radius: 3px;
    -ms-flex-align: center;
    -ms-transition: all 0.4s;
    -o-align-items: center;
    -o-transition: all 0.4s;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-transition: all 0.4s;
    align-items: center;
    border-radius: 3px;
    color: var(--bs-sidebar-menu-item-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Be Vietnam", sans-serif;
    font-size: 14.4px;
    font-weight: 400;
    margin: 0 10px;
    padding: 0.6rem 1rem;
    position: relative;
    transition: all 0.4s;
}

#sidebar-menu ul li a .nav-icon {
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    color: var(--bs-sidebar-menu-item-icon-color);
    display: inline-block;
    font-size: 1.1rem;
    min-width: 1.75rem;
    padding-bottom: 0.125em;
    top: 2px;
    transition: all 0.3s;
    vertical-align: middle;
}

#sidebar-menu ul li a:hover { color: var(--bs-sidebar-menu-item-hover-color); }

#sidebar-menu ul li a:hover .nav-icon { color: var(--bs-sidebar-menu-item-hover-color); }

#sidebar-menu ul li .badge { margin-right: auto; }

#sidebar-menu ul li ul.sub-menu { padding: 0; }

#sidebar-menu ul li ul.sub-menu li a {
    background-color: transparent;
    color: var(--bs-sidebar-menu-sub-item-color);
    font-family: var(--bs-font-sans-serif);
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0.5rem 3.6rem 0.5rem 1.5rem;
}

#sidebar-menu ul li ul.sub-menu li a:hover { color: var(--bs-sidebar-menu-item-hover-color); }

#sidebar-menu ul li ul.sub-menu li a:hover:before {
    background-color: #3980c0;
    border-color: #3980c0;
}

#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: 0.4rem 4.5rem 0.4rem 1.5rem; }

#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a:before {
    right: 55px;
    top: 15px;
}

#sidebar-menu ul li.mm-active { color: var(--bs-sidebar-menu-item-active-color); }

#sidebar-menu ul li.mm-active > a {
    background-color: var(--bs-sidebar-menu-item-active-bg-color);
    color: var(--bs-sidebar-menu-item-active-color);
}

#sidebar-menu ul li.mm-active > a .nav-icon { color: var(--bs-sidebar-menu-item-active-color) !important; }

#sidebar-menu ul li.mm-active .mm-show .mm-active > a { color: var(--bs-sidebar-menu-sub-item-active-color) !important; }

#sidebar-menu ul li.mm-active .mm-show .mm-active > a:before {
    background-color: #3980c0 !important;
    border-color: #3980c0 !important;
}

.menu-title {
    -ms-opacity: 0.6;
    color: var(--bs-sidebar-menu-item-icon-color);
    cursor: default;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    opacity: 0.6;
    padding: 12px 25px !important;
    pointer-events: none;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .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-right: 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-right: 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 { right: 70px; }

body[data-sidebar-size=sm] .vertical-menu {
    position: absolute;
    width: 70px !important;
    z-index: 1001;
}

body[data-sidebar-size=sm] .vertical-menu .simplebar-mask,
body[data-sidebar-size=sm] .vertical-menu .simplebar-content-wrapper { 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 .menu-title,
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu .badge { 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 {
    -ms-transform: rotate(90deg);
    -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 {
    -ms-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    display: block;
    padding: 15px 0px;
    transition: none;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li > a:hover, 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 { color: var(--bs-sidebar-menu-item-hover-color); }

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li > a i {
    font-size: 1.3rem;
    min-width: 50px;
    padding-bottom: 0;
    text-align: center;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li > a span {
    display: none;
    padding-right: 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 {
    -ms-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    background-color: var(--bs-sidebar-menu-item-active-bg-color);
    color: #3980c0;
    position: relative;
    transition: none;
    width: calc(180px + 70px);
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a .nav-icon { color: #3980c0; }

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 {
    -webkit-box-shadow: -3px 5px 10px 0 rgba(54, 61, 71, 0.1);
    box-shadow: -3px 5px 10px 0 rgba(54, 61, 71, 0.1);
    display: block;
    height: auto !important;
    position: absolute;
    right: 70px;
    width: 190px;
}

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, 0.1);
    box-shadow: -3px 5px 10px 0 rgba(54, 61, 71, 0.1);
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > ul a {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--bs-sidebar-menu-sub-item-color);
    padding: 8px 20px;
    position: relative;
    width: 190px;
    z-index: 6;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover { color: var(--bs-sidebar-menu-item-hover-color); }

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul ul {
    background-color: var(--bs-sidebar-bg);
    display: none;
    padding: 5px 0;
    z-index: 9999;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul ul li:hover > ul {
    display: block;
    height: auto !important;
    margin-top: -36px;
    position: absolute;
    right: 190px;
    width: 190px;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul ul li > a span.pull-right {
    -ms-transform: rotate(-270deg);
    -webkit-transform: rotate(-270deg);
    left: 20px;
    position: absolute;
    top: 12px;
    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=light] #sidebar-menu ul li.mm-active > a { background-color: #f2f3fe; }

body[data-sidebar=dark] .logo-txt { color: #fff !important; }

body[data-sidebar=dark] .vertical-menu {
    background: var(--bs-sidebar-dark-bg);
    border-color: var(--bs-sidebar-dark-bg);
}

body[data-sidebar=dark] .vertical-menu .vertical-menu-btn { color: var(--bs-sidebar-dark-menu-item-color); }

body[data-sidebar=dark] #sidebar-menu ul li a { color: var(--bs-sidebar-dark-menu-item-color); }

body[data-sidebar=dark] #sidebar-menu ul li a .nav-icon { color: var(--bs-sidebar-dark-menu-item-icon-color); }

body[data-sidebar=dark] #sidebar-menu ul li a:hover { color: var(--bs-sidebar-dark-menu-item-hover-color); }

body[data-sidebar=dark] #sidebar-menu ul li a:hover .nav-icon { color: var(--bs-sidebar-dark-menu-item-hover-color); }

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a {
    background-color: transparent;
    color: var(--bs-sidebar-dark-menu-sub-item-color);
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:before { border-color: var(--bs-sidebar-dark-menu-sub-item-color); }

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover { color: var(--bs-sidebar-dark-menu-item-hover-color); }

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover:before {
    background-color: var(--bs-sidebar-dark-menu-item-hover-color);
    border-color: var(--bs-sidebar-dark-menu-item-hover-color);
}

body[data-sidebar=dark] #sidebar-menu ul li.mm-active { color: var(--bs-sidebar-dark-menu-item-active-color) !important; }

body[data-sidebar=dark] #sidebar-menu ul li.mm-active > a {
    background-color: var(--bs-sidebar-dark-menu-item-active-bg-color);
    color: var(--bs-sidebar-dark-menu-item-active-color) !important;
}

body[data-sidebar=dark] #sidebar-menu ul li.mm-active > a .nav-icon { color: var(--bs-sidebar-dark-menu-item-active-color) !important; }

body[data-sidebar=dark] #sidebar-menu ul li.mm-active .mm-show .mm-active > a { color: var(--bs-sidebar-dark-menu-item-active-color) !important; }

body[data-sidebar=dark] #sidebar-menu ul li.mm-active .mm-show .mm-active > a:before {
    background-color: var(--bs-sidebar-dark-menu-item-active-color) !important;
    border-color: var(--bs-sidebar-dark-menu-item-active-color) !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 { color: var(--bs-sidebar-dark-menu-item-hover-color); }

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a .nav-icon { color: var(--bs-sidebar-dark-menu-item-hover-color); }

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > ul a { color: var(--bs-sidebar-dark-menu-sub-item-color); }

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover { color: var(--bs-sidebar-dark-menu-item-hover-color); }

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul ul { background-color: var(--bs-sidebar-dark-bg); }

body[data-sidebar=dark] .menu-title { color: var(--bs-sidebar-dark-menu-item-color); }

body[data-bs-theme=dark][data-sidebar-size=md][data-sidebar=dark] #sidebar-menu ul li.menu-title { background-color: #003f41 !important; }

body[data-layout=horizontal] .main-content { margin-right: 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 {
    text-align: center;
    width: 160px;
}

body[data-sidebar-size=md] .vertical-menu .has-arrow:after,
body[data-sidebar-size=md] .vertical-menu .badge { display: none !important; }

body[data-sidebar-size=md] .vertical-menu .vertical-menu-btn { display: none; }

body[data-sidebar-size=md] .main-content { margin-right: 160px; }

body[data-sidebar-size=md] #page-topbar,
body[data-sidebar-size=md] .footer { right: 160px; }

@media (max-width: 991.98px) {
    body[data-sidebar-size=md] #page-topbar,
    body[data-sidebar-size=md] .footer { right: 0; }
}

body[data-sidebar-size=md] #sidebar-menu ul li.menu-title { background-color: var(--bs-sidebar-dark-menu-item-active-bg-color); }

body[data-sidebar-size=md] #sidebar-menu ul li .menu-item { margin-right: 0px; }

body[data-sidebar-size=md] #sidebar-menu ul li a {
    display: block;
    padding: 0.75rem 1.1rem;
}

body[data-sidebar-size=md] #sidebar-menu ul li a .nav-icon {
    display: block;
    height: 20px;
    margin: 0 auto;
    padding-bottom: 0.2em;
    top: -2px;
    width: 20px;
}

body[data-sidebar-size=md] #sidebar-menu ul li ul.sub-menu li a { padding-right: 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: var(--bs-sidebar-dark-menu-item-active-bg-color); }

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-right: 70px; }

body[data-sidebar-size=md][data-sidebar-size=sm] .vertical-menu #sidebar-menu { text-align: right; }

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 { right: 70px; }

[data-bs-theme=dark][data-sidebar=light] #sidebar-menu ul li.menu-title { background-color: #f5f6f8 !important; }

body[data-sidebar=light] .vertical-menu {
    background: var(--bs-sidebar-bg);
    border-left: 1px solid var(--bs-sidebar-border-color);
}

body[data-sidebar=light] .navbar-brand-box { background-color: #ffffff; }

body[data-sidebar=light] .logo { line-height: 70px; }

body[data-sidebar=light] .logo .logo-sm { display: none; }

body[data-sidebar=light] .header-item { color: #fff; }

body[data-sidebar=light] .logo-dark { display: block; }

body[data-sidebar=light] .logo-light { display: none; }

body[data-sidebar=light] .logo-txt { color: #030f16 !important; }

body[data-sidebar=light][data-sidebar-size=sm] .logo span.logo-lg { display: none; }

body[data-sidebar=light][data-sidebar-size=sm] .logo span.logo-sm { display: block; }

body[data-sidebar=light][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li > a:hover, body[data-sidebar=light][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li > a:active, body[data-sidebar=light][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li > a:focus { color: var(--bs-sidebar-menu-item-hover-color); }

body[data-sidebar=light][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a {
    background-color: var(--bs-sidebar-menu-item-active-bg-color);
    color: #3980c0;
}

body[data-sidebar=light][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a .nav-icon { color: #3980c0; }

body[data-sidebar=light][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > ul a { color: var(--bs-sidebar-menu-sub-item-color); }

body[data-sidebar=light][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover { color: var(--bs-sidebar-menu-item-hover-color); }

body[data-sidebar=light][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul ul { background-color: var(--bs-sidebar-bg); }

body[data-sidebar=light][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul ul li.active a { color: #f8f9fa; }

body[data-sidebar=brand] .vertical-menu {
    background-color: #3980c0;
    border-color: #3980c0;
}

body[data-sidebar=brand] .vertical-menu::before {
    -ms-background-position: center;
    -ms-background-repeat: no-repeat;
    -ms-background-size: cover;
    -ms-opacity: 0.075;
    background-image: url("../images/profile-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.075;
    position: absolute;
    right: 0;
    top: 0;
}

body[data-sidebar=brand] .vertical-menu .vertical-menu-btn { color: rgba(255, 255, 255, 0.8); }

body[data-sidebar=brand] .navbar-brand-box { background-color: #3980c0; }

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] .navbar-brand-box .logo-txt { color: #fff !important; }

body[data-sidebar=brand] #sidebar-menu ul .menu-title { color: #fff; }

body[data-sidebar=brand] #sidebar-menu ul li a { color: rgba(255, 255, 255, 0.7); }

body[data-sidebar=brand] #sidebar-menu ul li a .nav-icon { color: rgba(255, 255, 255, 0.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, 0.6); }

body[data-sidebar=brand] #sidebar-menu ul li ul.sub-menu li a:before { border-color: rgba(255, 255, 255, 0.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: none;
    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 {
    background-color: #fff !important;
    border-color: #fff !important;
}

body[data-sidebar=brand][data-topbar=light] .navbar-brand-box { background-color: #3980c0; }

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: #3e85c6;
    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 { right: 0; }

body[data-layout=horizontal] .navbar-brand-box {
    -webkit-box-shadow: none;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    display: block;
    position: relative;
    width: auto;
}

@media (min-width: 992px) {
    body[data-layout=horizontal] .navbar-brand-box {
        margin-left: 10px;
        padding-right: 0;
    }
}

body[data-layout=horizontal] .page-content {
    margin-top: 70px;
    padding: 20px 0 0 0;
    padding: 20px 0 60px 0;
}

@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: calc(20px / 2);
        padding-right: calc(20px / 2);
    }
}

body[data-layout=horizontal][data-sidebar-size=sm] .navbar-brand-box { width: auto !important; }

.topnav {
    padding: 0 calc(20px / 2);
    z-index: 100;
}

@media (max-width: 991.98px) {
    .topnav {
        -webkit-box-shadow: var(--bs-box-shadow);
        background: var(--bs-topnav-bg);
        box-shadow: var(--bs-box-shadow);
        left: 0;
        position: fixed;
        right: 0;
        top: 70px;
        z-index: 100;
    }
}

.topnav .topnav-menu {
    margin: 0;
    padding: 0;
}

.topnav .navbar-nav .nav-item { margin: 0 0.85rem; }

.topnav .navbar-nav .nav-link {
    color: var(--bs-menu-item-color);
    font-size: 14.4px;
    font-weight: 400;
    line-height: 70px;
    padding: 0;
    position: relative;
}

.topnav .navbar-nav .nav-link i {
    font-size: 16px;
    margin-left: 3px;
    vertical-align: middle;
}

.topnav .navbar-nav .nav-link svg {
    color: var(--bs-menu-item-color);
    height: 16px;
    margin-left: 5px;
    margin-top: -1px;
    width: 16px;
}

.topnav .navbar-nav .nav-link:focus, .topnav .navbar-nav .nav-link:hover {
    background-color: transparent;
    color: var(--bs-menu-item-active-color);
}

.topnav .navbar-nav .nav-link:focus svg, .topnav .navbar-nav .nav-link:hover svg { color: var(--bs-menu-item-active-color); }

.topnav .navbar-nav .dropdown-item {
    background: transparent;
    color: var(--bs-menu-item-color);
}

.topnav .navbar-nav .dropdown-item.active, .topnav .navbar-nav .dropdown-item:hover { color: var(--bs-menu-item-active-color); }

.topnav .navbar-nav .nav-item .nav-link.active { color: var(--bs-menu-item-active-color); }

.topnav .navbar-nav .nav-item .nav-link.active svg { color: var(--bs-menu-item-active-color); }

@media (min-width: 992px) {
    .topnav .navbar-nav .nav-item.active > .nav-link::before {
        background-color: #3980c0;
        bottom: 0;
        content: "";
        height: 2px;
        position: absolute;
        right: 0;
        width: 100%;
    }
}

.topnav .navbar-nav .dropdown.active > a {
    background-color: transparent;
    color: var(--bs-sidebar-menu-item-active-color);
}

.topnav .navbar-nav .dropdown.active > a svg { color: var(--bs-menu-item-active-color); }

.topnav .navbar-nav .dropdown .dropdown.active > a { color: var(--bs-sidebar-menu-item-active-color); }

.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 {
        min-width: 180px;
        padding: 0.5rem 1.5rem;
    }

    .topnav .dropdown.mega-dropdown .mega-dropdown-menu {
        left: auto;
        right: 0px;
    }

    .topnav .dropdown .dropdown-menu {
        border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
        margin-top: 0;
    }

    .topnav .dropdown .dropdown-menu .arrow-down::after {
        -webkit-transform: rotate(135deg) translateY(-50%);
        left: 15px;
        position: absolute;
        transform: rotate(135deg) translateY(-50%);
    }

    .topnav .dropdown .dropdown-menu .dropdown .dropdown-menu {
        display: none;
        position: absolute;
        right: 100%;
        top: 0 !important;
    }

    .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 {
    -ms-transform: rotate(45deg) translateY(-50%);
    -ms-transform-origin: top;
    -ms-transition: all 0.3s ease-out;
    -o-transform-origin: top;
    -o-transition: all 0.3s ease-out;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -webkit-transform-origin: top;
    -webkit-transition: all 0.3s ease-out;
    border-color: initial;
    border-style: solid;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    height: 0.4em;
    left: 0;
    margin-right: 5px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: top;
    transition: all 0.3s ease-out;
    width: 0.4em;
}

@media (max-width: 1199.98px) {
    .topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu {
        left: 100%;
        right: 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 {
        line-height: inherit;
        padding: 0.75rem 1.1rem;
    }

    .topnav .dropdown .dropdown-menu {
        -webkit-box-shadow: none;
        background-color: transparent;
        border: none;
        box-shadow: none;
        padding-right: 20px;
    }

    .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl { width: auto; }

    .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl .row { margin: 0px; }

    .topnav .dropdown .dropdown-item {
        background-color: transparent;
        position: relative;
    }

    .topnav .dropdown .dropdown-item.active, .topnav .dropdown .dropdown-item:active { color: #3980c0; }

    .topnav .arrow-down::after {
        left: 15px;
        position: absolute;
    }
}

body[data-topbar=dark] .topnav .navbar-nav .nav-link { color: #a8b0c5; }

body[data-topbar=dark] .topnav .navbar-nav .nav-link:focus, body[data-topbar=dark] .topnav .navbar-nav .nav-link:hover { color: #d6e0fb; }

body[data-topbar=dark] .topnav .navbar-nav .nav-link:focus svg, body[data-topbar=dark] .topnav .navbar-nav .nav-link:hover svg { color: #d6e0fb; }

@media (max-width: 991.98px) {
    body[data-topbar=dark] .topnav .navbar-nav .nav-link { color: var(--bs-menu-item-color); }

    body[data-topbar=dark] .topnav .navbar-nav .nav-link:focus, body[data-topbar=dark] .topnav .navbar-nav .nav-link:hover { color: var(--bs-menu-item-active-color); }

    body[data-topbar=dark] .topnav .navbar-nav .nav-link:focus svg, body[data-topbar=dark] .topnav .navbar-nav .nav-link:hover svg { color: var(--bs-menu-item-active-color); }
}

body[data-topbar=dark] .topnav .navbar-nav .nav-item .nav-link.active { color: #fff; }

body[data-topbar=dark] .topnav .navbar-nav .nav-item .nav-link.active svg { color: #fff; }

@media (max-width: 991.98px) {
    body[data-topbar=dark] .topnav .navbar-nav .nav-item .nav-link.active { color: var(--bs-menu-item-active-color); }

    body[data-topbar=dark] .topnav .navbar-nav .nav-item .nav-link.active svg { color: var(--bs-menu-item-active-color); }
}

body[data-topbar=dark] .topnav .navbar-nav .dropdown.active > a {
    background-color: transparent;
    color: #fff;
}

body[data-topbar=dark] .topnav .navbar-nav .dropdown .dropdown.active > a { color: var(--bs-menu-item-active-color); }

@media (max-width: 991.98px) {
    body[data-topbar=dark] .topnav .navbar-nav .dropdown.active > a {
        background-color: transparent;
        color: var(--bs-menu-item-active-color);
    }

    body[data-topbar=dark] .topnav .navbar-nav .dropdown .dropdown.active > a { color: var(--bs-menu-item-active-color); }
}

body[data-bs-theme=dark][data-topbar=light] .topnav .navbar .nav-link { color: black !important; }

body[data-layout-size=boxed] { background-color: var(--bs-boxed-body-bg); }

body[data-layout-size=boxed] #layout-wrapper {
    -webkit-box-shadow: var(--bs-box-shadow);
    background-color: var(--bs-body-bg);
    box-shadow: var(--bs-box-shadow);
    margin: 0 auto;
    max-width: 1400px;
}

body[data-layout-size=boxed] #page-topbar {
    margin: 0 auto;
    max-width: calc(1400px - 255px);
}

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=vertical] #page-topbar.ishorizontal-topbar { display: none; }

body[data-layout=vertical] #page-topbar, body[data-layout=vertical] .isvertical-topbar { display: block; }

body[data-layout=vertical] .vertical-menu { display: block; }

@media (max-width: 991.98px) {
    body[data-layout=vertical] .vertical-menu { display: none !important; }
}

@media (max-width: 991.98px) {
    body[data-layout=vertical].sidebar-enable .vertical-menu { display: block !important; }
}

body[data-layout=horizontal][data-layout-size=boxed] #page-topbar,
body[data-layout=horizontal][data-layout-size=boxed] #layout-wrapper,
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; }
}

.layout-setting-btn {
    -ms-border-radius: 0 6px 6px 0;
    -ms-transform: translateY(-50%);
    -ms-writing-mode: tb-rl;
    -webkit-transform: translateY(-50%);
    -webkit-writing-mode: vertical-rl;
    background-color: #008241 !important;
    border-radius: 0 6px 6px 0;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    left: 0;
    line-height: 32px;
    padding: 15px 3px;
    position: fixed;
    top: 47.5%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    z-index: 1999;
}

.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 {
    -ms-align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -o-align-items: center;
    -o-justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    background-color: #3980c0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.avatar-group {
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-right: 8px;
}

.avatar-group .avatar-group-item {
    -ms-border-radius: 50%;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    border: 2px solid var(--bs-secondary-bg);
    border-radius: 50%;
    margin-right: -8px;
    transition: all 0.2s;
}

.avatar-group .avatar-group-item:hover {
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    position: relative;
    transform: translateY(-2px);
}

.alert-top-border {
    background-color: var(--bs-secondary-bg);
    border-color: var(--bs-border-color);
    border-top: 2px solid #f8f9fa;
}

.alert-outline { background-color: #fff; }

.alert-label-icon {
    border: 0;
    padding-right: 60px;
    position: relative;
}

.alert-label-icon .label-icon {
    -ms-align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -o-align-items: center;
    -o-justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
}

.alert-label-icon.label-arrow { overflow: hidden; }

.alert-label-icon.label-arrow .label-icon { color: #fff; }

.alert-label-icon.label-arrow .label-icon:after {
    border: 6px solid transparent;
    content: "";
    left: -12px;
    position: absolute;
}

.toast-container { z-index: 0; }

.alert-light { color: var(--bs-secondary-color); }

.alert-top-border.alert-primary {
    border-top-color: #3980c0;
    color: #3980c0;
}

.alert-outline.alert-primary {
    border: 1px solid rgba(57, 128, 192, 0.8);
    color: #3980c0;
}

.alert-border-left.alert-primary { border-right-color: #3980c0; }

.label-arrow.alert-primary .label-icon { background-color: #3980c0; }

.label-arrow.alert-primary .label-icon:after { border-right-color: #3980c0 !important; }

.alert-top-border.alert-secondary {
    border-top-color: #74788d;
    color: #74788d;
}

.alert-outline.alert-secondary {
    border: 1px solid rgba(116, 120, 141, 0.8);
    color: #74788d;
}

.alert-border-left.alert-secondary { border-right-color: #74788d; }

.label-arrow.alert-secondary .label-icon { background-color: #74788d; }

.label-arrow.alert-secondary .label-icon:after { border-right-color: #74788d !important; }

.alert-top-border.alert-success {
    border-top-color: #33a186;
    color: #33a186;
}

.alert-outline.alert-success {
    border: 1px solid rgba(51, 161, 134, 0.8);
    color: #33a186;
}

.alert-border-left.alert-success { border-right-color: #33a186; }

.label-arrow.alert-success .label-icon { background-color: #33a186; }

.label-arrow.alert-success .label-icon:after { border-right-color: #33a186 !important; }

.alert-top-border.alert-info {
    border-top-color: #4bafe1;
    color: #4bafe1;
}

.alert-outline.alert-info {
    border: 1px solid rgba(75, 175, 225, 0.8);
    color: #4bafe1;
}

.alert-border-left.alert-info { border-right-color: #4bafe1; }

.label-arrow.alert-info .label-icon { background-color: #4bafe1; }

.label-arrow.alert-info .label-icon:after { border-right-color: #4bafe1 !important; }

.alert-top-border.alert-warning {
    border-top-color: #fc931d;
    color: #fc931d;
}

.alert-outline.alert-warning {
    border: 1px solid rgba(252, 147, 29, 0.8);
    color: #fc931d;
}

.alert-border-left.alert-warning { border-right-color: #fc931d; }

.label-arrow.alert-warning .label-icon { background-color: #fc931d; }

.label-arrow.alert-warning .label-icon:after { border-right-color: #fc931d !important; }

.alert-top-border.alert-danger {
    border-top-color: #fa6374;
    color: #fa6374;
}

.alert-outline.alert-danger {
    border: 1px solid rgba(250, 99, 116, 0.8);
    color: #fa6374;
}

.alert-border-left.alert-danger { border-right-color: #fa6374; }

.label-arrow.alert-danger .label-icon { background-color: #fa6374; }

.label-arrow.alert-danger .label-icon:after { border-right-color: #fa6374 !important; }

.alert-top-border.alert-light {
    border-top-color: #f8f9fa;
    color: #f8f9fa;
}

.alert-outline.alert-light {
    border: 1px solid rgba(248, 249, 250, 0.8);
    color: #f8f9fa;
}

.alert-border-left.alert-light { border-right-color: #f8f9fa; }

.label-arrow.alert-light .label-icon { background-color: #f8f9fa; }

.label-arrow.alert-light .label-icon:after { border-right-color: #f8f9fa !important; }

.alert-top-border.alert-dark {
    border-top-color: #030f16;
    color: #030f16;
}

.alert-outline.alert-dark {
    border: 1px solid rgba(3, 15, 22, 0.8);
    color: #030f16;
}

.alert-border-left.alert-dark { border-right-color: #030f16; }

.label-arrow.alert-dark .label-icon { background-color: #030f16; }

.label-arrow.alert-dark .label-icon:after { border-right-color: #030f16 !important; }

.alert-border-left { border-right: 3px solid; }

.alert-top-border.alert-light,
.alert-outline.alert-light { color: var(--bs-secondary-color); }

body[data-bs-theme=dark] .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-cancel { color: #fff; }

body[data-bs-theme=dark] .alertify .ajs-header { border-bottom: var(--bs-border-color-translucent); }

body[data-bs-theme=dark] .alertify .ajs-footer { border-top: var(--bs-border-color-translucent); }

body[data-bs-theme=dark] .alert-outline { background-color: #061e2c; }

body[data-bs-theme=dark] .ajs-header,
body[data-bs-theme=dark] .ajs-body,
body[data-bs-theme=dark] .ajs-content {
    border-top: var(--bs-border-color);
    color: var(--bs-heading-color);
}

.custom-accordion .accordion-list {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    background-color: #eff0f2;
    border-radius: 7px;
    color: #082a3e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    padding: 12px 20px;
}

.custom-accordion .accordion-list.collapsed i.accor-plus-icon:before { content: "\f0415"; }

.custom-accordion .accordion-list .accor-plus-icon {
    background-color: var(--bs-secondary-bg);
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    width: 24px;
}

.custom-accordion a.collapsed i.accor-down-icon:before { content: "\f0140"; }

.custom-accordion .card-body { color: var(--bs-secondary-color); }

.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 {
    background-color: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.social-list-item {
    -webkit-transition: all 0.4s;
    border: 1px solid var(--bs-secondary-bg);
    border-radius: 50%;
    color: var(--bs-secondary-color);
    display: block;
    height: 2.4rem;
    line-height: calc(2.4rem - 2px);
    text-align: center;
    transition: all 0.4s;
    width: 2.4rem;
}

.social-list-item:hover { color: #030f16; }

.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; }

li ol::marker { display: none; }

.alert-dismissible .btn-close {
    font-size: 10px;
    padding: 1.05rem 1.25rem;
}

#preloader {
    background-color: var(--bs-secondary-bg);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status {
    -webkit-transform: translateY(-50%);
    margin: -20px -20px 0 0;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.spinner .spin-icon {
    -webkit-animation: spin 1.6s infinite linear;
    animation: spin 1.6s infinite linear;
    color: #3980c0;
    display: inline-block;
    font-size: 48px;
    position: relative;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg);
    }
}

[type=tel]::-webkit-input-placeholder, [type=url]::-webkit-input-placeholder, [type=email]::-webkit-input-placeholder, [type=number]::-webkit-input-placeholder { text-align: right; }

[type=tel]::-moz-placeholder, [type=url]::-moz-placeholder, [type=email]::-moz-placeholder, [type=number]::-moz-placeholder { text-align: right; }

[type=tel]:-ms-input-placeholder, [type=url]:-ms-input-placeholder, [type=email]:-ms-input-placeholder, [type=number]:-ms-input-placeholder { text-align: right; }

[type=tel]::-ms-input-placeholder, [type=url]::-ms-input-placeholder, [type=email]::-ms-input-placeholder, [type=number]::-ms-input-placeholder { text-align: right; }

[type=tel]::placeholder,
[type=url]::placeholder,
[type=email]::placeholder,
[type=number]::placeholder { text-align: right; }

.form-check {
    position: relative;
    text-align: right;
}

.form-control { border-color: var(--bs-border-color-translucent); }

.form-check-right {
    display: inline-block;
    padding-left: 1.5em;
    padding-right: 0;
}

.form-check-right .form-check-input {
    float: left;
    margin-left: -1.5em;
    margin-right: 0;
}

.form-check-right .form-check-label { display: block; }

.form-checkbox-outline .form-check-input {
    background-color: var(--bs-secondary-bg);
    border-width: 2px;
}

.form-checkbox-outline .form-check-input:active {
    -webkit-filter: none;
    filter: none;
}

.form-checkbox-outline .form-check-input:checked { background-color: var(--bs-secondary-bg) !important; }

.form-checkbox-outline .form-check-input:checked[type=checkbox] { background-image: none; }

.form-checkbox-outline .form-check-input:checked:after {
    color: #030f16;
    content: "\f012c";
    font-family: "Material Design Icons";
    font-size: 16px;
    position: absolute;
    right: 1px;
    top: -4px !important;
}

.form-radio-outline .form-check-input {
    background-color: var(--bs-secondary-bg);
    border-width: 2px;
}

.form-radio-outline .form-check-input:active {
    -webkit-filter: none;
    filter: none;
}

.form-radio-outline .form-check-input:checked { background-color: var(--bs-secondary-bg) !important; }

.form-radio-outline .form-check-input:checked[type=checkbox] { background-image: none; }

.form-radio-outline .form-check-input:checked:after {
    content: "\f0765";
    font-family: "Material Design Icons";
    font-size: 6px;
    position: absolute;
    right: 4px;
    top: 7px !important;
}

.form-check-primary .form-check-input:checked {
    background-color: #3980c0;
    border-color: #3980c0;
}

.form-radio-primary .form-check-input:checked {
    background-color: #3980c0;
    border-color: #3980c0;
}

.form-radio-primary .form-check-input:checked:after { color: #3980c0; }

.form-check-secondary .form-check-input:checked {
    background-color: #74788d;
    border-color: #74788d;
}

.form-radio-secondary .form-check-input:checked {
    background-color: #74788d;
    border-color: #74788d;
}

.form-radio-secondary .form-check-input:checked:after { color: #74788d; }

.form-check-success .form-check-input:checked {
    background-color: #33a186;
    border-color: #33a186;
}

.form-radio-success .form-check-input:checked {
    background-color: #33a186;
    border-color: #33a186;
}

.form-radio-success .form-check-input:checked:after { color: #33a186; }

.form-check-info .form-check-input:checked {
    background-color: #4bafe1;
    border-color: #4bafe1;
}

.form-radio-info .form-check-input:checked {
    background-color: #4bafe1;
    border-color: #4bafe1;
}

.form-radio-info .form-check-input:checked:after { color: #4bafe1; }

.form-check-warning .form-check-input:checked {
    background-color: #fc931d;
    border-color: #fc931d;
}

.form-radio-warning .form-check-input:checked {
    background-color: #fc931d;
    border-color: #fc931d;
}

.form-radio-warning .form-check-input:checked:after { color: #fc931d; }

.form-check-danger .form-check-input:checked {
    background-color: #fa6374;
    border-color: #fa6374;
}

.form-radio-danger .form-check-input:checked {
    background-color: #fa6374;
    border-color: #fa6374;
}

.form-radio-danger .form-check-input:checked:after { color: #fa6374; }

.form-check-light .form-check-input:checked {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.form-radio-light .form-check-input:checked {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.form-radio-light .form-check-input:checked:after { color: #f8f9fa; }

.form-check-dark .form-check-input:checked {
    background-color: #030f16;
    border-color: #030f16;
}

.form-radio-dark .form-check-input:checked {
    background-color: #030f16;
    border-color: #030f16;
}

.form-radio-dark .form-check-input:checked:after { color: #030f16; }

.form-check,
.form-check-input,
.form-check-label {
    cursor: pointer;
    margin-bottom: 0;
}

.form-switch-md {
    font-size: 20px;
    line-height: 26px;
    min-height: 26px;
}

.form-switch-md .form-check-label {
    font-size: 0.875rem;
    vertical-align: middle;
}

.form-switch-lg {
    font-size: 26px;
    line-height: 36px;
    min-height: 36px;
}

.form-switch-lg .form-check-label {
    font-size: 0.875rem;
    vertical-align: middle;
}

.input-group-text { margin-bottom: 0px; }

.card-radio {
    background-color: var(--bs-secondary-bg);
    border: 2px solid var(--bs-border-color);
    border-radius: 0.25rem;
    overflow: hidden;
    padding: 4px;
    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: #3980c0 !important; }

.main-chart .chart-border-left {
    border-right: 1.4px solid #eff0f2;
    padding: 2px 20px;
}

@media (max-width: 575.98px) {
    .main-chart .chart-border-left { border: 0; }
}

.main-chart .chart-border-left:last-child { margin-left: 0px; }

.widget-chat { height: 300px !important; }

.widget-chat-list { height: 373px !important; }

@media (min-width: 992px) {
    .map-widget { border-left: 1px solid #eff0f2; }
}

/* Activity */

.activity-feed { list-style: none; }

.activity-feed .feed-item {
    border-right: 2px solid var(--bs-border-color-translucent);
    padding-bottom: 24px;
    padding-right: 20px;
    position: relative;
}

.activity-feed .feed-item:after {
    background-color: var(--bs-secondary-bg);
    border: 2px solid #3980c0;
    border-radius: 50%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    right: -9px;
    top: 0px;
    width: 15px;
}

.activity-feed .feed-item:first-child { border-color: #3980c0; }

.activity-feed .feed-item:first-child:after { background-color: #3980c0; }

.activity-feed .feed-item:last-child { border-color: transparent; }

.bg-bubbles {
    height: 100%;
    opacity: 0.1;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.bg-bubbles li {
    -webkit-animation: square 20s infinite;
    -webkit-transition-timing-function: linear;
    animation: square 20s infinite;
    color: #fff;
    display: block;
    list-style: none;
    position: absolute;
    top: -50px;
    transition-timing-function: linear;
}

.bg-bubbles li:nth-child(1) {
    right: 5%;
    top: -50px;
}

.bg-bubbles li:nth-child(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    right: 15%;
    top: -100px;
}

.bg-bubbles li:nth-child(3) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    right: 25%;
    top: -200px;
}

.bg-bubbles li:nth-child(4) {
    -webkit-animation-duration: 22s;
    animation-duration: 22s;
    right: 50%;
    top: -100px;
}

.bg-bubbles li:nth-child(5) {
    right: 80%;
    top: -250px;
}

.bg-bubbles li:nth-child(6) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    right: 70%;
    top: -350px;
}

.bg-bubbles li:nth-child(7) {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
    right: 80%;
    top: -50px;
}

.bg-bubbles li:nth-child(8) {
    -webkit-animation-delay: 15s;
    -webkit-animation-duration: 40s;
    animation-delay: 15s;
    animation-duration: 40s;
    right: 55%;
    top: 50px;
}

.bg-bubbles li:nth-child(9) {
    -webkit-animation-delay: 2s;
    -webkit-animation-duration: 40s;
    animation-delay: 2s;
    animation-duration: 40s;
    right: 85%;
    top: 50px;
}

.bg-bubbles li:nth-child(10) {
    -webkit-animation-delay: 11s;
    animation-delay: 11s;
    right: 90%;
    top: -100px;
}

.main-icon {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
}

.main-icon i {
    color: #fff;
    font-size: 24px;
}

.main-wid {
    position: relative;
    z-index: 2;
}

@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(350px) rotate(-600deg);
        transform: translateY(350px) rotate(-600deg);
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(350px) rotate(-600deg);
        transform: translateY(350px) rotate(-600deg);
    }
}

.best-product {
    -ms-background-position: center;
    -ms-background-repeat: no-repeat;
    -ms-background-size: cover;
    background-image: url("../images/product/best-img.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

[dir=rtl] .best-product { background-image: url("../images/product/best-img-rtl.jpg"); }

.grid-example {
    -ms-border-radius: 5px;
    background-color: rgba(57, 128, 192, 0.05);
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 10px 20px;
}

.button-items {
    margin-bottom: -12px;
    margin-right: -8px;
}

.button-items .btn {
    margin-bottom: 12px;
    margin-right: 8px;
}

.search-box .form-control {
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding-right: 40px;
}

.search-box .search-icon {
    font-size: 16px;
    line-height: 38px;
    position: absolute;
    right: 13px;
    top: 0;
}

.bs-example-modal {
    bottom: auto;
    display: block;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    z-index: 1;
}

.icon-demo-content {
    color: #adb5bd;
    text-align: center;
}

.icon-demo-content i, .icon-demo-content svg {
    -ms-border-radius: 4px;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    border: 2px solid var(--bs-border-color);
    border-radius: 4px;
    color: var(--bs-tertiary-color);
    display: block;
    font-size: 24px;
    height: 40px;
    line-height: 36px;
    margin: 0px auto 16px;
    transition: all 0.4s;
    width: 40px;
}

.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 {
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    background-color: #3980c0;
    border-color: #3980c0;
    color: #fff;
    transform: scale(1.15);
}

.grid-structure .grid-container {
    background-color: var(--bs-tertiary-bg);
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: 10px;
    padding: 10px 20px;
}

.toast:not(:last-child) { margin-bottom: 0.75rem; }

.ribbon {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    color: #fff;
    font-size: 13px;
    font-size: 13px;
    font-weight: 500;
    font-weight: 500;
    left: -26px;
    padding: 1px 22px;
    position: absolute;
    top: 20px;
    transform: rotate(-45deg);
}

.card-radio {
    -ms-border-radius: 0.25rem;
    background-color: var(--bs-secondary-bg);
    border: 2px solid var(--bs-border-color);
    border-radius: 0.25rem;
    display: block;
    overflow: hidden;
    padding: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-radio:hover { cursor: pointer; }

.card-radio-label { display: block; }

.edit-btn {
    height: 35px;
    left: 25px;
    line-height: 40px;
    margin-top: -50px;
    position: absolute;
    text-align: center;
    width: 35px;
}

.card-radio-input { display: none; }

.card-radio-input:checked + .card-radio { border-color: #3980c0 !important; }

.card-radio-input:checked + .card-radio:before {
    color: #3980c0;
    content: "\e9a4";
    font-family: "boxicons";
    font-size: 22px;
    left: 20px;
    position: absolute;
    top: 5px;
}

.navs-carousel .owl-nav { margin-top: 16px; }

.navs-carousel .owl-nav button {
    -ms-border-radius: 50% !important;
    background-color: rgba(57, 128, 192, 0.25) !important;
    border-radius: 50% !important;
    color: #3980c0 !important;
    font-size: 20px !important;
    height: 30px;
    line-height: 28px !important;
    margin: 4px 8px !important;
    width: 30px;
}

@media print {
    .vertical-menu,
    .right-bar,
    .page-title-box,
    .navbar-header,
    .footer { display: none !important; }

    .card-body,
    .main-content,
    .right-bar,
    .page-content,
    body {
        margin: 0;
        padding: 0;
    }

    .card { border: 0; }
}

[data-simplebar] {
    -moz-align-content: flex-start;
    -moz-flex-wrap: wrap;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -ms-flex-line-pack: start;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    -o-align-content: flex-start;
    -o-align-items: flex-start;
    -o-flex-wrap: wrap;
    -o-justify-content: flex-start;
    -webkit-align-content: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
}

.simplebar-wrapper {
    height: inherit;
    max-height: inherit;
    max-width: inherit;
    overflow: hidden;
    width: inherit;
}

.simplebar-mask {
    bottom: 0;
    direction: inherit;
    height: auto !important;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto !important;
    z-index: 0;
}

.simplebar-offset {
    -webkit-box-sizing: inherit !important;
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    box-sizing: inherit !important;
    direction: inherit !important;
    left: 0 !important;
    margin: 0;
    padding: 0;
    position: absolute;
    resize: none !important;
    right: 0 !important;
    top: 0;
}

.simplebar-content-wrapper {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    direction: inherit;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    max-height: 100%; /* Needed for vertical scroll to trigger */
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    overflow: auto; /* Scroll on this element otherwise element can't have a padding applied properly */
    padding: 0px !important;
    position: relative;
    scrollbar-width: none;
    visibility: visible;
    width: auto;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar { display: none; }

.simplebar-content:before,
.simplebar-content:after {
    content: " ";
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    pointer-events: none;
    width: 100%;
}

.simplebar-height-auto-observer-wrapper {
    -ms-flex-basis: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: inherit;
    -ms-flex-preferred-size: 0;
    -o-flex-basis: 0;
    -o-flex-grow: inherit;
    -o-flex-shrink: 0;
    -webkit-box-flex: inherit;
    -webkit-box-sizing: inherit !important;
    -webkit-flex-basis: 0;
    -webkit-flex-grow: inherit;
    -webkit-flex-shrink: 0;
    box-sizing: inherit !important;
    flex-basis: 0;
    flex-grow: inherit;
    flex-shrink: 0;
    float: right;
    height: 100%;
    margin: 0;
    max-height: 1px;
    max-width: 1px;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: -1;
}

.simplebar-height-auto-observer {
    -ms-opacity: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    height: 1000%;
    min-height: 1px;
    min-width: 1px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 1000%;
    z-index: -1;
}

.simplebar-track {
    bottom: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
    user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track { pointer-events: all; }

.simplebar-scrollbar {
    left: 2px;
    min-height: 10px;
    position: absolute;
    width: 6px;
}

.simplebar-scrollbar:before {
    -ms-border-radius: 7px;
    -ms-opacity: 0;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    background: #a2adb7;
    border-radius: 7px;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    -ms-opacity: 0.5;
    -ms-transition: opacity 0s linear;
    -o-transition: opacity 0s linear;
    -webkit-transition: opacity 0s linear;
    opacity: 0.5;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    bottom: 2px;
    top: 2px;
}

.simplebar-track.simplebar-horizontal {
    height: 11px;
    right: 0;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 7px;
    left: auto;
    min-height: 0;
    min-width: 10px;
    right: 0;
    top: 2px;
    width: auto;
}

/* Rtl support */

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    left: auto;
    right: 0;
}

.hs-dummy-scrollbar-size {
    -ms-opacity: 0;
    direction: ltr;
    height: 500px;
    opacity: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    position: fixed;
    visibility: hidden;
    width: 500px;
}

.simplebar-hide-scrollbar {
    overflow-y: scroll;
    position: fixed;
    right: 0;
    scrollbar-width: none;
    visibility: hidden;
}

.custom-scroll { height: 100%; }

.fc td,
.fc th { border: var(--bs-border-width) 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-left,
    .fc .fc-toolbar .fc-right,
    .fc .fc-toolbar .fc-center {
        clear: both;
        display: block;
        float: none;
        margin: 10px 0;
        text-align: center;
    }

    .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: #f8f9fa; }

.fc .fc-col-header-cell-cushion {
    display: block;
    padding: 8px 4px;
}

.fc .fc-daygrid-day-number {
    -ms-align-items: center;
    -ms-border-radius: 50%;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -o-align-items: center;
    -o-justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    height: 24px;
    justify-content: center;
    margin: 2px;
    padding: 0;
    width: 24px;
}

.fc .fc-daygrid-day.fc-day-today { background-color: rgba(57, 128, 192, 0.1); }

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    background-color: #3980c0;
    color: #fff;
}

.fc .fc-list-event:hover td { background: transparent; }

.fc .fc-list-event-dot { border-color: #fff; }

.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; }

.fc-theme-bootstrap a:not([href]) { color: #082a3e; }

.fc-theme-standard .fc-list-day-cushion { background-color: var(--bs-tertiary-bg) !important; }

.fc-event { color: #fff; }

.fc th.fc-widget-header {
    background: #eff0f2;
    color: #082a3e;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}

.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: #eff0f2; }

.fc-unthemed td.fc-today { background: #fbfbfc; }

.fc-button {
    -webkit-box-shadow: none;
    background: #3980c0;
    border-color: var(--bs-border-color);
    box-shadow: none;
    color: #082a3e;
    height: auto !important;
    padding: 6px 12px !important;
    text-transform: capitalize;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    background-color: #3980c0;
    color: #fff;
    text-shadow: none;
}

.fc-event {
    -ms-border-radius: 2px;
    border: none;
    border-radius: 2px;
    cursor: move;
    font-size: 0.8125rem;
    margin: 5px 7px;
    padding: 5px 5px;
    text-align: center;
}

.fc-event,
.fc-event-dot { background-color: #3980c0; }

.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover { background-color: #3980c0; }

.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 {
    margin: 6px 0;
    padding: 8px 16px;
    text-align: right;
}

.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.bg-dark .fc-content { color: #f8f9fa; }

[dir=rtl] .fc-header-toolbar { direction: rtl !important; }

[dir=rtl] .fc-toolbar > * > :not(:first-child) { margin-right: 0.75em; }

@media (max-width: 575.98px) {
    .fc-toolbar {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column;
        gap: 16px;
    }
}

.fc-button-group .fc-button-primary {
    background-color: #3980c0 !important;
    border: #3980c0 !important;
}

.fc-button-group .fc-button-primary:focus, .fc-button-group .fc-button-primary:active {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 129, 192, 0.58) !important;
    box-shadow: 0 0 0 0.2rem rgba(57, 129, 192, 0.58) !important;
}

.fc-theme-standard .fc-list { border: 1px solid var(--bs-border-color); }

.fc .fc-button-primary:disabled {
    background-color: #3980c0;
    border: #3980c0;
}

.fc .fc-button-primary {
    background-color: #3980c0 !important;
    border: #3980c0 !important;
}

[data-bs-theme=dark] .fc .fc-col-header-cell { background-color: var(--bs-tertiary-bg) !important; }

[data-bs-theme=dark] .fc-theme-standard .fc-scrollgrid { border: 1px solid var(--bs-border-color) !important; }

[data-bs-theme=dark] .fc-daygrid-event.bg-dark { background-color: #072435 !important; }

[data-bs-theme=dark] .fc-event-future.bg-dark {
    background-color: var(--bs-tertiary-bg) !important;
    color: #fff !important;
}

.noUi-connect { background: #3980c0; }

.noUi-handle { background: var(--bs-secondary-bg); }

.noUi-horizontal { height: 8px; }

.noUi-horizontal .noUi-handle {
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 20px;
    left: -10px;
    top: -7px;
    width: 20px;
}

.noUi-horizontal .noUi-handle::before, .noUi-horizontal .noUi-handle::after { display: none; }

.noUi-horizontal .noUi-handle:focus { outline: 0; }

.noUi-pips-horizontal { height: 50px; }

.noUi-vertical { width: 8px; }

.noUi-vertical .noUi-handle {
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 20px;
    left: -7px;
    top: -12px;
    width: 20px;
}

.noUi-vertical .noUi-handle::before, .noUi-vertical .noUi-handle::after { display: none; }

.noUi-vertical .noUi-handle:focus { outline: 0; }

.noUi-vertical .noUi-origin { top: 0; }

.noUi-value { font-size: 12px; }

.noUi-marker-horizontal.noUi-marker-large { height: 6px; }

.noUi-marker-horizontal.noUi-marker { display: none; }

.noUi-target {
    -webkit-box-shadow: var(--bs-box-shadow);
    background-color: var(--bs-tertiary-bg);
    border-color: var(--bs-border-color);
    box-shadow: var(--bs-box-shadow);
}

.noUi-touch-area { cursor: pointer; }

.noUi-touch-area:focus { outline: 0; }

#red, #green, #blue {
    display: inline-block;
    height: 200px;
    margin: 10px;
}

#colorpicker {
    border: 1px solid var(--bs-border-color);
    height: 240px;
    margin: 0 auto;
    padding: 10px;
    width: 310px;
}

#result {
    -ms-border-radius: 7px;
    -webkit-box-shadow: 0 0 3px;
    border: 1px solid var(--bs-border-color);
    border-radius: 7px;
    box-shadow: 0 0 3px;
    display: inline-block;
    height: 100px;
    margin: 60px 26px;
    vertical-align: top;
    width: 100px;
}

#red .noUi-connect { background: #fa6374; }

#green .noUi-connect { background: #33a186; }

#blue .noUi-connect { background: #3980c0; }

.form-control.keyboard { max-width: 340px !important; }

#input-select,
#input-number {
    margin: 15px 5px 5px;
    padding: 7px;
    width: 70px;
}

.example-val {
    color: var(--bs-secondary-color);
    display: block;
    font-size: 12px;
    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: #fa6374; }

.c-2-color { background: #fc931d; }

.c-3-color { background: #33a186; }

.c-4-color { background: #3980c0; }

.c-5-color { background: #564ab1; }

#slider-toggle { height: 50px; }

#slider-toggle.off .noUi-handle { border-color: #fa6374; }

.swal2-container .swal2-title {
    font-size: 24px;
    font-weight: 500;
}

.swal2-content { font-size: 16px; }

.swal2-icon.swal2-question {
    border-color: #4bafe1;
    color: #4bafe1;
}

.swal2-icon.swal2-success [class^=swal2-success-line] { background-color: #33a186; }

.swal2-icon.swal2-success .swal2-success-ring { border-color: rgba(51, 161, 134, 0.3); }

.swal2-icon.swal2-warning {
    border-color: #fc931d;
    color: #fc931d;
}

.swal2-styled:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.swal2-progress-steps .swal2-progress-step { background: #3980c0; }

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step { background: #3980c0; }

.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(57, 128, 192, 0.3); }

.swal2-progress-steps .swal2-progress-step-line { background: #3980c0; }

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    border-left-color: #3980c0 !important;
    border-right-color: #3980c0 !important;
}

.swal2-file, .swal2-input, .swal2-textarea { border: 1px solid var(--bs-border-color); }

.swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
    -webkit-box-shadow: none;
    border-color: #9cc0e0;
    box-shadow: none;
}

.swal2-popup {
    background-color: var(--bs-secondary-bg);
    color: var(--bs-heading-color);
}

.alertify .ajs-header {
    color: #082a3e;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.alertify .ajs-dialog {
    -ms-border-radius: var(--bs-border-radius-lg);
    -webkit-box-shadow: var(--bs-box-shadow);
    background-color: var(--bs-secondary-bg);
    border-radius: var(--bs-border-radius-lg);
    box-shadow: var(--bs-box-shadow);
    overflow: hidden;
}

.alertify .ajs-dialog .ajs-header, .alertify .ajs-dialog .ajs-footer { background-color: var(--bs-secondary-bg); }

.alertify .ajs-body { color: #082a3e; }

.alertify .ajs-footer .ajs-buttons .ajs-button {
    color: #082a3e;
    font-size: 13px;
    font-weight: 500;
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok { color: #3980c0; }

.alertify .ajs-footer .ajs-buttons.ajs-primary { text-align: left; }

.alertify .ajs-body .ajs-content { padding: 16px 0px; }

.alertify .ajs-body .ajs-content .ajs-input:focus-visible { outline: none; }

.alertify .ajs-body .ajs-content .ajs-input {
    -ms-border-radius: var(--bs-border-radius);
    background-color: var(--bs-secondary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    color: var(--bs-body-color);
    display: block;
    line-height: 1.6;
    padding: 0.47rem 0.75rem;
    width: 100%;
}

.alertify .ajs-commands {
    left: 16px;
    margin: 0;
    right: auto;
    top: 16px;
}

.alertify .ajs-commands button {
    -ms-opacity: 0.5;
    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 !important;
    height: 1em;
    opacity: 0.5;
    padding: 0.25em 0.25em;
    width: 1em;
}

.alertify-notifier .ajs-message {
    -ms-border-radius: 4px;
    background-color: #3980c0;
    border-color: #3980c0;
    border-radius: 4px;
    color: #fff;
    text-shadow: none !important;
}

.alertify-notifier .ajs-message.ajs-success {
    background-color: #33a186;
    border-color: #33a186;
}

.alertify-notifier .ajs-message.ajs-error {
    background-color: #fa6374;
    border-color: #fa6374;
}

.alertify-notifier .ajs-message.ajs-warning {
    background-color: #fc931d;
    border-color: #fc931d;
}

.alertify-notifier.ajs-right {
    left: 10px;
    right: auto;
}

.alertify-notifier.ajs-right .ajs-message {
    left: -320px;
    right: auto;
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
    left: 290px;
    right: auto;
}

.alertify-notifier.ajs-left {
    left: auto;
    right: 10px;
}

.alertify-notifier.ajs-left .ajs-message {
    left: auto;
    right: -300px;
}

.alertify-notifier.ajs-left .ajs-message.ajs-visible {
    left: auto;
    right: 0;
}

.choices__inner {
    -ms-border-radius: var(--bs-border-radius);
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius);
    min-height: 38px;
    padding: 0.25rem 0.5rem 0.25rem 2.5rem;
    vertical-align: middle;
}

.choices__list--dropdown {
    -webkit-box-shadow: var(--bs-box-shadow);
    border: 1px solid var(--bs-border-color) !important;
    box-shadow: var(--bs-box-shadow);
}

.choices[data-type*=select-one] .choices__inner { padding-bottom: 0.25rem; }

.choices[data-type*=select-one] .choices__button {
    left: 0;
    margin-left: 25px;
    margin-right: 0;
    right: auto;
}

.choices[data-type*=select-one]:after {
    border-color: #030f16 transparent transparent;
    left: 11.5px;
    right: auto;
}

.choices[data-type*=select-one].is-open:after { border-color: transparent transparent #030f16; }

.choices__input {
    background-color: var(--bs-secondary-bg);
    margin-bottom: 0;
}

.choices__list--multiple {
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-wrap: wrap;
}

.choices__list--multiple .choices__item {
    background-color: #3980c0;
    border-color: #3980c0;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 7px;
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #3980c0;
    border: 1px solid #3980c0;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input { background-color: #f8f9fa; }

.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: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0 8px 0 -4px;
}

body[data-bs-theme=dark] .choices__list--dropdown { border: 1px solid var(--bs-border-color) !important; }

body[data-bs-theme=dark] .choices__heading { border: 1px solid var(--bs-border-color); }

body[data-bs-theme=dark] .choices[data-type*=select-one]:after { border-color: var(--bs-border-color) transparent transparent; }

body[data-bs-theme=dark] .choices[data-type*=select-one].is-open:after { border-color: transparent transparent var(--bs-border-color); }

body[data-bs-theme=dark] .choices[data-type*=select-one] .choices__input {
    background-color: var(--bs-secondary-bg);
    border: 1px solid var(--bs-border-color);
}

body[data-bs-theme=dark] .choices__list--dropdown { background-color: var(--bs-secondary-bg); }

body[data-bs-theme=dark] .choices__list--dropdown .choices__item--selectable.is-highlighted { background-color: var(--bs-tertiary-bg); }

body[data-bs-theme=dark] .choices.is-disabled .choices__inner,
body[data-bs-theme=dark] .choices.is-disabled .choices__input { background-color: var(--bs-secondary-bg); }

/* CSS Switch */

input[switch] { display: none; }

input[switch] + label {
    -ms-border-radius: 2rem;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    background-color: #e2e5e8;
    background-image: none;
    border-radius: 2rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 500;
    height: 24px;
    line-height: 1;
    padding: 0.16667rem;
    position: relative;
    text-align: center;
    transition: all 0.1s ease-in-out;
    width: 56px;
}

input[switch] + label:before {
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    color: #030f16;
    content: attr(data-off-label);
    display: block;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    left: 1px;
    line-height: 21px;
    margin: 3px;
    min-width: 1.66667rem;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: -2px;
    transition: all 0.1s ease-in-out;
}

input[switch] + label:after {
    -ms-border-radius: 2rem;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-box-shadow: none;
    -webkit-transition: all 0.1s ease-in-out;
    background-color: #f5f6f8;
    border-radius: 2rem;
    box-shadow: none;
    content: "";
    height: 20px;
    position: absolute;
    right: 3px;
    top: 2px;
    transition: all 0.1s ease-in-out;
    width: 20px;
}

input[switch]:checked + label { background-color: #3980c0; }

input[switch]:checked + label { background-color: #3980c0; }

input[switch]:checked + label:before {
    color: #fff;
    content: attr(data-on-label);
    left: auto;
    right: 3px;
}

input[switch]:checked + label:after {
    background-color: #f5f6f8;
    right: 33px;
}

input[switch=bool] + label { background-color: #fa6374; }

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: #33a186; }

input[switch=default]:checked + label { background-color: #a2a2a2; }

input[switch=primary]:checked + label { background-color: #3980c0; }

input[switch=success]:checked + label { background-color: #33a186; }

input[switch=info]:checked + label { background-color: #4bafe1; }

input[switch=warning]:checked + label { background-color: #fc931d; }

input[switch=danger]:checked + label { background-color: #fa6374; }

input[switch=dark]:checked + label { background-color: #030f16; }

.square-switch { margin-left: 7px; }

.square-switch input[switch] + label, .square-switch input[switch] + label:after { border-radius: 4px; }

.table-bordered { border: var(--bs-border-width) solid var(--bs-border-color); }

.gridjs-container { color: var(--bs-body-color); }

.gridjs-head {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.gridjs-wrapper {
    -webkit-box-shadow: none;
    border: none;
    box-shadow: none;
}

.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 {
    -ms-border-radius: 10px;
    background-color: rgba(3, 15, 22, 0.075);
    border: 2px solid var(--bs-secondary-bg);
    border-radius: 10px;
}

.gridjs-wrapper::-webkit-scrollbar-track {
    -ms-border-radius: 10px;
    background-color: var(--bs-secondary-bg);
    border-radius: 10px;
}

.gridjs-table { width: 100%; }

th.gridjs-th,
td.gridjs-td {
    border: 0px solid var(--bs-border-color);
    border-bottom-width: 1px;
    padding: 0.75rem 0.75rem;
}

th.gridjs-th {
    background-color: #f8f9fa;
    border-top: 0;
    color: var(--bs-body-color);
}

th.gridjs-th-sort:focus, th.gridjs-th-sort:hover { background-color: #f2f4f6; }

.gridjs-footer {
    -webkit-box-shadow: none;
    border: none;
    border-top: 0;
    box-shadow: none;
}

.gridjs-pagination { color: var(--bs-link-color); }

.gridjs-pagination .gridjs-pages button {
    -ms-border-radius: 30px !important;
    border: none !important;
    border: none;
    border-radius: 30px !important;
    height: 32px;
    line-height: 32px;
    margin: 0 5px;
    min-width: 32px;
    padding: 0;
    text-align: center;
}

.gridjs-pagination .gridjs-pages button:disabled, .gridjs-pagination .gridjs-pages button:hover:disabled, .gridjs-pagination .gridjs-pages button[disabled] { color: var(--bs-secondary-color); }

.gridjs-pagination .gridjs-pages button:hover {
    background-color: var(--bs-tertiary-bg);
    color: var(--bs-link-hover-color);
}

.gridjs-pagination .gridjs-pages button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gridjs-pagination .gridjs-pages button:last-child:hover, .gridjs-pagination .gridjs-pages button:first-child:hover { background-color: transparent; }

.gridjs-pagination .gridjs-pages button.gridjs-currentPage {
    background-color: #3980c0;
    border-color: #3980c0;
    color: #fff;
    font-weight: 500;
}

input.gridjs-input {
    background-color: var(--bs-secondary-bg);
    border-color: var(--bs-border-color-translucent);
    color: var(--bs-body-color);
    font-size: 13px;
}

input.gridjs-input:focus {
    -webkit-box-shadow: none;
    background-color: var(--bs-secondary-bg);
    border-color: #9cc0e0;
    box-shadow: none;
}

body[data-bs-theme=dark] th.gridjs-th { background-color: #072435; }

body[data-bs-theme=dark] td.gridjs-td, body[data-bs-theme=dark] th.gridjs-th { border-color: #0b334b; }

body[data-bs-theme=dark] .gridjs-tbody, body[data-bs-theme=dark] td.gridjs-td { background-color: #061e2c; }

body[data-bs-theme=dark] .gridjs-footer { background-color: #061e2c; }

body[data-bs-theme=dark] .gridjs-pagination { color: #74788d; }

body[data-bs-theme=dark] .gridjs-pagination .gridjs-pages button {
    background-color: #061e2c;
    color: #74788d;
}

body[data-bs-theme=dark] .gridjs-pagination .gridjs-pages button.gridjs-currentPage {
    background-color: #3980c0;
    border-color: #3980c0;
    color: #fff;
}

.pcr-app { background: var(--bs-secondary-bg); }

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview {
    margin-left: 0.75em;
    margin-right: 0;
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser, .pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity {
    margin-left: 0;
    margin-right: 0.75em;
}

.flatpickr-input[readonly] { background-color: var(--bs-secondary-bg); }

.input[readonly] { background-color: var(--bs-secondary-bg); }

.flatpickr-months, .flatpickr-weekdays { background-color: #3980c0; }

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 {
    border-bottom: 1px solid var(--bs-border-color);
    height: 36px !important;
}

.flatpickr-day { color: #030f16 !important; }

.flatpickr-day:hover, .flatpickr-day:focus { background-color: rgba(248, 249, 250, 0.7) !important; }

.flatpickr-day.today {
    background-color: rgba(57, 128, 192, 0.1);
    border-color: #3980c0 !important;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
    background-color: rgba(57, 128, 192, 0.15) !important;
    color: #030f16 !important;
}

.flatpickr-day.selected {
    background-color: #3980c0 !important;
    border-color: #3980c0 !important;
    color: #fff !important;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay { color: rgba(3, 15, 22, 0.3) !important; }

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.flatpickr-day.inRange {
    -webkit-box-shadow: 5px 0 0 #f8f9fa, -5px 0 0 #f8f9fa;
    box-shadow: 5px 0 0 #f8f9fa, -5px 0 0 #f8f9fa;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background-color: #3980c0 !important;
    border-color: #3980c0 !important;
    color: #fff !important;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-month {
    color: rgba(255, 255, 255, 0.9) !important;
    fill: rgba(255, 255, 255, 0.9) !important;
}

.flatpickr-monthDropdown-month { color: rgba(0, 0, 0, 0.8); }

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover { color: rgba(255, 255, 255, 0.9) !important; }

.flatpickr-time input, .flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm { color: #030f16 !important; }

.flatpickr-calendar {
    -webkit-box-shadow: -1px 0 0 var(--bs-border-color), 1px 0 0 var(--bs-border-color), 0 1px 0 var(--bs-border-color), 0 -1px 0 var(--bs-border-color), 0 3px 13px rgba(0, 0, 0, 0.08) !important;
    background-color: var(--bs-secondary-bg) !important;
    box-shadow: -1px 0 0 var(--bs-border-color), 1px 0 0 var(--bs-border-color), 0 1px 0 var(--bs-border-color), 0 -1px 0 var(--bs-border-color), 0 3px 13px rgba(0, 0, 0, 0.08) !important;
}

.flatpickr-calendar.hasTime .flatpickr-time { border-top: 1px solid var(--bs-border-color) !important; }

.flatpickr-months { border-radius: 5px 5px 0px 0px; }

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg { fill: rgba(255, 255, 255, 0.9) !important; }

body[data-bs-theme=dark] .flatpickr-day { color: #adb5bd !important; }

body[data-bs-theme=dark] .flatpickr-day:hover, body[data-bs-theme=dark] .flatpickr-day:focus {
    background-color: var(--bs-tertiary-bg) !important;
    border: var(--bs-border-color);
}

.ck.ck-toolbar {
    background-color: var(--bs-tertiary-bg) !important;
    border: 1px solid var(--bs-border-color) !important;
}

.ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items {
    -moz-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    -o-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.ck.ck-toolbar .ck.ck-toolbar__separator { background: transparent !important; }

.ck.ck-editor__main > .ck-editor__editable {
    -webkit-box-shadow: var(--bs-box-shadow) !important;
    background-color: var(--bs-secondary-bg) !important;
    border-color: var(--bs-border-color) !important;
    border-top: 0 !important;
    box-shadow: var(--bs-box-shadow) !important;
}

.ck.ck-dropdown__panel, .ck.ck-list {
    -webkit-box-shadow: var(--bs-box-shadow) !important;
    background: var(--bs-secondary-bg) !important;
    border: 1px solid var(--bs-border-color) !important;
    box-shadow: var(--bs-box-shadow) !important;
    color: var(--bs-tertiary-color) !important;
}

.ck.ck-reset_all, .ck.ck-reset_all * { color: var(--bs-tertiary-color) !important; }

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne, .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se {
    left: auto !important;
    right: 0;
}

.ck.ck-editor__editable_inline[dir=rtl] { text-align: right !important; }

.ck-editor__editable { min-height: 245px !important; }

.ck.ck-button.ck-on:not(.ck-disabled):hover, .ck.ck-button.ck-on:not(.ck-disabled):active,
a.ck.ck-button.ck-on:not(.ck-disabled):hover,
a.ck.ck-button.ck-on:not(.ck-disabled):active {
    -webkit-box-shadow: none !important;
    background: var(--bs-tertiary-bg) !important;
    box-shadow: none !important;
}

.ck.ck-button:focus, .ck.ck-button:active,
a.ck.ck-button:focus,
a.ck.ck-button:active {
    background: var(--bs-tertiary-bg) !important;
    border-color: var(--bs-border-color) !important;
}

.ck.ck-tooltip .ck-tooltip__text {
    background: #030f16 !important;
    color: #f8f9fa !important;
}

.ck.ck-toolbar .ck.ck-button.ck-on,
a.ck.ck-button.ck-on,
.ck.ck-button:not(.ck-disabled):hover,
a.ck.ck-button:not(.ck-disabled):hover { background: var(--bs-tertiary-bg) !important; }

.ck.ck-list__item .ck-button .ck-button__label { font-family: "Be Vietnam Pro", sans-serif; }

[dir=rtl] .ck.ck-toolbar > .ck-toolbar__items {
    -ms-flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    flex-direction: row-reverse;
}

.ql-editor { text-align: right; }

.ql-editor ol, .ql-editor ul {
    padding-left: 0;
    padding-right: 1.5em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
    margin-left: 0.3em;
    margin-right: -1.5em;
    text-align: left;
}

.ql-container { font-family: var(--bs-font-sans-serif); }

.ql-container.ql-snow { border-color: var(--bs-border-color); }

.ql-bubble {
    -ms-border-radius: var(--bs-border-radius);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

.ql-toolbar { font-family: var(--bs-font-sans-serif) !important; }

.ql-toolbar span {
    color: var(--bs-body-color);
    outline: none !important;
}

.ql-toolbar span:hover { color: #3980c0 !important; }

.ql-toolbar.ql-snow { border-color: var(--bs-border-color); }

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label { border-color: transparent; }

.ql-toolbar.ql-snow .ql-picker-options {
    -ms-border-radius: var(--bs-border-radius);
    -webkit-box-shadow: var(--bs-box-shadow);
    border-radius: var(--bs-border-radius);
    box-shadow: var(--bs-box-shadow);
}

.ql-snow .ql-stroke,
.ql-snow .ql-script,
.ql-snow .ql-strike svg { stroke: var(--bs-body-color); }

.ql-snow .ql-fill { fill: var(--bs-body-color); }

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    left: 0;
    right: auto;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label { color: var(--bs-body-color); }

.ql-snow .ql-picker-options {
    background-color: var(--bs-secondary-bg);
    border-color: var(--bs-border-color) !important;
}

/* Dropzone */

.dropzone {
    -ms-border-radius: 6px;
    background: var(--bs-secondary-bg);
    border: 2px dashed var(--bs-border-color);
    border-radius: 6px;
    min-height: 230px;
}

.dropzone .dz-message {
    font-size: 24px;
    text-align: center;
    width: 100%;
}

.wizard-nav {
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-right: 0;
}

.wizard-nav .wizard-list-item {
    -ms-flex-basis: 0;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
    -o-flex-basis: 0;
    -o-flex-grow: 1;
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.wizard-nav .wizard-list-item .list-item {
    font-size: 14px;
    position: relative;
    width: 100%;
}

.wizard-nav .step-icon {
    -ms-border-radius: 50%;
    border: 1px solid rgba(57, 128, 192, 0.2);
    border-radius: 50%;
    color: #3980c0;
    display: inline-block;
    font-size: 22px;
    height: 56px;
    line-height: 54px;
    position: relative;
    text-align: center;
    width: 56px;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .wizard-nav .step-icon {
        height: 40px;
        line-height: 38px;
        width: 40px;
    }
}

.wizard-nav .step-title { margin-right: 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: #3980c0;
    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: 0.5rem; }
}

.wizard-nav .list-item::after {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: var(--bs-border-color);
    content: "";
    height: 2px;
    position: absolute;
    right: 62%;
    top: 50%;
    transform: translateY(-50%);
    width: 75%;
}

@media (max-width: 575.98px) {
    .wizard-nav .list-item::after { display: none; }
}

.wizard-nav .list-item.active {
    background-color: transparent;
    color: #082a3e;
}

.wizard-nav .list-item.active .step-icon {
    background-color: rgba(57, 128, 192, 0.2);
    border-color: rgba(57, 128, 192, 0.2);
    color: #3980c0;
}

.wizard-tab { display: none; }

.apex-charts { min-height: 10px !important; }

.apex-charts text { font-family: var(--bs-font-sans-serif) !important; }

.apex-charts .apexcharts-canvas { margin: 0 auto; }

.apexcharts-tooltip-title,
.apexcharts-tooltip-text { font-family: var(--bs-font-sans-serif) !important; }

.apexcharts-tooltip * {
    color: #74788d !important;
    font-family: var(--bs-font-sans-serif) !important;
}

.apexcharts-tooltip.apexcharts-theme-dark * { color: #fff !important; }

.apexcharts-legend-series { font-weight: 500; }

.apexcharts-gridline {
    pointer-events: none;
    stroke: #f8f9fa;
}

.apexcharts-legend-text {
    color: #74788d !important;
    font-family: var(--bs-font-sans-serif) !important;
    font-size: 13px !important;
}

.apexcharts-pie-label { fill: #fff !important; }

.apexcharts-title-text,
.apexcharts-subtitle-text { fill: #adb5bd; }

.apexcharts-yaxis text,
.apexcharts-xaxis text {
    fill: #adb5bd;
    font-family: var(--bs-font-sans-serif) !important;
}

.apexcharts-yaxis-title { font-weight: 500; }

#dynamicloadedchart-wrap {
    margin: 0px auto;
    max-width: 800px;
    position: relative;
}

.chart-box { padding-right: 0; }

#chart-year,
#chart-quarter {
    -webkit-box-shadow: none;
    background: var(--bs-secondary-bg);
    border: 1px solid var(--bs-border-color-translucent);
    box-shadow: none;
    max-width: 48%;
    padding-right: 0;
    padding-top: 20px;
    width: 96%;
}

#chart-year {
    -ms-transition: 1s ease transform;
    -o-transition: 1s ease transform;
    -webkit-transition: 1s ease transform;
    float: right;
    position: relative;
    transition: 1s ease transform;
    z-index: 3;
}

#chart-year.chart-quarter-activated {
    -ms-transform: translateX(0);
    -ms-transition: 1s ease transform;
    -o-transition: 1s ease transform;
    -webkit-transform: translateX(0);
    -webkit-transition: 1s ease transform;
    transform: translateX(0);
    transition: 1s ease transform;
}

#chart-quarter {
    -ms-transition: 1s ease transform;
    -o-transition: 1s ease transform;
    -webkit-transition: 1s ease transform;
    float: right;
    position: relative;
    transition: 1s ease transform;
    z-index: -2;
}

#chart-quarter.active {
    -ms-transform: translateX(0);
    -ms-transition: 1.1s ease-in-out transform;
    -o-transition: 1.1s ease-in-out transform;
    -webkit-transform: translateX(0);
    -webkit-transition: 1.1s ease-in-out transform;
    transform: translateX(0);
    transition: 1.1s ease-in-out transform;
    z-index: 1;
}

@media screen and (min-width: 480px) {
    #chart-year {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #chart-quarter {
        -ms-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

body[data-bs-theme=dark] .apexcharts-gridline { stroke: var(--bs-border-color-translucent) !important; }

body[data-bs-theme=dark] .apexcharts-grid-borders line { stroke: var(--bs-border-color-translucent) !important; }

body[data-bs-theme=dark] .apexcharts-grid-borders .apexcharts-gridline { stroke: var(--bs-border-color-translucent) !important; }

.chartjs-chart { max-height: 320px; }

.toast {
    -webkit-box-shadow: var(--bs-box-shadow);
    background-color: var(--bs-tertiary-bg);
    box-shadow: var(--bs-box-shadow);
}

.toast .toast-header { background-color: var(--bs-tertiary-bg); }

.toast .toast-body { background-color: var(--bs-tertiary-bg); }

.glightbox-clean .gslide-title {
    font-family: "Be Vietnam", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.glightbox-clean .gslide-desc {
    font-family: var(--bs-font-sans-serif);
    font-size: 14px;
}

.glightbox-clean .gclose {
    -ms-border-radius: 7px;
    border: 2px solid #fff;
    border-radius: 7px;
    left: 10px;
    right: auto;
}

@media (min-width: 992px) {
    .glightbox-clean .gclose {
        left: 20px;
        right: auto;
    }
}

.glightbox-clean .gclose svg { width: 12px; }

.gdesc-inner { background-color: var(--bs-secondary-bg); }

.gdesc-inner .gslide-title { color: var(--bs-heading-color); }

.gmaps, .gmaps-panaroma {
    -ms-border-radius: 3px;
    background: #f8f9fa;
    border-radius: 3px;
    height: 300px;
}

.gmaps-overlay {
    -ms-border-radius: 4px;
    background: #3980c0;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 40px;
    padding: 10px 20px;
    text-align: center;
}

.gmaps-overlay_arrow {
    height: 0;
    margin-right: -16px;
    position: absolute;
    right: 50%;
    width: 0;
}

.gmaps-overlay_arrow.above {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #3980c0;
    bottom: -15px;
}

.gmaps-overlay_arrow.below {
    border-bottom: 16px solid #3980c0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    top: -15px;
}

.jvm-tooltip {
    -ms-border-radius: 3px;
    -webkit-box-shadow: 0 5px 6px rgba(3, 15, 22, 0.1);
    background-color: #3980c0;
    border-radius: 3px;
    box-shadow: 0 5px 6px rgba(3, 15, 22, 0.1);
    font-family: var(--bs-font-sans-serif);
    padding: 3px 5px;
}

.leaflet-map { height: 300px; }

.leaflet-map.leaflet-container { z-index: 99; }

body[data-topbar=dark] .auth-logo .logo-txt { color: #030f16 !important; }

.home-btn {
    left: 25px;
    position: fixed;
    top: 15px;
}

.authentication-bg {
    -ms-align-items: center;
    -ms-background-position: center;
    -ms-background-repeat: no-repeat;
    -ms-background-size: cover;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -o-align-items: center;
    -o-justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    background-image: url("../images/B&M-Pattern-RGB.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.authentication-bg .auth-logo .logo { margin: 0px auto; }

.authentication-bg .auth-logo .auth-logo-light {
    display: none;
    margin: 0px auto;
}

.authentication-bg .auth-logo .auth-logo-dark { margin: 0px auto; }

.authentication-bg .bg-overlay { background-color: var(--bs-header-dark-bg); }

.authentication-bg .auth-cover-card .authentication-bg {
    -ms-align-items: flex-start;
    -ms-flex-align: start;
    -ms-flex-pack: start;
    -o-align-items: flex-start;
    -o-justify-content: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
}

.authentication-bg .auth-cover-card .bg-overlay { opacity: 0.6; }

.authentication-bg .auth-cover-card .form-floating label { color: rgba(255, 255, 255, 0.5); }

.authentication-bg .auth-cover-card .form-floating .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.authentication-bg .auth-cover-card .form-floating .form-floating-icon { color: rgba(255, 255, 255, 0.5); }

.form-floating-custom { position: relative; }

.form-floating-custom > label { right: 48px; }

.form-floating-custom > .form-control, .form-floating-custom > .form-select { padding-right: 60px; }

.form-floating-custom .form-floating-icon {
    -ms-align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -o-align-items: center;
    -o-justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    color: var(--bs-secondary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
}

.error-font {
    font-size: 9rem;
    text-shadow: -4px 4px 6px rgba(3, 15, 22, 0.26);
}

.mover-animation {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        -ms-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        -ms-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -ms-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.signin-other-title { position: relative; }

.signin-other-title:after {
    background-color: var(--bs-border-color);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 10px;
    width: 100%;
}

.signin-other-title .title {
    background-color: var(--bs-secondary-bg);
    display: inline-block;
    padding: 2px 16px;
    position: relative;
    z-index: 9;
}

.auth-img {
    -ms-background-position: center;
    -ms-background-size: cover;
    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-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

@media (max-width: 991.98px) {
    .auth-img { height: 250px; }
}

body[data-layout-mode=dark] .authentication-bg { background-image: url("../images/auth-bg-dark.jpg"); }

body[data-layout-mode=dark] .authentication-bg .bg-overlay {
    -ms-opacity: 0.1;
    opacity: 0.1;
}

body[data-layout-mode=dark] .authentication-bg .auth-logo .auth-logo-dark { display: none; }

body[data-layout-mode=dark] .authentication-bg .auth-logo .auth-logo-light { display: block; }

/* ==============
  Email
===================*/

.email-leftbar {
    -ms-border-radius: 5px;
    border-radius: 5px;
    float: right;
    padding: 20px;
    width: 266px;
}

.email-rightbar { margin-right: 284px; }

.chat-user-box p.user-title {
    color: #030f16;
    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 {
    color: #74788d;
    display: block;
    line-height: 24px;
    padding: 8px 5px;
}

.mail-list a.active {
    color: #fa6374;
    font-weight: 500;
}

.message-list {
    display: block;
    padding-right: 0;
}

.message-list li {
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    cursor: default;
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    transition-duration: 0.3s;
}

.message-list li a { color: #74788d; }

.message-list li.selected { background-color: rgba(239, 240, 242, 0.6); }

.message-list li:hover {
    -ms-transition-duration: 0.05s;
    -o-transition-duration: 0.05s;
    -webkit-transition-duration: 0.05s;
    background: var(--bs-tertiary-bg);
    transition-duration: 0.05s;
}

.message-list li .col-mail {
    float: right;
    position: relative;
}

.message-list li .col-mail-1 { width: 320px; }

.message-list li .col-mail-1 .star-toggle,
.message-list li .col-mail-1 .checkbox-wrapper-mail,
.message-list li .col-mail-1 .dot {
    display: block;
    float: right;
}

.message-list li .col-mail-1 .dot {
    -ms-border-radius: 100px;
    border: 4px solid transparent;
    border-radius: 100px;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 22px 26px 0;
    width: 0;
}

.message-list li .col-mail-1 .checkbox-wrapper-mail { margin: 15px 20px 0 10px; }

.message-list li .col-mail-1 .star-toggle {
    margin-right: 5px;
    margin-top: 18px;
}

.message-list li .col-mail-1 .title {
    left: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: absolute;
    right: 110px;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
}

.message-list li .col-mail-2 {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 320px;
    top: 0;
}

.message-list li .col-mail-2 .subject,
.message-list li .col-mail-2 .date {
    position: absolute;
    top: 0;
}

.message-list li .col-mail-2 .subject {
    left: 200px;
    overflow: hidden;
    right: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.message-list li .col-mail-2 .date {
    left: 0;
    padding-right: 80px;
    width: 170px;
}

.message-list li.active, .message-list li.active:hover {
    -webkit-box-shadow: inset -3px 0 0 #3980c0;
    box-shadow: inset -3px 0 0 #3980c0;
}

.message-list li.unread {
    background-color: var(--bs-tertiary-bg);
    color: var(--bs-tertiary-color);
    font-weight: 500;
}

.message-list li.unread a {
    color: var(--bs-tertiary-color);
    font-weight: 500;
}

.message-list .checkbox-wrapper-mail {
    -ms-border-radius: 1px;
    -webkit-box-shadow: inset 0 0 0 1px #e2e5e8;
    border-radius: 1px;
    box-shadow: inset 0 0 0 1px #e2e5e8;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    position: relative;
    width: 20px;
}

.message-list .checkbox-wrapper-mail input {
    -ms-opacity: 0;
    cursor: pointer;
    opacity: 0;
}

.message-list .checkbox-wrapper-mail input:checked ~ label { opacity: 1; }

.message-list .checkbox-wrapper-mail label {
    -ms-opacity: 0;
    -ms-transition-duration: 0.05s;
    -o-transition-duration: 0.05s;
    -webkit-transition-duration: 0.05s;
    cursor: pointer;
    height: 20px;
    margin-bottom: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: 0.05s;
    width: 20px;
}

.message-list .checkbox-wrapper-mail label:before {
    color: var(--bs-body-color);
    content: "\f012c";
    font-family: "Material Design Icons";
    font-size: 13px;
    height: 20px;
    margin-top: -16px;
    position: absolute;
    right: 4px;
    top: 0;
    width: 20px;
}

@media (max-width: 575.98px) {
    .message-list li .col-mail-1 { width: 200px; }
}

@media (min-width: 1200px) {
    .chat-leftsidebar { min-width: 380px; }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .chat-leftsidebar { min-width: 280px; }
}

.chat-noti-dropdown.active:before {
    -ms-border-radius: 50%;
    background-color: #fa6374;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 8px;
}

.chat-noti-dropdown .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 20px;
    padding: 6px;
}

.chat-message-list { height: calc(100vh - 346px); }

@media (min-width: 992px) {
    .chat-message-list { height: calc(100vh - 377px); }
}

.chat-list { margin: 0; }

.chat-list li.active a {
    background-color: rgba(57, 128, 192, 0.075);
    border-color: transparent;
}

.chat-list li a {
    -ms-border-radius: 4px;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    border-radius: 4px;
    border-top: 1px solid var(--bs-border-color);
    color: var(--bs-secondary-color);
    display: block;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    padding: 12px;
    position: relative;
    text-overflow: ellipsis;
    transition: all 0.4s;
    white-space: nowrap;
}

.chat-list li a:hover {
    background-color: rgba(57, 128, 192, 0.075);
    border-color: transparent;
}

.chat-list li .user-img { position: relative; }

.chat-list li .user-img .user-status {
    -ms-border-radius: 50%;
    background-color: #adb5bd;
    border: 2px solid var(--bs-secondary-bg);
    border-radius: 50%;
    bottom: 0;
    height: 10px;
    left: 0;
    position: absolute;
    width: 10px;
}

.chat-list li .user-img.online .user-status { background-color: #33a186; }

.chat-list li .user-img.away .user-status { background-color: #fc931d; }

.chat-list li.unread a {
    color: #030f16;
    font-weight: 600;
}

.chat-list li .unread-message {
    display: inline-block;
    left: 16px;
    position: absolute;
    top: 33px;
}

.group-list li a { border: 0; }

.user-chat-nav .dropdown .nav-btn {
    -ms-border-radius: 50%;
    -webkit-box-shadow: none;
    border-radius: 50%;
    box-shadow: none;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    width: 36px;
}

.user-chat-nav .dropdown .nav-btn:active { border: none !important; }

.user-chat-nav .dropdown .dropdown-menu {
    -webkit-box-shadow: var(--bs-box-shadow);
    border: 1px solid var(--bs-border-color);
    box-shadow: var(--bs-box-shadow);
}

.chat-conversation { height: calc(100vh - 300px); }

@media (min-width: 992px) {
    .chat-conversation { height: calc(100vh - 364px); }
}

.chat-conversation li { clear: both; }

.chat-conversation .chat-day-title {
    border: none;
    margin-bottom: 24px;
    position: relative;
    text-align: center;
}

.chat-conversation .chat-day-title .title {
    -ms-border-radius: 30px;
    background-color: var(--bs-tertiary-bg);
    border-radius: 30px;
    display: inline-block;
    padding: 4px 16px;
    position: relative;
    z-index: 1;
}

.chat-conversation .chat-day-title:before {
    background-color: var(--bs-border-color-translucent);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 16px;
    width: 100%;
}

.chat-conversation .chat-day-title .badge { font-size: 12px; }

.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 {
    background-color: rgba(57, 128, 192, 0.1);
    border-radius: 8px 0px 8px 8px;
    color: var(--bs-secondary-color);
    margin-right: 16px;
    padding: 12px 20px;
    position: relative;
}

.chat-conversation .conversation-list .ctext-wrap-content:before {
    border: 5px solid transparent;
    border-left-color: rgba(57, 128, 192, 0.1);
    border-top-color: rgba(57, 128, 192, 0.1);
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
}

.chat-conversation .conversation-list .ctext-wrap-content .conversation-name { margin-bottom: 4px; }

.chat-conversation .conversation-list .ctext-wrap-content .conversation-name .time {
    -webkit-transition: all 0.4s;
    bottom: 0;
    color: var(--bs-secondary-color);
    font-size: 10px;
    font-weight: 400;
    left: -65px;
    opacity: 0;
    position: absolute;
    transition: all 0.4s;
}

.chat-conversation .conversation-list .ctext-wrap-content:hover .time { opacity: 1; }

.chat-conversation .conversation-list .dropdown .dropdown-toggle {
    color: #74788d;
    font-size: 18px;
    padding: 4px;
}

@media (max-width: 575.98px) {
    .chat-conversation .conversation-list .dropdown .dropdown-toggle { display: none; }
}

.chat-conversation .conversation-list .chat-time {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    margin-top: 4px;
    text-align: left;
}

.chat-conversation .conversation-list .message-img {
    border-radius: 0.2rem;
    position: relative;
}

.chat-conversation .conversation-list .message-img .message-img-list { position: relative; }

.chat-conversation .conversation-list .message-img img { max-width: 140px; }

.chat-conversation .right .conversation-list {
    float: left;
    text-align: left;
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    border-radius: 0px 8px 8px 8px;
    margin-left: 16px;
    margin-right: 0;
    order: 2;
    text-align: left;
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content:before {
    border: 5px solid transparent;
    border-right-color: rgba(57, 128, 192, 0.1);
    border-top-color: rgba(57, 128, 192, 0.1);
    left: -10px;
    right: auto;
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content .conversation-name .time {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    left: auto;
    margin-left: 8px;
    margin-right: 0;
    order: 1;
    position: absolute;
    right: -65px;
}

.chat-conversation .right .conversation-list .dropdown {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.chat-input-section { border-top: 1px solid var(--bs-border-color); }

.chat-input {
    background-color: var(--bs-secondary-bg) !important;
    border-color: var(--bs-border-color) !important;
    border-radius: 30px;
}

@media (max-width: 575.98px) {
    .chat-send { min-width: auto; }
}

body[data-layout=horizontal] .chat-message-list { height: calc(100vh - 346px); }

@media (min-width: 992px) {
    body[data-layout=horizontal] .chat-message-list { height: calc(100vh - 377px); }
}

body[data-layout=horizontal] .chat-conversation { height: calc(100vh - 300px); }

@media (min-width: 992px) {
    body[data-layout=horizontal] .chat-conversation { height: calc(100vh - 364px); }
}

.search-box .form-control {
    border-radius: 30px;
    padding-right: 40px;
}

.search-box .search-icon {
    color: #74788d;
    font-size: 16px;
    line-height: 38px;
    position: absolute;
    right: 13px;
    top: 2px;
}

.categories-list { padding: 4px 0; }

.categories-list li a {
    color: #082a3e;
    display: block;
    padding: 4px 12px;
}

.categories-list li.active a { color: #3980c0; }

.product-box {
    -webkit-transition: all 0.4s;
    border: 1px solid var(--bs-border-color);
    cursor: pointer;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s;
}

.product-box:hover {
    -webkit-box-shadow: var(--bs-box-shadow);
    box-shadow: var(--bs-box-shadow);
}

.product-box:hover .product-color { visibility: visible; }

.product-box .product-ribbon {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-transform: rotate(90deg) translateX(27%);
    align-items: center;
    background-color: #3980c0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    height: 36px;
    justify-content: center;
    position: absolute;
    top: -2px;
    transform: rotate(90deg) translateX(27%);
    width: 70px;
}

.product-box .product-ribbon:after {
    border-bottom: 18px solid #3980c0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 18px solid #3980c0;
    content: "";
    position: absolute;
    right: -11px;
    top: 0;
}

.product-wishlist {
    left: 30px;
    position: absolute;
    top: 20px;
    z-index: 9;
}

.product-wishlist a {
    border: 2px solid var(--bs-border-color);
    border-radius: 50%;
    color: #adb5bd;
    display: inline-block;
    height: 40px;
    line-height: 36px;
    text-align: center;
    width: 40px;
}

.modal-button {
    left: 0;
    position: absolute;
    z-index: 2;
}

@media (max-width: 576px) {
    .modal-button { position: inherit; }
}

.product-content {
    -webkit-transition: all 0.2s;
    position: relative;
    transition: all 0.2s;
}

.product-detail .swiper-button-next,
.product-detail .swiper-button-prev {
    background: rgba(57, 128, 192, 0.3);
    border-radius: 50%;
    color: #3980c0;
    height: 35px;
    width: 35px;
}

.product-detail .swiper-button-next:after,
.product-detail .swiper-button-prev:after { font-size: 20px; }

.product-detail .swiper-button-next {
    left: 20px;
    right: auto;
}

.product-detail .swiper-button-prev {
    left: auto;
    right: 20px;
}

.product-detail .swiper-slide-thumb-active { background-color: var(--bs-tertiary-bg); }

.product-detail .swiper-slide {
    border-radius: 5px;
    padding: 5px 15px;
}

.product-desc-list li { padding: 2px 0px; }

.product-desc-color a {
    border: 2px solid var(--bs-border-color);
    border-radius: 4px;
    color: #082a3e;
    display: inline-block;
    margin: 4px;
    text-align: center;
}

.product-desc-color a.active, .product-desc-color a:hover {
    border-color: #3980c0 !important;
    color: #3980c0;
}

.product-review-link .list-inline-item a {
    color: #74788d;
    font-size: 15px;
    padding: 4px 8px;
}

.product-cart-touchspin {
    background-color: var(--bs-secondary-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.25rem;
}

.product-cart-touchspin .form-control {
    border-color: transparent;
    height: 32px;
}

.product-cart-touchspin .input-group-btn .btn {
    -webkit-box-shadow: none;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none;
    color: #3980c0 !important;
    font-size: 16px;
    padding: 3px 12px;
}

.shipping-address {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shipping-address.active { border-color: #3980c0 !important; }

.product-tag {
    display: block;
    font-size: 15px;
    height: 100px;
    left: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.product-tag .badge {
    -webkit-transform: rotate(-45deg);
    background: #fff;
    color: #3980c0;
    float: left;
    font-size: 13px;
    font-weight: 500;
    left: -67px;
    margin: 0;
    padding: 7px 10px;
    position: relative;
    text-align: center;
    top: 17px;
    transform: rotate(-45deg);
    width: 200px;
}

.countdownlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    text-align: center;
}

.countdownlist .countdownlist-item { width: 25%; }

.countdownlist .countdownlist-item:last-of-type .count-num::after { display: none; }

.countdownlist .count-title {
    color: rgba(3, 15, 22, 0.5);
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.countdownlist .count-num {
    -webkit-box-shadow: var(--bs-box-shadow);
    background-color: var(--bs-secondary-bg);
    border-radius: var(--bs-border-radius);
    box-shadow: var(--bs-box-shadow);
    font-size: 32px;
    font-weight: 600;
    padding: 16px 8px;
    position: relative;
}

@media (max-width: 575.98px) {
    .countdownlist .count-num { font-size: 18px; }
}

.countdownlist .count-num::after {
    -webkit-transform: translateY(-50%);
    color: #030f16;
    content: ":";
    font-size: 20px;
    left: -16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.countdown-endtxt {
    font-size: 24px;
    font-weight: 600;
}

.countdown-input-group { max-width: 350px; }

/************** Horizontal timeline **************/

.hori-timeline .events .event-list {
    display: block;
    text-align: center;
}

.hori-timeline .events .event-list::after {
    -ms-border-radius: 50%;
    background-color: var(--bs-secondary-bg);
    border: 2px solid #3980c0;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 48px;
    width: 10px;
}

.hori-timeline .events .event-list:before {
    border-top: 3px dashed var(--bs-border-color);
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 52px;
    width: 100%;
}

.hori-timeline .events .event-list .event-date {
    -ms-border-radius: 4px;
    background-color: rgba(57, 128, 192, 0.2);
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 48px;
    padding: 2px 12px;
    position: relative;
}

/************** vertical timeline **************/

.verti-timeline { padding-right: 100px; }

.verti-timeline .event-list {
    border-right: 3px dashed var(--bs-border-color);
    padding: 0px 30px 30px 0px;
    position: relative;
}

.verti-timeline .event-list:after {
    -ms-border-radius: 50%;
    background-color: var(--bs-secondary-bg);
    border: 2px solid #3980c0;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: -6px;
    top: 6px;
    width: 10px;
}

.verti-timeline .event-list .event-date {
    background-color: rgba(57, 128, 192, 0.2);
    border-radius: 4px;
    color: #3980c0;
    display: inline-block;
    font-size: 13px;
    padding: 2px 12px;
    position: absolute;
    right: -102px;
}

.verti-timeline .event-list:last-child { padding-bottom: 0; }

.profile-bg {
    -ms-background-position: center;
    -ms-background-repeat: no-repeat;
    -ms-background-size: cover;
    background-image: url("../images/profile-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 210px;
}

.pricing-box {
    border-top: 2px solid #3980c0 !important;
    margin: 0px auto 20px;
    max-width: 388px;
}

.pricing-box .plan-features li { padding: 7px 0px; }

.error-text {
    -ms-align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -o-align-items: center;
    -o-justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 130px;
    justify-content: center;
}

@media (max-width: 1199.98px) {
    .error-text { font-size: 72px; }

    .error-text .avatar-lg { width: 48px; }
}

.profile-user {
    -ms-background-position: center;
    -ms-background-repeat: no-repeat;
    -ms-background-size: cover;
    background-image: url(../images/profile-bg-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
    position: relative;
}

.profile-user:after {
    -ms-opacity: 0.5;
    background: -webkit-gradient(linear, right top, right bottom, color-stop(30%, rgba(57, 128, 192, 0.7)), to(#3980c0));
    background: linear-gradient(to bottom, rgba(57, 128, 192, 0.7) 30%, #3980c0 100%);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.profile-content {
    margin-top: -60px;
    position: relative;
}