@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&family=Montserrat:wght@400;500;600&display=swap);

html[data-layout-mode=dark] {
    background-color: #131516 !important;
    color: #b0b6bc
}

    html[data-layout-mode=dark] .h1, html[data-layout-mode=dark] .h2, html[data-layout-mode=dark] .h3, html[data-layout-mode=dark] .h4, html[data-layout-mode=dark] .h5, html[data-layout-mode=dark] .h6, html[data-layout-mode=dark] h1, html[data-layout-mode=dark] h2, html[data-layout-mode=dark] h3, html[data-layout-mode=dark] h4, html[data-layout-mode=dark] h5, html[data-layout-mode=dark] h6 {
        color: #eeeff1
    }

.ishorizontal-topbar, .isvertical-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 270px;
    z-index: 1005;
    background-color: #f8f9fb;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media (max-width:991.98px) {
    .ishorizontal-topbar, .isvertical-topbar {
        background-color: #f8f9fb
    }
}

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

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

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

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

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

.navbar-brand-box {
    padding: 0 1.5rem;
    width: calc(270px - 2px);
    position: fixed;
    z-index: 1;
    background-color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s
}

.logo {
    line-height: 75px
}

    .logo .logo-sm {
        display: none
    }

.logo-dark {
    display: block
}

.logo-light {
    display: none
}

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

    .app-search .form-control {
        border: 1px solid #eff0f2;
        height: 44px;
        padding-left: 40px;
        padding-right: 20px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 6px #ebeef4;
        box-shadow: 0 0 6px #ebeef4;
        border-radius: .6rem;
        width: 320px
    }

    .app-search span {
        position: absolute;
        z-index: 10;
        line-height: 40px;
        left: 13px;
        top: 50%;
        font-size: 14px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #7d8287
    }

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

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

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

    .ishorizontal-topbar, .isvertical-topbar {
        left: 0
    }

        .ishorizontal-topbar .navbar-header .navbar-brand-box, .isvertical-topbar .navbar-header .navbar-brand-box {
            display: inline-block;
            position: relative;
            background-color: #f8f9fb
        }

        .ishorizontal-topbar .navbar-header .vertical-menu-btn, .isvertical-topbar .navbar-header .vertical-menu-btn {
            display: inline-block !important
        }

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

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

    [data-layout-mode=dark] .ishorizontal-topbar .navbar-header .navbar-brand-box, [data-layout-mode=dark] .isvertical-topbar .navbar-header .navbar-brand-box {
        background-color: #131516
    }
}

.page-content {
    padding: 75px calc(24px / 2) 0px
}

    .page-content .container-fluid {
        max-width: 98%
    }

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

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

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

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

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

.user .user-sub-title {
    color: #a4a9b4;
    font-size: 11px;
    font-weight: 600
}

.noti-icon {
    position: relative
}

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

    .noti-icon .noti-dot {
        position: absolute;
        top: 20px;
        right: 10px;
        height: 14px;
        width: 14px;
        color: #fff;
        line-height: 14px;
        font-weight: 500;
        font-size: 10px
    }

    .noti-icon .badge {
        position: absolute;
        top: 12px;
        right: 6px;
        border: 2px solid #f8f9fb
    }

.notification-item .d-flex {
    padding: 1rem;
    border-bottom: 1px solid #eff0f2
}

    .notification-item .d-flex:hover {
        background-color: #f8f9fa
    }

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

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

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

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

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

html[data-topbar=dark] .ishorizontal-topbar, html[data-topbar=dark] .isvertical-topbar {
    background-color: #131516
}

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

html[data-topbar=dark] .header-item {
    fill: #ffffff;
    color: #ffffff;
}

    html[data-topbar=dark] .header-item i {
        color: #ffffff
    }

    html[data-topbar=dark] .header-item span {
        color: #ffffff
    }

    html[data-topbar=dark] .header-item:hover {
        fill: #ffffff
    }

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

html[data-topbar=dark] .user-name {
    color: #c0c5cb
}

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

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

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

html[data-topbar=dark] .app-search .form-control {
    background-color: #1f2224;
    color: #fff;
    border: 1px solid #282c2e;
    -webkit-box-shadow: 0 2px 3px #161819;
    box-shadow: 0 2px 3px #161819
}

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

html[data-topbar=dark] .page-content {
    padding: calc(75px + 24px) calc(24px / 2) 60px calc(24px / 2)
}

@media (max-width:991.98px) {
    html[data-topbar=dark] .ishorizontal-topbar .navbar-header .navbar-brand-box, html[data-topbar=dark] .isvertical-topbar .navbar-header .navbar-brand-box {
        background-color: #131516
    }

        html[data-topbar=dark] .ishorizontal-topbar .navbar-header .navbar-brand-box .logo-dark, html[data-topbar=dark] .isvertical-topbar .navbar-header .navbar-brand-box .logo-dark {
            display: none
        }

        html[data-topbar=dark] .ishorizontal-topbar .navbar-header .navbar-brand-box .logo-light, html[data-topbar=dark] .isvertical-topbar .navbar-header .navbar-brand-box .logo-light {
            display: block
        }

    html[data-topbar=dark] .logo span.logo-lg {
        display: none
    }

    html[data-topbar=dark] .logo span.logo-sm {
        display: inline-block
    }

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

html[data-sidebar=dark] .navbar-brand-box {
    background: #1f2224
}

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

    html[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;
            -webkit-transform: translate3d(0,75px,0) !important;
            transform: translate3d(0,75px,0) !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
    }
}

html[data-layout-mode=dark] .ishorizontal-topbar, html[data-layout-mode=dark] .isvertical-topbar {
    background-color: #131516
}

html[data-layout-mode=dark] .header-item {
    fill: #ffffff;
    color: #ffffff;
}

    html[data-layout-mode=dark] .header-item i {
        color: #ffffff
    }

    html[data-layout-mode=dark] .header-item span {
        color: #ffffff
    }

    html[data-layout-mode=dark] .header-item:hover {
        fill: #ffffff
    }

html[data-layout-mode=dark] .dropdown-icon-item {
    color: #d8dbdd
}

    html[data-layout-mode=dark] .dropdown-icon-item:hover {
        border-color: #282c2e
    }

html[data-layout-mode=dark] .noti-icon .noti-dot {
    -webkit-box-shadow: 0 0 0 3px #131516;
    box-shadow: 0 0 0 3px #131516
}

html[data-layout-mode=dark] .notification-item .d-flex {
    border-color: #2d3133
}

    html[data-layout-mode=dark] .notification-item .d-flex:hover {
        background-color: #2d3234
    }

html[data-layout-mode=dark][data-topbar=light] .page-content {
    padding: calc(75px + 24px) calc(24px / 2) 60px calc(24px / 2)
}

html[data-layout-mode=dark][data-topbar=light] .ishorizontal-topbar, html[data-layout-mode=dark][data-topbar=light] .isvertical-topbar {
    background-color: #f8f9fb !important
}

html[data-layout-mode=dark][data-topbar=light] .app-search {
    padding: calc(31px / 2) 0
}

    html[data-layout-mode=dark][data-topbar=light] .app-search .form-control {
        border: 2px solid #eff0f2;
        background-color: #fff
    }

    html[data-layout-mode=dark][data-topbar=light] .app-search span {
        color: #7d8287
    }

html[data-layout-mode=dark][data-topbar=light] .noti-icon i {
    color: #555b6d
}

html[data-layout-mode=dark][data-topbar=light] .noti-icon .noti-dot {
    color: #fff;
    -webkit-box-shadow: 0 0 0 3px #f8f9fb !important;
    box-shadow: 0 0 0 3px #f8f9fb !important
}

html[data-layout-mode=dark][data-topbar=light] .noti-icon .badge {
    border: 2px solid #f8f9fb
}

html[data-layout-mode=dark][data-topbar=light] .header-item {
    fill: #555b6d
}

    html[data-layout-mode=dark][data-topbar=light] .header-item span {
        color: #555b6d
    }

html[data-layout-mode=dark][data-topbar=dark] .page-content {
    padding: 75px calc(24px / 2) 0px
}

html[data-topbar=hidden] .isvertical-topbar {
    display: none !important
}

html[data-topbar=hidden] .page-content {
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 24px calc(24px / 2) 60px calc(24px / 2)
}

.page-title-box {
    padding: 0 .75rem
}

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

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

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

.page-title {
    font-size: 20px;
    margin: 0
}

html[data-topbar=dark] .breadcrumb-item > a {
    color: #eeeff1
}

html[data-topbar=dark] .breadcrumb-item.active {
    color: #b0b6bc
}

html[data-topbar=dark] .page-title {
    color: #eeeff1
}

html[data-layout-mode=dark] .page-title {
    color: #eeeff1
}

html[data-layout-mode=dark][data-topbar=light] .noti-icon .noti-dot {
    -webkit-box-shadow: 0 0 0 3px #f8f9fb;
    box-shadow: 0 0 0 3px #f8f9fb
}

html[data-layout-mode=dark][data-topbar=light] .page-title {
    color: #555b6d
}

.footer {
    bottom: 0;
    padding: 20px calc(24px / 2);
    position: absolute;
    right: 0;
    color: #74788d;
    left: 270px;
    height: 60px;
    background-color: #fff;
    border-top: 1px solid #eff0f2;
    -webkit-box-shadow: 0 0 6px #ebeef4;
    box-shadow: 0 0 6px #ebeef4
}

    .footer .container-fluid {
        width: 98%
    }

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

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

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

html[data-layout-mode=dark] .footer {
    background-color: #1f2224;
    -webkit-box-shadow: 0 0 4px rgba(238,239,241,.12);
    box-shadow: 0 0 4px rgba(238,239,241,.12);
    color: #ffffff;
    border-color: #282c2f
}

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

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

        .right-bar .right-bar-toggle-close:hover {
            background-color: #48587a
        }

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

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

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

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

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

html[data-layout-mode=dark] .right-bar {
    background-color: #1f2224
}

.metismenu {
    margin: 0
}

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

    .metismenu .disabled a {
        -webkit-filter: grayscale(80%);
        filter: grayscale(80%);
        opacity: .8;
        cursor: not-allowed
    }

    .metismenu .mm-collapse {
        display: none
    }

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

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

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

.vertical-menu {
    width: 270px;
    z-index: 1004;
    background: #fff;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    -webkit-box-shadow: 0 -2px 5px rgba(52,58,64,.06);
    box-shadow: 0 -2px 5px rgba(52,58,64,.06);
    top: 0;
    border-right: 1px solid #eff0f2;
    -webkit-transition: all .2s;
    transition: all .2s
}

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

.main-content {
    margin-left: 270px
}

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

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

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

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

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

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

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

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

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

        #sidebar-menu ul li a .nav-icon {
            width: 18px;
            height: 18px;
            display: inline-block;
            min-width: 1.5rem;
            vertical-align: middle;
            fill: #7b8190;
            -webkit-transition: all .3s;
            transition: all .3s;
            top: -1px;
            font-size: 1.3rem;
            line-height: 1.40625rem
        }

        #sidebar-menu ul li a:hover {
            color: #383c40;
            margin-left: 5px
        }

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

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

    #sidebar-menu ul li ul.sub-menu {
        position: relative
    }

        #sidebar-menu ul li ul.sub-menu:before {
            content: "";
            position: absolute;
            left: 40px;
            top: 10px;
            bottom: 10px;
            width: 2px;
            background: #eaecf1
        }

        #sidebar-menu ul li ul.sub-menu li a {
            padding: .8rem 1.5rem .5rem 1.5rem
        }

            /*#sidebar-menu ul li ul.sub-menu li a:before {
                content: '';
                width: 12px;
                height: 10px;
                border-radius: 50%;
                background: 0 0;
                border: 2px solid;
                position: absolute;
                left: -7px;
                border-color: transparent transparent #eaecf1 transparent;
                top: 14px;
                -webkit-transition: all .4s ease-in-out;
                transition: all .4s ease-in-out
            }*/

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

                #sidebar-menu ul li ul.sub-menu li a:hover:before {
                    border-color: transparent transparent #2e3032 transparent
                }

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

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

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

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

        #sidebar-menu ul li.mm-active > a {
            background-color: #e9f2fe;
            color: #0052cc;
        }

            #sidebar-menu ul li.mm-active > a .nav-icon {
                fill: #2e3032 !important
            }

        #sidebar-menu ul li.mm-active .mm-show .mm-active > a {
            color: #2e3032 !important;
            background: 0 0
        }

            #sidebar-menu ul li.mm-active .mm-show .mm-active > a:before {
                border-color: transparent transparent #2e3032 transparent
            }

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

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

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

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

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

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

/*@media (min-width:769px) {
    html[data-sidebar-size=sm] {
        min-height: 1200px
    }
}*/

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

html[data-sidebar-size=sm] .navbar-brand-box {
    width: 70px !important;
    text-align: center
}

html[data-sidebar-size=sm] .logo span.logo-lg {
    display: none
}
@media (min-width:769px) {
    html[data-sidebar-size=sm] .logo span.logo-sm {
        display: block
    }
}
    html[data-sidebar-size=sm] #page-topbar {
        left: 70px
    }

    @media (max-width:991.98px) {
        html[data-sidebar-size=sm] #page-topbar {
            left: 0
        }
    }

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

        html[data-sidebar-size=sm] .vertical-menu::before {
            position: fixed;
            left: 70px;
            top: 0
        }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                html[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a .nav-icon {
                    fill: #3f85ff
                }

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

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

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

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

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

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

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

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

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

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

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

        html[data-sidebar-size=sm] .vertical-menu .sidebar-footer {
            display: none
        }

    .main-content {
        /*min-height: 100vh;*/
        background-color: #f8f9fb
    }

    html[data-layout-mode=dark] #page-topbar {
        background-color: #131516;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    html[data-layout-mode=dark][data-sidebar=dark] #sidebar-menu ul li a {
        color: #7e8388
    }

        html[data-layout-mode=dark][data-sidebar=dark] #sidebar-menu ul li a .nav-icon {
            fill: #7e8388
        }

        html[data-layout-mode=dark][data-sidebar=dark] #sidebar-menu ul li a:hover {
            color: #eeeff1
        }

            html[data-layout-mode=dark][data-sidebar=dark] #sidebar-menu ul li a:hover .nav-icon {
                fill: #eeeff1
            }

    html[data-layout-mode=dark][data-sidebar=dark] #sidebar-menu ul li ul.sub-menu:before {
        background: #505356
    }

    html[data-layout-mode=dark][data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a {
        color: #7e8388
    }

        html[data-layout-mode=dark][data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:before {
            border-color: transparent transparent #505356 transparent
        }

        html[data-layout-mode=dark][data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover {
            color: #eeeff1
        }

            html[data-layout-mode=dark][data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover:before {
                border-color: transparent transparent #eeeff1 transparent
            }

    html[data-layout-mode=dark][data-sidebar=dark] #sidebar-menu ul li.mm-active {
        color: #eeeff1 !important
    }

        html[data-layout-mode=dark][data-sidebar=dark] #sidebar-menu ul li.mm-active > a {
            background-color: #30343a;
            color: #eeeff1 !important
        }

            html[data-layout-mode=dark][data-sidebar=dark] #sidebar-menu ul li.mm-active > a::before {
                background-color: #eeeff1
            }

            html[data-layout-mode=dark][data-sidebar=dark] #sidebar-menu ul li.mm-active > a .nav-icon {
                fill: #eeeff1 !important
            }

        html[data-layout-mode=dark][data-sidebar=dark] #sidebar-menu ul li.mm-active .mm-show .mm-active > a {
            color: #eeeff1 !important;
            background: 0 0
        }

            html[data-layout-mode=dark][data-sidebar=dark] #sidebar-menu ul li.mm-active .mm-show .mm-active > a:before {
                border-color: transparent transparent #eeeff1 transparent
            }

    html[data-layout-mode=dark][data-sidebar=dark] .sidebar-footer {
        color: #7e8388
    }

        html[data-layout-mode=dark][data-sidebar=dark] .sidebar-footer .main-title {
            color: rgba(255,255,255,.6)
        }

    html[data-layout-mode=dark][data-sidebar=dark][data-sidebar-size=md][data-sidebar=dark] #sidebar-menu ul li.menu-title {
        background-color: #2d3234
    }

    html[data-layout-mode=dark][data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a {
        background: #262a2c;
        color: #eeeff1
    }

        html[data-layout-mode=dark][data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a .nav-icon {
            fill: #eeeff1
        }

    html[data-layout-mode=dark][data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > ul a {
        color: #7e8388
    }

        html[data-layout-mode=dark][data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover {
            color: #eeeff1
        }

    html[data-layout-mode=dark][data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul ul {
        background-color: #1f2224;
        border-color: #282c2f
    }

    html[data-layout-mode=dark][data-sidebar=dark] .menu-title {
        color: #7e8388
    }

    html[data-layout-mode=dark] .main-content {
        background-color: #131516
    }

    html[data-sidebar=dark] .vertical-menu {
        background: #1f2224;
        border-color: #1f2224
    }

        html[data-sidebar=dark] .vertical-menu .vertical-menu-btn {
            fill: #c0c5cb;
            color: #c0c5cb
        }

        html[data-sidebar=dark] .vertical-menu::before {
            background-color: #1f2224
        }

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

        html[data-sidebar=dark] #sidebar-menu ul li a .nav-icon {
            fill: #525363
        }

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

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

    html[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu:before {
        background: #505356
    }

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

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

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

            html[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover:before {
                border-color: transparent transparent #eeeff1 transparent
            }

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

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

            html[data-sidebar=dark] #sidebar-menu ul li.mm-active > a::before {
                background-color: #fff
            }

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

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

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

    html[data-sidebar=dark] .sidebar-footer {
        color: #7e8388
    }

        html[data-sidebar=dark] .sidebar-footer .main-title {
            color: rgba(255,255,255,.6)
        }

    html[data-sidebar=dark][data-sidebar-size=sm] {
        /*min-height: 1570px*/
    }

        html[data-sidebar=dark][data-sidebar-size=sm] .main-content {
            /*min-height: 1570px*/
        }

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

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

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

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

        html[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul ul {
            background-color: #1f2224;
            border-color: #282c2f !important
        }

        html[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu .sidebar-footer {
            display: none
        }

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

    html[data-layout-mode=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a {
        background: #262a2c
    }

    html[data-layout-mode=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul ul {
        background-color: #262a2c
    }

    html[data-layout-mode=dark] .navbar-brand-box {
        background: #1f2224
    }

    html[data-layout-mode=dark] .vertical-menu {
        background: #1f2224;
        border-color: #282c2f
    }

        html[data-layout-mode=dark] .vertical-menu::before {
            background-color: #1f2224
        }

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

    html[data-sidebar-size=md] .logo span.logo-lg {
        display: none
    }
@media (min-width:769px) {
    html[data-sidebar-size=md] .logo span.logo-sm {
        display: block
    }
}
    html[data-sidebar-size=md] .navbar-brand-box {
        width: 160px
    }

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

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

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

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

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

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

    @media (max-width:991.98px) {
        html[data-sidebar-size=md] #page-topbar, html[data-sidebar-size=md] .footer {
            left: 0
        }
    }

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

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

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

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

    html[data-sidebar-size=md] #sidebar-menu ul li ul.sub-menu {
        padding: 0
    }

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

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

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

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

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

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

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

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

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

    html[data-sidebar=light] .vertical-menu {
        background: #fff;
        border-right: 1px solid #eff0f2
    }

    html[data-sidebar=light] .navbar-brand-box {
        background-color: #fff
    }

    html[data-sidebar=light] .logo {
        line-height: 75px
    }

        html[data-sidebar=light] .logo .logo-sm {
            display: none
        }

    html[data-sidebar=light] .logo-dark {
        display: block
    }

    html[data-sidebar=light] .logo-light {
        display: none
    }

    html[data-sidebar=light] .logo-txt {
        color: #35415a !important
    }

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

    /*html[data-sidebar=light][data-sidebar-size=sm] .logo span.logo-sm {
    display: block
}*/

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

    html[data-sidebar=light][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a {
        color: #3f85ff;
        background-color: #D9D9D9
    }

        html[data-sidebar=light][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a .nav-icon {
            color: #3f85ff
        }

    html[data-sidebar=light][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > ul a {
        color: #7b8190
    }

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

    html[data-sidebar=light][data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul ul {
        background-color: #fff
    }

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

    html[data-sidebar=brand] .vertical-menu {
        background-color: #3f85ff;
        border-color: #3f85ff
    }

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

    html[data-sidebar=brand][data-sidebar-size=md] #sidebar-menu ul li.menu-title {
        background-color: rgba(255,255,255,.1)
    }

    html[data-sidebar=brand] .navbar-brand-box {
        background-color: #3f85ff
    }

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

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

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

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

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

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

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

    html[data-sidebar=brand] #sidebar-menu ul li ul.sub-menu:before {
        background: rgba(255,255,255,.6)
    }

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

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

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

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

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

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

        html[data-sidebar=brand] #sidebar-menu ul li.mm-active > a {
            background: rgba(255,255,255,.2);
            color: #fff !important
        }

            html[data-sidebar=brand] #sidebar-menu ul li.mm-active > a::before {
                background-color: #fff
            }

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

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

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

    html[data-sidebar=brand] .sidebar-footer .main-title {
        color: rgba(255,255,255,.8)
    }

    html[data-sidebar=brand] .sidebar-footer p {
        color: rgba(255,255,255,.5)
    }

    html[data-sidebar=brand][data-topbar=light] .navbar-brand-box {
        background-color: #3f85ff
    }

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

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

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

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

    html[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu #sidebar-menu ul li.mm-active .active {
        color: #2e3032 !important
    }

    html[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu #sidebar-menu ul li ul.sub-menu li a:hover {
        color: #2e3032
    }

    html[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active {
        color: #2e3032 !important
    }

        html[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active > a {
            color: #2e3032 !important
        }

            html[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active > a i {
                color: #2e3032 !important
            }

    html[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu .sidebar-footer {
        display: none
    }

    html[data-layout-mode=bordered] .app-search .form-control {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    html[data-layout-mode=bordered] .vertical-menu {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    html[data-layout-mode=bordered] .footer {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .ishorizontal-topbar {
        display: none
    }

    html[data-layout=horizontal] .ishorizontal-topbar {
        display: block
    }

    html[data-layout=horizontal] .vertical-menu {
        display: none
    }

    html[data-layout=horizontal] .ishorizontal-topbar {
        left: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        background-color: #f8f9fb
    }

    html[data-layout=horizontal] .noti-dot {
        -webkit-box-shadow: 0 0 0 3px #f8f9fb;
        box-shadow: 0 0 0 3px #f8f9fb
    }

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

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

    html[data-layout=horizontal] .page-content {
        margin-top: 75px;
        padding: calc(60px + 24px) calc(24px / 2) 0px calc(24px / 2)
    }

    @media (max-width:991.98px) {
        html[data-layout=horizontal] .page-content {
            padding: 75px calc(24px / 2) 0px calc(24px / 2);
            margin-top: 24px
        }
    }

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

    html[data-layout=horizontal] .logo {
        margin-top: 0
    }

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

    .topnav {
        background: #f8f9fb;
        padding: 0 calc(24px / 2);
        z-index: 100;
        border-top: 1px solid #eff0f2;
        border-bottom: 1px solid #eff0f2;
        -webkit-box-shadow: 0 0 6px #ebeef4;
        box-shadow: 0 0 6px #ebeef4
    }

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

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

    .topnav .navbar-nav .nav-link {
        font-size: 14px;
        position: relative;
        padding: 1rem;
        color: #7b8190;
        font-weight: 500;
        font-family: Montserrat,sans-serif
    }

        .topnav .navbar-nav .nav-link i {
            font-size: 1.2rem;
            margin-right: 5px;
            vertical-align: middle
        }

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

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

            .topnav .navbar-nav .nav-link:focus svg, .topnav .navbar-nav .nav-link:hover svg {
                fill: #3f85ff
            }

    .topnav .navbar-nav .dropdown-item {
        color: #7b8190;
        background: 0 0;
        font-weight: 500;
        font-size: 14px;
        -webkit-transition: all .4s;
        transition: all .4s;
        font-family: Montserrat,sans-serif
    }

        .topnav .navbar-nav .dropdown-item:hover {
            color: #3f85ff;
            margin-left: 5px
        }

        .topnav .navbar-nav .dropdown-item.active {
            color: #3f85ff
        }

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

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

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

        .topnav .navbar-nav .dropdown.active > a svg {
            fill: #3f85ff
        }

    .topnav .navbar-nav .dropdown .dropdown.active > a {
        color: #3f85ff
    }

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

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

    @media (min-width:1200px) {
        html[data-layout=horizontal] .container-fluid, html[data-layout=horizontal] .navbar-header {
            max-width: 85%
        }
    }

    @media (min-width:992px) {
        .topnav .navbar-nav .nav-item:first-of-type .nav-link {
            padding-left: 0
        }

        .topnav .dropdown-item {
            padding: .5rem 1.5rem;
            min-width: 180px
        }

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

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

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

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

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

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

        .navbar-toggle {
            display: none
        }
    }

    .arrow-down {
        display: inline-block
    }

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

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

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

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

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

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

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

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

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

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

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

                .topnav .dropdown .dropdown-item:hover {
                    margin-left: 0
                }

                .topnav .dropdown .dropdown-item.active, .topnav .dropdown .dropdown-item:active {
                    color: #3f85ff;
                    margin-left: 0
                }

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

    html[data-layout=horizontal][data-topbar=dark] .ishorizontal-topbar {
        background-color: #131516
    }

    html[data-layout=horizontal][data-topbar=dark] .navbar-brand-box .logo-dark {
        display: none
    }

    html[data-layout=horizontal][data-topbar=dark] .navbar-brand-box .logo-light {
        display: block
    }

    html[data-layout=horizontal][data-topbar=dark] .page-content {
        padding: calc(60px + 24px) calc(24px / 2) 0px calc(24px / 2)
    }

    @media (max-width:991.98px) {
        html[data-layout=horizontal][data-topbar=dark] .page-content {
            margin-top: 24px
        }
    }

    html[data-layout=horizontal][data-topbar=colored] .ishorizontal-topbar {
        background-color: #3f85ff;
        -webkit-box-shadow: none;
        box-shadow: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    html[data-layout-mode=dark][data-layout=horizontal] .ishorizontal-topbar {
        background-color: #131516
    }

    html[data-layout-mode=dark][data-layout=horizontal] .noti-icon .noti-dot {
        -webkit-box-shadow: 0 0 0 3px #1f2224;
        box-shadow: 0 0 0 3px #1f2224
    }

    html[data-layout-mode=dark][data-layout=horizontal][data-topbar=light] .page-content {
        padding: calc(60px + 24px) calc(24px / 2) 0px calc(24px / 2)
    }

    html[data-layout-mode=dark][data-layout=horizontal][data-topbar=light] .logo-dark {
        display: block
    }

    html[data-layout-mode=dark][data-layout=horizontal][data-topbar=light] .logo-light {
        display: none
    }

    html[data-layout-mode=dark] .topnav {
        background-color: #1a1d1e;
        border-color: #282c2e;
        -webkit-box-shadow: 0 2px 3px #161819;
        box-shadow: 0 2px 3px #161819
    }

        html[data-layout-mode=dark] .topnav .navbar-nav .nav-link {
            color: #7e8388
        }

            html[data-layout-mode=dark] .topnav .navbar-nav .nav-link svg {
                fill: #7e8388
            }

            html[data-layout-mode=dark] .topnav .navbar-nav .nav-link:focus, html[data-layout-mode=dark] .topnav .navbar-nav .nav-link:hover {
                color: #eeeff1;
                background-color: transparent
            }

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

        html[data-layout-mode=dark] .topnav .navbar-nav .dropdown-item {
            color: #7e8388;
            background-color: transparent
        }

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

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

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

        html[data-layout-mode=dark] .topnav .navbar-nav .dropdown.active > a {
            color: #eeeff1;
            background-color: transparent
        }

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

        html[data-layout-mode=dark] .topnav .menu-title {
            color: rgba(126,131,136,.6)
        }

    html[data-layout-mode=bordered] .topnav {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    html[data-topbar=hidden][data-layout=horizontal] .ishorizontal-topbar .navbar-header {
        display: none !important
    }

    html[data-topbar=hidden][data-layout=horizontal] .page-content {
        -webkit-transition: all .3s;
        transition: all .3s;
        margin-top: calc(75px - 15px);
        padding: 24px calc(24px / 2) 60px calc(24px / 2)
    }

    @media (max-width:991.98px) {
        html[data-topbar=hidden][data-layout=horizontal] .page-content {
            margin-top: 0;
            padding: 24px calc(24px / 2) 60px calc(24px / 2)
        }
    }

    html[data-layout-size=boxed] {
        background-color: #f4f4f7
    }

        html[data-layout-size=boxed] #layout-wrapper {
            background-color: #f8f9fb;
            max-width: 1500px;
            margin: 0 auto;
            -webkit-box-shadow: 0 0 6px #ebeef4;
            box-shadow: 0 0 6px #ebeef4
        }

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

        html[data-layout-size=boxed] .footer {
            margin: 0 auto;
            max-width: calc(1500px - 270px)
        }

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

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

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

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

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

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

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

    @media (min-width:992px) {
        html[data-layout-scrollable=true] .ishorizontal-topbar, html[data-layout-scrollable=true] .isvertical-topbar, html[data-layout-scrollable=true] .vertical-menu {
            position: absolute
        }

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

    @media (min-width:992px) {
        html[data-layout-scrollable=true][data-layout=horizontal] .ishorizontal-topbar, html[data-layout-scrollable=true][data-layout=horizontal] .isvertical-topbar {
            position: absolute
        }

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

    html[data-layout-mode=dark][data-layout-size=boxed] {
        background-color: #282c2f
    }

        html[data-layout-mode=dark][data-layout-size=boxed] #layout-wrapper {
            -webkit-box-shadow: 0 2px 3px #161819;
            box-shadow: 0 2px 3px #161819;
            background-color: #1a1d1f
        }

    .layout-setting-btn {
        position: fixed;
        top: 47.5%;
        right: 0;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-weight: 600;
        background-color: #3f85ff;
        color: #fff !important;
        line-height: 32px;
        padding: 15px 3px;
        font-size: 14px;
        border-radius: 6px 0 0 6px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1999
    }

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

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

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

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

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

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

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

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

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

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

    html[data-layout-mode=dark] .avatar-group .avatar-group-item {
        border-color: #1f2224
    }

    .alert-top-border {
        background-color: #fff;
        border-color: #f5f6f8;
        border-top: 2px solid #f5f6f8
    }

    .alert-outline {
        background-color: #fff
    }

    .alert-label-icon {
        position: relative;
        padding-left: 60px;
        border: 0
    }

        .alert-label-icon .label-icon {
            position: absolute;
            width: 45px;
            height: 100%;
            left: 0;
            top: 0;
            background-color: rgba(255,255,255,.1);
            border-right: 1px solid rgba(255,255,255,.1);
            font-size: 14px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .alert-label-icon.label-arrow {
            overflow: hidden
        }

            .alert-label-icon.label-arrow .label-icon {
                color: #fff
            }

                .alert-label-icon.label-arrow .label-icon:after {
                    content: "";
                    position: absolute;
                    border: 6px solid transparent;
                    right: -12px
                }

    .alert-light {
        color: #a4a9b4
    }

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

    .alert-outline.alert-primary {
        border: 1px solid rgba(31,88,199,.8);
        color: #3f85ff
    }

    .alert-border-left.alert-primary {
        border-left-color: #3f85ff
    }

    .label-arrow.alert-primary .label-icon {
        background-color: #3f85ff
    }

        .label-arrow.alert-primary .label-icon:after {
            border-left-color: #3f85ff !important
        }

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

    .alert-outline.alert-secondary {
        border: 1px solid rgba(164,169,180,.8);
        color: #a4a9b4
    }

    .alert-border-left.alert-secondary {
        border-left-color: #a4a9b4
    }

    .label-arrow.alert-secondary .label-icon {
        background-color: #a4a9b4
    }

        .label-arrow.alert-secondary .label-icon:after {
            border-left-color: #a4a9b4 !important
        }

    .alert-top-border.alert-success {
        border-top-color: #28b765;
        color: #28b765
    }

    .alert-outline.alert-success {
        border: 1px solid rgba(40,183,101,.8);
        color: #28b765
    }

    .alert-border-left.alert-success {
        border-left-color: #28b765
    }

    .label-arrow.alert-success .label-icon {
        background-color: #28b765
    }

        .label-arrow.alert-success .label-icon:after {
            border-left-color: #28b765 !important
        }

    .alert-top-border.alert-info {
        border-top-color: #52c6ea;
        color: #52c6ea
    }

    .alert-outline.alert-info {
        border: 1px solid rgba(82,198,234,.8);
        color: #52c6ea
    }

    .alert-border-left.alert-info {
        border-left-color: #52c6ea
    }

    .label-arrow.alert-info .label-icon {
        background-color: #52c6ea
    }

        .label-arrow.alert-info .label-icon:after {
            border-left-color: #52c6ea !important
        }

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

    .alert-outline.alert-warning {
        border: 1px solid rgba(244,194,56,.8);
        color: #f4c238
    }

    .alert-border-left.alert-warning {
        border-left-color: #f4c238
    }

    .label-arrow.alert-warning .label-icon {
        background-color: #f4c238
    }

        .label-arrow.alert-warning .label-icon:after {
            border-left-color: #f4c238 !important
        }

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

    .alert-outline.alert-danger {
        border: 1px solid rgba(237,85,85,.8);
        color: #ed5555
    }

    .alert-border-left.alert-danger {
        border-left-color: #ed5555
    }

    .label-arrow.alert-danger .label-icon {
        background-color: #ed5555
    }

        .label-arrow.alert-danger .label-icon:after {
            border-left-color: #ed5555 !important
        }

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

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

    .alert-border-left.alert-pink {
        border-left-color: #e83e8c
    }

    .label-arrow.alert-pink .label-icon {
        background-color: #e83e8c
    }

        .label-arrow.alert-pink .label-icon:after {
            border-left-color: #e83e8c !important
        }

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

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

    .alert-border-left.alert-light {
        border-left-color: #f5f6f8
    }

    .label-arrow.alert-light .label-icon {
        background-color: #f5f6f8
    }

        .label-arrow.alert-light .label-icon:after {
            border-left-color: #f5f6f8 !important
        }

    .alert-top-border.alert-dark {
        border-top-color: #35415a;
        color: #35415a
    }

    .alert-outline.alert-dark {
        border: 1px solid rgba(53,65,90,.8);
        color: #35415a
    }

    .alert-border-left.alert-dark {
        border-left-color: #35415a
    }

    .label-arrow.alert-dark .label-icon {
        background-color: #35415a
    }

        .label-arrow.alert-dark .label-icon:after {
            border-left-color: #35415a !important
        }

    .alert-top-border.alert-white {
        border-top-color: #fff;
        color: #fff
    }

    .alert-outline.alert-white {
        border: 1px solid rgba(255,255,255,.8);
        color: #fff
    }

    .alert-border-left.alert-white {
        border-left-color: #fff
    }

    .label-arrow.alert-white .label-icon {
        background-color: #fff
    }

        .label-arrow.alert-white .label-icon:after {
            border-left-color: #fff !important
        }

    .alert-top-border.alert-purple {
        border-top-color: #3f85ff;
        color: #3f85ff
    }

    .alert-outline.alert-purple {
        border: 1px solid rgba(31,88,199,.8);
        color: #3f85ff
    }

    .alert-border-left.alert-purple {
        border-left-color: #3f85ff
    }

    .label-arrow.alert-purple .label-icon {
        background-color: #3f85ff
    }

        .label-arrow.alert-purple .label-icon:after {
            border-left-color: #3f85ff !important
        }

    .alert-border-left {
        border-left: 3px solid
    }

    .alert-outline.alert-light, .alert-top-border.alert-light {
        color: #a4a9b4
    }

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

    html[data-layout-mode=dark] .alert-top-border {
        background-color: #1f2224;
        border-top: 2px solid #282c2e;
        border-color: #282c2e
    }

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

    html[data-layout-mode=dark] .alert-top-border {
        background-color: #1f2224;
        border-top: 2px solid #282c2e;
        border-color: #282c2e
    }

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

    html[data-layout-mode=dark] .alert-outline {
        background-color: #1f2224
    }

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

        html[data-layout-mode=dark] .alert-outline.alert-light {
            color: #f5f6f8
        }

    html[data-layout-mode=dark] .alert-top-border.alert-primary {
        border-top-color: #3f85ff;
        color: #3f85ff
    }

    html[data-layout-mode=dark] .alert-top-border.alert-secondary {
        border-top-color: #a4a9b4;
        color: #a4a9b4
    }

    html[data-layout-mode=dark] .alert-top-border.alert-success {
        border-top-color: #28b765;
        color: #28b765
    }

    html[data-layout-mode=dark] .alert-top-border.alert-info {
        border-top-color: #52c6ea;
        color: #52c6ea
    }

    html[data-layout-mode=dark] .alert-top-border.alert-warning {
        border-top-color: #f4c238;
        color: #f4c238
    }

    html[data-layout-mode=dark] .alert-top-border.alert-danger {
        border-top-color: #ed5555;
        color: #ed5555
    }

    html[data-layout-mode=dark] .alert-top-border.alert-pink {
        border-top-color: #e83e8c;
        color: #e83e8c
    }

    html[data-layout-mode=dark] .alert-top-border.alert-light {
        border-top-color: #f5f6f8;
        color: #f5f6f8
    }

    html[data-layout-mode=dark] .alert-top-border.alert-dark {
        border-top-color: #35415a;
        color: #35415a
    }

    html[data-layout-mode=dark] .alert-top-border.alert-white {
        border-top-color: #fff;
        color: #fff
    }

    html[data-layout-mode=dark] .alert-top-border.alert-purple {
        border-top-color: #3f85ff;
        color: #3f85ff
    }

    html[data-layout-mode=dark] .alert-top-border.alert-dark {
        border-top-color: #282c2e;
        border-color: #282c2e;
        color: #f5f6f8
    }

    html[data-layout-mode=dark] .alert-outline.alert-dark {
        border-color: #282c2e;
        color: #f5f6f8
    }

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

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

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

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

    .custom-accordion .card-html {
        color: #a4a9b4
    }

    html[data-layout-mode=dark] .accordion-button {
        border-color: #282c2e;
        color: #eeeff1
    }

        html[data-layout-mode=dark] .accordion-button:not(.collapsed) {
            background-color: rgba(31,88,199,.2);
            color: #ffffff;
            -webkit-box-shadow: inset 0 -1px 0 #1f2224;
            box-shadow: inset 0 -1px 0 #1f2224
        }

    html[data-layout-mode=dark] .accordion-item {
        border-color: #282c2e
    }

    html[data-layout-mode=dark] .accordion-collapse {
        border-color: #282c2e
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .fw-medium {
        font-weight: 500
    }

    .fw-semibold {
        font-weight: 600
    }

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

    .bg-pattern {
        background: url(../images/pattern-bg.jpg);
        background-size: cover;
        background-position: center
    }

    .list-group-item {
        color: #545965
    }

    .social-list-item {
        height: 2.4rem;
        width: 2.4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: calc(2.4rem - 2px);
        border: 1px solid #fff;
        border-radius: 50%;
        color: #a4a9b4;
        fill: #a4a9b4;
        text-align: center;
        -webkit-transition: all .4s;
        transition: all .4s
    }

        .social-list-item svg {
            width: 16px;
            height: 16px
        }

        .social-list-item:hover {
            color: #35415a;
            fill: #35415a
        }

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

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

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

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

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

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

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

    html[data-layout-mode=dark] .border-bottom {
        border-bottom: 1px solid #282c2e !important
    }

    html[data-layout-mode=dark] .border, html[data-layout-mode=dark] .border-end, html[data-layout-mode=dark] .border-start, html[data-layout-mode=dark] .border-top, html[data-layout-mode=dark] .list-group-item {
        border-color: #282c2e !important
    }

    html[data-layout-mode=dark] .border-primary {
        border-color: #3f85ff !important
    }

    html[data-layout-mode=dark] .border-secondary {
        border-color: #a4a9b4 !important
    }

    html[data-layout-mode=dark] .border-success {
        border-color: #28b765 !important
    }

    html[data-layout-mode=dark] .border-info {
        border-color: #52c6ea !important
    }

    html[data-layout-mode=dark] .border-warning {
        border-color: #f4c238 !important
    }

    html[data-layout-mode=dark] .border-danger {
        border-color: #ed5555 !important
    }

    html[data-layout-mode=dark] .border-pink {
        border-color: #e83e8c !important
    }

    html[data-layout-mode=dark] .border-light {
        border-color: #f5f6f8 !important
    }

    html[data-layout-mode=dark] .border-dark {
        border-color: #35415a !important
    }

    html[data-layout-mode=dark] .border-white {
        border-color: #fff !important
    }

    html[data-layout-mode=dark] .border-purple {
        border-color: #3f85ff !important
    }

    html[data-layout-mode=dark] .border-light {
        border-color: #282c2e !important
    }

    html[data-layout-mode=dark] .text-dark {
        color: #eeeff1 !important
    }

    html[data-layout-mode=dark] .text-muted {
        color: #b0b6bc !important
    }

    html[data-layout-mode=dark] .text-html {
        color: #d8dbdd !important
    }

    html[data-layout-mode=dark] .list-group-item {
        background-color: #1f2224;
        color: #b0b6bc
    }

    html[data-layout-mode=dark] .img-thumbnail {
        background-color: #25282b;
        border-color: #282c2e
    }

    html[data-layout-mode=dark] .popover-header {
        color: #1f2224
    }

    html[data-layout-mode=dark] .custom-blockpuote.blockquote.blockpuote-outline-dark {
        border-color: #282c2e
    }

        html[data-layout-mode=dark] .custom-blockpuote.blockquote.blockpuote-outline-dark .blockquote-footer {
            color: #282c2e
        }

    html[data-layout-mode=dark] .social-list-item {
        border: 1px solid #1f2224;
        color: #b0b6bc
    }

        html[data-layout-mode=dark] .social-list-item:hover {
            color: #d8dbdd
        }

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

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

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

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

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

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

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

    html[data-layout-mode=dark] .modal-footer, html[data-layout-mode=dark] .modal-header {
        border-color: #282c2e
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

            .form-checkbox-outline .form-check-input:checked:after {
                position: absolute;
                content: '\F012C';
                font-family: "Material Design Icons";
                top: -4px !important;
                left: 1px;
                font-size: 14px;
                color: #35415a
            }

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

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

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

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

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

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

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

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

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

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

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

    .form-check-success .form-check-input:checked {
        background-color: #28b765;
        border-color: #28b765
    }

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

        .form-radio-success .form-check-input:checked:after {
            color: #28b765
        }

    .form-check-info .form-check-input:checked {
        background-color: #52c6ea;
        border-color: #52c6ea
    }

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

        .form-radio-info .form-check-input:checked:after {
            color: #52c6ea
        }

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

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

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

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

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

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

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

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

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

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

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

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

    .form-check-dark .form-check-input:checked {
        background-color: #35415a;
        border-color: #35415a
    }

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

        .form-radio-dark .form-check-input:checked:after {
            color: #35415a
        }

    .form-check-white .form-check-input:checked {
        background-color: #fff;
        border-color: #fff
    }

    .form-radio-white .form-check-input:checked {
        border-color: #fff;
        background-color: #fff
    }

        .form-radio-white .form-check-input:checked:after {
            color: #fff
        }

    .form-check-purple .form-check-input:checked {
        background-color: #3f85ff;
        border-color: #3f85ff
    }

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

        .form-radio-purple .form-check-input:checked:after {
            color: #3f85ff
        }

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

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

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

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

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

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

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

        .card-radio:hover {
            cursor: pointer
        }

    .card-radio-label {
        display: block
    }

    .card-radio-input {
        display: none
    }

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

    html[data-layout-mode=dark] .form-control {
        color: #d8dbdd;
        background-color: #262a2c;
        border: 1px solid #282c2e
    }

    html[data-layout-mode=dark] .form-select {
        color: #d8dbdd;
        background-color: #262a2c;
        border: 1px solid #282c2e;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23b7c1cf' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")
    }

    html[data-layout-mode=dark] .form-check-input {
        background-color: #282c2e;
        border-color: rgba(255,255,255,.25)
    }

        html[data-layout-mode=dark] .form-check-input:checked {
            background-color: #3f85ff;
            border-color: #3f85ff
        }

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

    html[data-layout-mode=dark] .input-group-text {
        background-color: #2f3436;
        border-color: #282c2e;
        color: #eeeff1
    }

    html[data-layout-mode=dark] .form-control::-webkit-file-upload-button {
        background-color: #282c2e;
        color: #eeeff1
    }

    html[data-layout-mode=dark] .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
        background-color: #282c2e
    }

    .popular-product-box {
        padding: 12px 15px;
        background-color: #f5f6f8
    }

    .loyal-customers-box {
        padding: 11px 0
    }

    .sale-social-box {
        padding: 15px 0
    }

    .sales-history {
        padding: 12px 0
    }

    .popular-product-img img {
        height: 200px
    }

    @media (min-width:1440px) and (max-width:1550px) {
        .popular-product-img img {
            max-width: 100%;
            height: auto
        }
    }

    .main-chart .chart-border-left {
        border-left: 1.4px solid #eff0f2;
        padding: 0 20px
    }

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

            .main-chart .chart-border-left:last-child {
                padding-left: 15px
            }
    }

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

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

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

    .transactions-contain {
        padding: 14px 16px
    }

    .swiper-location-widget {
        height: 276px
    }

        .swiper-location-widget .swiper-slide .card {
            margin: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            height: 100%
        }

            .swiper-location-widget .swiper-slide .card .card-html {
                padding: .5rem 1rem;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
            }

    @media (min-width:992px) {
        .map-widget {
            border-right: 1px solid #eff0f2
        }
    }

    html[data-layout-mode=dark] .popular-product-box {
        background-color: #282c2e
    }

    html[data-layout-mode=dark] .main-chart .chart-border-left {
        border-left: 1.4px solid #282c2e
    }

    @media (min-width:992px) {
        html[data-layout-mode=dark] .map-widget {
            border-right: 1px solid #282c2e
        }
    }

    .grid-example {
        background-color: #f5f6f8;
        border-radius: 5px;
        font-weight: 500;
        padding: 10px 20px;
        font-size: .8rem
    }

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

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

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

    .search-box .search-icon {
        position: absolute;
        left: 13px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        fill: #545965;
        width: 16px;
        height: 16px
    }

    .user-profile-img {
        position: relative
    }

        .user-profile-img .overlay-content {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            background: rgba(31,88,199,.8);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 100%;
            color: rgba(255,255,255,.6);
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

        .user-profile-img .profile-img {
            width: 100%;
            height: 250px;
            -o-object-fit: cover;
            object-fit: cover
        }

    @media (max-width:991px) {
        .user-profile-img .profile-img {
            height: 160px
        }
    }

    .user-profile-image {
        -o-object-fit: cover;
        object-fit: cover
    }

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

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

        .icon-demo-content i, .icon-demo-content svg {
            display: block;
            width: 50px;
            height: 50px;
            line-height: 46px;
            font-size: 24px;
            margin: 0 auto 16px;
            border: 2px solid #eff0f2;
            color: #a4a9b4;
            fill: #a4a9b4;
            border-radius: 1rem;
            -webkit-transition: all .4s;
            transition: all .4s
        }

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

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

            .icon-demo-content .col-lg-4:hover i, .icon-demo-content .col-lg-4:hover svg {
                color: #fff;
                fill: #fff;
                background-color: #3f85ff;
                border-color: #3f85ff
            }

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

    html[data-layout-mode=dark] .grid-structure .grid-container {
        background-color: #282c2f
    }

    html[data-layout-mode=dark] .grid-example {
        background-color: #282c2f
    }

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

    html[data-layout-mode=dark] .icon-demo-content i, html[data-layout-mode=dark] .icon-demo-content svg {
        color: #eeeff1;
        border-color: #282c2e
    }

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

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

        .card-radio:hover {
            cursor: pointer
        }

    .card-radio-label {
        display: block
    }

    .edit-btn {
        width: 35px;
        height: 35px;
        line-height: 40px;
        text-align: center;
        position: absolute;
        right: 25px;
        margin-top: -50px
    }

    .card-radio-input {
        display: none
    }

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

            .card-radio-input:checked + .card-radio:before {
                content: '\e9da';
                font-family: boxicons;
                position: absolute;
                top: 10px;
                right: 25px;
                font-size: 22px;
                color: #3f85ff
            }

    .navs-carousel .owl-nav {
        margin-top: 16px
    }

        .navs-carousel .owl-nav button {
            width: 30px;
            height: 30px;
            line-height: 28px !important;
            font-size: 20px !important;
            border-radius: 50% !important;
            background-color: rgba(31,88,199,.25) !important;
            color: #3f85ff !important;
            margin: 4px 8px !important
        }

    @media (min-width:576px) {
        .currency-value {
            position: relative
        }

            .currency-value:after {
                content: "\F04E1";
                font-family: "Material Design Icons";
                font-size: 24px;
                position: absolute;
                width: 40px;
                height: 40px;
                line-height: 40px;
                border-radius: 50%;
                text-align: center;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                background-color: #3f85ff;
                color: #fff;
                z-index: 9;
                right: -30px
            }
    }

    .crypto-buy-sell-nav-content {
        border: 2px solid #eff0f2;
        border-top: 0
    }

    html[data-layout-mode=dark] .card-radio {
        background-color: #1f2224;
        border: 2px solid #282c2f
    }

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

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

        .card {
            border: 0
        }
    }

    .carousel-control-next, .carousel-control-prev {
        height: 30px;
        width: 30px;
        margin: auto 0;
        background-color: #3f85ff
    }

    .carousel-dark .carousel-caption {
        color: rgba(0,0,0,.8)
    }

        .carousel-dark .carousel-caption .h1, .carousel-dark .carousel-caption .h2, .carousel-dark .carousel-caption .h3, .carousel-dark .carousel-caption .h4, .carousel-dark .carousel-caption .h5, .carousel-dark .carousel-caption .h6, .carousel-dark .carousel-caption h1, .carousel-dark .carousel-caption h2, .carousel-dark .carousel-caption h3, .carousel-dark .carousel-caption h4, .carousel-dark .carousel-caption h5, .carousel-dark .carousel-caption h6 {
            color: rgba(0,0,0,.8)
        }

    .auth-carousel .carousel-indicators {
        bottom: -50px
    }

    .auth-carousel [data-bs-target] {
        background-color: #3f85ff
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .custom-scroll {
        height: 100%
    }

    .fc td, .fc th {
        border: 1px solid #eff0f2
    }

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

    @media (max-width:767.98px) {
        .fc .fc-toolbar .fc-center, .fc .fc-toolbar .fc-left, .fc .fc-toolbar .fc-right {
            float: none;
            display: block;
            text-align: center;
            clear: both;
            margin: 10px 0
        }

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

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

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

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

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

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

    .fc .fc-daygrid-day.fc-day-today {
        background-color: rgba(31,88,199,.1)
    }

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

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

    .fc .fc-list-event-dot {
        border-color: #fff
    }

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

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

    .fc-theme-bootstrap a:not([href]) {
        color: #545965
    }

    .fc-event {
        color: #fff
    }

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

    .fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed thtml, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
        border-color: #eff0f2
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    html[data-layout-mode=dark] .fc-daygrid-day {
        border-color: #282c2e
    }

    html[data-layout-mode=dark] .fc td, html[data-layout-mode=dark] .fc th {
        border-color: #282c2e
    }

    html[data-layout-mode=dark] .fc-col-header-cell {
        border-color: #282c2e;
        background-color: #25282b
    }

    html[data-layout-mode=dark] .fc-theme-bootstrap a:not([href]) {
        color: #b0b6bc
    }

    .noUi-connect {
        background: #3f85ff
    }

    .noUi-handle {
        background: #fff
    }

    .noUi-horizontal {
        height: 8px
    }

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

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

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

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

    .noUi-vertical {
        width: 8px
    }

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

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

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

        .noUi-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 {
        background-color: #f5f6f8;
        border-color: #f5f6f8
    }

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

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

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

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

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

    #green .noUi-connect {
        background: #28b765
    }

    #blue .noUi-connect {
        background: #3f85ff
    }

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

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

    .example-val {
        font-size: 12px;
        color: #a4a9b4;
        display: block;
        margin: 15px 0
    }

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

    .noUi-tooltip {
        display: none
    }

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

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

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

    .c-3-color {
        background: #28b765
    }

    .c-4-color {
        background: #3f85ff
    }

    .c-5-color {
        background: #3f85ff
    }

    #slider-toggle {
        height: 50px
    }

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

    html[data-layout-mode=dark] .noUi-target {
        background-color: #282c2e;
        border-color: #282c2e;
        -webkit-box-shadow: inset 0 1px 1px #282c2e,0 3px 6px -5px #282c2e;
        box-shadow: inset 0 1px 1px #282c2e,0 3px 6px -5px #282c2e
    }

    html[data-layout-mode=dark] .example-val {
        color: #b0b6bc
    }

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

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

    .swal2-icon.swal2-question {
        border-color: #52c6ea;
        color: #52c6ea
    }

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

    .swal2-icon.swal2-success .swal2-success-ring {
        border-color: rgba(40,183,101,.3)
    }

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

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

    .swal2-progress-steps .swal2-progress-step {
        background: #3f85ff
    }

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

            .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(31,88,199,.3)
            }

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

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

    .swal2-file, .swal2-input, .swal2-textarea {
        border: 1px solid #e2e5e8
    }

        .swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
            border-color: #cbced1
        }

    html[data-layout-mode=dark] .swal2-popup {
        background-color: #282c2e !important
    }

    html[data-layout-mode=dark] .swal2-content {
        color: #d8dbdd
    }

    html[data-layout-mode=dark] .swal2-html-container {
        color: #b0b6bc
    }

    html[data-layout-mode=dark] .swal2-file, html[data-layout-mode=dark] .swal2-input, html[data-layout-mode=dark] .swal2-textarea {
        border: 1px solid #313639 !important
    }

    .alertify .ajs-header {
        font-weight: 500;
        font-size: 14px;
        position: relative;
        color: #545965
    }

    .alertify .ajs-dialog {
        -webkit-box-shadow: 0 0 6px #ebeef4;
        box-shadow: 0 0 6px #ebeef4;
        background-color: #fff;
        border-radius: .6rem;
        overflow: hidden
    }

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

    .alertify .ajs-html {
        color: #545965
    }

    .alertify .ajs-footer .ajs-buttons .ajs-button {
        font-size: 13px;
        color: #545965;
        font-weight: 500
    }

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

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

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

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

        .alertify .ajs-html .ajs-content .ajs-input {
            display: block;
            width: 100%;
            padding: .47rem .75rem;
            line-height: 1.5;
            color: #545965;
            background-color: #fff;
            border: 1px solid #e2e5e8;
            border-radius: .75rem
        }

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

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

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

        .alertify-notifier .ajs-message.ajs-success {
            background-color: #28b765;
            border-color: #28b765
        }

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

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

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

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

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

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

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

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

    html[data-layout-mode=dark] .alertify .ajs-dialog {
        background-color: #1f2224
    }

    html[data-layout-mode=dark] .alertify .ajs-footer, html[data-layout-mode=dark] .alertify .ajs-header {
        color: #eeeff1;
        background-color: #1f2224;
        border-color: #282c2e
    }

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

        html[data-layout-mode=dark] .alertify .ajs-html .ajs-content .ajs-input {
            color: #d8dbdd;
            background-color: #242729;
            border: 1px solid #282c2e
        }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .choices__inner {
        padding: .1rem 2.5rem .25rem .5rem;
        background-color: #fff;
        vertical-align: middle;
        border-radius: .25rem;
        border: 1px solid #e2e5e8;
        min-height: 38px;
        /*height: 32px;*/
    }

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

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

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

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

    .choices__input {
        background-color: #fff;
        margin-bottom: 0
    }

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

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

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

    .choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
        background-color: #f5f6f8
    }

    .is-focused .choices__inner, .is-open .choices__inner {
        border-color: #cbced1
    }

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

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

    .choices__list--dropdown {
        border-color: #eff0f2;
        -webkit-box-shadow: 0 0 6px #ebeef4;
        box-shadow: 0 0 6px #ebeef4
    }

        .choices__list--dropdown .choices__item--selectable.is-highlighted {
            background-color: #f8f9fa
        }

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

    html[data-layout-mode=dark] .choices__list--dropdown {
        border: 1px solid #282c2e !important
    }

    html[data-layout-mode=dark] .choices__heading {
        border: 1px solid #282c2e
    }

    html[data-layout-mode=dark] .choices__inner {
        color: #d8dbdd;
        background-color: #242729;
        border: 1px solid #282c2e !important
    }

    html[data-layout-mode=dark] .choices__input {
        background-color: #242729;
        color: #d8dbdd
    }

        html[data-layout-mode=dark] .choices__input::-webkit-input-placeholder {
            color: #b0b6bc
        }

        html[data-layout-mode=dark] .choices__input::-moz-placeholder {
            color: #b0b6bc
        }

        html[data-layout-mode=dark] .choices__input:-ms-input-placeholder {
            color: #b0b6bc
        }

        html[data-layout-mode=dark] .choices__input::-ms-input-placeholder {
            color: #b0b6bc
        }

        html[data-layout-mode=dark] .choices__input::placeholder {
            color: #b0b6bc
        }

    html[data-layout-mode=dark] .choices[data-type*=select-one]:after {
        border-color: #d8dbdd transparent transparent
    }

    html[data-layout-mode=dark] .choices[data-type*=select-one].is-open:after {
        border-color: transparent transparent #d8dbdd
    }

    html[data-layout-mode=dark] .choices[data-type*=select-one] .choices__input {
        background-color: #242729;
        border: 1px solid #282c2e;
        color: #d8dbdd
    }

    html[data-layout-mode=dark] .choices__list--dropdown {
        background-color: #242729;
        border-color: #282c2e
    }

        html[data-layout-mode=dark] .choices__list--dropdown .choices__item--selectable.is-highlighted {
            background-color: #282c2e
        }

    html[data-layout-mode=dark] .choices.is-disabled .choices__inner, html[data-layout-mode=dark] .choices.is-disabled .choices__input {
        background-color: #242729
    }

    input[switch] {
        display: none
    }

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

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

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

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

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

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

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

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

        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: #28b765
    }

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

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

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

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

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

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

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

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

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

    .table-bordered {
        border: 1px solid #eff0f2
    }

    .gridjs-container {
        color: #545965;
        padding: 0px;
    }

    /*.gridjs-head {
    margin-bottom: 15px;
    position: relative;
    z-index: 1
}*/

    .gridjs-wrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 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 {
            background-color: rgba(53,65,90,.075);
            border-radius: 10px;
            border: 2px solid #fff
        }

        .gridjs-wrapper::-webkit-scrollbar-track {
            border-radius: 10px;
            background-color: #fff
        }

    .gridjs-table {
        width: 100%
    }

    td.gridjs-td, th.gridjs-th {
        border: 0 solid #eff0f2;
        border-bottom-width: 1px;
        padding: .75rem .75rem
    }

    th.gridjs-th {
        border-top: 0;
        color: #545965;
        background-color: #f8f9fa
    }

    th.gridjs-th-sort:focus, th.gridjs-th-sort:hover {
        background-color: #f2f4f6
    }

    .gridjs-footer {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        border-top: 0
    }

    .gridjs-pagination {
        color: #a4a9b4
    }

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

            .gridjs-pagination .gridjs-pages button:disabled, .gridjs-pagination .gridjs-pages button:hover:disabled, .gridjs-pagination .gridjs-pages button[disabled] {
                color: #7d8287
            }

            .gridjs-pagination .gridjs-pages button:hover {
                background-color: #f5f6f8;
                color: #153b85
            }

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

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

            .gridjs-pagination .gridjs-pages button.gridjs-currentPage {
                background-color: #3f85ff;
                color: #fff;
                font-weight: 500;
                border-color: #3f85ff
            }

    input.gridjs-input {
        border-color: #e2e5e8;
        background-color: #fff;
        color: #545965;
        font-size: 13px;
        border-radius: 0.75rem;
    }

        input.gridjs-input:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
            border-color: #cbced1;
            background-color: #fff
        }

    html[data-layout-mode=dark] .gridjs-container {
        color: #b0b6bc
    }

    html[data-layout-mode=dark] .gridjs-wrapper {
        border-color: #282c2e
    }

        html[data-layout-mode=dark] .gridjs-wrapper::-webkit-scrollbar-thumb {
            background-color: rgba(255,255,255,.075);
            border: 2px solid #1f2224
        }

        html[data-layout-mode=dark] .gridjs-wrapper::-webkit-scrollbar-track {
            background-color: #1f2224
        }

    html[data-layout-mode=dark] input.gridjs-input {
        color: #d8dbdd;
        background-color: #242729;
        border: 1px solid #282c2e
    }

        html[data-layout-mode=dark] input.gridjs-input::-webkit-input-placeholder {
            color: #b0b6bc
        }

        html[data-layout-mode=dark] input.gridjs-input::-moz-placeholder {
            color: #b0b6bc
        }

        html[data-layout-mode=dark] input.gridjs-input:-ms-input-placeholder {
            color: #b0b6bc
        }

        html[data-layout-mode=dark] input.gridjs-input::-ms-input-placeholder {
            color: #b0b6bc
        }

        html[data-layout-mode=dark] input.gridjs-input::placeholder {
            color: #b0b6bc
        }

    html[data-layout-mode=dark] th.gridjs-th {
        background-color: #242729;
        color: #d8dbdd
    }

    html[data-layout-mode=dark] td.gridjs-td, html[data-layout-mode=dark] th.gridjs-th {
        border-color: #282c2e
    }

    html[data-layout-mode=dark] .gridjs-thtml, html[data-layout-mode=dark] td.gridjs-td {
        background-color: #1f2224
    }

    html[data-layout-mode=dark] .gridjs-footer {
        background-color: #1f2224;
        border-color: #282c2e
    }

    html[data-layout-mode=dark] .gridjs-pagination {
        color: #b0b6bc
    }

        html[data-layout-mode=dark] .gridjs-pagination .gridjs-pages button {
            background-color: #1f2224;
            color: #b0b6bc
        }

            html[data-layout-mode=dark] .gridjs-pagination .gridjs-pages button.gridjs-currentPage {
                background-color: #3f85ff;
                color: #fff;
                border-color: #3f85ff
            }

    .pcr-app {
        background: #fff
    }

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

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

    .flatpickr-input[readonly] {
        background-color: #fff
    }

    .input[readonly] {
        background-color: #fff
    }

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

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

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

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

    .flatpickr-weekdays {
        height: 36px !important;
        border-bottom: 1px solid #eff0f2
    }

    .flatpickr-day {
        color: #35415a !important
    }

        .flatpickr-day:focus, .flatpickr-day:hover {
            background-color: rgba(245,246,248,.7) !important
        }

        .flatpickr-day.today {
            border-color: #3f85ff !important;
            background-color: rgba(31,88,199,.1)
        }

            .flatpickr-day.today:focus, .flatpickr-day.today:hover {
                color: #35415a !important;
                background-color: rgba(31,88,199,.15) !important
            }

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

        .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.nextMonthDay, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.prevMonthDay {
            color: rgba(53,65,90,.3) !important
        }

            .flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.today.inRange, .flatpickr-day:focus, .flatpickr-day:hover {
                background-color: #f5f6f8;
                border-color: #f5f6f8
            }

        .flatpickr-day.inRange {
            -webkit-box-shadow: -5px 0 0 #f5f6f8,5px 0 0 #f5f6f8;
            box-shadow: -5px 0 0 #f5f6f8,5px 0 0 #f5f6f8
        }

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

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

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

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

    .flatpickr-time .flatpickr-am-pm, .flatpickr-time .flatpickr-time-separator, .flatpickr-time input {
        color: #35415a !important
    }

    .flatpickr-calendar {
        background-color: #fff !important;
        -webkit-box-shadow: 1px 0 0 #eff0f2,-1px 0 0 #eff0f2,0 1px 0 #eff0f2,0 -1px 0 #eff0f2,0 3px 13px rgba(0,0,0,.08) !important;
        box-shadow: 1px 0 0 #eff0f2,-1px 0 0 #eff0f2,0 1px 0 #eff0f2,0 -1px 0 #eff0f2,0 3px 13px rgba(0,0,0,.08) !important
    }

        .flatpickr-calendar.hasTime .flatpickr-time {
            border-top: 1px solid #eff0f2 !important
        }

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

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

    html[data-layout-mode=dark] .flatpickr-calendar {
        background-color: #25282b !important;
        -webkit-box-shadow: 1px 0 0 #282c2e,-1px 0 0 #282c2e,0 1px 0 #282c2e,0 -1px 0 #282c2e,0 3px 13px rgba(0,0,0,.08) !important;
        box-shadow: 1px 0 0 #282c2e,-1px 0 0 #282c2e,0 1px 0 #282c2e,0 -1px 0 #282c2e,0 3px 13px rgba(0,0,0,.08) !important
    }

        html[data-layout-mode=dark] .flatpickr-calendar.hasTime .flatpickr-time {
            border-top: 1px solid #282c2e !important
        }

    html[data-layout-mode=dark] .flatpickr-weekdays {
        border-color: #282c2e
    }

    html[data-layout-mode=dark] .flatpickr-day {
        color: #d8dbdd !important
    }

        html[data-layout-mode=dark] .flatpickr-day:focus, html[data-layout-mode=dark] .flatpickr-day:hover {
            background-color: rgba(40,44,46,.7) !important
        }

        html[data-layout-mode=dark] .flatpickr-day.today {
            border-color: #3f85ff !important;
            background-color: rgba(31,88,199,.1)
        }

            html[data-layout-mode=dark] .flatpickr-day.today:focus, html[data-layout-mode=dark] .flatpickr-day.today:hover {
                color: #35415a !important;
                background-color: rgba(31,88,199,.15) !important
            }

            html[data-layout-mode=dark] .flatpickr-day.inRange, html[data-layout-mode=dark] .flatpickr-day.nextMonthDay.inRange, html[data-layout-mode=dark] .flatpickr-day.nextMonthDay.today.inRange, html[data-layout-mode=dark] .flatpickr-day.nextMonthDay:focus, html[data-layout-mode=dark] .flatpickr-day.nextMonthDay:hover, html[data-layout-mode=dark] .flatpickr-day.prevMonthDay.inRange, html[data-layout-mode=dark] .flatpickr-day.prevMonthDay.today.inRange, html[data-layout-mode=dark] .flatpickr-day.prevMonthDay:focus, html[data-layout-mode=dark] .flatpickr-day.prevMonthDay:hover, html[data-layout-mode=dark] .flatpickr-day.today.inRange, html[data-layout-mode=dark] .flatpickr-day:focus, html[data-layout-mode=dark] .flatpickr-day:hover {
                background-color: #282c2e;
                border-color: #282c2e
            }

        html[data-layout-mode=dark] .flatpickr-day.selected {
            background-color: #3f85ff !important;
            border-color: #3f85ff !important;
            color: #fff !important
        }

        html[data-layout-mode=dark] .flatpickr-day.flatpickr-disabled, html[data-layout-mode=dark] .flatpickr-day.flatpickr-disabled:hover, html[data-layout-mode=dark] .flatpickr-day.nextMonthDay, html[data-layout-mode=dark] .flatpickr-day.notAllowed, html[data-layout-mode=dark] .flatpickr-day.notAllowed.nextMonthDay, html[data-layout-mode=dark] .flatpickr-day.notAllowed.prevMonthDay, html[data-layout-mode=dark] .flatpickr-day.prevMonthDay {
            color: rgba(216,219,221,.3) !important
        }

        html[data-layout-mode=dark] .flatpickr-day.inRange {
            -webkit-box-shadow: -5px 0 0 #282c2e,5px 0 0 #282c2e;
            box-shadow: -5px 0 0 #282c2e,5px 0 0 #282c2e
        }

        html[data-layout-mode=dark] .flatpickr-day.endRange, html[data-layout-mode=dark] .flatpickr-day.endRange.inRange, html[data-layout-mode=dark] .flatpickr-day.endRange.nextMonthDay, html[data-layout-mode=dark] .flatpickr-day.endRange.prevMonthDay, html[data-layout-mode=dark] .flatpickr-day.endRange:focus, html[data-layout-mode=dark] .flatpickr-day.endRange:hover, html[data-layout-mode=dark] .flatpickr-day.selected, html[data-layout-mode=dark] .flatpickr-day.selected.inRange, html[data-layout-mode=dark] .flatpickr-day.selected.nextMonthDay, html[data-layout-mode=dark] .flatpickr-day.selected.prevMonthDay, html[data-layout-mode=dark] .flatpickr-day.selected:focus, html[data-layout-mode=dark] .flatpickr-day.selected:hover, html[data-layout-mode=dark] .flatpickr-day.startRange, html[data-layout-mode=dark] .flatpickr-day.startRange.inRange, html[data-layout-mode=dark] .flatpickr-day.startRange.nextMonthDay, html[data-layout-mode=dark] .flatpickr-day.startRange.prevMonthDay, html[data-layout-mode=dark] .flatpickr-day.startRange:focus, html[data-layout-mode=dark] .flatpickr-day.startRange:hover {
            background-color: #3f85ff !important;
            border-color: #3f85ff !important;
            color: #fff !important
        }

    html[data-layout-mode=dark] .flatpickr-time .flatpickr-am-pm, html[data-layout-mode=dark] .flatpickr-time .flatpickr-time-separator, html[data-layout-mode=dark] .flatpickr-time input {
        color: #d8dbdd !important
    }

    html[data-layout-mode=dark] .flatpickr-time .numInputWrapper span.arrowUp:after {
        border-bottom-color: #d8dbdd
    }

    html[data-layout-mode=dark] .flatpickr-time .numInputWrapper span.arrowDown:after {
        border-top-color: #d8dbdd
    }

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

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

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

    .ck.ck-editor__main > .ck-editor__editable {
        border-top: 0 !important;
        background-color: #fff !important;
        border-color: #e2e5e8 !important;
        -webkit-box-shadow: 0 0 6px #ebeef4 !important;
        box-shadow: 0 0 6px #ebeef4 !important
    }

    .ck.ck-dropdown__panel, .ck.ck-list {
        background: #fff !important;
        border: 1px solid #eff0f2 !important;
        -webkit-box-shadow: 0 0 6px #ebeef4 !important;
        box-shadow: 0 0 6px #ebeef4 !important
    }

    .ck.ck-reset_all, .ck.ck-reset_all * {
        color: #545965 !important
    }

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

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

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

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

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

    .ck.ck-tooltip .ck-tooltip__text {
        background: #35415a !important;
        color: #f5f6f8 !important
    }

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

    .ck.ck-list__item .ck-button .ck-button__label {
        font-family: "Work Sans",sans-serif
    }

    html[data-layout-mode=dark] .ck.ck-toolbar {
        background-color: #282c2e !important;
        border-color: #282c2e !important
    }

    html[data-layout-mode=dark] .ck.ck-dropdown__panel, html[data-layout-mode=dark] .ck.ck-list {
        background-color: #25282b !important;
        border-color: #25282b !important;
        -webkit-box-shadow: 0 0 6px #ebeef4 !important;
        box-shadow: 0 0 6px #ebeef4 !important
    }

    html[data-layout-mode=dark] .ck.ck-editor__main > .ck-editor__editable {
        background-color: #1f2224 !important;
        border-color: #282c2e !important
    }

    html[data-layout-mode=dark] .ck.ck-icon :not([fill]) {
        fill: #d8dbdd !important
    }

    html[data-layout-mode=dark] .ck.ck-reset_all, html[data-layout-mode=dark] .ck.ck-reset_all * {
        color: #b0b6bc !important
    }

    html[data-layout-mode=dark] .ck .ck-input-text, html[data-layout-mode=dark] .ck .ck-label, html[data-layout-mode=dark] .ck .ck-link-form {
        background-color: #25282b !important
    }

    html[data-layout-mode=dark] .ck.ck-button:active, html[data-layout-mode=dark] .ck.ck-button:focus, html[data-layout-mode=dark] a.ck.ck-button:active, html[data-layout-mode=dark] a.ck.ck-button:focus {
        border-color: #282c2e !important
    }

    html[data-layout-mode=dark] .ck.ck-button:not(.ck-disabled):hover, html[data-layout-mode=dark] .ck.ck-toolbar .ck.ck-button.ck-on, html[data-layout-mode=dark] a.ck.ck-button.ck-on, html[data-layout-mode=dark] a.ck.ck-button:not(.ck-disabled):hover {
        background: rgba(176,182,188,.2) !important
    }

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

    .ql-editor {
        text-align: left
    }

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

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

    .ql-container {
        font-family: "IBM Plex Sans",sans-serif
    }

        .ql-container.ql-snow {
            border-color: #e2e5e8
        }

    .ql-bubble {
        border: 1px solid #e2e5e8;
        border-radius: .75rem
    }

    .ql-toolbar {
        font-family: "IBM Plex Sans",sans-serif !important
    }

        .ql-toolbar span {
            outline: 0 !important;
            color: #545965
        }

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

        .ql-toolbar.ql-snow {
            border-color: #e2e5e8
        }

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

            .ql-toolbar.ql-snow .ql-picker-options {
                -webkit-box-shadow: 0 0 6px #ebeef4;
                box-shadow: 0 0 6px #ebeef4;
                border-radius: .6rem
            }

    .ql-snow .ql-script, .ql-snow .ql-strike svg, .ql-snow .ql-stroke {
        stroke: #545965
    }

    .ql-snow .ql-fill {
        fill: #545965
    }

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

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

    .ql-snow .ql-picker-options {
        background-color: #fff;
        border-color: #eff0f2 !important
    }

    html[data-layout-mode=dark] .ql-container.ql-snow, html[data-layout-mode=dark] .ql-toolbar.ql-snow {
        border-color: #282c2e
    }

    html[data-layout-mode=dark] .ql-toolbar span {
        color: #d8dbdd
    }

    html[data-layout-mode=dark] .ql-snow .ql-script, html[data-layout-mode=dark] .ql-snow .ql-strike svg, html[data-layout-mode=dark] .ql-snow .ql-stroke {
        stroke: #d8dbdd
    }

    html[data-layout-mode=dark] .ql-snow .ql-picker.ql-expanded .ql-picker-label {
        color: #d8dbdd
    }

    html[data-layout-mode=dark] .ql-snow .ql-picker-options {
        background-color: #282c2e;
        border-color: #282c2e !important
    }

    html[data-layout-mode=dark] .ql-bubble {
        border-color: #282c2e
    }

        html[data-layout-mode=dark] .ql-bubble .ql-tooltip {
            background-color: #282c2e
        }

    .dropzone {
        min-height: 230px;
        border: 2px dashed #e2e5e8;
        background: #fff;
        border-radius: 6px
    }

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

    html[data-layout-mode=dark] .dropzone {
        background: #212527;
        border-color: #282c2e
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        .wizard-nav .list-item.active .step-icon {
            background-color: rgba(31,88,199,.2);
            color: #3f85ff;
            border-color: rgba(31,88,199,.2)
        }

    .wizard-tab {
        display: none
    }

    html[data-layout-mode=dark] .wizard-nav .list-item::after {
        background-color: #282c2e
    }

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

        .apex-charts text {
            font-family: "IBM Plex Sans",sans-serif !important
        }

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

    .apexcharts-tooltip-text, .apexcharts-tooltip-title {
        font-family: "IBM Plex Sans",sans-serif !important
    }

    .apexcharts-text tspan {
        font-family: Montserrat,sans-serif !important;
        font-size: 11px
    }

    .apexcharts-tooltip * {
        font-family: "IBM Plex Sans",sans-serif !important;
        color: #a4a9b4 !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: #a4a9b4 !important;
        font-family: "IBM Plex Sans",sans-serif !important;
        font-size: 13px !important
    }

    .apexcharts-pie-label {
        fill: #fff !important
    }

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

    .apexcharts-xaxis text, .apexcharts-yaxis text {
        font-family: "IBM Plex Sans",sans-serif !important;
        fill: #7d8287
    }

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

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

    .chart-box {
        padding-left: 0
    }

    #chart-quarter, #chart-year {
        width: 96%;
        max-width: 48%;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 0;
        padding-top: 20px;
        background: #fff;
        border: 1px solid #eff0f2
    }

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

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

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

        #chart-quarter.active {
            -webkit-transition: 1.1s ease-in-out transform;
            transition: 1.1s ease-in-out transform;
            -webkit-transform: translateX(0);
            transform: translateX(0);
            z-index: 1
        }

    @media screen and (min-width:480px) {
        #chart-year {
            -webkit-transform: translateX(50%);
            transform: translateX(50%)
        }

        #chart-quarter {
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%)
        }
    }

    html[data-layout-mode=dark] .apex-charts text {
        fill: #7d8287
    }

    html[data-layout-mode=dark] .apexcharts-xaxis text, html[data-layout-mode=dark] .apexcharts-yaxis text {
        fill: #d8dbdd
    }

    html[data-layout-mode=dark] .apexcharts-gridline {
        stroke: #25282b
    }

    html[data-layout-mode=dark] .apexcharts-tooltip.apexcharts-theme-light {
        background-color: #1f2224;
        border-color: #25282b
    }

        html[data-layout-mode=dark] .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
            background-color: #282c2e;
            border-color: #2e3335
        }

    html[data-layout-mode=dark] .apexcharts-legend-text {
        color: #d8dbdd !important
    }

    html[data-layout-mode=dark] .apexcharts-grid-row + line, html[data-layout-mode=dark] .apexcharts-yaxis-texts-g.apexcharts-xaxis-inversed-texts-g + line {
        stroke: #2e3335
    }

    html[data-layout-mode=dark] .apexcharts-heatmap-rect, html[data-layout-mode=dark] .apexcharts-pie-area, html[data-layout-mode=dark] .apexcharts-treemap-rect, html[data-layout-mode=dark] .apexcharts-xaxis line {
        stroke: #2e3335
    }

    html[data-layout-mode=dark] .apexcharts-radialbar-track.apexcharts-track path {
        stroke: #2e3335
    }

    html[data-layout-mode=dark] .apexcharts-radar-series.apexcharts-plot-series line, html[data-layout-mode=dark] .apexcharts-radar-series.apexcharts-plot-series polygon {
        fill: #282c2e;
        stroke: #2e3335
    }

    html[data-layout-mode=dark] .apexcharts-pie circle {
        stroke: #2e3335
    }

    html[data-layout-mode=dark] #chart-quarter, html[data-layout-mode=dark] #chart-year {
        background-color: #1f2224;
        border-color: #25282b
    }

    html[data-layout-mode=dark] .apexcharts-pie line {
        stroke: #282c2e
    }

    .e-charts {
        height: 350px
    }

    .chartjs-chart {
        max-height: 350px
    }

    .glightbox-clean .gslide-title {
        font-family: Montserrat,sans-serif;
        margin-bottom: 5px;
        font-weight: 500;
        font-size: 18px
    }

    .glightbox-clean .gslide-desc {
        font-family: "IBM Plex Sans",sans-serif;
        font-size: 14px
    }

    .glightbox-clean .gclose {
        border: 2px solid #fff;
        border-radius: 7px;
        right: 10px;
        left: auto
    }

    @media (min-width:992px) {
        .glightbox-clean .gclose {
            right: 20px;
            left: auto
        }
    }

    .glightbox-clean .gclose svg {
        width: 12px
    }

    .gmaps, .gmaps-panaroma {
        height: 300px;
        background: #f8f9fa;
        border-radius: 3px
    }

    .gmaps-overlay {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 40px;
        background: #3f85ff;
        border-radius: 4px;
        padding: 10px 20px
    }

    .gmaps-overlay_arrow {
        left: 50%;
        margin-left: -16px;
        width: 0;
        height: 0;
        position: absolute
    }

        .gmaps-overlay_arrow.above {
            bottom: -15px;
            border-left: 16px solid transparent;
            border-right: 16px solid transparent;
            border-top: 16px solid #3f85ff
        }

        .gmaps-overlay_arrow.below {
            top: -15px;
            border-left: 16px solid transparent;
            border-right: 16px solid transparent;
            border-bottom: 16px solid #3f85ff
        }

    .jvm-tooltip {
        border-radius: 3px;
        background-color: #3f85ff;
        font-family: "IBM Plex Sans",sans-serif;
        -webkit-box-shadow: 0 5px 6px rgba(53,65,90,.1);
        box-shadow: 0 5px 6px rgba(53,65,90,.1);
        padding: 3px 5px
    }

    .leaflet-map {
        height: 300px
    }

        .leaflet-map.leaflet-container {
            z-index: 99
        }

    .auth-bg {
        background-image: url(../images/bg-auth.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
    }

        .auth-bg .bg-overlay {
            opacity: .82;
            border-top-left-radius: 40px;
            border-bottom-left-radius: 40px
        }

    @media (min-width:768px) {
        .auth-bg {
            border-top-left-radius: 40px;
            border-bottom-left-radius: 40px;
            height: 100vh
        }
    }

    .input-custom-icon .form-control {
        padding-left: 40px;
        padding-right: 20px
    }

    .input-custom-icon span {
        position: absolute;
        z-index: 10;
        line-height: 40px;
        left: 13px;
        top: 50%;
        font-size: 14px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #7d8287
    }

    .auth-pass-inputgroup input[type=text] + .btn .mdi-eye-outline:before {
        content: "\F06D1"
    }

    .auth-pass-inputgroup button {
        line-height: 22px
    }

    .form-floating-custom {
        position: relative
    }

        .form-floating-custom > label {
            left: 48px;
            margin-top: 2px
        }

        .form-floating-custom > .form-control, .form-floating-custom > .form-select {
            padding-left: 60px
        }

        .form-floating-custom .form-floating-icon {
            position: absolute;
            top: 0;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 56px;
            fill: #a4a9b4
        }

            .form-floating-custom .form-floating-icon svg {
                width: 22px;
                height: 22px
            }

    .auth-full-page-content {
        background-color: #fff
    }

    .home-btn {
        position: fixed;
        top: 30px;
        right: 30px;
        z-index: 1
    }

    .auth-logo .auth-logo-dark {
        display: block;
        margin: 0 auto
    }

    .auth-logo .auth-logo-light {
        display: none;
        margin: 0 auto
    }

    .authentication-bg {
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../images/login-img.png);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .authentication-bg .auth-logo .logo {
            margin: 0 auto
        }

        .authentication-bg .auth-logo .auth-logo-light {
            display: none;
            margin: 0 auto
        }

        .authentication-bg .auth-logo .auth-logo-dark {
            margin: 0 auto
        }

        .authentication-bg .bg-overlay {
            opacity: .85
        }

        .authentication-bg .auth-cover-card .authentication-bg {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start
        }

        .authentication-bg .auth-cover-card .bg-overlay {
            opacity: .6
        }

        .authentication-bg .auth-cover-card .form-floating label {
            color: rgba(255,255,255,.5)
        }

        .authentication-bg .auth-cover-card .form-floating .form-control {
            background-color: rgba(255,255,255,.1);
            border-color: rgba(255,255,255,.1);
            color: #fff
        }

        .authentication-bg .auth-cover-card .form-floating .form-floating-icon {
            color: rgba(255,255,255,.5)
        }

    .form-floating-custom {
        position: relative
    }

        .form-floating-custom > label {
            left: 48px
        }

        .form-floating-custom > .form-control, .form-floating-custom > .form-select {
            padding-left: 60px
        }

        .form-floating-custom .form-floating-icon {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 20px;
            width: 56px;
            color: #a4a9b4
        }

    .error-font {
        font-size: 9rem;
        text-shadow: 4px 4px 6px rgba(53,65,90,.26)
    }

    .mover-animation {
        -webkit-animation: mover 1s infinite alternate;
        animation: mover 1s infinite alternate
    }

    @-webkit-keyframes mover {
        0% {
            -webkit-transform: translateY(10px);
            transform: translateY(10px)
        }

        100% {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px)
        }
    }

    @keyframes mover {
        0% {
            -webkit-transform: translateY(10px);
            transform: translateY(10px)
        }

        100% {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px)
        }
    }

    .signin-other-title {
        position: relative
    }

        .signin-other-title:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            left: 0;
            right: 0;
            background-color: #e2e5e8;
            top: 18px
        }

        .signin-other-title .title {
            display: inline-block;
            position: relative;
            z-index: 9;
            background-color: #fff;
            padding: 2px 16px
        }

    .auth-img {
        background-image: url(https://images.unsplash.com/photo-1593062096033-9a26b09da705?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80);
        background-size: cover;
        background-position: center;
        height: 100%;
        width: 100%
    }

    @media (max-width:991.98px) {
        .auth-img {
            height: 250px
        }
    }

    html[data-layout-mode=dark] .auth-full-page-content {
        background-color: #1f2224
    }

    html[data-layout-mode=dark] .auth-bg .bg-white {
        background-color: #1f2224 !important
    }

    html[data-layout-mode=dark] .auth-logo .auth-logo-light {
        display: block;
        margin: 0 auto
    }

    html[data-layout-mode=dark] .auth-logo .auth-logo-dark {
        display: none;
        margin: 0 auto
    }

    .product-box {
        border: 2px solid #f5f6f8;
        position: relative
    }

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

    .search-box .search-icon {
        font-size: 14px;
        position: absolute;
        left: 13px;
        fill: #a4a9b4
    }

    .product-list li a {
        display: block;
        padding: 4px 0;
        color: #545965
    }

    .product-review-link .list-inline-item a {
        color: #a4a9b4;
        padding: 4px 8px;
        font-size: 15px
    }

    .product-view-nav.nav-pills .nav-item {
        margin-left: 4px
    }

    .product-view-nav.nav-pills .nav-link {
        width: 36px;
        height: 36px;
        font-size: 14px;
        padding: 0;
        line-height: 36px;
        text-align: center;
        border-radius: 50%
    }

    .product-ribbon {
        position: absolute;
        right: 0;
        top: 0
    }

    .product-content {
        position: relative
    }

        .product-content .product-buy-icon {
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-radius: 50%;
            position: absolute;
            right: 0
        }

    .product-detail .swiper-button-next, .product-detail .swiper-button-prev {
        color: #3f85ff;
        width: 35px;
        height: 35px;
        background: rgba(31,88,199,.3);
        border-radius: 50%
    }

        .product-detail .swiper-button-next:after, .product-detail .swiper-button-prev:after {
            font-size: 20px
        }

    .product-detail .swiper-button-next {
        right: 20px
    }

    .product-detail .swiper-button-prev {
        left: 20px
    }

    .product-detail .nav-slide-item {
        padding: 0 10px
    }

        .product-detail .nav-slide-item img {
            border: 2px solid transparent
        }

        .product-detail .nav-slide-item:hover {
            cursor: pointer
        }

    .product-detail .swiper-slide-thumb-active .nav-slide-item img {
        border: 2px solid #3f85ff
    }

    .modal-button {
        position: absolute;
        right: 0;
        z-index: 2
    }

    @media (max-width:576px) {
        .modal-button {
            position: inherit
        }
    }

    [dir=rtl] .modal-button {
        left: 0;
        right: auto
    }

    .product-detail .nav .nav-link {
        margin: 0 13px;
        padding: 2px
    }

    .product-color a {
        display: inline-block;
        text-align: center;
        color: #545965
    }

        .product-color a .product-color-item {
            margin: 7px
        }

        .product-color a.active, .product-color a:hover {
            color: #3f85ff
        }

            .product-color a.active .product-color-item, .product-color a:hover .product-color-item {
                border-color: #3f85ff !important
            }

    .visa-card .visa-logo {
        line-height: .5
    }

    .visa-card .visa-pattern {
        position: absolute;
        font-size: 385px;
        color: rgba(255,255,255,.05);
        line-height: .4;
        right: 0;
        bottom: 0
    }

    .activity-checkout {
        list-style: none
    }

        .activity-checkout .checkout-icon {
            position: absolute;
            top: -4px;
            left: -24px
        }

        .activity-checkout .checkout-item {
            position: relative;
            padding-bottom: 24px;
            padding-left: 35px;
            border-left: 2px solid #f5f6f8
        }

            .activity-checkout .checkout-item:first-child {
                border-color: #3f85ff
            }

                .activity-checkout .checkout-item:first-child:after {
                    background-color: #3f85ff
                }

            .activity-checkout .checkout-item:last-child {
                border-color: transparent
            }

            .activity-checkout .checkout-item.crypto-activity {
                margin-left: 50px
            }

            .activity-checkout .checkout-item .crypto-date {
                position: absolute;
                top: 3px;
                left: -65px
            }

    .shipping-address {
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .shipping-address.active {
            border-color: #3f85ff !important
        }

    .product-tag {
        position: absolute;
        top: 0;
        z-index: 9;
        right: 0;
        width: 100%;
        display: block;
        font-size: 15px;
        padding: 0;
        overflow: hidden;
        height: 100px
    }

        .product-tag .badge {
            float: right;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            right: -67px;
            top: 17px;
            position: relative;
            text-align: center;
            width: 200px;
            font-size: 13px;
            margin: 0;
            padding: 7px 10px;
            font-weight: 500;
            color: #3f85ff;
            background: #fff
        }

    .checkout-tabs .nav-pills .nav-link {
        margin-bottom: 24px;
        text-align: center;
        background-color: #fff;
        -webkit-box-shadow: 0 0 6px #ebeef4;
        box-shadow: 0 0 6px #ebeef4
    }

        .checkout-tabs .nav-pills .nav-link.active {
            background-color: #3f85ff
        }

        .checkout-tabs .nav-pills .nav-link .check-nav-icon {
            font-size: 36px
        }

    html[data-layout-mode=dark] .product-detai-imgs .nav .nav-link.active {
        background-color: #282c2e
    }

    html[data-layout-mode=dark] .product-list li a {
        color: #b7c1cf
    }

    html[data-layout-mode=dark] .checkout-tabs .nav-pills .nav-link {
        background-color: #282c2e
    }

        html[data-layout-mode=dark] .checkout-tabs .nav-pills .nav-link.active {
            background-color: #3f85ff
        }

    .ecommerce-slied-bg {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: auto
    }

    .swiper-button-next {
        width: 40px;
        height: 40px;
        margin-top: -22px;
        line-height: 40px;
        background-color: #3f85ff;
        text-align: center;
        font-size: 30px;
        color: #fff;
        border-radius: 50%
    }

    .swiper-button-prev {
        width: 40px;
        height: 40px;
        margin-top: -22px;
        line-height: 40px;
        background-color: #3f85ff;
        text-align: center;
        font-size: 30px;
        color: #fff;
        border-radius: 50%
    }

    @media (min-width:1200px) {
        .filemanager-sidebar {
            min-width: 270px;
            max-width: 270px
        }
    }

    @media (min-width:1366px) {
        .filemanager-sidebar {
            min-width: 300px;
            max-width: 300px
        }
    }

    @media (width:1440px) {
        .filemanager-sidebar {
            min-width: 240px;
            max-width: 240px
        }
    }

    .categories-list {
        padding: 4px 0
    }

        .categories-list li a {
            display: block;
            padding: 8px 12px;
            color: #545965;
            font-weight: 500
        }

        .categories-list li.active a {
            color: #3f85ff
        }

        .categories-list li ul {
            padding-left: 20px
        }

            .categories-list li ul li a {
                padding: 4px 12px;
                color: #a4a9b4;
                font-size: 14px
            }

    .email-leftbar {
        width: 306px;
        float: left
    }

    .email-rightbar {
        margin-left: 324px
    }

    .chat-user-box p.user-title {
        color: #35415a;
        font-weight: 500
    }

    .chat-user-box p {
        font-size: 14px
    }

    @media (max-width:767px) {
        .email-leftbar {
            float: none;
            width: 100%
        }

        .email-rightbar {
            margin: 0
        }
    }

    .mail-list a {
        display: block;
        color: #a4a9b4;
        line-height: 24px;
        padding: 10px 18px
    }

        .mail-list a.active {
            color: #3f85ff;
            font-weight: 500
        }

            .mail-list a.active h5 {
                color: #3f85ff
            }

    .unread {
        background-color: #f5f6f8
    }

    .message-list {
        display: block;
        padding-left: 0
    }

        .message-list .list {
            position: relative;
            display: block;
            height: 50px;
            cursor: default;
            -webkit-transition-duration: .3s;
            transition-duration: .3s
        }

            .message-list .list a {
                color: #a4a9b4
            }

            .message-list .list.selected {
                background-color: rgba(239,240,242,.6)
            }

            .message-list .list .col-mail {
                float: left;
                position: relative
            }

            .message-list .list .col-mail-1 {
                width: 320px
            }

                .message-list .list .col-mail-1 .checkbox-wrapper-mail, .message-list .list .col-mail-1 .dot, .message-list .list .col-mail-1 .star-toggle {
                    display: block;
                    float: left
                }

                .message-list .list .col-mail-1 .dot {
                    border: 4px solid transparent;
                    border-radius: 100px;
                    margin: 22px 26px 0;
                    height: 0;
                    width: 0;
                    line-height: 0;
                    font-size: 0
                }

                .message-list .list .col-mail-1 .checkbox-wrapper-mail {
                    margin: 15px 10px 0 20px
                }

                .message-list .list .col-mail-1 .star-toggle {
                    margin-top: 18px;
                    margin-left: 5px
                }

                .message-list .list .col-mail-1 .title {
                    position: absolute;
                    top: 0;
                    left: 110px;
                    right: 0;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                    margin-bottom: 0;
                    margin-top: 6px
                }

            .message-list .list .col-mail-2 {
                position: absolute;
                top: 14px;
                left: 320px;
                right: 0;
                bottom: 0
            }

                .message-list .list .col-mail-2 .date, .message-list .list .col-mail-2 .subject {
                    position: absolute;
                    top: 0
                }

                .message-list .list .col-mail-2 .subject {
                    left: 0;
                    right: 200px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                    font-size: 14px;
                    font-weight: 500
                }

                .message-list .list .col-mail-2 .date {
                    right: 10px;
                    width: 170px;
                    padding-left: 80px
                }

            .message-list .list.active, .message-list .list.active:hover {
                -webkit-box-shadow: inset 3px 0 0 #3f85ff;
                box-shadow: inset 3px 0 0 #3f85ff
            }

            .message-list .list.unread {
                background-color: #eff0f2;
                font-weight: 500;
                color: #2c354a
            }

                .message-list .list.unread a {
                    color: #2c354a;
                    font-weight: 500
                }

        .message-list .checkbox-wrapper-mail {
            cursor: pointer;
            height: 20px;
            width: 20px;
            position: relative;
            display: inline-block;
            -webkit-box-shadow: inset 0 0 0 1px #e2e5e8;
            box-shadow: inset 0 0 0 1px #e2e5e8;
            border-radius: 1px
        }

            .message-list .checkbox-wrapper-mail input {
                opacity: 0;
                cursor: pointer
            }

                .message-list .checkbox-wrapper-mail input:checked ~ label {
                    opacity: 1
                }

            .message-list .checkbox-wrapper-mail label {
                position: absolute;
                height: 20px;
                width: 20px;
                left: 0;
                cursor: pointer;
                opacity: 0;
                margin-bottom: 0;
                -webkit-transition-duration: .05s;
                transition-duration: .05s;
                top: 17px
            }

                .message-list .checkbox-wrapper-mail label:before {
                    content: "\F012C";
                    font-family: "Material Design Icons";
                    top: 0;
                    height: 20px;
                    color: #2c354a;
                    width: 20px;
                    position: absolute;
                    margin-top: -16px;
                    left: 4px;
                    font-size: 13px
                }

        .message-list:hover {
            background-color: #f5f6f8
        }

    .email-search .form-control {
        border: 0;
        padding: .6rem .75rem
    }

    .email-search span {
        position: absolute;
        z-index: 10;
        line-height: 38px;
        right: 13px;
        top: 2px;
        color: #a4a9b4
    }

    @media (max-width:575.98px) {
        .message-list .list .col-mail-1 {
            width: 200px
        }
    }

    html[data-layout-mode=dark] .mail-list a {
        color: #b0b6bc
    }

        html[data-layout-mode=dark] .mail-list a.active {
            color: #ed5555
        }

    html[data-layout-mode=dark] .chat-user-box p.user-title {
        color: #d8dbdd
    }

    html[data-layout-mode=dark] .unread {
        background-color: #282c2e
    }

    html[data-layout-mode=dark] .message-list .list a {
        color: #b0b6bc
    }

    html[data-layout-mode=dark] .message-list .list.unread {
        background: #25282b;
        color: #d8dbdd
    }

    html[data-layout-mode=dark] .message-list .checkbox-wrapper-mail {
        -webkit-box-shadow: inset 0 0 0 1px #b0b6bc;
        box-shadow: inset 0 0 0 1px #b0b6bc
    }

        html[data-layout-mode=dark] .message-list .checkbox-wrapper-mail label::before {
            color: #d8dbdd
        }

    html[data-layout-mode=dark] .message-list:hover {
        background-color: #282c2e
    }

    @media (min-width:1200px) {
        .chat-leftsidebar {
            min-width: 380px
        }
    }

    @media (min-width:992px) and (max-width:1199.98px) {
        .chat-leftsidebar {
            min-width: 290px
        }
    }

    .chat-noti-dropdown {
        position: relative;
        z-index: 2
    }

        .chat-noti-dropdown.active:before {
            content: "";
            position: absolute;
            width: 8px;
            height: 8px;
            background-color: #ed5555;
            border-radius: 50%;
            right: 0
        }

        .chat-noti-dropdown .btn {
            padding: 6px;
            -webkit-box-shadow: none;
            box-shadow: none;
            font-size: 16px
        }

    .chat-message-list {
        height: calc(100vh - 346px)
    }

    @media (min-width:992px) {
        .chat-message-list {
            height: calc(100vh - 505px)
        }
    }

    .chat-search-box .form-control {
        border: 0
    }

    .chat-user-status {
        position: relative;
        margin-top: -25px
    }

        .chat-user-status .status {
            width: 12px;
            height: 12px;
            background-color: #28b765;
            border-radius: 50%;
            border: 2px solid #fff;
            position: absolute;
            left: 35px;
            right: 0;
            margin: 0 auto;
            bottom: 0
        }

    .chat-list {
        margin: 0
    }

        .chat-list .active {
            background: #3f85ff;
            border-radius: .75rem !important
        }

            .chat-list .active h5 {
                color: #fff
            }

        .chat-list li a {
            position: relative;
            display: block;
            padding: 12px 18px;
            color: #a4a9b4;
            -webkit-transition: all .4s;
            transition: all .4s;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 13px
        }

        .chat-list li .user-img {
            position: relative
        }

            .chat-list li .user-img .user-status {
                width: 10px;
                height: 10px;
                background-color: #7d8287;
                border-radius: 50%;
                border: 2px solid #fff;
                position: absolute;
                left: 0;
                bottom: 0
            }

            .chat-list li .user-img.online .user-status {
                background-color: #28b765
            }

            .chat-list li .user-img.away .user-status {
                background-color: #f4c238
            }

        .chat-list li.unread a {
            font-weight: 600;
            color: #35415a
        }

        .chat-list li .unread-message {
            position: absolute;
            display: inline-block;
            right: 16px;
            top: 33px
        }

    .group-list li a {
        border: 0
    }

    .user-chat-nav .dropdown .nav-btn {
        height: 36px;
        width: 36px;
        line-height: 36px;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        font-size: 14px;
        border-radius: 50%
    }

    .contact-list {
        font-size: 12px;
        text-transform: uppercase;
        color: #a4a9b4;
        font-weight: 600
    }

    .chat-conversation {
        height: calc(100vh - 300px)
    }

    @media (min-width:992px) {
        .chat-conversation {
            height: calc(100vh - 315px)
        }
    }

    .chat-conversation li {
        clear: both
    }

    .chat-conversation .chat-day-title {
        position: relative;
        text-align: center;
        margin-bottom: 24px;
        border: none
    }

        .chat-conversation .chat-day-title .title {
            display: inline-block;
            background-color: #fff;
            position: relative;
            z-index: 1;
            padding: 4px 16px;
            border-radius: 7px
        }

        .chat-conversation .chat-day-title:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            left: 0;
            right: 0;
            background-color: #eff0f2;
            top: 16px
        }

        .chat-conversation .chat-day-title .badge {
            font-size: 12px
        }

    .chat-conversation .chat-avatar {
        text-align: center
    }

        .chat-conversation .chat-avatar img {
            width: 32px;
            height: 32px;
            border-radius: 50%
        }

        .chat-conversation .chat-avatar .time {
            font-size: 12px;
            color: #a4a9b4;
            font-weight: 500;
            margin-top: 4px
        }

    .chat-conversation .conversation-list {
        margin-bottom: 24px;
        position: relative
    }

    @media (min-width:992px) {
        .chat-conversation .conversation-list {
            max-width: 60%
        }
    }

    .chat-conversation .conversation-list .ctext-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px
    }

    .chat-conversation .conversation-list .ctext-wrap-content {
        padding: 15px 20px;
        background-color: #f5f6f8;
        border-radius: 0 8px 8px 8px;
        color: #a4a9b4;
        position: relative;
        margin-left: 10px
    }

        .chat-conversation .conversation-list .ctext-wrap-content:before {
            content: "";
            position: absolute;
            border: 5px solid transparent;
            border-right-color: #f5f6f8;
            border-top-color: #f5f6f8;
            left: -10px;
            top: 0
        }

    .chat-conversation .conversation-list .conversation-name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 13px
    }

        .chat-conversation .conversation-list .conversation-name .time {
            font-size: 12px;
            position: absolute;
            left: -50px;
            top: 54px;
            bottom: 0;
            color: #a4a9b4;
            font-weight: 400;
            -webkit-transition: all .4s;
            transition: all .4s
        }

        .chat-conversation .conversation-list .conversation-name .user-name {
            color: rgba(255,255,255,.5)
        }

    .chat-conversation .conversation-list:hover .time {
        opacity: 1
    }

    .chat-conversation .conversation-list .dropdown .dropdown-toggle {
        font-size: 18px;
        padding: 4px;
        color: #a4a9b4
    }

    @media (max-width:575.98px) {
        .chat-conversation .conversation-list .dropdown .dropdown-toggle {
            display: none
        }
    }

    .chat-conversation .conversation-list .chat-time {
        font-size: 12px;
        margin-top: 4px;
        text-align: right;
        color: rgba(255,255,255,.5)
    }

    .chat-conversation .conversation-list .message-img {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px
    }

        .chat-conversation .conversation-list .message-img .message-img-list {
            position: relative
        }

        .chat-conversation .conversation-list .message-img img {
            max-width: 80px
        }

    .chat-conversation .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

        .chat-conversation .right .conversation-list {
            text-align: right
        }

            .chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
                background-color: #3f85ff;
                text-align: right;
                border-radius: 8px 0 8px 8px;
                color: #fff;
                margin-left: 0;
                margin-right: 10px
            }

                .chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content:before {
                    border: 5px solid transparent;
                    border-top-color: #3f85ff;
                    border-left-color: #3f85ff;
                    left: auto;
                    right: -10px
                }

            .chat-conversation .right .conversation-list .ctext-wrap .conversation-name {
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end
            }

                .chat-conversation .right .conversation-list .ctext-wrap .conversation-name .time {
                    -webkit-box-ordinal-group: 2;
                    -ms-flex-order: 1;
                    order: 1;
                    margin-left: 0;
                    margin-right: 8px;
                    position: absolute;
                    right: -58px;
                    left: auto
                }

                .chat-conversation .right .conversation-list .ctext-wrap .conversation-name .user-name {
                    color: #35415a;
                    -webkit-box-ordinal-group: 3;
                    -ms-flex-order: 2;
                    order: 2
                }

            .chat-conversation .right .conversation-list .dropdown {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1
            }

            .chat-conversation .right .conversation-list .chat-avatar {
                -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                order: 3
            }

    .chat-input-section {
        border-top: 1px solid #eff0f2
    }

    .chat-input {
        background-color: #f5f6f8 !important;
        border-color: #f5f6f8 !important
    }

    @media (max-width:575.98px) {
        .chat-send {
            min-width: auto
        }
    }

    html[data-layout=horizontal] .chat-message-list {
        height: calc(100vh - 346px)
    }

    @media (min-width:992px) {
        html[data-layout=horizontal] .chat-message-list {
            height: calc(100vh - 475px)
        }
    }

    html[data-layout=horizontal] .chat-conversation {
        height: calc(100vh - 300px)
    }

    @media (min-width:992px) {
        html[data-layout=horizontal] .chat-conversation {
            height: calc(100vh - 311px)
        }
    }

    html[data-layout-mode=dark] .chat-noti-dropdown .btn {
        color: #d8dbdd
    }

    html[data-layout-mode=dark] .chat-list li a {
        border-color: #282c2e
    }

    html[data-layout-mode=dark] .chat-list li .user-img .user-status {
        border-color: #1f2224
    }

    html[data-layout-mode=dark] .chat-list li.unread a {
        color: #d8dbdd
    }

    html[data-layout-mode=dark] .chat-conversation .chat-day-title .title, html[data-layout-mode=dark] .chat-conversation .chat-day-title:before {
        background-color: #282c2e
    }

    html[data-layout-mode=dark] .user-chat-nav .dropdown .nav-btn {
        color: #d8dbdd
    }

    html[data-layout-mode=dark] .chat-conversation .conversation-list .conversation-name .user-name {
        color: #d8dbdd
    }

    html[data-layout-mode=dark] .chat-conversation .conversation-list .ctext-wrap-content {
        background-color: #282c2e !important
    }

        html[data-layout-mode=dark] .chat-conversation .conversation-list .ctext-wrap-content:before {
            border-right-color: #282c2e;
            border-top-color: #282c2e
        }

    html[data-layout-mode=dark] .chat-conversation .right .conversation-list .ctext-wrap-content {
        background-color: #3f85ff !important
    }

        html[data-layout-mode=dark] .chat-conversation .right .conversation-list .ctext-wrap-content:before {
            border-left-color: #3f85ff;
            border-top-color: #3f85ff
        }

    html[data-layout-mode=dark] .chat-input {
        background-color: #1f2224 !important;
        border-color: #282c2e !important
    }

    html[data-layout-mode=dark] .chat-input-section {
        border-top: 1px solid #282c2e
    }

    @media (min-width:992px) {
        .small-chat .conversation-list {
            max-width: 90%
        }
    }

    .contact-links a {
        color: #545965
    }

    .profile-user-wid {
        margin-top: -26px
    }

    .project-list-table {
        border-collapse: separate;
        border-spacing: 0 12px
    }

        .project-list-table tr {
            background-color: #fff
        }

    html[data-layout-mode=dark] .project-list-table {
        border-collapse: separate;
        border-spacing: 0 12px
    }

        html[data-layout-mode=dark] .project-list-table tr {
            background-color: #1f2224
        }

    .countdownlist {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24px
    }

        .countdownlist .countdownlist-item {
            width: 25%
        }

            .countdownlist .countdownlist-item:last-of-type .count-num::after {
                display: none
            }

        .countdownlist .count-title {
            font-size: 13px;
            font-weight: 500;
            display: block;
            margin-bottom: 8px;
            color: rgba(53,65,90,.5);
            text-transform: uppercase
        }

        .countdownlist .count-num {
            background-color: rgba(31,88,199,.1);
            color: #3f85ff;
            padding: 16px 8px;
            position: relative;
            border-radius: .6rem;
            -webkit-box-shadow: 0 0 6px #ebeef4;
            box-shadow: 0 0 6px #ebeef4;
            font-weight: 600;
            font-size: 32px
        }

    @media (max-width:575.98px) {
        .countdownlist .count-num {
            font-size: 18px
        }
    }

    .countdownlist .count-num::after {
        content: ":";
        font-size: 20px;
        position: absolute;
        right: -16px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #35415a
    }

    .countdown-endtxt {
        font-size: 24px;
        font-weight: 600
    }

    .countdown-input-group {
        max-width: 350px
    }

    html[data-layout-mode=dark] .countdownlist .count-title {
        color: #b0b6bc
    }

    html[data-layout-mode=dark] .countdownlist .count-num {
        background-color: #282c2e;
        color: #d8dbdd
    }

        html[data-layout-mode=dark] .countdownlist .count-num::after {
            color: #282c2e
        }

    .timeline {
        position: relative;
        width: 100%;
        padding: 30px 0
    }

    @media (max-width:767.98px) {
        .timeline {
            padding: 0
        }
    }

    .timeline .timeline-end, .timeline .timeline-start, .timeline .timeline-year {
        position: relative;
        width: 100%;
        text-align: center;
        z-index: 1
    }

        .timeline .timeline-end p, .timeline .timeline-start p, .timeline .timeline-year p {
            display: inline-block;
            width: 80px;
            height: 80px;
            margin: 0;
            padding: 30px 0;
            text-align: center;
            background-color: #3f85ff;
            border-radius: 100px;
            color: #fff;
            text-transform: uppercase
        }

    .timeline .timeline-year {
        margin: 30px 0
    }

    .timeline .timeline-continue {
        position: relative;
        width: 100%;
        padding: 60px 0
    }

        .timeline .timeline-continue:after {
            position: absolute;
            content: "";
            width: 1px;
            height: 100%;
            top: 0;
            left: 50%;
            margin-left: -1px;
            background: #3f85ff
        }

    .timeline .timeline-icon {
        margin: 42px 10px 0 10px
    }

    .timeline .timeline-left {
        text-align: right
    }

        .timeline .timeline-left .timeline-icon {
            text-align: left
        }

    .timeline .timeline-right {
        text-align: left
    }

        .timeline .timeline-right .timeline-icon {
            text-align: right
        }

    .timeline .timeline-icon::after {
        content: "";
        display: block;
        position: absolute;
        width: 14px;
        height: 14px;
        top: 45px;
        background: #3f85ff;
        border-radius: 15px;
        z-index: 1
    }

    @media (min-width:768px) {
        .timeline .event-content {
            padding-right: 24px
        }

        .timeline .timeline-text {
            margin-right: 40px
        }
    }

    .timeline .timeline-left .timeline-icon::after {
        left: -7px
    }

    @media (min-width:768px) {
        .timeline .timeline-left .event-content {
            padding-right: 0;
            padding-left: 24px
        }

        .timeline .timeline-left .timeline-text {
            margin-right: 0;
            margin-left: 40px
        }

        .timeline .timeline-left .event-img {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end
        }
    }

    .timeline .timeline-right .timeline-icon::after {
        right: -7px
    }

    .timeline .timeline-box {
        position: relative;
        display: inline-block;
        margin: 15px;
        padding: 20px;
        background-color: #f5f6f8;
        border-radius: 6px
    }

        .timeline .timeline-box::after {
            content: "";
            position: absolute;
            width: 16px;
            height: 16px;
            top: 26px;
            background-color: #f5f6f8;
            border: 1px solid #f5f6f8;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            margin: 0 auto
        }

    .timeline .timeline-launch {
        position: relative;
        display: inline-block;
        margin: 15px;
        padding: 20px;
        border: 1px solid #f5f6f8;
        border-radius: 6px;
        width: 100%;
        margin: 15px 0;
        padding: 0;
        border: none;
        text-align: center;
        background: 0 0
    }

    .timeline-date {
        right: 20px
    }

    @media (max-width:767.98px) {
        .timeline-date {
            left: -70px;
            right: auto
        }
    }

    .timeline-left .timeline-date {
        left: 20px
    }

    @media (max-width:767.98px) {
        .timeline-left .timeline-date {
            left: -70px;
            right: auto
        }
    }

    .timeline .timeline-date {
        width: 54px;
        height: 80px;
        display: inline-block;
        padding: 8px;
        -webkit-clip-path: polygon(0 0,100% 0,100% 80%,50% 100%,0 80%);
        clip-path: polygon(0 0,100% 0,100% 80%,50% 100%,0 80%);
        top: -10px;
        position: absolute;
        z-index: 1
    }

    @media (max-width:767.98px) {
        .timeline .timeline-date {
            top: 0
        }
    }

    .timeline .timeline-right .timeline-box::after {
        border-color: transparent transparent #f5f6f8 #f5f6f8;
        left: -8px;
        right: 100%
    }

    .timeline .timeline-left .timeline-box::after {
        border-color: #f5f6f8 #f5f6f8 transparent transparent;
        right: -8px
    }

    .timeline .timeline-launch .timeline-box::after {
        top: -8px;
        left: 32px;
        border-color: #f5f6f8 transparent transparent #f5f6f8
    }

    @media (min-width:768px) {
        .timeline .timeline-launch .timeline-box::after {
            left: 50%;
            -webkit-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
            top: -2px
        }
    }

    .timeline .timeline-launch .timeline-text {
        width: 100%
    }

    @media (max-width:767px) {
        .timeline .timeline-continue::after {
            left: 40px
        }

        .timeline .timeline-end, .timeline .timeline-start, .timeline .timeline-year {
            text-align: left
        }

        .timeline .row.timeline-left {
            text-align: left
        }

            .timeline .row.timeline-left .timeline-icon {
                text-align: left
            }

        .timeline .row.timeline-right {
            text-align: left
        }

            .timeline .row.timeline-right .timeline-icon {
                text-align: left
            }

        .timeline .timeline-launch {
            text-align: left;
            margin-bottom: 0
        }

        .timeline .row.timeline-left .timeline-icon::after {
            left: 43px
        }

        .timeline .row.timeline-right .timeline-icon::after {
            left: 43px
        }

        .timeline .timeline-box {
            margin-left: 82px;
            margin-right: 0
        }

        .timeline .row.timeline-right .timeline-icon {
            margin-left: 55px
        }

        .timeline .row.timeline-left .timeline-icon {
            margin-left: 55px
        }

        .timeline .timeline-launch .timeline-box {
            margin-left: 0;
            margin-bottom: 0
        }

        .timeline .row.timeline-left .timeline-box::after {
            left: -8px;
            border-color: transparent transparent #f5f6f8 #f5f6f8;
            right: auto
        }
    }

    html[data-layout-mode=dark] .timeline .timeline-box {
        border-color: #282c2e;
        background-color: #282c2e
    }

        html[data-layout-mode=dark] .timeline .timeline-box:after {
            background-color: #282c2e
        }

    html[data-layout-mode=dark] .timeline .timeline-left .timeline-box:after {
        border-color: #282c2e #282c2e transparent transparent
    }

    html[data-layout-mode=dark] .timeline .timeline-right .timeline-box:after {
        border-color: transparent transparent #282c2e #282c2e
    }

    html[data-layout-mode=dark] .timeline .timeline-launch .timeline-box::after {
        border-color: #282c2e transparent transparent #282c2e
    }

    .categories-filter .list-inline-item {
        position: relative;
        margin-right: 0
    }

        .categories-filter .list-inline-item a {
            display: block;
            color: #545965;
            font-weight: 600;
            padding: 8px 15px;
            margin: 7px;
            cursor: pointer;
            border-radius: 4px
        }

            .categories-filter .list-inline-item a.active {
                color: #3f85ff;
                font-weight: 700
            }

        .categories-filter .list-inline-item:after {
            content: "";
            display: block;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #a4a9b4;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: -2px
        }

        .categories-filter .list-inline-item:last-child:after {
            display: none
        }

    .gallery-box {
        position: relative;
        text-align: center;
        overflow: hidden;
        border: 1px solid #eff0f2
    }

        .gallery-box .gallery-container {
            position: relative;
            overflow: hidden;
            border-radius: 4px 4px 0 0
        }

            .gallery-box .gallery-container a {
                display: block
            }

            .gallery-box .gallery-container .gallery-overlay {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                opacity: 0;
                background: rgba(31,88,199,.2);
                visibility: hidden;
                overflow: hidden;
                -webkit-transition: all .4s ease-in-out 0s;
                transition: all .4s ease-in-out 0s
            }

                .gallery-box .gallery-container .gallery-overlay .overlay-caption {
                    position: absolute;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    left: 0;
                    right: 0
                }

        .gallery-box .gallery-img {
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }

        .gallery-box .box-content {
            position: absolute;
            left: 0;
            right: 0;
            bottom: -28px;
            background-color: #fff;
            -webkit-transition: all .2s;
            transition: all .2s
        }

            .gallery-box .box-content .title {
                font-size: 14px;
                margin-bottom: 4px
            }

            .gallery-box .box-content .post {
                margin: 0;
                opacity: 0;
                -webkit-transition: all .2s;
                transition: all .2s;
                color: #a4a9b4
            }

        .gallery-box:hover .box-content {
            bottom: 0
        }

            .gallery-box:hover .box-content .post {
                opacity: 1
            }

        .gallery-box:hover .gallery-img {
            -webkit-transform: translateY(-28px);
            transform: translateY(-28px)
        }

        .gallery-box:hover .gallery-overlay {
            opacity: 1;
            visibility: visible
        }

    .pricing-badge {
        position: absolute;
        top: 0;
        z-index: 9;
        right: 0;
        width: 100%;
        display: block;
        font-size: 15px;
        padding: 0;
        overflow: hidden;
        height: 100px
    }

        .pricing-badge .badge {
            float: right;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            right: -67px;
            top: 17px;
            position: relative;
            text-align: center;
            width: 200px;
            font-size: 13px;
            margin: 0;
            padding: 7px 10px;
            font-weight: 500;
            color: #fff;
            background: #3f85ff
        }

    .faq-icon i {
        font-size: 80px;
        position: absolute;
        margin-top: -30px;
        right: -20px;
        opacity: .2
    }

    .profile-bg {
        height: 210px;
        background-image: url(../images/profile-bg.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

    .pricing-box {
        border-top: 2px solid #3f85ff
    }

        .pricing-box .pricing-features {
            color: #a4a9b4
        }

            .pricing-box .pricing-features li {
                padding: 4px 0
            }

    .error-title {
        font-size: 180px;
        text-shadow: 9px 0 #3f85ff
    }

    @media (max-width:425px) {
        .error-title {
            font-size: 150px
        }
    }

    html[data-layout-mode=dark] .categories-filter .list-inline-item a {
        color: #d8dbdd
    }

        html[data-layout-mode=dark] .categories-filter .list-inline-item a.active {
            color: #3f85ff
        }

    html[data-layout-mode=dark] .gallery-box .box-content {
        background-color: #1f2224
    }
    /*# sourceMappingURL=app.min.css.map */



    html[data-layout-mode=light] .shimmerBG {
        animation-duration: 2.2s;
        animation-fill-mode: forwards;
        animation-iteration-count: infinite;
        animation-name: shimmer;
        animation-timing-function: linear;
        background: #ddd;
        background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
        background-size: 1200px 100%;
    }

    html[data-layout-mode=dark] .shimmerBG {
        animation-duration: 2.2s;
        animation-fill-mode: forwards;
        animation-iteration-count: infinite;
        animation-name: shimmer;
        animation-timing-function: linear;
        background: #333; /* Color de fondo oscuro */
        background: linear-gradient(to right, #2a2a2a 8%, #3a3a3a 18%, #2a2a2a 33%); /* Gradiente adaptado a colores oscuros */
        background-size: 1200px 100%;
    }



    @-webkit-keyframes shimmer {
        0% {
            background-position: -100% 0;
        }

        100% {
            background-position: 100% 0;
        }
    }

    @keyframes shimmer {
        0% {
            background-position: -1200px 0;
        }

        100% {
            background-position: 1200px 0;
        }
    }

    .media {
        height: 100%;
    }

    .p-32 {
        padding: 32px;
    }

    .title-line {
        height: 24px;
        width: 100%;
        margin-bottom: 12px;
        border-radius: 20px;
    }

    .content-line {
        height: 8px;
        width: 100%;
        margin-bottom: 16px;
        border-radius: 8px;
    }

    .end {
        width: 40%;
    }




    .m-t-24 {
        margin-top: 24px;
    }

    .gridjs-search-input {
        display: none !important;
    }


    td.gridjs-td, th.gridjs-th {
        padding: 6px 12px !important;
    }

    .button-card {
        padding: 1rem;
        margin-bottom: 1rem;
    }