@import url(https://fonts.googleapis.com/css2?family=Be+Vietnam:wght@300;400;500;600;700&display=swap);

body[data-layout-mode=dark] {
    background-color: #030f16;
    color: #6f7d86
}

body[data-layout-mode=dark] .h1,
body[data-layout-mode=dark] .h2,
body[data-layout-mode=dark] .h3,
body[data-layout-mode=dark] .h4,
body[data-layout-mode=dark] .h5,
body[data-layout-mode=dark] .h6,
body[data-layout-mode=dark] h1,
body[data-layout-mode=dark] h2,
body[data-layout-mode=dark] h3,
body[data-layout-mode=dark] h4,
body[data-layout-mode=dark] h5,
body[data-layout-mode=dark] h6 {
    color: #eff0f2
}

#page-topbar {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(56, 72, 97, .06);
    box-shadow: 0 2px 3px rgba(56, 72, 97, .06);
    left: 255px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1002
}

.navbar-header {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 10px 0 0
}

.navbar-header .dropdown .header-item.show {
    color: #3980c0
}

.navbar-header .navbar-brand-box,
body:not([data-sidebar-size=sm]) .navbar-header .vertical-menu-btn {
    display: none
}

body:not([data-sidebar-size=sm]) .app-search {
    margin-left: 10px
}

.navbar-brand-box {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(56, 72, 97, .06);
    box-shadow: 0 2px 3px rgba(56, 72, 97, .06);
    padding: 0 1.5rem;
    position: fixed;
    width: 255px;
    z-index: 1
}

.logo {
    line-height: 70px
}

.logo .logo-sm {
    display: none
}

.logo-dark {
    display: block
}

.logo-light {
    display: none
}

.logo-txt {
    color: #384861 !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-left: 5px;
    vertical-align: text-bottom
}

.app-search {
    padding: 16px 0
}

.app-search .form-control {
    background-color: transparent;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 38px;
    padding-left: 40px;
    padding-right: 20px
}

.app-search span {
    color: #74788d;
    font-size: 16px;
    left: 13px;
    line-height: 38px;
    position: absolute;
    top: 2px;
    z-index: 10
}

.megamenu-list li {
    padding: 5px 0;
    position: relative
}

.megamenu-list li a {
    color: #495057
}

@media (max-width:991.98px) {
    .navbar-brand-box {
        width: auto
    }

    #page-topbar {
        left: 0
    }

    #page-topbar .navbar-header .navbar-brand-box {
        display: inline-block;
        position: relative
    }

    #page-topbar .navbar-header .vertical-menu-btn {
        display: inline-block
    }

    .logo span.logo-lg {
        display: none
    }

    .logo span.logo-sm {
        display: inline-block
    }
}

.page-content {
    padding: 90px 10px 60px
}

.header-item {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 70px
}

.header-item,
.header-item:hover {
    color: #555b6d
}

.header-profile-user {
    border: 1px solid #e9ebed;
    height: 36px;
    padding: 3px;
    width: 36px
}

.user .user-item-desc {
    line-height: 1.2
}

.user .user-name {
    color: #495057;
    display: block;
    font-size: 14.4px;
    font-weight: 600
}

.user .user-sub-title {
    color: #74788d;
    font-size: 11px;
    font-weight: 600
}

.noti-icon {
    position: relative
}

.noti-icon i {
    color: #555b6d;
    font-size: 20px
}

.noti-icon .noti-dot {
    -webkit-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    height: 16px;
    line-height: 1;
    position: absolute;
    right: 5px;
    top: 15px;
    width: 16px
}

.notification-item .d-flex {
    padding: .75rem 1rem
}

.notification-item .d-flex:hover {
    background-color: #f8f9fa
}

.layout-mode-light {
    display: none
}

.dropdown-icon-item {
    border: 1px solid transparent;
    border-radius: 3px;
    color: #74788d;
    display: block;
    line-height: 34px;
    padding: 15px 0 9px;
    text-align: center
}

.dropdown-icon-item img {
    height: 24px
}

.dropdown-icon-item span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dropdown-icon-item:hover {
    border-color: #f5f6f8
}

body[data-topbar=dark] #page-topbar,
body[data-topbar=dark] .navbar-brand-box {
    background-color: #003032
}

body[data-topbar=dark] .navbar-header .dropdown.show .header-item {
    background-color: hsla(0, 0%, 100%, .05)
}

body[data-topbar=dark] .header-item,
body[data-topbar=dark] .header-item:hover {
    color: #e9ecef
}

body[data-topbar=dark] .header-profile-user {
    border-color: hsla(0, 0%, 100%, .25)
}

body[data-topbar=dark] .user-name {
    color: #e9ecef
}

body[data-topbar=dark] .user-sub-title {
    color: hsla(0, 0%, 100%, .5)
}

body[data-topbar=dark] .noti-icon i {
    color: #e9ecef
}

body[data-topbar=dark] .noti-icon .noti-dot {
    -webkit-box-shadow: 0 0 0 3px #003032;
    box-shadow: 0 0 0 3px #003032
}

body[data-topbar=dark] .logo-dark {
    display: none
}

body[data-topbar=dark] .logo-light {
    display: block
}

body[data-topbar=dark] .logo-txt {
    color: #fff !important
}

body[data-topbar=dark] .app-search .form-control {
    border: transparent
}

body[data-topbar=dark] .app-search input.form-control::-webkit-input-placeholder,
body[data-topbar=dark] .app-search span {
    color: hsla(0, 0%, 100%, .5)
}

body[data-sidebar=dark] .navbar-brand-box {
    background: #f4f5f6
}

body[data-sidebar=dark] .navbar-brand-box .logo-dark {
    display: none
}

body[data-sidebar=dark] .navbar-brand-box .logo-light {
    display: block
}

@media (max-width:600px) {
    .navbar-header .dropdown {
        position: static
    }

    .navbar-header .dropdown .dropdown-menu {
        left: 10px !important;
        right: 10px !important
    }
}

@media (max-width:380px) {
    .navbar-brand-box {
        display: none
    }
}

@media (max-width:374.99px) {
    .navbar-brand-box {
        padding: 0 1rem
    }

    .language-switch {
        display: none !important
    }
}

body[data-layout-mode=dark] .notification-item .d-flex:hover {
    background-color: #082a3e
}

body[data-layout-mode=dark] #page-topbar {
    background-color: #072435;
    border-color: #061e2c
}

body[data-layout-mode=dark][data-topbar=light] .logo-light {
    display: none
}

body[data-layout-mode=dark][data-topbar=light] .logo-dark {
    display: block
}

body[data-layout-mode=dark] .layout-mode-light {
    display: inline-block
}

body[data-layout-mode=dark] .layout-mode-dark {
    display: none
}

body[data-layout-mode=dark][data-topbar=light] .navbar-brand-box {
    background: #fff;
    border-right: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

body[data-layout-mode=dark][data-topbar=light] #vertical-menu-btn,
body[data-layout-mode=dark][data-topbar=light] .navbar-brand-box .logo-txt {
    color: #384861 !important
}

body[data-layout-mode=dark][data-topbar=light] .header-item,
body[data-layout-mode=dark][data-topbar=light] .header-item:hover {
    color: #555b6d !important
}

body[data-layout-mode=dark][data-topbar=light] .header-item.border-end,
body[data-layout-mode=dark][data-topbar=light] .header-item.border-start {
    border-color: rgba(56, 72, 97, .1) !important
}

body[data-layout-mode=dark][data-topbar=light] .header-item.bg-soft-light {
    background-color: rgba(56, 72, 97, .04) !important
}

body[data-layout-mode=dark][data-topbar=light] #page-topbar {
    background-color: #fff;
    border-color: #eff0f2
}

body[data-layout-mode=dark][data-topbar=light] .dropdown-icon-item {
    color: #adb5bd
}

body[data-layout-mode=dark][data-topbar=light] .dropdown-icon-item:hover {
    background-color: #eff0f2
}

body[data-layout-mode=dark][data-topbar=light] .app-search .form-control {
    background-color: transparent;
    border: 1px solid transparent;
    color: #adb5bd
}

body[data-layout-mode=dark][data-topbar=light] .header-profile-user {
    background-color: #74788d
}

body[data-layout-mode=dark][data-topbar=light] .noti-icon i {
    color: #555b6d
}

.page-title-box {
    padding-bottom: 20px
}

.page-title-box .breadcrumb {
    background-color: transparent;
    padding: 0
}

.page-title-box h4 {
    font-size: 18px !important
}

@media (max-width:575.98px) {
    .page-title-box .page-title-right {
        display: none
    }
}

.footer {
    background-color: #fff;
    bottom: 0;
    color: #74788d;
    height: 60px;
    left: 255px;
    padding: 20px 10px;
    position: absolute;
    right: 0
}

@media (max-width:992px) {
    .footer {
        left: 0
    }
}

body[data-sidebar-size=sm] .footer {
    left: 70px
}

body[data-layout=horizontal] .footer {
    left: 0 !important
}

body[data-layout-mode=dark] .footer {
    background-color: #061e2c;
    -webkit-box-shadow: 0 0 4px rgba(239, 240, 242, .12);
    box-shadow: 0 0 4px rgba(239, 240, 242, .12);
    color: #6f7d86
}

.right-bar {
    background-color: #fff;
    bottom: 0;
    -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;
    float: right !important;
    position: fixed;
    right: -290px;
    top: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 280px;
    z-index: 9999
}

.right-bar .right-bar-toggle-close {
    background-color: #455978;
    border-radius: 50%;
    color: #f5f6f8;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px
}

.right-bar .right-bar-toggle-close:hover {
    background-color: #4b6081
}

.rightbar-overlay {
    background-color: rgba(56, 72, 97, .55);
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 9998
}

.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
    }
}

body[data-layout-mode=dark] .right-bar {
    background-color: #061e2c
}

.metismenu {
    margin: 0
}

.metismenu li {
    display: block;
    width: 100%
}

.metismenu .mm-collapse,
.metismenu .mm-collapse:not(.mm-show) {
    display: none
}

.metismenu .mm-collapse.mm-show {
    display: block
}

.metismenu .mm-collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.vertical-menu {
    background: #fff;
    border-right: 1px solid #e9ebef;
    bottom: 0;
    display: none;
    margin-top: 0;
    position: fixed;
    top: 0;
    width: 255px;
    z-index: 1005
}

.vertical-menu .vertical-menu-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.main-content {
    margin-left: 255px;
    overflow: hidden
}

.main-content .content {
    margin-top: 70px;
    padding: 0 15px 10px
}

.sidebar-menu-scroll {
    height: calc(100% - 70px);
    margin-top: 70px
}

#sidebar-menu {
    padding: 10px 0 30px
}

#sidebar-menu .mm-active>.has-arrow:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#sidebar-menu .has-arrow:after {
    content: "\f0140";
    display: block;
    font-family: Material Design Icons;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 9px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

#sidebar-menu .has-arrow+ul .has-arrow:after {
    right: 25px;
    top: 7px
}

#sidebar-menu .metismenu .menu-title:after {
    display: none
}

#sidebar-menu .metismenu .menu-item {
    margin-left: 3px
}

#sidebar-menu ul li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    color: #7b8190;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Be Vietnam, sans-serif;
    font-size: 14.4px;
    font-weight: 400;
    margin: 0 10px;
    padding: .6rem 1rem;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s
}

#sidebar-menu ul li a .nav-icon {
    color: #7b8190;
    display: inline-block;
    font-size: 1.1rem;
    min-width: 1.75rem;
    padding-bottom: .125em;
    top: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
    vertical-align: middle
}

#sidebar-menu ul li a:hover,
#sidebar-menu ul li a:hover .nav-icon {
    color: #383c40
}

#sidebar-menu ul li .badge {
    margin-left: auto
}

#sidebar-menu ul li ul.sub-menu {
    padding: 0
}

#sidebar-menu ul li ul.sub-menu li a {
    background-color: transparent;
    color: #7b8190;
    font-family: Be Vietnam, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: .5rem 1.5rem .5rem 3.6rem
}

#sidebar-menu ul li ul.sub-menu li a:hover {
    color: #383c40
}

#sidebar-menu ul li ul.sub-menu li a:hover:before {
    background-color: #3980c0;
    border-color: #3980c0
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu {
    padding: 0
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
    padding: .4rem 1.5rem .4rem 4.5rem
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a:before {
    left: 55px;
    top: 15px
}

#sidebar-menu ul li.mm-active {
    color: #3980c0
}

#sidebar-menu ul li.mm-active>a {
    background-color: #f2f3fe;
    color: #3980c0
}

#sidebar-menu ul li.mm-active>a .nav-icon {
    color: #3980c0 !important
}

#sidebar-menu ul li.mm-active .mm-show .mm-active>a {
    color: #383c40 !important
}

#sidebar-menu ul li.mm-active .mm-show .mm-active>a:before {
    background-color: #3980c0 !important;
    border-color: #3980c0 !important
}

.menu-title {
    color: #7b8190;
    cursor: default;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    opacity: .6;
    padding: 12px 25px !important;
    pointer-events: none;
    text-transform: uppercase
}

@media (max-width:992px) {
    .vertical-menu {
        display: none;
        top: 70px
    }

    .vertical-menu .sidebar-menu-scroll {
        height: 100%;
        margin-top: 0
    }

    .vertical-menu .navbar-brand-box,
    .vertical-menu .vertical-menu-btn {
        display: none
    }

    .main-content {
        margin-left: 0 !important
    }

    body.sidebar-enable .vertical-menu {
        display: block
    }
}

@media (min-width:769px) {
    body[data-sidebar-size=sm] {
        min-height: 1850px
    }
}

body[data-sidebar-size=sm] .main-content {
    margin-left: 70px
}

body[data-sidebar-size=sm] .navbar-brand-box {
    width: 70px !important
}

body[data-sidebar-size=sm] .logo span.logo-lg {
    display: none
}

body[data-sidebar-size=sm] .logo span.logo-sm {
    display: block
}

body[data-sidebar-size=sm] #page-topbar {
    left: 70px
}

body[data-sidebar-size=sm] .vertical-menu {
    position: absolute;
    width: 70px !important;
    z-index: 1001
}

body[data-sidebar-size=sm] .vertical-menu .simplebar-content-wrapper,
body[data-sidebar-size=sm] .vertical-menu .simplebar-mask {
    overflow: visible !important
}

body[data-sidebar-size=sm] .vertical-menu .simplebar-scrollbar,
body[data-sidebar-size=sm] .vertical-menu .vertical-menu-btn {
    display: none !important
}

body[data-sidebar-size=sm] .vertical-menu .simplebar-offset {
    bottom: 0 !important
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu .badge,
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu .menu-title {
    display: none !important
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu .nav.collapse {
    height: inherit !important
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu .has-arrow:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li {
    position: relative;
    white-space: nowrap
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a {
    display: block;
    padding: 15px 0;
    -webkit-transition: none;
    transition: none
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a:active,
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a:focus,
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a:hover {
    color: #383c40
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a i {
    font-size: 1.3rem;
    min-width: 50px;
    padding-bottom: 0;
    text-align: center
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a span {
    display: none;
    padding-left: 25px
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a.has-arrow:after {
    display: none
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a .nav-icon {
    top: -2px
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a {
    background-color: #f2f3fe;
    color: #3980c0;
    position: relative;
    -webkit-transition: none;
    transition: none;
    width: 250px
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a .nav-icon {
    color: #3980c0
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a span {
    display: inline
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul {
    display: block;
    height: auto !important;
    left: 70px;
    position: absolute;
    width: 190px
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul,
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul ul {
    -webkit-box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, .1);
    box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, .1)
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul a {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #7b8190;
    padding: 8px 20px;
    position: relative;
    width: 190px;
    z-index: 6
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul a:hover {
    color: #383c40
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul ul {
    background-color: #fff;
    display: none;
    padding: 5px 0;
    z-index: 9999
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul ul li:hover>ul {
    display: block;
    height: auto !important;
    left: 190px;
    margin-top: -36px;
    position: absolute;
    width: 190px
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul ul li>a span.pull-right {
    position: absolute;
    right: 20px;
    top: 12px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul ul li.active a {
    color: #f8f9fa
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu ul li ul.sub-menu li a:before {
    display: none
}

body[data-sidebar=dark] .logo-txt {
    color: #fff !important
}

body[data-sidebar=dark] .vertical-menu {
    background: #13689b;
    border-color: #13689b;
}

body[data-sidebar=dark] #sidebar-menu ul li a,
body[data-sidebar=dark] #sidebar-menu ul li a .nav-icon,
body[data-sidebar=dark] .vertical-menu .vertical-menu-btn {
    color: #a8b0c5
}

body[data-sidebar=dark] #sidebar-menu ul li a:hover,
body[data-sidebar=dark] #sidebar-menu ul li a:hover .nav-icon {
    color: #d6e0fb
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a {
    background-color: transparent;
    color: #a8b0c5
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:before {
    border-color: #a8b0c5
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover {
    color: #d6e0fb
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover:before {
    background-color: #d6e0fb;
    border-color: #d6e0fb
}

body[data-sidebar=dark] #sidebar-menu ul li.mm-active {
    color: #fff !important
}

body[data-sidebar=dark] #sidebar-menu ul li.mm-active>a {
    background-color: hsla(0, 0%, 100%, .1);
    color: #fff !important
}

body[data-sidebar=dark] #sidebar-menu ul li.mm-active .mm-show .mm-active>a,
body[data-sidebar=dark] #sidebar-menu ul li.mm-active>a .nav-icon {
    color: #fff !important
}

body[data-sidebar=dark] #sidebar-menu ul li.mm-active .mm-show .mm-active>a:before {
    background-color: #fff !important;
    border-color: #fff !important
}

body[data-sidebar=dark][data-sidebar-size=sm] {
    min-height: 1300px
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a {
    background: #003f41;
    color: #d6e0fb
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a .nav-icon {
    color: #d6e0fb
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul a {
    color: #a8b0c5
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul a:hover {
    color: #d6e0fb
}

body[data-sidebar=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul ul {
    background-color: #003032
}

body[data-sidebar=dark] .menu-title {
    color: #a8b0c5
}

body[data-layout-mode=dark][data-sidebar-size=md][data-sidebar=dark] #sidebar-menu ul li.menu-title {
    background-color: #072435
}

body[data-layout-mode=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a {
    background: #082739
}

body[data-layout-mode=dark][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul ul {
    background-color: #082739
}

body[data-layout-mode=dark] .navbar-brand-box {
    background: #061e2c
}

body[data-layout-mode=dark] .vertical-menu {
    background: #061e2c;
    border-color: #061e2c
}

body[data-layout=horizontal] .main-content {
    margin-left: 0 !important
}

body[data-sidebar-size=md] .navbar-brand-box {
    width: 160px
}

@media (max-width:991.98px) {
    body[data-sidebar-size=md] .navbar-brand-box {
        width: auto
    }
}

body[data-sidebar-size=md] .vertical-menu {
    text-align: center;
    width: 160px
}

body[data-sidebar-size=md] .vertical-menu .badge,
body[data-sidebar-size=md] .vertical-menu .has-arrow:after {
    display: none !important
}

body[data-sidebar-size=md] .vertical-menu .vertical-menu-btn {
    display: none
}

body[data-sidebar-size=md] .main-content {
    margin-left: 160px
}

body[data-sidebar-size=md] #page-topbar,
body[data-sidebar-size=md] .footer {
    left: 160px
}

@media (max-width:991.98px) {

    body[data-sidebar-size=md] #page-topbar,
    body[data-sidebar-size=md] .footer {
        left: 0
    }
}

body[data-sidebar-size=md] #sidebar-menu ul li.menu-title {
    background-color: #fafafa
}

body[data-sidebar-size=md] #sidebar-menu ul li .menu-item {
    margin-left: 0
}

body[data-sidebar-size=md] #sidebar-menu ul li a {
    display: block;
    padding: .75rem 1.1rem
}

body[data-sidebar-size=md] #sidebar-menu ul li a .nav-icon {
    display: block;
    height: 20px;
    margin: 0 auto;
    padding-bottom: .2em;
    top: -2px;
    width: 20px
}

body[data-sidebar-size=md] #sidebar-menu ul li ul.sub-menu li a {
    padding-left: 1.5rem
}

body[data-sidebar-size=md] #sidebar-menu ul li ul.sub-menu li a:before {
    display: none
}

body[data-sidebar-size=md][data-sidebar=dark] #sidebar-menu ul li.menu-title {
    background-color: #003a3c
}

body[data-sidebar-size=md]:not(.vertical-collpsed) .navbar-header .vertical-menu-btn {
    display: block
}

body[data-sidebar-size=md][data-sidebar-size=sm] .main-content {
    margin-left: 70px
}

body[data-sidebar-size=md][data-sidebar-size=sm] .vertical-menu #sidebar-menu {
    text-align: left
}

body[data-sidebar-size=md][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a .nav-icon {
    display: inline-block
}

body[data-sidebar-size=md][data-sidebar-size=sm] #page-topbar,
body[data-sidebar-size=md][data-sidebar-size=sm] .footer {
    left: 70px
}

body[data-sidebar=light] .vertical-menu {
    background: #fff;
    border-right: 1px solid #e9ebef
}

body[data-sidebar=light] .navbar-brand-box {
    background-color: #fff
}

body[data-sidebar=light] .logo {
    line-height: 70px
}

body[data-sidebar=light] .logo .logo-sm {
    display: none
}

body[data-sidebar=light] .header-item {
    color: #555b6d
}

body[data-sidebar=light] .logo-dark {
    display: block
}

body[data-sidebar=light] .logo-light {
    display: none
}

body[data-sidebar=light] .logo-txt {
    color: #384861 !important
}

body[data-sidebar=light][data-sidebar-size=sm] .logo span.logo-lg {
    display: none
}

body[data-sidebar=light][data-sidebar-size=sm] .logo span.logo-sm {
    display: block
}

body[data-sidebar=light][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a:active,
body[data-sidebar=light][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a:focus,
body[data-sidebar=light][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a:hover {
    /* color: #383c40 */
    color: #2b77a5
}

body[data-sidebar=light][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a {
    background-color: #f2f3fe;
    color: #3980c0
}

body[data-sidebar=light][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a .nav-icon {
    color: #3980c0
}

body[data-sidebar=light][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul a {
    color: #7b8190
}

body[data-sidebar=light][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>ul a:hover {
    color: #383c40
}

body[data-sidebar=light][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul ul {
    background-color: #fff
}

body[data-sidebar=light][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul ul li.active a {
    color: #f8f9fa
}

body[data-sidebar=brand] .vertical-menu {
    background-color: #3980c0;
    border-color: #3980c0
}

body[data-sidebar=brand] .vertical-menu:before {
    background-image: url(../images/profile-bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .075;
    position: absolute;
    right: 0;
    top: 0
}

body[data-sidebar=brand] .vertical-menu .vertical-menu-btn {
    color: hsla(0, 0%, 100%, .8)
}

body[data-sidebar=brand] .navbar-brand-box {
    background-color: #3980c0
}

body[data-sidebar=brand] .navbar-brand-box .logo-dark {
    display: none
}

body[data-sidebar=brand] .navbar-brand-box .logo-light {
    display: block
}

body[data-sidebar=brand] .navbar-brand-box .logo-txt {
    color: #fff !important
}

body[data-sidebar=brand] #sidebar-menu ul li.menu-title,
body[data-sidebar=brand] #sidebar-menu ul li a,
body[data-sidebar=brand] #sidebar-menu ul li a .nav-icon {
    color: hsla(0, 0%, 100%, .7)
}

body[data-sidebar=brand] #sidebar-menu ul li a:hover,
body[data-sidebar=brand] #sidebar-menu ul li a:hover .nav-icon {
    color: #fff
}

body[data-sidebar=brand] #sidebar-menu ul li ul.sub-menu li a {
    color: hsla(0, 0%, 100%, .6)
}

body[data-sidebar=brand] #sidebar-menu ul li ul.sub-menu li a:before {
    border-color: hsla(0, 0%, 100%, .6)
}

body[data-sidebar=brand] #sidebar-menu ul li ul.sub-menu li a:hover {
    color: #fff
}

body[data-sidebar=brand] #sidebar-menu ul li ul.sub-menu li a:hover:before {
    background-color: #fff;
    border-color: #fff
}

body[data-sidebar=brand] #sidebar-menu ul li .badge {
    background-color: #fff
}

body[data-sidebar=brand] #sidebar-menu ul li.mm-active {
    color: #fff !important
}

body[data-sidebar=brand] #sidebar-menu ul li.mm-active>a {
    background: none;
    color: #fff !important
}

body[data-sidebar=brand] #sidebar-menu ul li.mm-active .mm-show .mm-active>a,
body[data-sidebar=brand] #sidebar-menu ul li.mm-active>a .nav-icon {
    color: #fff !important
}

body[data-sidebar=brand] #sidebar-menu ul li.mm-active .mm-show .mm-active>a:before {
    background-color: #fff !important;
    border-color: #fff !important
}

body[data-sidebar=brand][data-topbar=light] .navbar-brand-box {
    background-color: #3980c0
}

body[data-sidebar=brand][data-topbar=light] .navbar-brand-box .logo-dark {
    display: none
}

body[data-sidebar=brand][data-topbar=light] .navbar-brand-box .logo-light {
    display: block
}

body[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a {
    background-color: #3e85c6;
    color: #fff
}

body[data-sidebar=brand][data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a .nav-icon {
    color: #fff
}

body[data-layout=horizontal] #page-topbar {
    left: 0
}

body[data-layout=horizontal] .navbar-brand-box {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    position: relative;
    width: auto
}

@media (min-width:992px) {
    body[data-layout=horizontal] .navbar-brand-box {
        margin-right: 10px;
        padding-left: 0
    }
}

body[data-layout=horizontal] .page-content {
    margin-top: 70px;
    padding: 20px 0 60px
}

@media (max-width:991.98px) {
    body[data-layout=horizontal] .page-content {
        padding-top: 20px
    }
}

@media (min-width:992px) {
    body[data-layout=horizontal] .navbar-header {
        padding-left: 10px;
        padding-right: 10px
    }
}

body[data-layout=horizontal][data-sidebar-size=sm] .navbar-brand-box {
    width: auto !important
}

.topnav {
    padding: 0 10px;
    z-index: 100
}

@media (max-width:991.98px) {
    .topnav {
        background: #fff;
        -webkit-box-shadow: 0 2px 3px rgba(56, 72, 97, .06);
        box-shadow: 0 2px 3px rgba(56, 72, 97, .06);
        left: 0;
        position: fixed;
        right: 0;
        top: 70px;
        z-index: 100
    }
}

.topnav .topnav-menu {
    margin: 0;
    padding: 0
}

.topnav .navbar-nav .nav-item {
    margin: 0 .85rem
}

.topnav .navbar-nav .nav-link {
    color: #7b8190;
    font-size: 14.4px;
    font-weight: 400;
    line-height: 70px;
    padding: 0;
    position: relative
}

.topnav .navbar-nav .nav-link i {
    font-size: 16px;
    margin-right: 3px;
    vertical-align: middle
}

.topnav .navbar-nav .nav-link svg {
    color: #7b8190;
    height: 16px;
    margin-right: 5px;
    margin-top: -1px;
    width: 16px
}

.topnav .navbar-nav .nav-link:focus,
.topnav .navbar-nav .nav-link:hover {
    background-color: transparent;
    color: #3980c0
}

.topnav .navbar-nav .nav-link:focus svg,
.topnav .navbar-nav .nav-link:hover svg {
    color: #3980c0
}

.topnav .navbar-nav .dropdown-item {
    background: transparent;
    color: #7b8190
}

.topnav .navbar-nav .dropdown-item.active,
.topnav .navbar-nav .dropdown-item:hover,
.topnav .navbar-nav .nav-item .nav-link.active,
.topnav .navbar-nav .nav-item .nav-link.active svg {
    color: #3980c0
}

@media (min-width:992px) {
    .topnav .navbar-nav .nav-item.active>.nav-link:before {
        background-color: #3980c0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%
    }
}

.topnav .navbar-nav .dropdown.active>a {
    background-color: transparent;
    color: #3980c0
}

.topnav .navbar-nav .dropdown.active>a svg,
.topnav .navbar-nav .dropdown .dropdown.active>a {
    color: #3980c0
}

.topnav .menu-title {
    padding: 12px 24px !important
}

@media (max-width:991.98px) {
    .topnav .menu-title {
        padding: 12px 16px !important
    }
}

@media (min-width:1200px) {

    body[data-layout=horizontal] .container-fluid,
    body[data-layout=horizontal] .navbar-header {
        max-width: 85%
    }
}

@media (min-width:992px) {
    .topnav .dropdown-item {
        min-width: 180px;
        padding: .5rem 1.5rem
    }

    .topnav .dropdown.mega-dropdown .mega-dropdown-menu {
        left: 0;
        right: auto
    }

    .topnav .dropdown .dropdown-menu {
        border-radius: 0 0 .25rem .25rem;
        margin-top: 0
    }

    .topnav .dropdown .dropdown-menu .arrow-down:after {
        position: absolute;
        right: 15px;
        -webkit-transform: rotate(-135deg) translateY(-50%);
        transform: rotate(-135deg) translateY(-50%)
    }

    .topnav .dropdown .dropdown-menu .dropdown .dropdown-menu {
        display: none;
        left: 100%;
        position: absolute;
        top: 0 !important
    }

    .topnav .dropdown:hover>.dropdown-menu,
    .topnav .dropdown:hover>.dropdown-menu>.dropdown:hover>.dropdown-menu {
        display: block
    }

    .navbar-toggle {
        display: none
    }
}

.arrow-down,
.arrow-down:after {
    display: inline-block
}

.arrow-down:after {
    border-color: initial;
    border-style: solid;
    border-width: 0 0 1px 1px;
    content: "";
    height: .4em;
    margin-left: 5px;
    right: 0;
    top: 50%;
    -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 {
        left: auto;
        right: 100%
    }
}

@media (max-width:991.98px) {

    .navbar-brand-box .logo-dark,
    .navbar-brand-box .logo-dark span.logo-sm {
        display: block
    }

    .navbar-brand-box .logo-light {
        display: none
    }

    .topnav {
        max-height: 360px;
        overflow-y: auto;
        padding: 0
    }

    .topnav .navbar-nav .nav-link {
        line-height: inherit;
        padding: .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 {
        background-color: transparent;
        position: relative
    }

    .topnav .dropdown .dropdown-item.active,
    .topnav .dropdown .dropdown-item:active {
        color: #3980c0
    }

    .topnav .arrow-down:after {
        position: absolute;
        right: 15px
    }
}

body[data-topbar=dark] .topnav .navbar-nav .nav-link {
    color: #a8b0c5
}

body[data-topbar=dark] .topnav .navbar-nav .nav-link:focus,
body[data-topbar=dark] .topnav .navbar-nav .nav-link:focus svg,
body[data-topbar=dark] .topnav .navbar-nav .nav-link:hover,
body[data-topbar=dark] .topnav .navbar-nav .nav-link:hover svg {
    color: #d6e0fb
}

@media (max-width:991.98px) {
    body[data-topbar=dark] .topnav .navbar-nav .nav-link {
        color: #7b8190
    }

    body[data-topbar=dark] .topnav .navbar-nav .nav-link:focus,
    body[data-topbar=dark] .topnav .navbar-nav .nav-link:focus svg,
    body[data-topbar=dark] .topnav .navbar-nav .nav-link:hover,
    body[data-topbar=dark] .topnav .navbar-nav .nav-link:hover svg {
        color: #3980c0
    }
}

body[data-topbar=dark] .topnav .navbar-nav .nav-item .nav-link.active,
body[data-topbar=dark] .topnav .navbar-nav .nav-item .nav-link.active svg {
    color: #fff
}

@media (max-width:991.98px) {

    body[data-topbar=dark] .topnav .navbar-nav .nav-item .nav-link.active,
    body[data-topbar=dark] .topnav .navbar-nav .nav-item .nav-link.active svg {
        color: #3980c0
    }
}

body[data-topbar=dark] .topnav .navbar-nav .dropdown.active>a {
    background-color: transparent;
    color: #fff
}

body[data-topbar=dark] .topnav .navbar-nav .dropdown .dropdown.active>a {
    color: #3980c0
}

@media (max-width:991.98px) {
    body[data-topbar=dark] .topnav .navbar-nav .dropdown.active>a {
        background-color: transparent;
        color: #3980c0
    }

    body[data-topbar=dark] .topnav .navbar-nav .dropdown .dropdown.active>a {
        color: #3980c0
    }
}

body[data-layout-mode=dark] .topnav .navbar-nav .nav-link,
body[data-layout-mode=dark] .topnav .navbar-nav .nav-link svg {
    color: #a8b0c5
}

body[data-layout-mode=dark] .topnav .navbar-nav .nav-link:focus,
body[data-layout-mode=dark] .topnav .navbar-nav .nav-link:hover {
    background-color: transparent;
    color: #fff
}

body[data-layout-mode=dark] .topnav .navbar-nav .nav-link:focus svg,
body[data-layout-mode=dark] .topnav .navbar-nav .nav-link:hover svg {
    color: #fff
}

body[data-layout-mode=dark] .topnav .navbar-nav .dropdown-item {
    background-color: transparent;
    color: #a8b0c5
}

body[data-layout-mode=dark] .topnav .navbar-nav .dropdown-item.active,
body[data-layout-mode=dark] .topnav .navbar-nav .dropdown-item:hover,
body[data-layout-mode=dark] .topnav .navbar-nav .nav-item .nav-link.active,
body[data-layout-mode=dark] .topnav .navbar-nav .nav-item .nav-link.active svg {
    color: #fff
}

body[data-layout-mode=dark] .topnav .navbar-nav .dropdown.active>a {
    background-color: transparent;
    color: #fff
}

body[data-layout-mode=dark] .topnav .navbar-nav .dropdown.active>a svg,
body[data-layout-mode=dark] .topnav .navbar-nav .dropdown .dropdown.active>a {
    color: #fff
}

@media (max-width:991.98px) {
    body[data-layout-mode=dark] .topnav {
        background: #082637
    }
}

body[data-layout-mode=dark] .topnav .menu-title {
    color: rgba(168, 176, 197, .6)
}

body[data-layout-size=boxed] {
    background-color: #ecedef
}

body[data-layout-size=boxed] #layout-wrapper {
    background-color: #f4f5f6;
    -webkit-box-shadow: 0 2px 3px rgba(56, 72, 97, .06);
    box-shadow: 0 2px 3px rgba(56, 72, 97, .06);
    margin: 0 auto;
    max-width: 1400px
}

body[data-layout-size=boxed] #page-topbar,
body[data-layout-size=boxed] .footer {
    margin: 0 auto;
    max-width: 1145px
}

body[data-layout-size=boxed][data-sidebar-size=sm] #page-topbar,
body[data-layout-size=boxed][data-sidebar-size=sm] .footer {
    max-width: 1330px
}

@media (min-width:769px) {
    body[data-layout-size=boxed][data-sidebar-size=sm] .main-content {
        min-height: 1850px
    }
}

body[data-layout-size=boxed][data-sidebar-size=md] #page-topbar,
body[data-layout-size=boxed][data-sidebar-size=md] .footer {
    max-width: 1240px
}

body[data-layout=horizontal][data-layout-size=boxed] #layout-wrapper,
body[data-layout=horizontal][data-layout-size=boxed] #page-topbar,
body[data-layout=horizontal][data-layout-size=boxed] .footer {
    max-width: 100%
}

body[data-layout=horizontal][data-layout-size=boxed] .container-fluid,
body[data-layout=horizontal][data-layout-size=boxed] .navbar-header {
    max-width: 1400px
}

@media (min-width:992px) {

    body[data-layout-scrollable=true] #page-topbar,
    body[data-layout-scrollable=true] .navbar-brand-box,
    body[data-layout-scrollable=true] .vertical-menu,
    body[data-layout-scrollable=true][data-layout=horizontal] #page-topbar {
        position: absolute
    }

    body[data-layout-scrollable=true][data-layout=horizontal] .navbar-brand-box {
        position: relative
    }
}

body[data-layout-mode=dark][data-layout-size=boxed] {
    background-color: #082a3e
}

body[data-layout-mode=dark][data-layout-size=boxed] #layout-wrapper {
    background-color: #051823
}

.layout-setting-btn {
    background-color: #3980c0;
    border-radius: 6px 0 0 6px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    padding: 15px 3px;
    position: fixed;
    right: 0;
    top: 47.5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 1999
}

.avatar-xs {
    height: 1rem;
    width: 1rem
}

.avatar-sm {
    height: 2rem;
    width: 2rem
}

.avatar {
    height: 3rem;
    width: 3rem
}

.avatar-md {
    height: 4rem;
    width: 4rem
}

.avatar-lg {
    height: 5rem;
    width: 5rem
}

.avatar-xl {
    height: 6rem;
    width: 6rem
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #3980c0;
    color: #fff;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    width: 100%
}

.avatar-group,
.avatar-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.avatar-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 8px
}

.avatar-group .avatar-group-item {
    border: 2px solid #fff;
    border-radius: 50%;
    margin-left: -8px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.avatar-group .avatar-group-item:hover {
    position: relative;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

body[data-layout-mode=dark] .avatar-group .avatar-group-item {
    border-color: #061e2c
}

.alert-top-border {
    border-color: #f5f6f8;
    border-top: 2px solid #f5f6f8
}

.alert-outline,
.alert-top-border {
    background-color: #fff
}

.alert-label-icon {
    border: 0;
    padding-left: 60px;
    position: relative
}

.alert-label-icon .label-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, .1);
    border-right: 1px solid hsla(0, 0%, 100%, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 45px
}

.alert-label-icon.label-arrow {
    overflow: hidden
}

.alert-label-icon.label-arrow .label-icon {
    color: #fff
}

.alert-label-icon.label-arrow .label-icon:after {
    border: 6px solid transparent;
    content: "";
    position: absolute;
    right: -12px
}

.alert-light {
    color: #74788d
}

.alert-top-border.alert-primary {
    border-top-color: #3980c0;
    color: #3980c0
}

.alert-outline.alert-primary {
    border: 1px solid rgba(57, 128, 192, .8);
    color: #3980c0
}

.alert-border-left.alert-primary {
    border-left-color: #3980c0
}

.label-arrow.alert-primary .label-icon {
    background-color: #3980c0
}

.label-arrow.alert-primary .label-icon:after {
    border-left-color: #3980c0 !important
}

.alert-top-border.alert-secondary {
    border-top-color: #74788d;
    color: #74788d
}

.alert-outline.alert-secondary {
    border: 1px solid rgba(116, 120, 141, .8);
    color: #74788d
}

.alert-border-left.alert-secondary {
    border-left-color: #74788d
}

.label-arrow.alert-secondary .label-icon {
    background-color: #74788d
}

.label-arrow.alert-secondary .label-icon:after {
    border-left-color: #74788d !important
}

.alert-top-border.alert-success {
    border-top-color: #33a186;
    color: #33a186
}

.alert-outline.alert-success {
    border: 1px solid rgba(51, 161, 134, .8);
    color: #33a186
}

.alert-border-left.alert-success {
    border-left-color: #33a186
}

.label-arrow.alert-success .label-icon {
    background-color: #33a186
}

.label-arrow.alert-success .label-icon:after {
    border-left-color: #33a186 !important
}

.alert-top-border.alert-info {
    border-top-color: #4bafe1;
    color: #4bafe1
}

.alert-outline.alert-info {
    border: 1px solid rgba(75, 175, 225, .8);
    color: #4bafe1
}

.alert-border-left.alert-info {
    border-left-color: #4bafe1
}

.label-arrow.alert-info .label-icon {
    background-color: #4bafe1
}

.label-arrow.alert-info .label-icon:after {
    border-left-color: #4bafe1 !important
}

.alert-top-border.alert-warning {
    border-top-color: #fc931d;
    color: #fc931d
}

.alert-outline.alert-warning {
    border: 1px solid rgba(252, 147, 29, .8);
    color: #fc931d
}

.alert-border-left.alert-warning {
    border-left-color: #fc931d
}

.label-arrow.alert-warning .label-icon {
    background-color: #fc931d
}

.label-arrow.alert-warning .label-icon:after {
    border-left-color: #fc931d !important
}

.alert-top-border.alert-danger {
    border-top-color: #fa6374;
    color: #fa6374
}

.alert-outline.alert-danger {
    border: 1px solid rgba(250, 99, 116, .8);
    color: #fa6374
}

.alert-border-left.alert-danger {
    border-left-color: #fa6374
}

.label-arrow.alert-danger .label-icon {
    background-color: #fa6374
}

.label-arrow.alert-danger .label-icon:after {
    border-left-color: #fa6374 !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: #384861;
    color: #384861
}

.alert-outline.alert-dark {
    border: 1px solid rgba(56, 72, 97, .8);
    color: #384861
}

.alert-border-left.alert-dark {
    border-left-color: #384861
}

.label-arrow.alert-dark .label-icon {
    background-color: #384861
}

.label-arrow.alert-dark .label-icon:after {
    border-left-color: #384861 !important
}

.alert-top-border.alert-purple {
    border-top-color: #564ab1;
    color: #564ab1
}

.alert-outline.alert-purple {
    border: 1px solid rgba(86, 74, 177, .8);
    color: #564ab1
}

.alert-border-left.alert-purple {
    border-left-color: #564ab1
}

.label-arrow.alert-purple .label-icon {
    background-color: #564ab1
}

.label-arrow.alert-purple .label-icon:after {
    border-left-color: #564ab1 !important
}

.alert-border-left {
    border-left: 3px solid
}

.alert-outline.alert-light,
.alert-top-border.alert-light {
    color: #74788d
}

body[data-layout-mode=dark] .alert .btn-close {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%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") 50%/1em auto no-repeat
}

body[data-layout-mode=dark] .alert-top-border {
    background-color: #061e2c;
    border-color: #0b334b;
    border-top: 2px solid #0b334b
}

body[data-layout-mode=dark] .alert-top-border .btn-close {
    background: transparent url("data:image/svg+xml;charset=utf-8,%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") 50%/1em auto no-repeat
}

body[data-layout-mode=dark] .alert-outline {
    background-color: #061e2c
}

body[data-layout-mode=dark] .alert-outline .btn-close {
    background: transparent url("data:image/svg+xml;charset=utf-8,%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") 50%/1em auto no-repeat
}

body[data-layout-mode=dark] .alert-outline.alert-light {
    color: #f5f6f8
}

body[data-layout-mode=dark] .alert-top-border.alert-primary {
    border-top-color: #3980c0;
    color: #3980c0
}

body[data-layout-mode=dark] .alert-top-border.alert-secondary {
    border-top-color: #74788d;
    color: #74788d
}

body[data-layout-mode=dark] .alert-top-border.alert-success {
    border-top-color: #33a186;
    color: #33a186
}

body[data-layout-mode=dark] .alert-top-border.alert-info {
    border-top-color: #4bafe1;
    color: #4bafe1
}

body[data-layout-mode=dark] .alert-top-border.alert-warning {
    border-top-color: #fc931d;
    color: #fc931d
}

body[data-layout-mode=dark] .alert-top-border.alert-danger {
    border-top-color: #fa6374;
    color: #fa6374
}

body[data-layout-mode=dark] .alert-top-border.alert-pink {
    border-top-color: #e83e8c;
    color: #e83e8c
}

body[data-layout-mode=dark] .alert-top-border.alert-light {
    border-top-color: #f5f6f8;
    color: #f5f6f8
}

body[data-layout-mode=dark] .alert-top-border.alert-dark {
    border-top-color: #384861;
    color: #384861
}

body[data-layout-mode=dark] .alert-top-border.alert-purple {
    border-top-color: #564ab1;
    color: #564ab1
}

body[data-layout-mode=dark] .alert-outline.alert-dark,
body[data-layout-mode=dark] .alert-top-border.alert-dark {
    border-color: #0b334b;
    color: #f5f6f8
}

.custom-accordion .accordion-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    background-color: #eff0f2;
    border-radius: 7px;
    color: #495057;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    padding: 12px 20px
}

.custom-accordion .accordion-list.collapsed i.accor-plus-icon:before {
    content: "\f0415"
}

.custom-accordion .accordion-list .accor-plus-icon {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    width: 24px
}

.custom-accordion a.collapsed i.accor-down-icon:before {
    content: "\f0140"
}

.custom-accordion .card-body {
    color: #74788d
}

body[data-layout-mode=dark] .accordion-button {
    border-color: #0b334b;
    color: #eff0f2
}

body[data-layout-mode=dark] .accordion-button:not(.collapsed) {
    background-color: rgba(57, 128, 192, .2);
    -webkit-box-shadow: inset 0 -1px 0 #061e2c;
    box-shadow: inset 0 -1px 0 #061e2c;
    color: #3980c0
}

body[data-layout-mode=dark] .card-body {
    color: #adb5bd
}

body[data-layout-mode=dark] .accordion-collapse,
body[data-layout-mode=dark] .accordion-item {
    border-color: #0b334b
}

.font-size-10 {
    font-size: 10px !important
}

.font-size-11 {
    font-size: 11px !important
}

.font-size-12 {
    font-size: 12px !important
}

.font-size-13 {
    font-size: 13px !important
}

.font-size-14 {
    font-size: 14px !important
}

.font-size-15 {
    font-size: 15px !important
}

.font-size-16 {
    font-size: 16px !important
}

.font-size-17 {
    font-size: 17px !important
}

.font-size-18 {
    font-size: 18px !important
}

.font-size-20 {
    font-size: 20px !important
}

.font-size-22 {
    font-size: 22px !important
}

.font-size-24 {
    font-size: 24px !important
}

.font-size-26 {
    font-size: 26px !important
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.bg-overlay {
    background-color: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.list-group-item {
    color: #495057
}

.social-list-item {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #74788d;
    display: block;
    height: 2.4rem;
    line-height: calc(2.4rem - 2px);
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 2.4rem
}

.social-list-item:hover {
    color: #384861
}

.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
}

body[data-layout-mode=dark] .btn-close {
    background: transparent url("data:image/svg+xml;charset=utf-8,%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") 50%/1em auto no-repeat
}

body[data-layout-mode=dark] .border-bottom {
    border-bottom: 1px solid #0b334b !important
}

body[data-layout-mode=dark] .border,
body[data-layout-mode=dark] .border-top,
body[data-layout-mode=dark] .list-group-item {
    border-color: #0b334b !important
}

body[data-layout-mode=dark] .border-primary {
    border-color: #3980c0 !important
}

body[data-layout-mode=dark] .border-secondary {
    border-color: #74788d !important
}

body[data-layout-mode=dark] .border-success {
    border-color: #33a186 !important
}

body[data-layout-mode=dark] .border-info {
    border-color: #4bafe1 !important
}

body[data-layout-mode=dark] .border-warning {
    border-color: #fc931d !important
}

body[data-layout-mode=dark] .border-danger {
    border-color: #fa6374 !important
}

body[data-layout-mode=dark] .border-pink {
    border-color: #e83e8c !important
}

body[data-layout-mode=dark] .border-light {
    border-color: #f5f6f8 !important
}

body[data-layout-mode=dark] .border-dark {
    border-color: #384861 !important
}

body[data-layout-mode=dark] .border-purple {
    border-color: #564ab1 !important
}

body[data-layout-mode=dark] .border-light {
    border-color: #0b334b !important
}

body[data-layout-mode=dark] .text-dark {
    color: #f5f6f8 !important
}

body[data-layout-mode=dark] .text-muted {
    color: #6f7d86 !important
}

body[data-layout-mode=dark] .text-body {
    color: #adb5bd !important
}

body[data-layout-mode=dark] .list-group-item {
    background-color: #061e2c;
    color: #6f7d86
}

body[data-layout-mode=dark] .img-thumbnail {
    background-color: #082637;
    border-color: #0b334b
}

body[data-layout-mode=dark] .popover-header {
    color: #061e2c
}

body[data-layout-mode=dark] .custom-blockpuote.blockquote.blockpuote-outline-dark {
    border-color: #0b334b
}

body[data-layout-mode=dark] .custom-blockpuote.blockquote.blockpuote-outline-dark .blockquote-footer {
    color: #0b334b
}

body[data-layout-mode=dark] .social-list-item {
    border: 1px solid #061e2c;
    color: #6f7d86
}

body[data-layout-mode=dark] .social-list-item:hover {
    color: #adb5bd
}

#preloader {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999
}

#status {
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.spinner .spin-icon {
    -webkit-animation: spin 1.6s linear infinite;
    animation: spin 1.6s linear infinite;
    color: #3980c0;
    display: inline-block;
    font-size: 48px;
    position: relative
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

body[data-layout-mode=dark] .modal-footer,
body[data-layout-mode=dark] .modal-header {
    border-color: #0b334b
}

[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 {
    display: inline-block;
    padding-left: 0;
    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 {
    background-color: #fff;
    border-width: 2px
}

.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 {
    color: #384861;
    content: "\f012c";
    font-family: Material Design Icons;
    font-size: 16px;
    left: 1px;
    position: absolute;
    top: -4px !important
}

.form-radio-outline .form-check-input {
    background-color: #fff;
    border-width: 2px
}

.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 {
    content: "\f0765";
    font-family: Material Design Icons;
    font-size: 6px;
    left: 4px;
    position: absolute;
    top: 7px !important
}

.form-check-primary .form-check-input:checked,
.form-radio-primary .form-check-input:checked {
    background-color: #3980c0;
    border-color: #3980c0
}

.form-radio-primary .form-check-input:checked:after {
    color: #3980c0
}

.form-check-secondary .form-check-input:checked,
.form-radio-secondary .form-check-input:checked {
    background-color: #74788d;
    border-color: #74788d
}

.form-radio-secondary .form-check-input:checked:after {
    color: #74788d
}

.form-check-success .form-check-input:checked,
.form-radio-success .form-check-input:checked {
    background-color: #33a186;
    border-color: #33a186
}

.form-radio-success .form-check-input:checked:after {
    color: #33a186
}

.form-check-info .form-check-input:checked,
.form-radio-info .form-check-input:checked {
    background-color: #4bafe1;
    border-color: #4bafe1
}

.form-radio-info .form-check-input:checked:after {
    color: #4bafe1
}

.form-check-warning .form-check-input:checked,
.form-radio-warning .form-check-input:checked {
    background-color: #fc931d;
    border-color: #fc931d
}

.form-radio-warning .form-check-input:checked:after {
    color: #fc931d
}

.form-check-danger .form-check-input:checked,
.form-radio-danger .form-check-input:checked {
    background-color: #fa6374;
    border-color: #fa6374
}

.form-radio-danger .form-check-input:checked:after {
    color: #fa6374
}

.form-check-pink .form-check-input:checked,
.form-radio-pink .form-check-input:checked {
    background-color: #e83e8c;
    border-color: #e83e8c
}

.form-radio-pink .form-check-input:checked:after {
    color: #e83e8c
}

.form-check-light .form-check-input:checked,
.form-radio-light .form-check-input:checked {
    background-color: #f5f6f8;
    border-color: #f5f6f8
}

.form-radio-light .form-check-input:checked:after {
    color: #f5f6f8
}

.form-check-dark .form-check-input:checked,
.form-radio-dark .form-check-input:checked {
    background-color: #384861;
    border-color: #384861
}

.form-radio-dark .form-check-input:checked:after {
    color: #384861
}

.form-check-purple .form-check-input:checked,
.form-radio-purple .form-check-input:checked {
    background-color: #564ab1;
    border-color: #564ab1
}

.form-radio-purple .form-check-input:checked:after {
    color: #564ab1
}

.form-check,
.form-check-input,
.form-check-label {
    cursor: pointer;
    margin-bottom: 0
}

.form-switch-md {
    font-size: 20px;
    line-height: 26px;
    min-height: 26px
}

.form-switch-md .form-check-label {
    font-size: .875rem;
    vertical-align: middle
}

.form-switch-lg {
    font-size: 26px;
    line-height: 36px;
    min-height: 36px
}

.form-switch-lg .form-check-label {
    font-size: .875rem;
    vertical-align: middle
}

.input-group-text {
    margin-bottom: 0
}

.card-radio {
    padding: 4px
}

body[data-layout-mode=dark] .form-control {
    background-color: #072435;
    border: 1px solid #0b334b;
    color: #adb5bd
}

body[data-layout-mode=dark] .form-select {
    background-color: #082637;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23f5f6f8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    border: 1px solid #0b334b;
    color: #adb5bd
}

body[data-layout-mode=dark] .form-check-input {
    background-color: #0b334b;
    border-color: hsla(0, 0%, 100%, .25)
}

body[data-layout-mode=dark] .form-check-input:checked {
    background-color: #3980c0;
    border-color: #3980c0
}

body[data-layout-mode=dark] .hstack {
    -webkit-box-orient: horizontal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-item-align: stretch;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row
}

body[data-layout-mode=dark] .hstack,
body[data-layout-mode=dark] .vstack {
    -webkit-box-direction: normal;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body[data-layout-mode=dark] .vstack {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -ms-flex-item-align: stretch;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    flex-direction: column
}

body[data-layout-mode=dark] .form-switch .form-check-input {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

body[data-layout-mode=dark] .input-group-text {
    background-color: #0b334b;
    border-color: #0b334b;
    color: #eff0f2
}

body[data-layout-mode=dark] .form-control::-webkit-file-upload-button {
    background-color: #0b334b;
    color: #eff0f2
}

body[data-layout-mode=dark] .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #0b334b
}

.main-chart .chart-border-left {
    border-left: 1.4px solid #eff0f2;
    padding: 2px 20px
}

@media (max-width:575.98px) {
    .main-chart .chart-border-left {
        border: 0
    }
}

.main-chart .chart-border-left:last-child {
    margin-right: 0
}

.widget-chat {
    height: 300px !important
}

.widget-chat-list {
    height: 373px !important
}

@media (min-width:992px) {
    .map-widget {
        border-right: 1px solid #eff0f2
    }
}

.activity-feed {
    list-style: none
}

.activity-feed .feed-item {
    border-left: 2px solid #f5f6f8;
    padding-bottom: 24px;
    padding-left: 20px;
    position: relative
}

.activity-feed .feed-item:after {
    background-color: #fff;
    border: 2px solid #3980c0;
    border-radius: 50%;
    content: "";
    display: block;
    height: 15px;
    left: -9px;
    position: absolute;
    top: 0;
    width: 15px
}

.activity-feed .feed-item:first-child {
    border-color: #3980c0
}

.activity-feed .feed-item:first-child:after {
    background-color: #3980c0
}

.activity-feed .feed-item:last-child {
    border-color: transparent
}

.bg-bubbles {
    height: 100%;
    left: 0;
    opacity: .1;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.bg-bubbles li {
    -webkit-animation: square 20s infinite;
    animation: square 20s infinite;
    color: #fff;
    display: block;
    list-style: none;
    position: absolute;
    top: -50px;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.bg-bubbles li:first-child {
    left: 5%;
    top: -50px
}

.bg-bubbles li:nth-child(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    left: 15%;
    top: -100px
}

.bg-bubbles li:nth-child(3) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: 25%;
    top: -200px
}

.bg-bubbles li:nth-child(4) {
    -webkit-animation-duration: 22s;
    animation-duration: 22s;
    left: 50%;
    top: -100px
}

.bg-bubbles li:nth-child(5) {
    left: 80%;
    top: -250px
}

.bg-bubbles li:nth-child(6) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    left: 70%;
    top: -350px
}

.bg-bubbles li:nth-child(7) {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
    left: 80%;
    top: -50px
}

.bg-bubbles li:nth-child(8) {
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    left: 55%
}

.bg-bubbles li:nth-child(8),
.bg-bubbles li:nth-child(9) {
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    top: 50px
}

.bg-bubbles li:nth-child(9) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    left: 85%
}

.bg-bubbles li:nth-child(10) {
    -webkit-animation-delay: 11s;
    animation-delay: 11s;
    left: 90%;
    top: -100px
}

.main-icon {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0
}

.main-icon i {
    color: #fff;
    font-size: 24px
}

.main-wid {
    position: relative;
    z-index: 2
}

@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(350px) rotate(600deg);
        transform: translateY(350px) rotate(600deg)
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(350px) rotate(600deg);
        transform: translateY(350px) rotate(600deg)
    }
}

body[data-layout-mode=dark] .activity-feed .feed-item {
    border-left: 2px solid #082a3e
}

body[data-layout-mode=dark] .activity-feed .feed-item:after {
    background-color: #061e2c
}

body[data-layout-mode=dark] .activity-feed .feed-item:first-child {
    border-color: #3980c0
}

body[data-layout-mode=dark] .activity-feed .feed-item:first-child:after {
    background-color: #3980c0
}

body[data-layout-mode=dark] .main-chart .chart-border-left {
    border-left: 1.4px solid #0b334b
}

@media (min-width:992px) {
    body[data-layout-mode=dark] .map-widget {
        border-right: 1px solid #0b334b
    }
}

body[data-layout-mode=dark] .best-product-title {
    color: #384861
}

.best-product {
    background-image: url(../images/product/best-img.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

[dir=rtl] .best-product {
    background-image: url(../images/product/best-img-rtl.jpg)
}

.grid-example {
    background-color: rgba(57, 128, 192, .05);
    border-radius: 5px;
    font-size: .8rem;
    font-weight: 500;
    padding: 10px 20px
}

.button-items {
    margin-bottom: -12px;
    margin-left: -8px
}

.button-items .btn {
    margin-bottom: 12px;
    margin-left: 8px
}

.search-box .search-icon {
    top: 0
}

.bs-example-modal {
    bottom: auto;
    display: block;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    z-index: 1
}

.icon-demo-content {
    color: #adb5bd;
    text-align: center
}

.icon-demo-content i,
.icon-demo-content svg {
    border: 2px solid #eff0f2;
    border-radius: 4px;
    color: #74788d;
    display: block;
    font-size: 24px;
    height: 40px;
    line-height: 36px;
    margin: 0 auto 16px;
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 40px
}

.icon-demo-content svg {
    padding: 6px
}

.icon-demo-content .col-lg-4 {
    margin-top: 24px
}

.icon-demo-content .col-lg-4:hover i,
.icon-demo-content .col-lg-4:hover svg {
    background-color: #3980c0;
    border-color: #3980c0;
    color: #fff;
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.grid-structure .grid-container {
    background-color: #f8f9fa;
    font-size: .8rem;
    font-weight: 500;
    margin-top: 10px;
    padding: 10px 20px
}

body[data-layout-mode=dark] .grid-structure .grid-container {
    background-color: rgba(57, 128, 192, .05)
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

body[data-layout-mode=dark] .icon-demo-content i,
body[data-layout-mode=dark] .icon-demo-content svg {
    border-color: #0b334b;
    color: #eff0f2
}

.ribbon {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 1px 22px;
    position: absolute;
    right: -26px;
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.card-radio {
    background-color: #fff;
    border: 2px solid #eff0f2;
    border-radius: .25rem;
    display: block;
    overflow: hidden;
    padding: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap
}

.card-radio:hover {
    cursor: pointer
}

.card-radio-label {
    display: block
}

.edit-btn {
    height: 35px;
    line-height: 40px;
    margin-top: -50px;
    position: absolute;
    right: 25px;
    text-align: center;
    width: 35px
}

.card-radio-input {
    display: none
}

.card-radio-input:checked+.card-radio {
    border-color: #3980c0 !important
}

.card-radio-input:checked+.card-radio:before {
    color: #3980c0;
    content: "\e9a4";
    font-family: boxicons;
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 5px
}

.navs-carousel .owl-nav {
    margin-top: 16px
}

.navs-carousel .owl-nav button {
    background-color: rgba(57, 128, 192, .25) !important;
    border-radius: 50% !important;
    color: #3980c0 !important;
    font-size: 20px !important;
    height: 30px;
    line-height: 28px !important;
    margin: 4px 8px !important;
    width: 30px
}

body[data-layout-mode=dark] .card-radio {
    background-color: #061e2c;
    border: 2px solid #082a3e
}

@media print {

    .footer,
    .navbar-header,
    .page-title-box,
    .right-bar,
    .vertical-menu {
        display: none !important
    }

    .card-body,
    .main-content,
    .page-content,
    .right-bar,
    body {
        margin: 0;
        padding: 0
    }

    .card {
        border: 0
    }
}

[data-simplebar] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-line-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-content: flex-start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative
}

.simplebar-wrapper {
    height: inherit;
    max-height: inherit;
    max-width: inherit;
    overflow: hidden;
    width: inherit
}

.simplebar-mask {
    direction: inherit;
    height: auto !important;
    left: 0;
    overflow: hidden;
    right: 0;
    width: auto !important;
    z-index: 0
}

.simplebar-mask,
.simplebar-offset {
    bottom: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0
}

.simplebar-offset {
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    direction: inherit !important;
    left: 0 !important;
    resize: none !important;
    right: 0 !important
}

.simplebar-content-wrapper {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    direction: inherit;
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
    padding: 0 !important;
    position: relative;
    scrollbar-width: none;
    visibility: visible;
    width: auto
}

.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%;
    pointer-events: none;
    width: 100%
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    -ms-flex-negative: 0;
    -ms-flex-preferred-size: 0;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    flex-basis: 0;
    flex-grow: inherit;
    flex-shrink: 0;
    float: left;
    height: 100%;
    margin: 0;
    max-height: 1px;
    max-width: 1px;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: -1
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    height: 1000%;
    left: 0;
    min-height: 1px;
    min-width: 1px;
    opacity: 0;
    top: 0;
    width: 1000%;
    z-index: -1
}

.simplebar-height-auto-observer,
.simplebar-track {
    overflow: hidden;
    pointer-events: none;
    position: absolute
}

.simplebar-track {
    bottom: 0;
    right: 0;
    z-index: 1
}

[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 {
    min-height: 10px;
    position: absolute;
    right: 2px;
    width: 6px
}

.simplebar-scrollbar:before {
    background: #a2adb7;
    border-radius: 7px;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 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 {
    bottom: 2px;
    top: 2px
}

.simplebar-track.simplebar-horizontal {
    height: 11px;
    left: 0
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 7px;
    left: 0;
    min-height: 0;
    min-width: 10px;
    right: auto;
    top: 2px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    left: 0;
    right: auto
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    height: 500px;
    opacity: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    position: fixed;
    visibility: hidden;
    width: 500px
}

.simplebar-hide-scrollbar {
    left: 0;
    overflow-y: scroll;
    position: fixed;
    scrollbar-width: none;
    visibility: hidden
}

.custom-scroll {
    height: 100%
}

.fc td,
.fc th {
    border: 1px solid #eff0f2
}

.fc .fc-toolbar h2 {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase
}

@media (max-width:767.98px) {

    .fc .fc-toolbar .fc-center,
    .fc .fc-toolbar .fc-left,
    .fc .fc-toolbar .fc-right {
        clear: both;
        display: block;
        float: none;
        margin: 10px 0;
        text-align: center
    }

    .fc .fc-toolbar>*>* {
        float: none
    }

    .fc .fc-toolbar .fc-today-button {
        display: none
    }
}

.fc .fc-toolbar .btn {
    text-transform: capitalize
}

.fc .fc-col-header-cell {
    background-color: #f5f6f8
}

.fc .fc-col-header-cell-cushion {
    display: block;
    padding: 8px 4px
}

.fc .fc-daygrid-day-number {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    height: 24px;
    justify-content: center;
    margin: 2px;
    padding: 0;
    width: 24px
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(57, 128, 192, .1)
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    background-color: #3980c0;
    color: #fff
}

.fc .fc-list-event:hover td {
    background: transparent
}

.fc .fc-list-event-dot {
    border-color: #fff
}

.fc .fc-list-event-title a {
    color: #fff !important
}

.fc .fc-col-header,
.fc .fc-daygrid-body,
.fc .fc-scrollgrid-sync-table {
    width: 100% !important
}

.fc-theme-bootstrap a:not([href]) {
    color: #495057
}

.fc-event {
    color: #fff
}

.fc th.fc-widget-header {
    background: #eff0f2;
    color: #495057;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #eff0f2
}

.fc-unthemed td.fc-today {
    background: #fbfbfc
}

.fc-button {
    background: #fff;
    border-color: #eff0f2;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #495057;
    height: auto !important;
    padding: 6px 12px !important;
    text-transform: capitalize
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down {
    background-color: #3980c0;
    color: #fff;
    text-shadow: none
}

.fc-event {
    border: none;
    border-radius: 2px;
    cursor: move;
    font-size: .8125rem;
    margin: 5px 7px;
    padding: 5px;
    text-align: center
}

.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover,
.fc-event,
.fc-event-dot {
    background-color: #3980c0
}

.fc-daygrid-dot-event {
    color: #fff !important
}

.fc-daygrid-dot-event .fc-event-title {
    font-weight: 600
}

.fc-daygrid-event-dot {
    border-color: #fff !important;
    color: #fff !important
}

.fc-event .fc-content {
    color: #fff
}

#external-events .external-event {
    margin: 6px 0;
    padding: 8px 16px;
    text-align: left
}

.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
    }
}

body[data-layout-mode=dark] .fc-daygrid-day,
body[data-layout-mode=dark] .fc td,
body[data-layout-mode=dark] .fc th {
    border-color: #0b334b
}

body[data-layout-mode=dark] .fc-col-header-cell {
    background-color: #082637;
    border-color: #0b334b
}

body[data-layout-mode=dark] .fc-theme-bootstrap a:not([href]) {
    color: #6f7d86
}

.noUi-connect {
    background: #3980c0
}

.noUi-handle {
    background: #fff
}

.noUi-horizontal {
    height: 8px
}

.noUi-horizontal .noUi-handle {
    border-radius: 50%;
    height: 20px;
    right: -10px;
    top: -7px;
    width: 20px
}

.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 {
    border-radius: 50%;
    height: 20px;
    right: -7px;
    top: -12px;
    width: 20px
}

.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 {
    cursor: pointer
}

.noUi-touch-area:focus {
    outline: 0
}

#blue,
#green,
#red {
    display: inline-block;
    height: 200px;
    margin: 10px
}

#colorpicker {
    height: 240px;
    margin: 0 auto;
    padding: 10px;
    width: 310px
}

#colorpicker,
#result {
    border: 1px solid #eff0f2
}

#result {
    border-radius: 7px;
    -webkit-box-shadow: 0 0 3px;
    box-shadow: 0 0 3px;
    display: inline-block;
    height: 100px;
    margin: 60px 26px;
    vertical-align: top;
    width: 100px
}

#red .noUi-connect {
    background: #fa6374
}

#green .noUi-connect {
    background: #33a186
}

#blue .noUi-connect {
    background: #3980c0
}

.form-control.keyboard {
    max-width: 340px !important
}

#input-number,
#input-select {
    margin: 15px 5px 5px;
    padding: 7px;
    width: 70px
}

.example-val {
    color: #74788d;
    display: block;
    font-size: 12px;
    margin: 15px 0
}

.example-val:before {
    content: "Value: ";
    font-size: 12px;
    font-weight: 600
}

.noUi-tooltip {
    display: none
}

.noUi-active .noUi-tooltip {
    display: block
}

.c-1-color {
    background: #fa6374
}

.c-2-color {
    background: #fc931d
}

.c-3-color {
    background: #33a186
}

.c-4-color {
    background: #3980c0
}

.c-5-color {
    background: #564ab1
}

#slider-toggle {
    height: 50px
}

#slider-toggle.off .noUi-handle {
    border-color: #fa6374
}

body[data-layout-mode=dark] .noUi-target {
    background-color: #0b334b;
    border-color: #0b334b;
    -webkit-box-shadow: inset 0 1px 1px #0b334b, 0 3px 6px -5px #0b334b;
    box-shadow: inset 0 1px 1px #0b334b, 0 3px 6px -5px #0b334b
}

body[data-layout-mode=dark] .example-val {
    color: #6f7d86
}

.swal2-container .swal2-title {
    font-size: 24px;
    font-weight: 500
}

.swal2-content {
    font-size: 16px
}

.swal2-icon.swal2-question {
    border-color: #4bafe1;
    color: #4bafe1
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #33a186
}

.swal2-icon.swal2-success .swal2-success-ring {
    border-color: rgba(51, 161, 134, .3)
}

.swal2-icon.swal2-warning {
    border-color: #fc931d;
    color: #fc931d
}

.swal2-styled:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.swal2-progress-steps .swal2-progress-step,
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #3980c0
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step,
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
    background: rgba(57, 128, 192, .3)
}

.swal2-progress-steps .swal2-progress-step-line {
    background: #3980c0
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    border-left-color: #3980c0 !important;
    border-right-color: #3980c0 !important
}

.swal2-file,
.swal2-input,
.swal2-textarea {
    border: 1px solid #e2e5e8
}

.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
    border-color: #cbced1;
    -webkit-box-shadow: none;
    box-shadow: none
}

body[data-layout-mode=dark] .swal2-popup {
    background-color: #0b334b !important
}

body[data-layout-mode=dark] .swal2-content {
    color: #adb5bd
}

body[data-layout-mode=dark] .swal2-html-container {
    color: #6f7d86
}

body[data-layout-mode=dark] .swal2-file,
body[data-layout-mode=dark] .swal2-input,
body[data-layout-mode=dark] .swal2-textarea {
    border: 1px solid #0e3f5d !important
}

.alertify .ajs-header {
    color: #495057;
    font-size: 16px;
    font-weight: 500;
    position: relative
}

.alertify .ajs-dialog {
    background-color: #fff;
    border-radius: .4rem;
    -webkit-box-shadow: 0 2px 3px rgba(56, 72, 97, .06);
    box-shadow: 0 2px 3px rgba(56, 72, 97, .06);
    overflow: hidden
}

.alertify .ajs-dialog .ajs-footer,
.alertify .ajs-dialog .ajs-header {
    background-color: #fff
}

.alertify .ajs-body {
    color: #495057
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
    color: #495057;
    font-size: 13px;
    font-weight: 500
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    color: #3980c0
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
    text-align: right
}

.alertify .ajs-body .ajs-content {
    padding: 16px 0
}

.alertify .ajs-body .ajs-content .ajs-input:focus-visible {
    outline: none
}

.alertify .ajs-body .ajs-content .ajs-input {
    background-color: #fff;
    border: 1px solid #e2e5e8;
    border-radius: .25rem;
    color: #495057;
    display: block;
    line-height: 1.6;
    padding: .47rem .75rem;
    width: 100%
}

.alertify .ajs-commands {
    left: auto;
    margin: 0;
    right: 16px;
    top: 16px
}

.alertify .ajs-commands button {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%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") 50%/1em auto no-repeat !important;
    height: 1em;
    opacity: .5;
    padding: .25em;
    width: 1em
}

.alertify-notifier .ajs-message {
    background-color: #3980c0;
    border-color: #3980c0;
    border-radius: 4px;
    color: #fff;
    text-shadow: none !important
}

.alertify-notifier .ajs-message.ajs-success {
    background-color: #33a186;
    border-color: #33a186
}

.alertify-notifier .ajs-message.ajs-error {
    background-color: #fa6374;
    border-color: #fa6374
}

.alertify-notifier .ajs-message.ajs-warning {
    background-color: #fc931d;
    border-color: #fc931d
}

.alertify-notifier.ajs-right {
    left: auto;
    right: 10px
}

.alertify-notifier.ajs-right .ajs-message {
    left: auto;
    right: -320px
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
    left: auto;
    right: 290px
}

.alertify-notifier.ajs-left {
    left: 10px;
    right: auto
}

.alertify-notifier.ajs-left .ajs-message {
    left: -300px;
    right: auto
}

.alertify-notifier.ajs-left .ajs-message.ajs-visible {
    left: 0;
    right: auto
}

body[data-layout-mode=dark] .alertify .ajs-dialog {
    background-color: #061e2c
}

body[data-layout-mode=dark] .alertify .ajs-footer,
body[data-layout-mode=dark] .alertify .ajs-header {
    background-color: #061e2c;
    border-color: #0b334b;
    color: #eff0f2
}

body[data-layout-mode=dark] .alertify .ajs-body {
    color: #adb5bd
}

body[data-layout-mode=dark] .alertify .ajs-body .ajs-content .ajs-input {
    background-color: #072435;
    border: 1px solid #0b334b;
    color: #adb5bd
}

body[data-layout-mode=dark] .alertify .ajs-footer .ajs-buttons .ajs-button {
    color: #adb5bd
}

body[data-layout-mode=dark] .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    color: #3980c0
}

body[data-layout-mode=dark] .alertify .ajs-commands button {
    background: transparent url("data:image/svg+xml;charset=utf-8,%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") 50%/1em auto no-repeat !important
}

.choices__inner {
    background-color: #fff;
    border: 1px solid #e2e5e8 !important;
    border-radius: .25rem;
    min-height: 38px;
    padding: .25rem 2.5rem .25rem .5rem;
    vertical-align: middle
}

.choices__list--dropdown {
    border: 1px solid #e2e5e8 !important;
    -webkit-box-shadow: 0 2px 3px rgba(56, 72, 97, .06);
    box-shadow: 0 2px 3px rgba(56, 72, 97, .06)
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: .25rem
}

.choices[data-type*=select-one] .choices__button {
    left: auto;
    margin-left: 0;
    margin-right: 25px;
    right: 0
}

.choices[data-type*=select-one]:after {
    border-color: #384861 transparent transparent;
    left: auto;
    right: 11.5px
}

.choices[data-type*=select-one].is-open:after {
    border-color: transparent transparent #384861
}

.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
}

.choices__list--multiple .choices__item {
    background-color: #3980c0;
    border-color: #3980c0;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 7px
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #3980c0;
    border: 1px solid #3980c0
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #f5f6f8
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #74788d;
    border-color: #74788d
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    border-left: 1px solid hsla(0, 0%, 100%, .5);
    border-right: 0;
    margin: 0 -4px 0 8px
}

body[data-layout-mode=dark] .choices__list--dropdown {
    border: 1px solid #0b334b !important
}

body[data-layout-mode=dark] .choices__heading {
    border: 1px solid #0b334b
}

body[data-layout-mode=dark] .choices__inner {
    background-color: #072435;
    border: 1px solid #0b334b !important;
    color: #adb5bd
}

body[data-layout-mode=dark] .choices__input {
    background-color: #072435;
    color: #adb5bd
}

body[data-layout-mode=dark] .choices[data-type*=select-one]:after {
    border-color: #adb5bd transparent transparent
}

body[data-layout-mode=dark] .choices[data-type*=select-one].is-open:after {
    border-color: transparent transparent #adb5bd
}

body[data-layout-mode=dark] .choices[data-type*=select-one] .choices__input {
    background-color: #072435;
    border: 1px solid #0b334b;
    color: #adb5bd
}

body[data-layout-mode=dark] .choices__list--dropdown {
    background-color: #072435;
    border-color: #0b334b
}

body[data-layout-mode=dark] .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #0b334b
}

body[data-layout-mode=dark] .choices.is-disabled .choices__inner,
body[data-layout-mode=dark] .choices.is-disabled .choices__input {
    background-color: #072435
}

input[switch] {
    display: none
}

input[switch]+label {
    background-color: #e2e5e8;
    background-image: none;
    border-radius: 2rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    height: 24px;
    line-height: 1;
    padding: .16667rem;
    position: relative;
    width: 56px
}

input[switch]+label,
input[switch]+label:before {
    font-weight: 500;
    text-align: center;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

input[switch]+label:before {
    color: #384861;
    content: attr(data-off-label);
    display: block;
    font-family: inherit;
    font-size: 12px;
    line-height: 21px;
    margin: 3px;
    min-width: 1.66667rem;
    overflow: hidden;
    position: absolute;
    right: 1px;
    top: -2px
}

input[switch]+label:after {
    background-color: #f5f6f8;
    border-radius: 2rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    content: "";
    height: 20px;
    left: 3px;
    position: absolute;
    top: 2px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    width: 20px
}

input[switch]:checked+label {
    background-color: #3980c0
}

input[switch]:checked+label:before {
    color: #fff;
    content: attr(data-on-label);
    left: 3px;
    right: auto
}

input[switch]:checked+label:after {
    background-color: #f5f6f8;
    left: 33px
}

input[switch=bool]+label {
    background-color: #fa6374
}

input[switch=bool]+label:before,
input[switch=bool]:checked+label:before,
input[switch=default]:checked+label:before {
    color: #fff
}

input[switch=bool]:checked+label {
    background-color: #33a186
}

input[switch=default]:checked+label {
    background-color: #a2a2a2
}

input[switch=primary]:checked+label {
    background-color: #3980c0
}

input[switch=success]:checked+label {
    background-color: #33a186
}

input[switch=info]:checked+label {
    background-color: #4bafe1
}

input[switch=warning]:checked+label {
    background-color: #fc931d
}

input[switch=danger]:checked+label {
    background-color: #fa6374
}

input[switch=dark]:checked+label {
    background-color: #384861
}

.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: #495057
}

.gridjs-head {
    margin-bottom: 15px;
    position: relative;
    z-index: 1
}

.gridjs-wrapper {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.gridjs-wrapper::-webkit-scrollbar {
    -webkit-appearance: none
}

.gridjs-wrapper::-webkit-scrollbar:vertical {
    width: 12px
}

.gridjs-wrapper::-webkit-scrollbar:horizontal {
    height: 12px
}

.gridjs-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(56, 72, 97, .075);
    border: 2px solid #fff;
    border-radius: 10px
}

.gridjs-wrapper::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 10px
}

.gridjs-table {
    width: 100%
}

td.gridjs-td,
th.gridjs-th {
    border: solid #eff0f2;
    border-width: 0 0 1px;
    padding: .75rem
}

th.gridjs-th {
    background-color: #f8f9fa;
    border-top: 0;
    color: #495057
}

th.gridjs-th-sort:focus,
th.gridjs-th-sort:hover {
    background-color: #f2f4f6
}

.gridjs-footer {
    border: none;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.gridjs-pagination {
    color: #74788d
}

.gridjs-pagination .gridjs-pages button {
    border: none !important;
    border: none;
    border-radius: 30px !important;
    height: 32px;
    line-height: 32px;
    margin: 0 5px;
    min-width: 32px;
    padding: 0;
    text-align: center
}

.gridjs-pagination .gridjs-pages button:disabled,
.gridjs-pagination .gridjs-pages button:hover:disabled,
.gridjs-pagination .gridjs-pages button[disabled] {
    color: #adb5bd
}

.gridjs-pagination .gridjs-pages button:hover {
    background-color: #f5f6f8;
    color: #275985
}

.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: #6db568;
    border-color: #3980c0;
    color: #fff;
    font-weight: 500
}

input.gridjs-input {
    background-color: #fff;
    border-color: #e2e5e8;
    color: #495057;
    font-size: 13px
}

input.gridjs-input:focus {
    background-color: #fff;
    border-color: #cbced1;
    -webkit-box-shadow: none;
    box-shadow: none
}

body[data-layout-mode=dark] .gridjs-container {
    color: #6f7d86
}

body[data-layout-mode=dark] .gridjs-wrapper {
    border-color: #0b334b
}

body[data-layout-mode=dark] .gridjs-wrapper::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 100%, .075);
    border: 2px solid #061e2c
}

body[data-layout-mode=dark] .gridjs-wrapper::-webkit-scrollbar-track {
    background-color: #061e2c
}

body[data-layout-mode=dark] input.gridjs-input {
    background-color: #072435;
    border: 1px solid #0b334b;
    color: #adb5bd
}

body[data-layout-mode=dark] input.gridjs-input::-webkit-input-placeholder {
    color: #6f7d86
}

body[data-layout-mode=dark] input.gridjs-input::-moz-placeholder {
    color: #6f7d86
}

body[data-layout-mode=dark] input.gridjs-input:-ms-input-placeholder {
    color: #6f7d86
}

body[data-layout-mode=dark] input.gridjs-input::-ms-input-placeholder {
    color: #6f7d86
}

body[data-layout-mode=dark] input.gridjs-input::placeholder {
    color: #6f7d86
}

body[data-layout-mode=dark] th.gridjs-th {
    background-color: #072435;
    color: #adb5bd
}

body[data-layout-mode=dark] td.gridjs-td,
body[data-layout-mode=dark] th.gridjs-th {
    border-color: #0b334b
}

body[data-layout-mode=dark] .gridjs-tbody,
body[data-layout-mode=dark] td.gridjs-td {
    background-color: #061e2c
}

body[data-layout-mode=dark] .gridjs-footer {
    background-color: #061e2c;
    border-color: #0b334b
}

body[data-layout-mode=dark] .gridjs-pagination {
    color: #6f7d86
}

body[data-layout-mode=dark] .gridjs-pagination .gridjs-pages button {
    background-color: #061e2c;
    color: #6f7d86
}

body[data-layout-mode=dark] .gridjs-pagination .gridjs-pages button.gridjs-currentPage {
    background-color: #3980c0;
    border-color: #3980c0;
    color: #fff
}

.pcr-app {
    background: #fff
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview {
    margin-left: 0;
    margin-right: .75em
}

.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],
.input[readonly] {
    background-color: #fff
}

.flatpickr-months,
.flatpickr-weekdays {
    background-color: #3980c0
}

span.flatpickr-weekday {
    color: #fff;
    font-weight: 500
}

.flatpickr-am-pm:focus,
.flatpickr-am-pm:hover,
.flatpickr-current-month .flatpickr-monthDropdown-months:hover,
.numInput:focus,
.numInput:hover,
.numInputWrapper:focus,
.numInputWrapper:hover {
    background-color: transparent !important
}

.flatpickr-weekdays {
    border-bottom: 1px solid #eff0f2;
    height: 36px !important
}

.flatpickr-day {
    color: #384861 !important
}

.flatpickr-day:focus,
.flatpickr-day:hover {
    background-color: rgba(245, 246, 248, .7) !important
}

.flatpickr-day.today {
    background-color: rgba(57, 128, 192, .1);
    border-color: #3980c0 !important
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
    background-color: rgba(57, 128, 192, .15) !important;
    color: #384861 !important
}

.flatpickr-day.selected {
    background-color: #3980c0 !important;
    border-color: #3980c0 !important;
    color: #fff !important
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
    color: rgba(56, 72, 97, .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: #3980c0 !important;
    border-color: #3980c0 !important;
    color: #fff !important
}

.flatpickr-months .flatpickr-month,
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    fill: hsla(0, 0%, 100%, .9) !important;
    color: hsla(0, 0%, 100%, .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: hsla(0, 0%, 100%, .9) !important
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time input {
    color: #384861 !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: hsla(0, 0%, 100%, .9) !important
}

body[data-layout-mode=dark] .flatpickr-calendar {
    background-color: #082637 !important;
    -webkit-box-shadow: 1px 0 0 #0b334b, -1px 0 0 #0b334b, 0 1px 0 #0b334b, 0 -1px 0 #0b334b, 0 3px 13px rgba(0, 0, 0, .08) !important;
    box-shadow: 1px 0 0 #0b334b, -1px 0 0 #0b334b, 0 1px 0 #0b334b, 0 -1px 0 #0b334b, 0 3px 13px rgba(0, 0, 0, .08) !important
}

body[data-layout-mode=dark] .flatpickr-calendar.hasTime .flatpickr-time {
    border-top: 1px solid #0b334b !important
}

body[data-layout-mode=dark] .flatpickr-weekdays {
    border-color: #0b334b
}

body[data-layout-mode=dark] .flatpickr-day {
    color: #adb5bd !important
}

body[data-layout-mode=dark] .flatpickr-day:focus,
body[data-layout-mode=dark] .flatpickr-day:hover {
    background-color: rgba(11, 51, 75, .7) !important
}

body[data-layout-mode=dark] .flatpickr-day.today {
    background-color: rgba(57, 128, 192, .1);
    border-color: #3980c0 !important
}

body[data-layout-mode=dark] .flatpickr-day.today:focus,
body[data-layout-mode=dark] .flatpickr-day.today:hover {
    background-color: rgba(57, 128, 192, .15) !important;
    color: #384861 !important
}

body[data-layout-mode=dark] .flatpickr-day.inRange,
body[data-layout-mode=dark] .flatpickr-day.nextMonthDay.inRange,
body[data-layout-mode=dark] .flatpickr-day.nextMonthDay.today.inRange,
body[data-layout-mode=dark] .flatpickr-day.nextMonthDay:focus,
body[data-layout-mode=dark] .flatpickr-day.nextMonthDay:hover,
body[data-layout-mode=dark] .flatpickr-day.prevMonthDay.inRange,
body[data-layout-mode=dark] .flatpickr-day.prevMonthDay.today.inRange,
body[data-layout-mode=dark] .flatpickr-day.prevMonthDay:focus,
body[data-layout-mode=dark] .flatpickr-day.prevMonthDay:hover,
body[data-layout-mode=dark] .flatpickr-day.today.inRange,
body[data-layout-mode=dark] .flatpickr-day:focus,
body[data-layout-mode=dark] .flatpickr-day:hover {
    background-color: #0b334b;
    border-color: #0b334b
}

body[data-layout-mode=dark] .flatpickr-day.selected {
    background-color: #3980c0 !important;
    border-color: #3980c0 !important;
    color: #fff !important
}

body[data-layout-mode=dark] .flatpickr-day.flatpickr-disabled,
body[data-layout-mode=dark] .flatpickr-day.flatpickr-disabled:hover,
body[data-layout-mode=dark] .flatpickr-day.nextMonthDay,
body[data-layout-mode=dark] .flatpickr-day.notAllowed,
body[data-layout-mode=dark] .flatpickr-day.notAllowed.nextMonthDay,
body[data-layout-mode=dark] .flatpickr-day.notAllowed.prevMonthDay,
body[data-layout-mode=dark] .flatpickr-day.prevMonthDay {
    color: rgba(173, 181, 189, .3) !important
}

body[data-layout-mode=dark] .flatpickr-day.inRange {
    -webkit-box-shadow: -5px 0 0 #0b334b, 5px 0 0 #0b334b;
    box-shadow: -5px 0 0 #0b334b, 5px 0 0 #0b334b
}

body[data-layout-mode=dark] .flatpickr-day.endRange,
body[data-layout-mode=dark] .flatpickr-day.endRange.inRange,
body[data-layout-mode=dark] .flatpickr-day.endRange.nextMonthDay,
body[data-layout-mode=dark] .flatpickr-day.endRange.prevMonthDay,
body[data-layout-mode=dark] .flatpickr-day.endRange:focus,
body[data-layout-mode=dark] .flatpickr-day.endRange:hover,
body[data-layout-mode=dark] .flatpickr-day.selected,
body[data-layout-mode=dark] .flatpickr-day.selected.inRange,
body[data-layout-mode=dark] .flatpickr-day.selected.nextMonthDay,
body[data-layout-mode=dark] .flatpickr-day.selected.prevMonthDay,
body[data-layout-mode=dark] .flatpickr-day.selected:focus,
body[data-layout-mode=dark] .flatpickr-day.selected:hover,
body[data-layout-mode=dark] .flatpickr-day.startRange,
body[data-layout-mode=dark] .flatpickr-day.startRange.inRange,
body[data-layout-mode=dark] .flatpickr-day.startRange.nextMonthDay,
body[data-layout-mode=dark] .flatpickr-day.startRange.prevMonthDay,
body[data-layout-mode=dark] .flatpickr-day.startRange:focus,
body[data-layout-mode=dark] .flatpickr-day.startRange:hover {
    background-color: #3980c0 !important;
    border-color: #3980c0 !important;
    color: #fff !important
}

body[data-layout-mode=dark] .flatpickr-time .flatpickr-am-pm,
body[data-layout-mode=dark] .flatpickr-time .flatpickr-time-separator,
body[data-layout-mode=dark] .flatpickr-time input {
    color: #adb5bd !important
}

body[data-layout-mode=dark] .flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #adb5bd
}

body[data-layout-mode=dark] .flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #adb5bd
}

.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: transparent !important
}

.ck.ck-editor__main>.ck-editor__editable {
    background-color: #fff !important;
    border-top: 0 !important;
    border-color: #e2e5e8 !important
}

.ck.ck-dropdown__panel,
.ck.ck-editor__main>.ck-editor__editable,
.ck.ck-list {
    -webkit-box-shadow: 0 2px 3px rgba(56, 72, 97, .06) !important;
    box-shadow: 0 2px 3px rgba(56, 72, 97, .06) !important
}

.ck.ck-dropdown__panel,
.ck.ck-list {
    background: #fff !important;
    border: 1px solid #e2e5e8 !important
}

.ck.ck-reset_all,
.ck.ck-reset_all * {
    color: #495057 !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: #384861 !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: Be Vietnam Pro, sans-serif
}

body[data-layout-mode=dark] .ck.ck-toolbar {
    background-color: #0b334b !important;
    border-color: #0b334b !important
}

body[data-layout-mode=dark] .ck.ck-dropdown__panel,
body[data-layout-mode=dark] .ck.ck-list {
    background-color: #082637 !important;
    border-color: #082637 !important;
    -webkit-box-shadow: 0 2px 3px rgba(56, 72, 97, .06) !important;
    box-shadow: 0 2px 3px rgba(56, 72, 97, .06) !important
}

body[data-layout-mode=dark] .ck.ck-editor__main>.ck-editor__editable {
    background-color: #061e2c !important;
    border-color: #0b334b !important
}

body[data-layout-mode=dark] .ck.ck-icon :not([fill]) {
    fill: #adb5bd !important
}

body[data-layout-mode=dark] .ck.ck-reset_all,
body[data-layout-mode=dark] .ck.ck-reset_all * {
    color: #6f7d86 !important
}

body[data-layout-mode=dark] .ck .ck-input-text,
body[data-layout-mode=dark] .ck .ck-label,
body[data-layout-mode=dark] .ck .ck-link-form {
    background-color: #082637 !important
}

body[data-layout-mode=dark] .ck.ck-button:active,
body[data-layout-mode=dark] .ck.ck-button:focus,
body[data-layout-mode=dark] a.ck.ck-button:active,
body[data-layout-mode=dark] a.ck.ck-button:focus {
    border-color: #0b334b !important
}

body[data-layout-mode=dark] .ck.ck-button:not(.ck-disabled):hover,
body[data-layout-mode=dark] .ck.ck-toolbar .ck.ck-button.ck-on,
body[data-layout-mode=dark] a.ck.ck-button.ck-on,
body[data-layout-mode=dark] a.ck.ck-button:not(.ck-disabled):hover {
    background: hsla(203, 9%, 48%, .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: Be Vietnam, sans-serif
}

.ql-container.ql-snow {
    border-color: #e2e5e8
}

.ql-bubble {
    border: 1px solid #e2e5e8;
    border-radius: .25rem
}

.ql-toolbar {
    font-family: Be Vietnam, sans-serif !important
}

.ql-toolbar span {
    color: #495057;
    outline: none !important
}

.ql-toolbar span:hover {
    color: #3980c0 !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 {
    border-radius: .25rem;
    -webkit-box-shadow: 0 2px 3px rgba(56, 72, 97, .06);
    box-shadow: 0 2px 3px rgba(56, 72, 97, .06)
}

.ql-snow .ql-script,
.ql-snow .ql-strike svg,
.ql-snow .ql-stroke {
    stroke: #495057
}

.ql-snow .ql-fill {
    fill: #495057
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    left: auto;
    right: 0
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #495057
}

.ql-snow .ql-picker-options {
    background-color: #fff;
    border-color: #e2e5e8 !important
}

body[data-layout-mode=dark] .ql-container.ql-snow,
body[data-layout-mode=dark] .ql-toolbar.ql-snow {
    border-color: #0b334b
}

body[data-layout-mode=dark] .ql-toolbar span {
    color: #adb5bd
}

body[data-layout-mode=dark] .ql-snow .ql-script,
body[data-layout-mode=dark] .ql-snow .ql-strike svg,
body[data-layout-mode=dark] .ql-snow .ql-stroke {
    stroke: #adb5bd
}

body[data-layout-mode=dark] .ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #adb5bd
}

body[data-layout-mode=dark] .ql-snow .ql-picker-options {
    background-color: #0b334b;
    border-color: #0b334b !important
}

body[data-layout-mode=dark] .ql-bubble {
    border-color: #0b334b
}

body[data-layout-mode=dark] .ql-bubble .ql-tooltip {
    background-color: #0b334b
}

.dropzone {
    background: #fff;
    border: 2px dashed #e2e5e8;
    border-radius: 6px;
    min-height: 230px
}

.dropzone .dz-message {
    font-size: 24px;
    width: 100%
}

body[data-layout-mode=dark] .dropzone {
    background: #072130;
    border-color: #0b334b
}

.wizard-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.wizard-nav .wizard-list-item {
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.wizard-nav .wizard-list-item .list-item {
    font-size: 14px;
    position: relative;
    width: 100%
}

.wizard-nav .step-icon {
    border: 1px solid rgba(57, 128, 192, .2);
    border-radius: 50%;
    color: #3980c0;
    display: inline-block;
    font-size: 22px;
    height: 56px;
    line-height: 54px;
    position: relative;
    text-align: center;
    width: 56px;
    z-index: 1
}

@media (max-width:575.98px) {
    .wizard-nav .step-icon {
        height: 40px;
        line-height: 38px;
        width: 40px
    }
}

.wizard-nav .step-title {
    margin-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: #3980c0;
    color: #fff
}

.wizard-nav .wizard-list-item .list-item.done .uil:before {
    content: "\e9c3"
}

.wizard-nav .list-item {
    font-size: 14px;
    position: relative
}

@media (max-width:575.98px) {
    .wizard-nav .list-item {
        padding: .5rem
    }
}

.wizard-nav .list-item:after {
    background-color: #eff0f2;
    content: "";
    height: 2px;
    left: 62%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 75%
}

@media (max-width:575.98px) {
    .wizard-nav .list-item:after {
        display: none
    }
}

.wizard-nav .list-item.active {
    background-color: transparent;
    color: #495057
}

.wizard-nav .list-item.active .step-icon {
    background-color: rgba(57, 128, 192, .2);
    border-color: rgba(57, 128, 192, .2);
    color: #3980c0
}

.wizard-tab {
    display: none
}

body[data-layout-mode=dark] .wizard-nav .list-item:after {
    background-color: #0b334b
}

.apex-charts {
    min-height: 10px !important
}

.apex-charts text {
    font-family: Be Vietnam, sans-serif !important
}

.apex-charts .apexcharts-canvas {
    margin: 0 auto
}

.apexcharts-tooltip *,
.apexcharts-tooltip-text,
.apexcharts-tooltip-title {
    font-family: Be Vietnam, sans-serif !important
}

.apexcharts-tooltip * {
    color: #74788d !important
}

.apexcharts-tooltip.apexcharts-theme-dark * {
    color: #fff !important
}

.apexcharts-legend-series {
    font-weight: 500
}

.apexcharts-gridline {
    stroke: #f8f9fa;
    pointer-events: none
}

.apexcharts-legend-text {
    color: #74788d !important;
    font-family: Be Vietnam, sans-serif !important;
    font-size: 13px !important
}

.apexcharts-pie-label {
    fill: #fff !important
}

.apexcharts-subtitle-text,
.apexcharts-title-text {
    fill: #adb5bd
}

.apexcharts-xaxis text,
.apexcharts-yaxis text {
    fill: #adb5bd;
    font-family: Be Vietnam, sans-serif !important
}

.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 {
    background: #fff;
    border: 1px solid #eff0f2;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 48%;
    padding-left: 0;
    padding-top: 20px;
    width: 96%
}

#chart-year {
    float: left;
    position: relative;
    z-index: 3
}

#chart-year,
#chart-year.chart-quarter-activated {
    -webkit-transition: transform 1s ease;
    transition: transform 1s ease
}

#chart-year.chart-quarter-activated {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

#chart-quarter {
    float: left;
    position: relative;
    -webkit-transition: transform 1s ease;
    transition: transform 1s ease;
    z-index: -2
}

#chart-quarter.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 1.1s ease-in-out;
    transition: transform 1.1s ease-in-out;
    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%)
    }
}

body[data-layout-mode=dark] .apexcharts-gridline {
    stroke: #082637
}

body[data-layout-mode=dark] .apexcharts-tooltip.apexcharts-theme-light {
    background-color: #061e2c;
    border-color: #082637
}

body[data-layout-mode=dark] .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
    background-color: #0b334b;
    border-color: #0d3b56
}

body[data-layout-mode=dark] .apexcharts-legend-text {
    color: #adb5bd !important
}

body[data-layout-mode=dark] .apexcharts-grid-row+line,
body[data-layout-mode=dark] .apexcharts-heatmap-rect,
body[data-layout-mode=dark] .apexcharts-pie-area,
body[data-layout-mode=dark] .apexcharts-radialbar-track.apexcharts-track path,
body[data-layout-mode=dark] .apexcharts-treemap-rect,
body[data-layout-mode=dark] .apexcharts-xaxis line,
body[data-layout-mode=dark] .apexcharts-yaxis-texts-g.apexcharts-xaxis-inversed-texts-g+line {
    stroke: #0d3b56
}

body[data-layout-mode=dark] .apexcharts-radar-series.apexcharts-plot-series line,
body[data-layout-mode=dark] .apexcharts-radar-series.apexcharts-plot-series polygon {
    fill: #0b334b;
    stroke: #0d3b56
}

body[data-layout-mode=dark] .apexcharts-pie circle {
    stroke: #0d3b56
}

body[data-layout-mode=dark] #chart-quarter,
body[data-layout-mode=dark] #chart-year {
    background-color: #061e2c;
    border-color: #082637
}

body[data-layout-mode=dark] .apexcharts-pie line {
    stroke: #0b334b
}

.chartjs-chart {
    max-height: 320px
}

body[data-layout-mode=dark] .toast,
body[data-layout-mode=dark] .toast-header {
    background-color: rgba(11, 51, 75, .85);
    color: #6f7d86
}

body[data-layout-mode=dark] .toast-header {
    color: #adb5bd
}

.glightbox-clean .gslide-title {
    font-family: Be Vietnam, sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px
}

.glightbox-clean .gslide-desc {
    font-family: Be Vietnam, sans-serif;
    font-size: 14px
}

.glightbox-clean .gclose {
    border: 2px solid #fff;
    border-radius: 7px;
    left: auto;
    right: 10px
}

@media (min-width:992px) {
    .glightbox-clean .gclose {
        left: auto;
        right: 20px
    }
}

.glightbox-clean .gclose svg {
    width: 12px
}

.gmaps,
.gmaps-panaroma {
    background: #f8f9fa;
    border-radius: 3px;
    height: 300px
}

.gmaps-overlay {
    background: #3980c0;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 40px;
    padding: 10px 20px;
    text-align: center
}

.gmaps-overlay_arrow {
    height: 0;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 0
}

.gmaps-overlay_arrow.above {
    border-top: 16px solid #3980c0;
    bottom: -15px
}

.gmaps-overlay_arrow.above,
.gmaps-overlay_arrow.below {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent
}

.gmaps-overlay_arrow.below {
    border-bottom: 16px solid #3980c0;
    top: -15px
}

.jvm-tooltip {
    background-color: #3980c0;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 6px rgba(56, 72, 97, .1);
    box-shadow: 0 5px 6px rgba(56, 72, 97, .1);
    font-family: Be Vietnam, sans-serif;
    padding: 3px 5px
}

.leaflet-map {
    height: 300px
}

.leaflet-map.leaflet-container {
    z-index: 99
}

body[data-topbar=dark] .auth-logo .logo-txt {
    color: #384861 !important
}

.home-btn {
    position: fixed;
    right: 25px;
    top: 15px
}

.authentication-bg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-image: url(../images/auth-bg-1.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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 {
    background-color: #003032
}

.authentication-bg .auth-cover-card .authentication-bg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: flex-start;
    justify-content: flex-start
}

.authentication-bg .auth-cover-card .bg-overlay {
    opacity: .6
}

.authentication-bg .auth-cover-card .form-floating label {
    color: hsla(0, 0%, 100%, .5)
}

.authentication-bg .auth-cover-card .form-floating .form-control {
    background-color: hsla(0, 0%, 100%, .1);
    border-color: hsla(0, 0%, 100%, .1);
    color: #fff
}

.authentication-bg .auth-cover-card .form-floating .form-floating-icon {
    color: hsla(0, 0%, 100%, .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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #74788d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 56px
}

.error-font {
    font-size: 9rem;
    text-shadow: 4px 4px 6px rgba(33, 37, 41, .26)
}

.mover-animation {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.signin-other-title {
    position: relative
}

.signin-other-title:after {
    background-color: #eff0f2;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 10px;
    width: 100%
}

.signin-other-title .title {
    background-color: #fff;
    display: inline-block;
    padding: 2px 16px;
    position: relative;
    z-index: 9
}

.auth-img {
    background-image: url(https://images.unsplash.com/photo-1593062096033-9a26b09da705?auto=format&fit=crop&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&q=80&w=1050);
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%
}

@media (max-width:991.98px) {
    .auth-img {
        height: 250px
    }
}

body[data-layout-mode=dark] .authentication-bg {
    background-image: url(../images/auth-bg-dark.jpg)
}

body[data-layout-mode=dark] .authentication-bg .bg-overlay {
    opacity: .1
}

body[data-layout-mode=dark] .authentication-bg .auth-logo .auth-logo-dark {
    display: none
}

body[data-layout-mode=dark] .authentication-bg .auth-logo .auth-logo-light {
    display: block
}

.email-leftbar {
    border-radius: 5px;
    float: left;
    padding: 20px;
    width: 266px
}

.email-rightbar {
    margin-left: 284px
}

.chat-user-box p.user-title {
    color: #384861;
    font-weight: 500
}

.chat-user-box p {
    font-size: 13px
}

@media (max-width:767px) {
    .email-leftbar {
        float: none;
        width: 100%
    }

    .email-rightbar {
        margin: 0
    }
}

.mail-list a {
    color: #74788d;
    display: block;
    line-height: 24px;
    padding: 8px 5px
}

.mail-list a.active {
    color: #fa6374;
    font-weight: 500
}

.message-list {
    display: block;
    padding-left: 0
}

.message-list li {
    cursor: default;
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.message-list li a {
    color: #74788d
}

.message-list li.selected {
    background-color: rgba(239, 240, 242, .6)
}

.message-list li:hover {
    background: #eff0f2;
    -webkit-transition-duration: .05s;
    transition-duration: .05s
}

.message-list li .col-mail {
    float: left;
    position: relative
}

.message-list li .col-mail-1 {
    width: 320px
}

.message-list li .col-mail-1 .checkbox-wrapper-mail,
.message-list li .col-mail-1 .dot,
.message-list li .col-mail-1 .star-toggle {
    display: block;
    float: left
}

.message-list li .col-mail-1 .dot {
    border: 4px solid transparent;
    border-radius: 100px;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 22px 26px 0;
    width: 0
}

.message-list li .col-mail-1 .checkbox-wrapper-mail {
    margin: 15px 10px 0 20px
}

.message-list li .col-mail-1 .star-toggle {
    margin-left: 5px;
    margin-top: 18px
}

.message-list li .col-mail-1 .title {
    left: 110px;
    margin-bottom: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap
}

.message-list li .col-mail-2 {
    bottom: 0;
    left: 320px;
    position: absolute;
    right: 0;
    top: 0
}

.message-list li .col-mail-2 .date,
.message-list li .col-mail-2 .subject {
    position: absolute;
    top: 0
}

.message-list li .col-mail-2 .subject {
    left: 0;
    overflow: hidden;
    right: 200px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.message-list li .col-mail-2 .date {
    padding-left: 80px;
    right: 0;
    width: 170px
}

.message-list li.active,
.message-list li.active:hover {
    -webkit-box-shadow: inset 3px 0 0 #3980c0;
    box-shadow: inset 3px 0 0 #3980c0
}

.message-list li.unread {
    background-color: #eff0f2
}

.message-list li.unread,
.message-list li.unread a {
    color: #2f3c51;
    font-weight: 500
}

.message-list .checkbox-wrapper-mail {
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 0 1px #e2e5e8;
    box-shadow: inset 0 0 0 1px #e2e5e8;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    position: relative;
    width: 20px
}

.message-list .checkbox-wrapper-mail input {
    cursor: pointer;
    opacity: 0
}

.message-list .checkbox-wrapper-mail input:checked~label {
    opacity: 1
}

.message-list .checkbox-wrapper-mail label {
    cursor: pointer;
    height: 20px;
    left: 0;
    margin-bottom: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition-duration: .05s;
    transition-duration: .05s;
    width: 20px
}

.message-list .checkbox-wrapper-mail label:before {
    color: #2f3c51;
    content: "\f012c";
    font-family: Material Design Icons;
    font-size: 13px;
    height: 20px;
    left: 4px;
    margin-top: -16px;
    position: absolute;
    top: 0;
    width: 20px
}

@media (max-width:575.98px) {
    .message-list li .col-mail-1 {
        width: 200px
    }
}

body[data-layout-mode=dark] .mail-list a {
    color: #6f7d86
}

body[data-layout-mode=dark] .mail-list a.active {
    color: #fa6374
}

body[data-layout-mode=dark] .chat-user-box p.user-title {
    color: #adb5bd
}

body[data-layout-mode=dark] .message-list li a {
    color: #6f7d86
}

body[data-layout-mode=dark] .message-list li:hover {
    background: #082637
}

body[data-layout-mode=dark] .message-list li.unread {
    background: #082637;
    color: #adb5bd
}

body[data-layout-mode=dark] .message-list .checkbox-wrapper-mail {
    -webkit-box-shadow: inset 0 0 0 1px #6f7d86;
    box-shadow: inset 0 0 0 1px #6f7d86
}

body[data-layout-mode=dark] .message-list .checkbox-wrapper-mail label:before {
    color: #adb5bd
}

@media (min-width:1200px) {
    .chat-leftsidebar {
        min-width: 380px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .chat-leftsidebar {
        min-width: 280px
    }
}

.chat-noti-dropdown.active:before {
    background-color: #fa6374;
    border-radius: 50%;
    content: "";
    height: 8px;
    position: absolute;
    right: 0;
    width: 8px
}

.chat-noti-dropdown .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 20px;
    padding: 6px
}

.chat-message-list {
    height: calc(100vh - 346px)
}

@media (min-width:992px) {
    .chat-message-list {
        height: calc(100vh - 377px)
    }
}

.chat-list {
    margin: 0
}

.chat-list li.active a {
    background-color: rgba(57, 128, 192, .075);
    border-color: transparent
}

.chat-list li a {
    border-radius: 4px;
    border-top: 1px solid #eff0f2;
    color: #74788d;
    display: block;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    padding: 12px;
    position: relative;
    text-overflow: ellipsis;
    -webkit-transition: all .4s;
    transition: all .4s;
    white-space: nowrap
}

.chat-list li a:hover {
    background-color: rgba(57, 128, 192, .075);
    border-color: transparent
}

.chat-list li .user-img {
    position: relative
}

.chat-list li .user-img .user-status {
    background-color: #adb5bd;
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: 0;
    height: 10px;
    position: absolute;
    right: 0;
    width: 10px
}

.chat-list li .user-img.online .user-status {
    background-color: #33a186
}

.chat-list li .user-img.away .user-status {
    background-color: #fc931d
}

.chat-list li.unread a {
    color: #384861;
    font-weight: 600
}

.chat-list li .unread-message {
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 33px
}

.group-list li a {
    border: 0
}

.user-chat-nav .dropdown .nav-btn {
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    width: 36px
}

.user-chat-nav .dropdown .dropdown-menu {
    border: 1px solid #eff0f2;
    -webkit-box-shadow: 0 2px 3px rgba(56, 72, 97, .06);
    box-shadow: 0 2px 3px rgba(56, 72, 97, .06)
}

.chat-conversation {
    height: calc(100vh - 300px)
}

@media (min-width:992px) {
    .chat-conversation {
        height: calc(100vh - 364px)
    }
}

.chat-conversation li {
    clear: both
}

.chat-conversation .chat-day-title {
    border: none;
    margin-bottom: 24px;
    position: relative;
    text-align: center
}

.chat-conversation .chat-day-title .title {
    background-color: #f5f6f8;
    border-radius: 30px;
    display: inline-block;
    padding: 4px 16px;
    position: relative;
    z-index: 1
}

.chat-conversation .chat-day-title:before {
    background-color: #eff0f2;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 16px;
    width: 100%
}

.chat-conversation .chat-day-title .badge {
    font-size: 12px
}

.chat-conversation .conversation-list {
    margin-bottom: 24px;
    position: relative
}

.chat-conversation .conversation-list .ctext-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.chat-conversation .conversation-list .ctext-wrap-content {
    background-color: rgba(57, 128, 192, .1);
    border-radius: 0 8px 8px 8px;
    color: #74788d;
    margin-left: 16px;
    padding: 12px 20px;
    position: relative
}

.chat-conversation .conversation-list .ctext-wrap-content:before {
    border-color: rgba(57, 128, 192, .1) rgba(57, 128, 192, .1) transparent transparent;
    border-style: solid;
    border-width: 5px;
    content: "";
    left: -10px;
    position: absolute;
    top: 0
}

.chat-conversation .conversation-list .ctext-wrap-content .conversation-name {
    margin-bottom: 4px
}

.chat-conversation .conversation-list .ctext-wrap-content .conversation-name .time {
    bottom: 0;
    color: #74788d;
    font-size: 10px;
    font-weight: 400;
    opacity: 0;
    position: absolute;
    right: -65px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.chat-conversation .conversation-list .ctext-wrap-content:hover .time {
    opacity: 1
}

.chat-conversation .conversation-list .dropdown .dropdown-toggle {
    color: #74788d;
    font-size: 18px;
    padding: 4px
}

@media (max-width:575.98px) {
    .chat-conversation .conversation-list .dropdown .dropdown-toggle {
        display: none
    }
}

.chat-conversation .conversation-list .chat-time {
    color: hsla(0, 0%, 100%, .5);
    font-size: 12px;
    margin-top: 4px;
    text-align: right
}

.chat-conversation .conversation-list .message-img {
    border-radius: .2rem;
    position: relative
}

.chat-conversation .conversation-list .message-img .message-img-list {
    position: relative
}

.chat-conversation .conversation-list .message-img img {
    max-width: 140px
}

.chat-conversation .right .conversation-list {
    float: right;
    text-align: right
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    background-color: #f5f6f8;
    border-radius: 8px 0 8px 8px;
    margin-left: 0;
    margin-right: 16px;
    order: 2;
    text-align: right
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content:before {
    border-color: #f5f6f8 transparent transparent #f5f6f8;
    border-style: solid;
    border-width: 5px;
    left: auto;
    right: -10px
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content .conversation-name .time {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    left: -65px;
    margin-left: 0;
    margin-right: 8px;
    order: 1;
    position: absolute;
    right: auto
}

.chat-conversation .right .conversation-list .dropdown {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.chat-input-section {
    border-top: 1px solid #eff0f2
}

.chat-input {
    background-color: #f5f6f8 !important;
    border-color: #f5f6f8 !important;
    border-radius: 30px
}

@media (max-width:575.98px) {
    .chat-send {
        min-width: auto
    }
}

body[data-layout=horizontal] .chat-message-list {
    height: calc(100vh - 346px)
}

@media (min-width:992px) {
    body[data-layout=horizontal] .chat-message-list {
        height: calc(100vh - 377px)
    }
}

body[data-layout=horizontal] .chat-conversation {
    height: calc(100vh - 300px)
}

@media (min-width:992px) {
    body[data-layout=horizontal] .chat-conversation {
        height: calc(100vh - 364px)
    }
}

body[data-layout-mode=dark] .chat-noti-dropdown .btn {
    color: #adb5bd
}

body[data-layout-mode=dark] .chat-list li a {
    border-color: #0b334b
}

body[data-layout-mode=dark] .chat-list li .user-img .user-status {
    border-color: #061e2c
}

body[data-layout-mode=dark] .chat-list li.unread a {
    color: #adb5bd
}

body[data-layout-mode=dark] .chat-conversation .chat-day-title .title,
body[data-layout-mode=dark] .chat-conversation .chat-day-title:before {
    background-color: #0b334b
}

body[data-layout-mode=dark] .user-chat-nav .dropdown .dropdown-menu {
    border-color: #082637
}

body[data-layout-mode=dark] .chat-conversation .conversation-list .conversation-name .user-name,
body[data-layout-mode=dark] .user-chat-nav .dropdown .nav-btn {
    color: #adb5bd
}

body[data-layout-mode=dark] .chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
    background-color: #072435
}

body[data-layout-mode=dark] .chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content:before {
    border-left-color: #072435;
    border-top-color: #072435
}

body[data-layout-mode=dark] .chat-input {
    background-color: #061e2c !important;
    border-color: #0b334b !important
}

body[data-layout-mode=dark] .chat-input-section {
    border-top: 1px solid #0b334b
}

.search-box .form-control {
    border-radius: 30px;
    padding-left: 40px
}

.search-box .search-icon {
    color: #74788d;
    font-size: 16px;
    left: 13px;
    line-height: 38px;
    position: absolute;
    top: 2px
}

.categories-list {
    padding: 4px 0
}

.categories-list li a {
    color: #495057;
    display: block;
    padding: 4px 12px
}

.categories-list li.active a {
    color: #3980c0
}

.product-box {
    border: 1px solid #eff0f2;
    cursor: pointer;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s
}

.product-box:hover {
    -webkit-box-shadow: 0 2px 3px rgba(56, 72, 97, .06);
    box-shadow: 0 2px 3px rgba(56, 72, 97, .06)
}

.product-box:hover .product-color {
    visibility: visible
}

.product-box .product-ribbon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3980c0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    height: 36px;
    justify-content: center;
    position: absolute;
    top: -2px;
    -webkit-transform: rotate(-90deg) translateX(-27%);
    transform: rotate(-90deg) translateX(-27%);
    width: 70px
}

.product-box .product-ribbon:after {
    border-color: #3980c0 transparent;
    border-style: solid;
    border-width: 18px 11px;
    content: "";
    left: -11px;
    position: absolute;
    top: 0
}

.product-wishlist {
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 9
}

.product-wishlist a {
    border: 2px solid #eff0f2;
    border-radius: 50%;
    color: #adb5bd;
    display: inline-block;
    height: 40px;
    line-height: 36px;
    text-align: center;
    width: 40px
}

.modal-button {
    position: absolute;
    right: 0;
    z-index: 2
}

@media (max-width:576px) {
    .modal-button {
        position: inherit
    }
}

.product-content {
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s
}

.product-detail .swiper-button-next,
.product-detail .swiper-button-prev {
    background: rgba(57, 128, 192, .3);
    border-radius: 50%;
    color: #3980c0;
    height: 35px;
    width: 35px
}

.product-detail .swiper-button-next:after,
.product-detail .swiper-button-prev:after {
    font-size: 20px
}

.product-detail .swiper-button-next {
    left: auto;
    right: 20px
}

.product-detail .swiper-button-prev {
    left: 20px;
    right: auto
}

.product-detail .swiper-slide-thumb-active {
    background-color: #eff0f2
}

.product-detail .swiper-slide {
    border-radius: 5px;
    padding: 5px 15px
}

.product-desc-list li {
    padding: 2px 0
}

.product-desc-color a {
    border: 2px solid #eff0f2;
    border-radius: 4px;
    color: #495057;
    display: inline-block;
    margin: 4px;
    text-align: center
}

.product-desc-color a.active,
.product-desc-color a:hover {
    border-color: #3980c0 !important;
    color: #3980c0
}

.product-review-link .list-inline-item a {
    color: #74788d;
    font-size: 15px;
    padding: 4px 8px
}

.product-cart-touchspin {
    background-color: #fff;
    border: 1px solid #e2e5e8;
    border-radius: .25rem
}

.product-cart-touchspin .form-control {
    border-color: transparent;
    height: 32px
}

.product-cart-touchspin .input-group-btn .btn {
    background-color: transparent !important;
    border-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3980c0 !important;
    font-size: 16px;
    padding: 3px 12px
}

.shipping-address {
    -webkit-box-shadow: none;
    box-shadow: none
}

.shipping-address.active {
    border-color: #3980c0 !important
}

.product-tag {
    display: block;
    font-size: 15px;
    height: 100px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9
}

.product-tag .badge {
    background: #fff;
    color: #3980c0;
    float: right;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    padding: 7px 10px;
    position: relative;
    right: -67px;
    text-align: center;
    top: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 200px
}

body[data-layout-mode=dark] .product-box {
    border: 1px solid #082a3e
}

body[data-layout-mode=dark] .product-detail .swiper-slide-thumb-active {
    background-color: #0b334b
}

body[data-layout-mode=dark] .search-box .search-icon {
    color: #eff0f2
}

body[data-layout-mode=dark] .categories-list li a {
    color: #6f7d86
}

body[data-layout-mode=dark] .product-desc-color a {
    border: 2px solid #0b334b
}

body[data-layout-mode=dark] .product-wishlist a {
    border: 2px solid #082a3e;
    color: #6f7d86
}

.countdownlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    text-align: center
}

.countdownlist .countdownlist-item {
    width: 25%
}

.countdownlist .countdownlist-item:last-of-type .count-num:after {
    display: none
}

.countdownlist .count-title {
    color: rgba(56, 72, 97, .5);
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase
}

.countdownlist .count-num {
    background-color: #fff;
    border-radius: .25rem;
    -webkit-box-shadow: 0 2px 3px rgba(56, 72, 97, .06);
    box-shadow: 0 2px 3px rgba(56, 72, 97, .06);
    font-size: 32px;
    font-weight: 600;
    padding: 16px 8px;
    position: relative
}

@media (max-width:575.98px) {
    .countdownlist .count-num {
        font-size: 18px
    }
}

.countdownlist .count-num:after {
    color: #384861;
    content: ":";
    font-size: 20px;
    position: absolute;
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.countdown-endtxt {
    font-size: 24px;
    font-weight: 600
}

.countdown-input-group {
    max-width: 350px
}

body[data-layout-mode=dark] .countdownlist .count-title {
    color: #6f7d86
}

body[data-layout-mode=dark] .countdownlist .count-num {
    background-color: #0b334b;
    color: #adb5bd
}

body[data-layout-mode=dark] .countdownlist .count-num:after {
    color: #0b334b
}

.hori-timeline .events .event-list {
    display: block;
    text-align: center
}

.hori-timeline .events .event-list:after {
    background-color: #fff;
    border: 2px solid #3980c0;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 48px;
    width: 10px
}

.hori-timeline .events .event-list:before {
    border-top: 3px dashed #eff0f2;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 52px;
    width: 100%
}

.hori-timeline .events .event-list .event-date {
    background-color: rgba(57, 128, 192, .2);
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 48px;
    padding: 2px 12px;
    position: relative
}

.verti-timeline {
    padding-left: 100px
}

.verti-timeline .event-list {
    border-left: 3px dashed #eff0f2;
    padding: 0 0 30px 30px;
    position: relative
}

.verti-timeline .event-list:after {
    background-color: #fff;
    border: 2px solid #3980c0;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    left: -6px;
    position: absolute;
    top: 6px;
    width: 10px
}

.verti-timeline .event-list .event-date {
    background-color: rgba(57, 128, 192, .2);
    border-radius: 4px;
    color: #3980c0;
    display: inline-block;
    font-size: 13px;
    left: -102px;
    padding: 2px 12px;
    position: absolute
}

.verti-timeline .event-list:last-child {
    padding-bottom: 0
}

body[data-layout-mode=dark] .hori-timeline .events .event-list:before {
    border-top: 3px dashed #0b334b
}

body[data-layout-mode=dark] .verti-timeline {
    padding-left: 100px
}

body[data-layout-mode=dark] .verti-timeline .event-list {
    border-left: 3px dashed #0b334b
}

.profile-bg {
    background-image: url(../images/profile-bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 210px
}

.pricing-box {
    border-top: 2px solid #3980c0 !important;
    margin: 0 auto 20px;
    max-width: 388px
}

.pricing-box .plan-features li {
    padding: 7px 0
}

.error-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 130px;
    justify-content: center
}

@media (max-width:1199.98px) {
    .error-text {
        font-size: 72px
    }

    .error-text .avatar-lg {
        width: 48px
    }
}

body[data-layout-mode=dark] .categories-filter .list-inline-item a {
    color: #adb5bd
}

body[data-layout-mode=dark] .categories-filter .list-inline-item a.active {
    color: #3980c0
}

body[data-layout-mode=dark] .gallery-box .box-content {
    background-color: #061e2c
}

.profile-user {
    background-image: url(../images/profile-bg-1.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    position: relative
}

.profile-user:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(57, 128, 192, .7)), to(#3980c0));
    background: linear-gradient(180deg, rgba(57, 128, 192, .7) 30%, #3980c0);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.profile-content {
    margin-top: -60px;
    position: relative
}

@media only screen and (max-width: 490px) {
  .two-step{
		padding :0;
		
  }
}