@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700,800,900&display=swap);

.fs-11 {
    font-size: .6875rem
}

.fs-12 {
    font-size: .75rem
}

.fs-13 {
    font-size: .8125rem
}

.fs-14 {
    font-size: .875rem
}

.fs-15 {
    font-size: .9375rem
}

.font-default,
.fs-16 {
    font-size: 1rem
}

.fs-xl {
    font-size: 3rem
}

.fs-lg {
    font-size: 2rem
}

.fs-md {
    font-size: 1.5rem
}

.fs-sm {
    font-size: 1.25rem
}

.fs-xs {
    font-size: 1rem
}

.fw-semibold {
    font-weight: 600 !important
}

.ah-0 {
    height: 0
}

.ah-50 {
    height: 50px
}

.ah-100 {
    height: 100px
}

.ah-200 {
    height: 200px
}

.ah-250 {
    height: 250px
}

.ah-300 {
    height: 300px
}

.ah-350 {
    height: 350px
}

.ah-400 {
    height: 40000px
}

.ah-450 {
    height: 450px
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(244, 248, 249, .6);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none
}

.spinner>div {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #394e83;
    border-radius: 50%;
    animation: circle-loader 1s infinite ease-in-out both;
    margin: 0 7px
}

.spinner .circle1 {
    animation-delay: -.32s
}

.spinner .circle2 {
    animation-delay: -.16s
}

@keyframes circle-loader {

    0%,
    100%,
    80% {
        transform: scale(.4)
    }

    40% {
        transform: scale(1)
    }
}

@media print {

    .footer,
    .page-title-box,
    .side-navbar,
    .topbar-header {
        display: none
    }

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

    .page-content-wrapper {
        margin: 0
    }
}

.footer {
    padding: 15px 12px;
    display: flex;
    background: #fff;
    margin-left: 250px;
    flex-wrap: wrap;
    overflow: hidden
}

.compact-side-menu .footer {
    margin-left: 150px
}

.left-side-menu-condensed .footer {
    margin-left: 70px
}

.setting-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 280px;
    background: #fff;
    display: flex;
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    transform: translateX(105%);
    -webkit-transform: translateX(105%);
    -ms-transform: translateX(105%);
    -moz-transform: translateX(105%);
    overflow: auto
}

.setting-sidebar .layout {
    margin-bottom: 30px;
    text-align: center
}

.setting-sidebar .layout a:hover h6 {
    color: #394e83
}

.setting-sidebar .layout h6 {
    margin: 10px 0
}

.setting-sidebar .layout:last-child {
    margin-bottom: 0
}

.setting-sidebar.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0)
}

.topbar-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 70px;
    padding-right: 24px;
    background-color: #394e83
}

.topbar-header .scroll-content {
    max-height: 240px
}

.header-item {
    height: 70px;
    display: inline-flex;
    align-items: center;
    color: #e9ecef
}

.header-item.btn {
    min-width: auto
}

.header-item.active,
.header-item.btn:first-child:active,
.header-item.show,
.header-item:active,
.header-item:focus,
.header-item:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .07);
    border-color: transparent
}

.navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px
}

.navbar-header .left-bar,
.navbar-header .right-bar {
    display: flex;
    align-items: center;
    height: 100%
}

.navbar-header .hamburg-icon {
    background: 0 0;
    border: none;
    padding: 0 15px 0 22px
}

.navbar-header .hamburg-icon i {
    font-size: 1.75rem;
    color: #e9ecef
}

.navbar-header .hamburg-icon:focus {
    outline: 0;
    box-shadow: none
}

.navbar-brand-box {
    padding: 0 1.5rem;
    text-align: center;
    width: 250px;
    background: #fff;
    height: 100%;
    line-height: 70px
}

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

.navbar-brand-box .logo {
    max-height: 19px
}

.app-search .form-control {
    background-color: rgba(244, 248, 249, .07);
    color: #fff;
    border: none;
    height: 38px;
    padding-left: 40px;
    padding-right: 15px;
    border-radius: 30px
}

.app-search span {
    position: absolute;
    top: 0;
    left: 14px;
    bottom: 0;
    color: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center
}

.app-search input.form-control::-webkit-input-placeholder,
.app-search span {
    color: rgba(255, 255, 255, .5)
}

.app-search input.form-control:-moz-placeholder,
.app-search input.form-control::-moz-placeholder {
    color: rgba(255, 255, 255, .5)
}

.notify-icon i {
    font-size: 1.5rem
}

.notify-icon-badge {
    position: absolute !important;
    top: 15px !important;
    right: 2px;
    font-size: .625rem
}

.notify-title h5 {
    display: flex;
    align-items: center;
    justify-content: space-between
}

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

.notification-item .media {
    align-items: center
}

.notification-item .media-body {
    display: flex;
    flex-direction: column;
    color: #4b4b5a;
    margin-bottom: 0
}

.notify-all {
    display: flex;
    align-items: center
}

.notify-all a {
    display: block;
    width: 100%
}

.notify-all a:hover {
    background-color: #e2e7f1
}

.dark-sidebar-menu .topbar-header {
    background: #fff
}

.dark-sidebar-menu .header-item {
    color: #636e75
}

.dark-sidebar-menu .header-item.active,
.dark-sidebar-menu .header-item:focus,
.dark-sidebar-menu .header-item:hover {
    color: #636e75
}

.dark-sidebar-menu .dropdown.show .header-item {
    background-color: rgba(0, 0, 0, .03)
}

.dark-sidebar-menu .navbar-header .hamburg-icon i {
    color: #636e75
}

.dark-sidebar-menu .navbar-header .hamburg-icon i.active,
.dark-sidebar-menu .navbar-header .hamburg-icon i:focus,
.dark-sidebar-menu .navbar-header .hamburg-icon i:hover {
    color: #636e75
}

.dark-sidebar-menu .app-search .form-control {
    background-color: #e2e7f1;
    color: #505d69
}

.dark-sidebar-menu .app-search span {
    color: #505d69
}

.horizontal-navbar .left-bar .navbar-toggle {
    display: none;
    flex-direction: column;
    padding-left: 15px
}

@media (max-width:767.98px) {
    .horizontal-navbar .left-bar .navbar-toggle {
        display: flex
    }
}

.horizontal-navbar .left-bar .navbar-toggle span {
    width: 24px;
    margin-bottom: 6px;
    height: 2px;
    background: #fff;
    display: block;
    transform-origin: 4px 0;
    transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease
}

.horizontal-navbar .left-bar .navbar-toggle span:last-child {
    margin-bottom: 0
}

.horizontal-navbar .left-bar .navbar-toggle:not(.collapsed) span {
    opacity: 1;
    transform: rotate(45deg) translate(4px, 0);
    -webkit-transform: rotate(45deg) translate(4px, 0);
    -ms-transform: rotate(45deg) translate(4px, 0);
    -moz-transform: rotate(45deg) translate(4px, 0)
}

.horizontal-navbar .left-bar .navbar-toggle:not(.collapsed) span:last-child {
    opacity: 0
}

.horizontal-navbar .left-bar .navbar-toggle:not(.collapsed) span:nth-last-child(2) {
    transform: rotate(-45deg) translate(-3px, 5px);
    -webkit-transform: rotate(-45deg) translate(-3px, 5px);
    -ms-transform: rotate(-45deg) translate(-3px, 5px);
    -moz-transform: rotate(-45deg) translate(-3px, 5px)
}

@media (min-width:1200px) {

    .horizontal-navbar .container-fluid,
    .horizontal-navbar .navbar-header {
        max-width: 85%;
        margin: 0 auto
    }
}

.horizontal-navbar .navbar {
    padding: 0
}

.horizontal-navbar .navbar-header {
    padding: 0 15px
}

.horizontal-navbar .logo-light {
    display: none
}

.horizontal-navbar .navbar-brand-box {
    width: auto;
    background: 0 0;
    padding: 0
}

.horizontal-navbar .logo-dark {
    display: block !important
}

.horizontal-navbar .main-content {
    margin-left: 0;
    margin-top: 122px;
    padding: 0
}

.horizontal-navbar .page-title-box {
    background-color: rgba(120, 89, 244, .11)
}

.horizontal-navbar .page-title-box h4 {
    color: #1e2139
}

.horizontal-navbar .page-title-box .breadcrumb .breadcrumb-item {
    color: #4b4b5a
}

.horizontal-navbar .page-title-box .breadcrumb.active {
    color: #6c757d
}

.horizontal-navbar .footer {
    margin-left: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.horizontal-topnav {
    background: #fff;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 12
}

.horizontal-topnav .navbar-nav .nav-link {
    padding: 1rem;
    color: #4b4b5a;
    display: flex;
    align-items: center
}

.horizontal-topnav .navbar-nav .nav-link[aria-expanded=true] {
    color: #394e83
}

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

.horizontal-topnav .navbar-nav .dropdown-toggle>i {
    font-size: 1rem
}

.horizontal-topnav .navbar-nav .dropdown-toggle>.bx-chevron-right {
    margin-left: auto
}

.horizontal-topnav .navbar-nav .dropdown:last-of-type .nav-link {
    padding-right: 0
}

.horizontal-topnav .navbar-nav .dropdown-item:focus,
.horizontal-topnav .navbar-nav .dropdown-item:hover {
    color: #394e83
}

.horizontal-topnav .navbar-nav .dropdown-menu .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    border-radius: 0 .25rem .25rem 0
}

@media (min-width:992px) {
    .horizontal-topnav .dropdown:hover .nav-link {
        color: #394e83
    }

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

@media (max-width:767.98px) {
    .horizontal-navbar .main-content {
        margin-top: 70px
    }

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

    .horizontal-topnav .navbar-nav .nav-link .bx-chevron-down {
        margin-left: auto
    }

    .horizontal-topnav .navbar-nav .dropdown-menu {
        position: static;
        padding-left: 15px;
        box-shadow: none
    }

    .horizontal-topnav .navbar-nav .dropdown-menu .dropdown-item:focus,
    .horizontal-topnav .navbar-nav .dropdown-menu .dropdown-item:hover {
        background: 0 0
    }

    .horizontal-topnav .navbar-nav .dropdown-menu .dropdown-menu {
        position: static
    }
}

body {
    overflow-x: hidden
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4b4b5a;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600
}

a {
    color: #394e83
}

a.active,
a:focus,
a:hover {
    text-decoration: none;
    color: #6541f2
}

a.text-default {
    color: #505d69
}

a.text-default.active,
a.text-default.focus,
a.text-default:focus,
a.text-default:hover {
    color: #394e83 !important
}

a.text-dark {
    color: #1e2139
}

a.text-dark.active,
a.text-dark.focus,
a.text-dark:focus,
a.text-dark:hover {
    color: #394e83 !important
}

label {
    font-weight: 600
}

b,
strong {
    font-weight: 700
}

small {
    font-size: .75rem
}

.form-control:focus {
    box-shadow: none
}

.main-content {
    margin-left: 250px;
    padding: 0 12px;
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    min-height: calc(100vh - 121px)
}

.main-content .page-content {
    width: 100%;
    margin-bottom: 50px
}

.page-title-box {
    padding: 24px 12px 70px 12px;
    margin: 0 -12px;
    background: #394e83;
    color: #fff
}

.page-title-box h3 {
    color: #fff
}

.page-title-box .date-icon {
    color: #505d69
}

hr {
    border-color: rgba(0, 0, 0, .3)
}

/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A jQuery menu plugin
* @version 3.0.5
* @author Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* @license: MIT
*/
.metismenu .arrow {
    float: right;
    line-height: 1.42857
}

[dir=rtl] .metismenu .arrow {
    float: left
}

.metismenu .glyphicon.arrow:before {
    content: "\e079"
}

.metismenu .mm-active>a>.glyphicon.arrow:before {
    content: "\e114"
}

.metismenu .fa.arrow:before {
    content: "\f104"
}

.metismenu .mm-active>a>.fa.arrow:before {
    content: "\f107"
}

.metismenu .ion.arrow:before {
    content: "\f3d2"
}

.metismenu .mm-active>a>.ion.arrow:before {
    content: "\f3d0"
}

.metismenu .plus-times {
    float: right
}

[dir=rtl] .metismenu .plus-times {
    float: left
}

.metismenu .fa.plus-times:before {
    content: "\f067"
}

.metismenu .mm-active>a>.fa.plus-times {
    transform: rotate(45deg)
}

.metismenu .plus-minus {
    float: right
}

[dir=rtl] .metismenu .plus-minus {
    float: left
}

.metismenu .fa.plus-minus:before {
    content: "\f067"
}

.metismenu .mm-active>a>.fa.plus-minus:before {
    content: "\f068"
}

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

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

.metismenu .has-arrow {
    position: relative
}

.metismenu .has-arrow::after {
    position: absolute;
    content: "";
    width: .5em;
    height: .5em;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: currentColor;
    border-color: initial;
    right: 1em;
    transform: rotate(-45deg) translate(0, -50%);
    transform-origin: top;
    top: 50%;
    transition: all .3s ease-out
}

[dir=rtl] .metismenu .has-arrow::after {
    right: auto;
    left: 1em;
    transform: rotate(135deg) translate(0, -50%)
}

.metismenu .has-arrow[aria-expanded=true]::after,
.metismenu .mm-active>.has-arrow::after {
    transform: rotate(-135deg) translate(0, -50%)
}

[dir=rtl] .metismenu .has-arrow[aria-expanded=true]::after,
[dir=rtl] .metismenu .mm-active>.has-arrow::after {
    transform: rotate(225deg) translate(0, -50%)
}

.logo-sm {
    display: none
}

.logo-sm img {
    width: 25px
}

.logo-lg img {
    width: 120px
}

.nav-second-level li a,
.nav-thrid-level li a {
    padding: 8px 20px;
    color: #4b4b5a;
    display: block;
    position: relative;
    transition: all .4s
}

.nav-second-level li a:focus,
.nav-second-level li a:hover,
.nav-thrid-level li a:focus,
.nav-thrid-level li a:hover {
    color: #394e83
}

.nav-second-level li>a.active,
.nav-thrid-level li>a.active {
    color: #394e83
}

.side-navbar {
    width: 250px;
    background: #fff;
    position: fixed;
    top: 70px;
    left: 0;
    bottom: 0;
    z-index: 10;
    transition-duration: .2s;
    box-shadow: 1px .05rem .01rem rgba(75, 75, 90, .075);
    padding-bottom: 15px
}

.side-navbar .scroll-content {
    height: 100%;
    max-height: 100%;
    max-width: 100%
}

.side-navbar .metismenu {
    margin-bottom: 0
}

.side-navbar .metismenu>li.mm-active>a {
    border-left: 3px solid #394e83;
    color: #394e83;
    background-color: #f7f7ff
}

.side-navbar .metismenu>li>a {
    color: #4b4b5a;
    display: flex;
    align-items: center;
    padding: 12px 30px;
    font-size: .9375rem;
    font-weight: 400;
    position: relative;
    transition: all .4s;
    border-left: 3px solid transparent
}

.side-navbar .metismenu>li>a:active,
.side-navbar .metismenu>li>a:focus,
.side-navbar .metismenu>li>a:hover {
    color: #394e83;
    text-decoration: none;
    background-color: #f7f7ff
}

.side-navbar .metismenu>li>a span {
    margin-top: 1px
}

.side-navbar .metismenu>li>a i {
    font-size: 1rem;
    margin: 0 10px 0 3px
}

.side-navbar .metismenu>li>a.active {
    border-left: 3px solid #394e83;
    color: #394e83;
    background-color: #f7f7ff
}

.side-navbar .metismenu>li>ul {
    padding-left: 43px;
    list-style: none
}

.side-navbar .metismenu>li>ul ul {
    padding-left: 20px;
    list-style: none
}

.side-navbar .menu-arrow {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    text-rendering: auto;
    line-height: 1.3rem;
    font-size: .9rem;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transition: transform .15s;
    -webkit-transition: transform .15s;
    -ms-transition: transform .15s;
    -moz-transition: transform .15s;
    display: flex;
    align-items: center
}

.side-navbar .menu-arrow:before {
    content: "\ecee";
    font-family: boxicons;
    opacity: .7
}

.side-navbar .badge {
    margin-top: 3px
}

.side-navbar .nav-second-level>li .menu-arrow {
    top: 8px
}

.side-navbar li.mm-active>a>span.menu-arrow {
    transform: rotate(90deg)
}

.side-navbar .menu-title {
    padding: 15px 30px 10px 30px;
    letter-spacing: .05em;
    font-size: .6875rem;
    text-transform: uppercase;
    color: #4b4b5a;
    font-weight: 600
}

.left-side-menu-condensed .page-wrapper {
    position: relative
}

.left-side-menu-condensed .navbar-brand-box {
    width: 70px !important;
    text-align: center
}

.left-side-menu-condensed .navbar-brand-box span.logo-lg {
    display: none
}

.left-side-menu-condensed .navbar-brand-box span.logo-sm {
    display: block !important
}

.left-side-menu-condensed .main-content {
    margin-left: 70px
}

.left-side-menu-condensed .side-navbar {
    position: absolute;
    width: 70px;
    z-index: 5;
    bottom: 0;
    top: 0;
    display: flex
}

.left-side-menu-condensed .side-navbar .scrollbar-track {
    visibility: hidden
}

.left-side-menu-condensed .side-navbar .scroll-content {
    height: auto;
    max-height: none;
    overflow: inherit !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important
}

.left-side-menu-condensed .side-navbar .badge,
.left-side-menu-condensed .side-navbar .label,
.left-side-menu-condensed .side-navbar .menu-arrow,
.left-side-menu-condensed .side-navbar .menu-title {
    display: none !important
}

.left-side-menu-condensed .side-navbar .metismenu>li.mm-active>a,
.left-side-menu-condensed .side-navbar .metismenu>li>a {
    padding: 14px;
    min-height: 54px;
    background: 0 0;
    color: #4b4b5a;
    border-left-color: transparent;
    transition: none;
    display: inline-flex
}

.left-side-menu-condensed .side-navbar .metismenu>li.mm-active>a.active,
.left-side-menu-condensed .side-navbar .metismenu>li.mm-active>a:active,
.left-side-menu-condensed .side-navbar .metismenu>li.mm-active>a:focus,
.left-side-menu-condensed .side-navbar .metismenu>li.mm-active>a:hover,
.left-side-menu-condensed .side-navbar .metismenu>li>a.active,
.left-side-menu-condensed .side-navbar .metismenu>li>a:active,
.left-side-menu-condensed .side-navbar .metismenu>li>a:focus,
.left-side-menu-condensed .side-navbar .metismenu>li>a:hover {
    color: #394e83
}

.left-side-menu-condensed .side-navbar .metismenu>li.mm-active>a i,
.left-side-menu-condensed .side-navbar .metismenu>li>a i {
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center
}

.left-side-menu-condensed .side-navbar .metismenu>li.mm-active>a span,
.left-side-menu-condensed .side-navbar .metismenu>li>a span {
    display: none;
    padding-left: 32px;
    vertical-align: baseline
}

.left-side-menu-condensed .side-navbar .metismenu>li.mm-active>a.active,
.left-side-menu-condensed .side-navbar .metismenu>li>a.active {
    background-color: #f7f7ff
}

.left-side-menu-condensed .side-navbar .metismenu>li .mm-menu,
.left-side-menu-condensed .side-navbar .metismenu>li.mm-active .mm-menu,
.left-side-menu-condensed .side-navbar .metismenu>li.mm-active>ul,
.left-side-menu-condensed .side-navbar .metismenu>li>ul {
    left: 70px;
    position: absolute;
    width: 190px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    background: #fff;
    padding-left: 0;
    display: none;
    height: auto !important
}

.left-side-menu-condensed .side-navbar .metismenu>li .mm-menu ul,
.left-side-menu-condensed .side-navbar .metismenu>li.mm-active .mm-menu ul,
.left-side-menu-condensed .side-navbar .metismenu>li.mm-active>ul ul,
.left-side-menu-condensed .side-navbar .metismenu>li>ul ul {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

.left-side-menu-condensed .side-navbar .metismenu>li .mm-menu a,
.left-side-menu-condensed .side-navbar .metismenu>li.mm-active .mm-menu a,
.left-side-menu-condensed .side-navbar .metismenu>li.mm-active>ul a,
.left-side-menu-condensed .side-navbar .metismenu>li>ul a {
    box-shadow: none;
    padding: 8px 20px;
    position: relative;
    width: 190px;
    z-index: 6
}

.left-side-menu-condensed .side-navbar .metismenu>li .mm-menu a:hover,
.left-side-menu-condensed .side-navbar .metismenu>li.mm-active .mm-menu a:hover,
.left-side-menu-condensed .side-navbar .metismenu>li.mm-active>ul a:hover,
.left-side-menu-condensed .side-navbar .metismenu>li>ul a:hover {
    color: #394e83
}

.left-side-menu-condensed .side-navbar .metismenu>li:hover>a {
    position: relative;
    width: calc(190px + 70px);
    color: #394e83 !important;
    background-color: #f7f7ff;
    border-left-color: #394e83
}

.left-side-menu-condensed .side-navbar .metismenu>li:hover>a span {
    display: inline-flex
}

.left-side-menu-condensed .side-navbar .metismenu>li:hover>ul {
    display: block
}

.left-side-menu-condensed .footer {
    left: 70px
}

.boxed-layout {
    background: #edf4f5;
    min-height: 1500px
}

.boxed-layout .side-navbar {
    position: absolute;
    left: 0;
    top: 0
}

.boxed-layout .topbar-header {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%
}

.boxed-layout .page-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    position: relative
}

.boxed-layout .navbar-custom {
    max-width: 1300px;
    margin: 0 auto
}

.boxed-layout.left-side-menu-condensed {
    min-height: auto
}

.boxed-layout.left-side-menu-condensed .footer {
    max-width: calc(1300px - 70px)
}

.compact-side-menu .logo-lg img {
    width: 95px
}

.compact-side-menu .hamburg-icon {
    display: none
}

@media (max-width:991px) {
    .compact-side-menu .hamburg-icon {
        display: block
    }
}

.compact-side-menu .app-search {
    padding-left: 24px
}

.compact-side-menu .navbar-brand-box,
.compact-side-menu .side-navbar {
    width: 150px
}

.compact-side-menu .main-content {
    margin-left: 150px
}

.compact-side-menu .side-navbar {
    text-align: center
}

.compact-side-menu .side-navbar .menu-title {
    background-color: #f6f6f7
}

.compact-side-menu .side-navbar .metismenu>li>a {
    flex-direction: column
}

.compact-side-menu .side-navbar .metismenu>li>a i {
    margin: 0 auto 5px
}

.compact-side-menu .side-navbar .metismenu>li>a .menu-arrow {
    display: none
}

.compact-side-menu .side-navbar .metismenu>li>ul {
    padding-left: 0
}

.compact-side-menu .side-navbar .metismenu>li:not(.menu-title) {
    margin-bottom: .5rem
}

.dark-sidebar-menu {
    background-color: #fff
}

.dark-sidebar-menu .app-search span {
    color: #6c757d
}

.dark-sidebar-menu .app-search input.form-control::-webkit-input-placeholder {
    color: #6c757d
}

.dark-sidebar-menu .page-title-box {
    background-color: rgba(120, 89, 244, .11)
}

.dark-sidebar-menu .page-title-box h4 {
    color: #1e2139
}

.dark-sidebar-menu .page-title-box .breadcrumb .breadcrumb-item.active {
    color: #6c757d
}

.dark-sidebar-menu .logo-light {
    display: none
}

.dark-sidebar-menu .logo-dark {
    display: block
}

.dark-sidebar-menu .navbar-brand-box,
.dark-sidebar-menu .side-navbar {
    background: #27333a
}

.dark-sidebar-menu .nav-second-level li a,
.dark-sidebar-menu .nav-thrid-level li a {
    color: #adb5bd
}

.dark-sidebar-menu .nav-second-level li a.active,
.dark-sidebar-menu .nav-second-level li a:focus,
.dark-sidebar-menu .nav-second-level li a:hover,
.dark-sidebar-menu .nav-thrid-level li a.active,
.dark-sidebar-menu .nav-thrid-level li a:focus,
.dark-sidebar-menu .nav-thrid-level li a:hover {
    color: #d7e4ec
}

.dark-sidebar-menu .side-navbar .menu-title {
    color: #adb5bd
}

.dark-sidebar-menu .side-navbar .metismenu>li>a {
    color: #adb5bd !important
}

.dark-sidebar-menu .side-navbar .metismenu>li>a:active,
.dark-sidebar-menu .side-navbar .metismenu>li>a:focus,
.dark-sidebar-menu .side-navbar .metismenu>li>a:hover {
    color: #d7e4ec !important;
    background-color: #2b3840
}

.dark-sidebar-menu .side-navbar .metismenu>li.mm-active>a {
    color: #d7e4ec !important;
    background-color: #2b3840
}

@media (min-width:769px) {
    body.left-side-menu-condensed .main-content {
        min-height: 1200px
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .navbar-brand-box {
        width: 70px !important;
        text-align: center
    }

    .navbar-brand-box span.logo-lg {
        display: none
    }

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

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

    .side-navbar {
        position: absolute;
        width: 70px;
        z-index: 5;
        bottom: 0;
        top: 0;
        display: flex
    }

    .side-navbar .scrollbar-track {
        visibility: hidden
    }

    .side-navbar .scroll-content {
        height: auto;
        max-height: none;
        overflow: inherit !important;
        transform: translate3d(0, 0, 0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        -ms-transform: translate3d(0, 0, 0) !important;
        -moz-transform: translate3d(0, 0, 0) !important
    }

    .side-navbar .badge,
    .side-navbar .label,
    .side-navbar .menu-arrow,
    .side-navbar .menu-title {
        display: none !important
    }

    .side-navbar .metismenu>li.mm-active>a,
    .side-navbar .metismenu>li>a {
        padding: 14px;
        min-height: 54px;
        background: 0 0;
        color: #4b4b5a;
        border-left-color: transparent;
        display: inline-flex;
        transition: none
    }

    .side-navbar .metismenu>li.mm-active>a.active,
    .side-navbar .metismenu>li.mm-active>a:active,
    .side-navbar .metismenu>li.mm-active>a:focus,
    .side-navbar .metismenu>li.mm-active>a:hover,
    .side-navbar .metismenu>li>a.active,
    .side-navbar .metismenu>li>a:active,
    .side-navbar .metismenu>li>a:focus,
    .side-navbar .metismenu>li>a:hover {
        color: #394e83
    }

    .side-navbar .metismenu>li.mm-active>a i,
    .side-navbar .metismenu>li>a i {
        width: 26px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .side-navbar .metismenu>li.mm-active>a span,
    .side-navbar .metismenu>li>a span {
        display: none;
        padding-left: 32px;
        vertical-align: baseline
    }

    .side-navbar .metismenu>li.mm-active>a.active,
    .side-navbar .metismenu>li>a.active {
        background-color: #f7f7ff
    }

    .side-navbar .metismenu>li .mm-menu,
    .side-navbar .metismenu>li.mm-active .mm-menu,
    .side-navbar .metismenu>li.mm-active>ul,
    .side-navbar .metismenu>li>ul {
        left: 70px;
        position: absolute;
        width: 190px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
        background: #fff;
        padding-left: 0;
        display: none;
        height: auto !important
    }

    .side-navbar .metismenu>li .mm-menu ul,
    .side-navbar .metismenu>li.mm-active .mm-menu ul,
    .side-navbar .metismenu>li.mm-active>ul ul,
    .side-navbar .metismenu>li>ul ul {
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
    }

    .side-navbar .metismenu>li .mm-menu a,
    .side-navbar .metismenu>li.mm-active .mm-menu a,
    .side-navbar .metismenu>li.mm-active>ul a,
    .side-navbar .metismenu>li>ul a {
        box-shadow: none;
        padding: 8px 20px;
        position: relative;
        width: 190px;
        z-index: 6
    }

    .side-navbar .metismenu>li .mm-menu a:hover,
    .side-navbar .metismenu>li.mm-active .mm-menu a:hover,
    .side-navbar .metismenu>li.mm-active>ul a:hover,
    .side-navbar .metismenu>li>ul a:hover {
        color: #394e83
    }

    .side-navbar .metismenu>li:hover>a {
        position: relative;
        width: calc(190px + 70px);
        color: #394e83 !important;
        background-color: #f7f7ff;
        border-left-color: #394e83
    }

    .side-navbar .metismenu>li:hover>a span {
        display: inline-flex
    }

    .side-navbar .metismenu>li:hover>ul {
        display: block
    }

    .footer {
        margin-left: 70px
    }
}

.media {
    display: flex
}

.media-body {
    flex: 1
}

.jumbotron {
    padding: 2rem 1rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.product-timeline {
    display: flex;
    padding-bottom: 20px
}

.product-timeline .checkpoint {
    width: calc(33.33% - 7px);
    height: 2px;
    background-color: rgba(120, 89, 244, .2);
    position: relative
}

.product-timeline .checkpoint:before {
    position: absolute;
    top: -8px;
    left: 0;
    z-index: 1;
    background: #394e83;
    width: 18px;
    height: 18px;
    border: 4px solid #fff;
    content: "";
    border-radius: 100%
}

.product-timeline .checkpoint:after {
    position: absolute;
    top: -8px;
    left: 0;
    z-index: 1;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    content: "";
    border-radius: 100%
}

.product-timeline .checkpoint:last-child {
    width: 12px
}

.product-timeline .checkpoint span {
    position: absolute;
    top: -6px;
    left: 0;
    width: 100px;
    display: none;
    margin-top: 20px;
    font-size: .6875rem
}

.product-timeline .checkpoint span.active {
    display: block
}

.product-timeline .checkpoint.active:after {
    border-color: #43d39e
}

.product-timeline .checkpoint.active+.active:after {
    animation: scaling 1s linear .3s infinite
}

.contact-status {
    position: absolute;
    left: 8px;
    top: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%
}

.contact-status.online {
    background-color: #43d39e
}

.contact-status.busy {
    background-color: #ff5c75
}

.contact-status.away {
    background-color: #ffbe0b
}

.contact-status.offline {
    background-color: #6c757d
}

@keyframes scaling {
    0% {
        opacity: 0;
        transform: scale(.8)
    }

    15% {
        opacity: .7;
        transform: scale(1)
    }

    100% {
        opacity: 0;
        transform: scale(1.5)
    }
}

.search-box input {
    border-radius: 30px;
    padding-left: 40px;
    min-width: 200px
}

.search-box input.border-radius-3 {
    border-radius: .3rem
}

.search-box .form-control-sm {
    padding-left: 30px
}

.search-box .icon {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    color: #394e83
}

.search-box.right-icon input {
    padding-left: 1rem;
    padding-right: 40px
}

.search-box.right-icon .icon {
    left: auto;
    right: 12px
}

.search-box.border-square input {
    border-radius: .375rem
}

.search-box.border-square .icon {
    left: 10px
}

@media (max-width:575.98px) {
    .search-box {
        width: 100%
    }
}

.edit-field-half-left {
    position: absolute;
    right: .5rem;
    top: 1rem
}

.edit-field-half-left .edit-field-icon {
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    color: #394e83;
    cursor: pointer
}

.edit-field-half-left .dropdown-menu {
    right: 8px !important
}

.edit-field-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .3rem
}

.edit-field-right .edit-field-icon {
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    color: #394e83;
    cursor: pointer
}

.edit-field-soft-primary:hover {
    background-color: rgba(120, 89, 244, .1)
}

.edit-field-soft-primary:hover .edit-field-icon {
    color: rgba(120, 89, 244, .7)
}

.edit-field-soft-primary:hover:hover {
    background: rgba(120, 89, 244, .2);
    color: #394e83
}

.edit-field-soft-primary:hover:hover .edit-field-icon {
    color: #394e83
}

.edit-field-soft-secondary:hover {
    background-color: rgba(75, 75, 90, .1)
}

.edit-field-soft-secondary:hover .edit-field-icon {
    color: rgba(75, 75, 90, .7)
}

.edit-field-soft-secondary:hover:hover {
    background: rgba(75, 75, 90, .2);
    color: #4b4b5a
}

.edit-field-soft-secondary:hover:hover .edit-field-icon {
    color: #4b4b5a
}

.edit-field-soft-success:hover {
    background-color: rgba(67, 211, 158, .1)
}

.edit-field-soft-success:hover .edit-field-icon {
    color: rgba(67, 211, 158, .7)
}

.edit-field-soft-success:hover:hover {
    background: rgba(67, 211, 158, .2);
    color: #43d39e
}

.edit-field-soft-success:hover:hover .edit-field-icon {
    color: #43d39e
}

.edit-field-soft-info:hover {
    background-color: rgba(37, 194, 227, .1)
}

.edit-field-soft-info:hover .edit-field-icon {
    color: rgba(37, 194, 227, .7)
}

.edit-field-soft-info:hover:hover {
    background: rgba(37, 194, 227, .2);
    color: #25c2e3
}

.edit-field-soft-info:hover:hover .edit-field-icon {
    color: #25c2e3
}

.edit-field-soft-warning:hover {
    background-color: rgba(255, 190, 11, .1)
}

.edit-field-soft-warning:hover .edit-field-icon {
    color: rgba(255, 190, 11, .7)
}

.edit-field-soft-warning:hover:hover {
    background: rgba(255, 190, 11, .2);
    color: #ffbe0b
}

.edit-field-soft-warning:hover:hover .edit-field-icon {
    color: #ffbe0b
}

.edit-field-soft-danger:hover {
    background-color: rgba(255, 92, 117, .1)
}

.edit-field-soft-danger:hover .edit-field-icon {
    color: rgba(255, 92, 117, .7)
}

.edit-field-soft-danger:hover:hover {
    background: rgba(255, 92, 117, .2);
    color: #ff5c75
}

.edit-field-soft-danger:hover:hover .edit-field-icon {
    color: #ff5c75
}

.edit-field-soft-light:hover {
    background-color: rgba(226, 231, 241, .1)
}

.edit-field-soft-light:hover .edit-field-icon {
    color: rgba(226, 231, 241, .7)
}

.edit-field-soft-light:hover:hover {
    background: rgba(226, 231, 241, .2);
    color: #e2e7f1
}

.edit-field-soft-light:hover:hover .edit-field-icon {
    color: #e2e7f1
}

.edit-field-soft-dark:hover {
    background-color: rgba(30, 33, 57, .1)
}

.edit-field-soft-dark:hover .edit-field-icon {
    color: rgba(30, 33, 57, .7)
}

.edit-field-soft-dark:hover:hover {
    background: rgba(30, 33, 57, .2);
    color: #1e2139
}

.edit-field-soft-dark:hover:hover .edit-field-icon {
    color: #1e2139
}

.edit-field-soft-default:hover {
    background-color: rgba(80, 93, 105, .1)
}

.edit-field-soft-default:hover .edit-field-icon {
    color: rgba(80, 93, 105, .7)
}

.edit-field-soft-default:hover:hover {
    background: rgba(80, 93, 105, .2);
    color: #505d69
}

.edit-field-soft-default:hover:hover .edit-field-icon {
    color: #505d69
}

.edit-field-right-xs {
    height: 1.5rem;
    width: 1.5rem
}

.edit-field-right-sm {
    height: 1.75rem;
    width: 1.75rem
}

.edit-field-right-md {
    height: 2.5rem;
    width: 2.5rem
}

.edit-field-right-lg {
    height: 3rem;
    width: 3rem
}

.edit-field-right-xl {
    height: 4rem;
    width: 4rem
}

.edit-field-right-xxl {
    height: 5rem;
    width: 5rem
}

.circle-condense-profiles .condense-profile {
    display: inline-block;
    border-radius: 100%
}

.circle-condense-profiles .condense-profile+.condense-profile {
    margin-left: -12px
}

.circle-condense-profiles .condense-count {
    margin-left: -16px
}

.inner-header-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.inner-header-title a {
    display: inline-block
}

.chart-container {
    position: relative;
    width: 100%
}

.chart-container>.chart {
    height: 250px;
    width: 100%
}

.chart-container>.chart.h-150 {
    height: 150px
}

.chart-container>.chart.h-300 {
    height: 300px
}

.chart-container>.chart.h-350 {
    height: 350px
}

.chart-container[echarts]>* {
    height: auto;
    width: auto
}

.chart-container .center-text {
    width: auto;
    height: auto
}

.todo-list .todo {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: .25rem .25rem .25rem 1rem
}

.todo-list .todo:before {
    background-color: #394e83;
    content: "";
    width: 4px;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 10px
}

.todo-list .todo-primary:before {
    background-color: #394e83
}

.todo-list .todo-secondary:before {
    background-color: #4b4b5a
}

.todo-list .todo-success:before {
    background-color: #43d39e
}

.todo-list .todo-info:before {
    background-color: #25c2e3
}

.todo-list .todo-warning:before {
    background-color: #ffbe0b
}

.todo-list .todo-danger:before {
    background-color: #ff5c75
}

.todo-list .todo-light:before {
    background-color: #e2e7f1
}

.todo-list .todo-dark:before {
    background-color: #1e2139
}

.todo-list .todo-default:before {
    background-color: #505d69
}

.validation-error {
    display: block;
    color: #ff5c75;
    width: 100%
}

.validation-error p {
    margin-bottom: 0
}

.waves-float,
.waves-float:active {
    box-shadow: none
}

.waves-effect.waves-float .waves-ripple {
    background: rgba(0, 0, 0, .1);
    background: radial-gradient(rgba(0, 0, 0, .06) 0, rgba(0, 0, 0, .07) 40%, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .08) 60%, rgba(0, 0, 0, 0) 70%)
}

[data-icon=cart] .bx-check {
    animation: scaleup .25s ease-in-out;
    animation-iteration-count: 1
}

@keyframes scaleup {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -moz-transform: scale(0);
        transform-origin: center center
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        transform-origin: center center
    }
}

.extra-btn-table {
    position: absolute;
    z-index: 2
}

@media (max-width:767px) {
    .extra-btn-table {
        position: static;
        margin-bottom: 15px
    }
}

.slimScrollDiv {
    height: auto !important
}

.slimscroll-menu {
    height: 100%
}

.scrollbar-track {
    background: 0 0 !important
}

.scrollbar-thumb {
    background: #adb5bd !important;
    opacity: .4;
    width: 4px !important
}

.apexcharts-legend-text,
.apexcharts-tooltip-text,
.apexcharts-tooltip-title {
    font-family: "Nunito Sans", sans-serif !important
}

.apexcharts-legend-series {
    font-weight: 400;
    margin-bottom: 0 !important
}

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

.apexcharts-legend-text {
    color: #6c757d !important
}

.apexcharts-xaxis text,
.apexcharts-yaxis text {
    font-family: "Nunito Sans", sans-serif !important;
    fill: #6c757d;
    font-weight: 400
}

.apexcharts-point-annotations text,
.apexcharts-xaxis-annotations text,
.apexcharts-yaxis-annotations text {
    fill: #6c757d
}

.apexcharts-radar-series polygon {
    fill: transparent;
    stroke: #e2e7f1
}

.apexcharts-radar-series line {
    stroke: #e2e7f1
}

.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value,
.apexcharts-pie-label {
    fill: #6c757d !important
}

.apexcharts-plot-series .apexcharts-datalabel {
    fill: #fff !important
}

.apexcharts-datalabels-group text {
    fill: #6c757d !important;
    font-family: "Nunito Sans", sans-serif !important
}

.scatter-images-chart .apexcharts-legend {
    overflow: hidden !important;
    min-height: 17px
}

.scatter-images-chart .apexcharts-legend-marker {
    background: 0 0 !important;
    margin-right: 7px !important
}

.scatter-images-chart .apexcharts-legend-series {
    align-items: flex-start !important
}

.apexcharts-pie-series path {
    stroke: transparent !important
}

.apexcharts-track path {
    stroke: #f3f5f9
}

.apexcharts-xaxis line {
    stroke: #ced4da !important
}

.flatpickr-calendar {
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

.flatpickr-calendar .flatpickr-time {
    border: none !important
}

.flatpickr-calendar .flatpickr-time .flatpickr-am-pm,
.flatpickr-calendar .flatpickr-time input {
    color: #6c757d
}

.flatpickr-calendar .flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-calendar .flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-calendar .flatpickr-time input:focus,
.flatpickr-calendar .flatpickr-time input:hover {
    background: #e2e7f1
}

.flatpickr-calendar .flatpickr-weekdays {
    background: #394e83
}

.flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
    color: rgba(255, 255, 255, .8)
}

.dayContainer .today {
    background-color: #6541f2;
    color: #fff;
    border-color: #6541f2
}

.dayContainer .endRange,
.dayContainer .endRange:focus,
.dayContainer .endRange:hover,
.dayContainer .selected,
.dayContainer .selected:focus,
.dayContainer .selected:hover,
.dayContainer .startRange,
.dayContainer .startRange:focus,
.dayContainer .startRange:hover {
    background-color: #394e83;
    border-color: #394e83
}

.dayContainer .inRange {
    background-color: #e2e7f1;
    border-color: #e2e7f1;
    box-shadow: -5px 0 0 #e2e7f1, 5px 0 0 #e2e7f1
}

.dayContainer .flatpickr-day:hover {
    background-color: #e2e7f1;
    border-color: #e2e7f1;
    color: #505d69
}

.flatpickr-months .flatpickr-month {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.flatpickr-months .flatpickr-current-month {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    fill: #505d69;
    display: flex;
    align-items: center;
    height: 40px
}

.flatpickr-months .flatpickr-monthDropdown-months,
.flatpickr-months .numInputWrapper {
    padding: 5px
}

.flatpickr-months .numInputWrapper {
    width: 70px
}

.flatpickr-current-month {
    color: #505d69;
    font-size: 1rem;
    padding: 8px 0 0 0
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    color: #4b4b5a
}

.fc-toolbar h2 {
    text-transform: uppercase;
    font-weight: 600
}

@media (max-width:991px) {
    .fc-toolbar .fc-center {
        margin-top: 15px
    }
}

.fc th.fc-widget-header {
    background: #e2e7f1;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 600
}

.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: #e2e7f1
}

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

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

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

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

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

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

.jvectormap-tip {
    background: #f77e53
}

.pswp__caption__center h1,
.pswp__caption__center h2,
.pswp__caption__center h3,
.pswp__caption__center h4,
.pswp__caption__center h5,
.pswp__caption__center h6 {
    color: #fff;
    text-align: center
}

.cke_toolbox {
    display: flex;
    flex-wrap: wrap
}

.cke.cke_reset,
.cke_bottom {
    border-color: #dee2e6 !important
}

.cke_top {
    background: #e2e7f1 !important;
    border-color: #dee2e6 !important
}

.ck.ck-toolbar {
    border-color: #dee2e6 !important;
    background: #e2e7f1 !important
}

.ck.ck-toolbar .ck.ck-toolbar__separator {
    background-color: #e2e7f1 !important
}

.ck-editor__editable_inline {
    min-height: 240px
}

.ck-editor__editable_inline.ck-focused {
    box-shadow: none !important;
    border-color: #dee2e6 !important
}

.ck-editor__editable_inline.ck-blurred {
    box-shadow: none !important;
    border-color: #dee2e6 !important
}

.ck.ck-reset_all,
.ck.ck-reset_all * {
    color: #505d69 !important
}

.ck-editor__editable {
    background: 0 0 !important
}

.dataTables_wrapper.container-fluid {
    padding: 0
}

div.dataTables_wrapper div.dataTables_length select {
    min-width: 50px
}

div.dataTables_wrapper .dt-checkboxes-select-all:after,
div.dataTables_wrapper .dt-checkboxes-select-all:before {
    display: none
}

div.dataTables_wrapper .dataTables_info label,
div.dataTables_wrapper .dataTables_length label {
    margin-bottom: 0
}

div.dataTables_wrapper div.dataTables_filter .search-box {
    text-indent: -9999px;
    width: 210px;
    margin-bottom: 0
}

div.dataTables_wrapper div.dataTables_filter .search-box:after {
    content: "\ebbc";
    font-family: boxicons;
    font-size: 1rem;
    color: #394e83;
    left: 1rem;
    top: 50%;
    left: 1rem;
    position: absolute;
    text-indent: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

div.dataTables_wrapper div.dataTables_filter .search-box .form-control {
    width: 100%
}

div.dataTables_wrapper div.dataTables_filter .search-box .icon {
    text-indent: 0
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 0
}

table.dataTable {
    border-collapse: collapse !important;
    margin: 1.75rem 0 !important
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
    content: "↓";
    left: .5rem;
    opacity: .5;
    opacity: .5;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 26px
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:before {
    content: "↑";
    position: absolute;
    left: 1rem;
    opacity: .5;
    opacity: .5;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 26px
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
    opacity: 1
}

table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc {
    padding-left: 1.75rem
}

table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc {
    padding-left: 1.75rem
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
    background-color: #394e83
}

table.dataTable tbody>tr.selected td,
table.dataTable tbody>tr>.selected td {
    border-color: #394e83
}

table.dataTable tbody td:focus {
    outline: 0 !important
}

table.dataTable tbody td.focus,
table.dataTable tbody th.focus {
    outline: 2px solid #394e83 !important;
    outline-offset: -1px;
    color: #394e83;
    background-color: rgba(120, 89, 244, .15)
}

.dataTables_info {
    font-weight: 600
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .175);
    background-color: #43d39e;
    top: 1rem;
    font-family: boxicons;
    content: "\eb8a";
    border: none;
    background: 0 0;
    box-shadow: none;
    font-size: 1.25rem;
    color: #43d39e;
    top: 50%;
    transform: translateY(-50%)
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: "\eb58";
    color: #ff5c75
}

div.dt-buttons a.btn.processing,
div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing {
    color: rgba(255, 255, 255, .5)
}

div.dt-button-info {
    background-color: #394e83;
    border: none;
    color: #fff;
    box-shadow: none;
    border-radius: 3px;
    text-align: center;
    z-index: 21
}

div.dt-button-info h2 {
    border-bottom: none;
    background-color: rgba(255, 255, 255, .2);
    color: #fff
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    display: flex;
    justify-content: space-between
}

table.dataTable>tbody>tr.child ul.dtr-details>li .avatar:last-child {
    margin-right: 0
}

.activate-select .sorting_1 {
    background-color: #f6f6f7
}

@media (max-width:575.98px) {

    li.paginate_button.next,
    li.paginate_button.previous {
        display: inline-block;
        font-size: 1.5rem
    }

    li.paginate_button {
        display: none
    }

    .dataTables_paginate ul {
        text-align: center;
        display: block;
        margin: 1rem 0 0 !important
    }

    div.dt-buttons {
        display: inline-table
    }

    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: left
    }

    div.dataTables_wrapper div.dataTables_info {
        text-align: center
    }

    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0
    }

    div.dataTables_wrapper div.dataTables_filter .search-box {
        width: 100%
    }
}

@media (max-width:575.98px) {

    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_paginate {
        width: 100%
    }

    div.dataTables_length {
        margin-bottom: 15px
    }

    .dt-buttons {
        margin-top: 15px
    }
}

.custom-wizard-content.sw-main {
    box-shadow: none;
    border: 1px solid #dbe1ee
}

.custom-wizard-content.sw-main .sw-toolbar {
    background: 0 0;
    padding: 1.25rem 0 0 0
}

.custom-wizard-content.sw-main .step-content {
    background-color: transparent !important
}

.custom-wizard-content.sw-theme-default .step-content {
    background-color: transparent;
    padding: 1.25rem 1.25rem 0
}

.custom-wizard-content.sw-theme-default>ul.step-anchor>li>a {
    color: #6c757d
}

.custom-wizard-content.sw-theme-default>ul.step-anchor>li>a:hover {
    color: #6c757d
}

.custom-wizard-content.sw-theme-default>ul.step-anchor>li>a:after {
    background: #394e83
}

.custom-wizard-content.sw-theme-default>ul.step-anchor>li.active>a {
    color: #394e83 !important
}

.custom-wizard-content.sw-theme-default>ul.step-anchor>li.done>a {
    color: #6c757d !important
}

.custom-wizard-content.sw-theme-default>ul.step-anchor>li.done>a:after {
    background: #43d39e
}

.custom-wizard-content .sw-btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem
}

.step-container {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    border: none;
    border-radius: .5rem
}

.step-container li {
    flex: 1;
    background: #fff
}

.step-container li:first-child {
    padding-left: 0
}

.step-container li .avatar {
    background: #adb5bd
}

.step-container li .mdi-check {
    display: none
}

.step-container li.done {
    opacity: 1
}

.step-container li.done .mdi {
    display: none
}

.step-container li.done .mdi-check {
    display: block
}

.step-container li.done .avatar {
    background: #43d39e
}

.step-container li.done h5 {
    color: #43d39e
}

.step-container li.active {
    opacity: 1
}

.step-container li.active .avatar {
    background: #394e83
}

.step-container li.active h5 {
    color: #394e83
}

.step-container .step {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    justify-content: center
}

.step-container .step h5 {
    color: #adb5bd
}

.step-container .step:after {
    display: none
}

.form-wizard-header {
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

.sw-6.sw-theme-basic {
    border: none
}

.sw-6.sw-theme-basic>.nav .nav-link:after {
    display: none
}

.sw-6.sw-theme-basic>.nav .nav-link.active {
    color: #fff !important
}

.sw-6.sw {
    --sw-toolbar-btn-background-color: #4B4B5A;
    --sw-anchor-done-primary-color: #505d69
}

.sw-6.sw .toolbar {
    padding: 0 0 15px 0;
    display: flex;
    justify-content: space-between
}

.sw-6.sw .toolbar>.sw-btn {
    background-color: #4b4b5a;
    padding: .45rem .75rem;
    margin: 0
}

.dropzone {
    border: 2px dashed rgba(30, 33, 57, .2);
    background: #fff;
    border-radius: 6px
}

.modal-backdrop~.select2-container {
    z-index: 1055
}

.select2-container {
    width: 100% !important
}

.select2-container .select2-selection--single {
    border: var(--bs-border-width) solid #e2e7f1;
    height: calc(1.5em + 1.5rem + calc(var(--bs-border-width) * 2));
    line-height: calc(1.5em + 1.5rem + calc(var(--bs-border-width) * 2));
    background-color: #fff;
    outline: 0;
    border-radius: .375rem
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
    color: #4b4b5a;
    line-height: calc(1.5em + 1.5rem + calc(var(--bs-border-width) * 2))
}

.select2-container .select2-selection--single .select2-selection__arrow {
    width: 34px;
    right: 3px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #adb5bd transparent transparent transparent;
    border-width: 6px 6px 0 6px
}

.select2-container--open .select2-selection--single {
    border-color: #394e83
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #adb5bd transparent !important;
    border-width: 0 6px 6px 6px !important
}

.select2-results__option {
    padding: 6px 12px
}

.select2-dropdown {
    border: 0 solid rgba(0, 0, 0, .15);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    background-color: #fff
}

.select2-container--default .select2-search--dropdown {
    padding: 10px;
    background-color: #fff
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0;
    border: 1px solid #e2e7f1;
    background-color: #fff;
    color: #4b4b5a
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #394e83
}

.select2-container--default .select2-results__option {
    max-height: 250px
}

.select2-container--default .select2-results__option:hover {
    background-color: #394e83;
    color: #fff
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #394e83;
    color: #fff
}

.select2-container .select2-selection--multiple {
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
    border: var(--bs-border-width) solid #e2e7f1 !important;
    background-color: #fff;
    height: calc(1.5em + 1.5rem + calc(var(--bs-border-width) * 2) + 1);
    padding-top: 6px;
    padding-bottom: 6px
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 2px 10px
}

.select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
    color: #4b4b5a
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: rgba(120, 89, 244, .3);
    border: none;
    color: #394e83;
    border-radius: 3px;
    padding: 0 7px;
    margin-top: 6px;
    font-weight: 700
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #394e83;
    margin-right: 5px;
    font-weight: 700
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #394e83
}

.bootstrap-tagsinput {
    height: calc(1.5em + 1.5rem + calc(var(--bs-border-width) * 2) + 1);
    padding: .5rem .75rem;
    width: 100%;
    box-shadow: none;
    border-color: #e2e7f1
}

.bootstrap-tagsinput input {
    padding: 6px 0
}

.bootstrap-tagsinput.focus {
    border-color: #394e83
}

.bootstrap-tagsinput .tag {
    background-color: rgba(120, 89, 244, .3);
    color: #394e83;
    border-radius: 3px;
    padding: 0 7px;
    font-weight: 700
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 12px
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: 0 !important
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0
}

.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1
}

.irs-handle.type_last {
    z-index: 2
}

.irs-max,
.irs-min {
    position: absolute;
    display: block;
    cursor: default
}

.irs-min {
    left: 0
}

.irs-max {
    right: 0
}

.irs-from,
.irs-single,
.irs-to {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #4b4b5a
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #4b4b5a
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2
}

.lt-ie9 .irs-disable-mask {
    background: #4b4b5a;
    cursor: not-allowed
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: 0 !important;
    z-index: -9999 !important;
    background: 0 0 !important;
    border-style: solid !important;
    border-color: transparent !important
}

.irs--flat {
    height: 40px
}

.irs--flat.irs-with-grid {
    height: 60px
}

.irs--flat .irs-line {
    top: 25px;
    height: 12px;
    background-color: #e2e7f1;
    border-radius: 4px
}

.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #394e83
}

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e2e7f1
}

.irs--flat .irs-handle {
    top: 22px;
    width: 16px;
    height: 18px;
    background-color: transparent
}

.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #5d38f2
}

.irs--flat .irs-max,
.irs--flat .irs-min {
    top: 0;
    padding: 1px 3px;
    color: #4b4b5a;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e2e7f1;
    border-radius: 4px
}

.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #394e83;
    border-radius: 4px
}

.irs--flat .irs-from:before,
.irs--flat .irs-single:before,
.irs--flat .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #394e83
}

.irs--flat .irs-grid-pol {
    background-color: #e2e7f1
}

.irs--flat .irs-grid-text {
    color: #4b4b5a
}

.irs--modern .irs-line {
    border: none;
    background: #e2e7f1
}

.irs--modern .irs-bar {
    background: #394e83;
    background: linear-gradient(to bottom, #394e83 0, #5129f1 100%)
}

.irs--modern .irs-max,
.irs--modern .irs-min {
    top: 0;
    padding: 1px 3px;
    color: #4b4b5a;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e2e7f1;
    border-radius: 4px
}

.irs--sharp .irs-bar,
.irs--sharp .irs-from,
.irs--sharp .irs-handle,
.irs--sharp .irs-max,
.irs--sharp .irs-min,
.irs--sharp .irs-single,
.irs--sharp .irs-to {
    background-color: #394e83
}

.irs--sharp .irs-line {
    background: #e2e7f1
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-handle>i:first-child,
.irs--sharp .irs-single:before,
.irs--sharp .irs-to:before {
    border-top-color: #394e83
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
    background-color: #3e11ef
}

.irs--sharp .irs-handle.state_hover>i:first-child,
.irs--sharp .irs-handle:hover>i:first-child {
    border-top-color: #3e11ef
}

.irs--round .irs-bar,
.irs--round .irs-from,
.irs--round .irs-single,
.irs--round .irs-to {
    background-color: #394e83
}

.irs--round .irs-bar:before,
.irs--round .irs-from:before,
.irs--round .irs-single:before,
.irs--round .irs-to:before {
    border-top-color: #394e83
}

.irs--round .irs-handle {
    background-color: #e2e7f1;
    border: 4px solid #394e83;
    box-shadow: 0 1px 3px rgba(120, 89, 244, .3)
}

.irs--round .irs-max,
.irs--round .irs-min {
    color: #4b4b5a;
    background-color: #e2e7f1
}

.irs--round .irs-line {
    background: #e2e7f1
}

.irs--square .irs-bar,
.irs--square .irs-from,
.irs--square .irs-single,
.irs--square .irs-to {
    background: #394e83 !important
}

.irs--square .irs-from,
.irs--square .irs-to {
    font-size: 12px;
    color: #f6f6f7
}

.irs--square .irs-from:after,
.irs--square .irs-to:after {
    display: none
}

.irs--square .irs-handle {
    border-color: #394e83
}

.irs--square .irs-grid-pol:not(.small) {
    width: 1.5px;
    height: 11px
}

.irs--square .irs-grid-pol.small {
    height: 6px
}

.irs--square .irs-max,
.irs--square .irs-min {
    top: 0;
    padding: 1px 3px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e2e7f1;
    border-radius: 4px;
    color: #505d69;
    opacity: .8;
    font-size: 12px
}

.irs--round .irs-handle {
    border-color: #394e83
}

.custom-slider .irs-handle {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    border-radius: 100%
}

.treeview-searchable .list-group-item.search-result {
    color: #ff5c75 !important
}

.mfp-zoom-in .mfp-with-anim {
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -moz-transform: scale(.8);
    opacity: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -moz-transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-newspaper .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    -webkit-transform: scale(0) rotate(500deg);
    -ms-transform: scale(0) rotate(500deg);
    -moz-transform: scale(0) rotate(500deg);
    opacity: 0;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    opacity: 1
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    -webkit-transform: scale(0) rotate(500deg);
    -ms-transform: scale(0) rotate(500deg);
    -moz-transform: scale(0) rotate(500deg);
    opacity: 0
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-move-horizontal .mfp-with-anim {
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    opacity: 1
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -moz-transform: translateX(50px);
    opacity: 0
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-move-from-top .mfp-content {
    vertical-align: top
}

.mfp-move-from-top .mfp-with-anim {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    opacity: 0
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px
}

.mfp-3d-unfold .mfp-with-anim {
    transform: rotateY(-60deg);
    -webkit-transform: rotateY(-60deg);
    -ms-transform: rotateY(-60deg);
    -moz-transform: rotateY(-60deg);
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transform-style: preserve-3d
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -moz-transform: rotateY(0);
    opacity: 1
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    -webkit-transform: rotateY(60deg);
    -ms-transform: rotateY(60deg);
    -moz-transform: rotateY(60deg);
    opacity: 0
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-zoom-out .mfp-with-anim {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    opacity: 0
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0
}

.lSSlideOuter .lSAction>a {
    width: 50px;
    height: 50px;
    color: #000;
    background: 0 0;
    opacity: .8;
    z-index: 3
}

.lSSlideOuter .lSAction>a:after,
.lSSlideOuter .lSAction>a:before {
    font-family: boxicons;
    font-size: 48px
}

.lSSlideOuter .lSAction>a:hover {
    opacity: 1
}

.lSSlideOuter .lSAction>.lSPrev:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    content: "\ecec"
}

.lSSlideOuter .lSAction>.lSNext:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    content: "\ecef"
}

@media (max-width:575.98px) {
    .lSSlideOuter .lslide img {
        width: 100%
    }
}

.jq-toast-single {
    padding: 15px;
    font-family: "Nunito Sans", sans-serif;
    background-color: #394e83;
    font-size: 13px;
    line-height: 22px
}

.jq-toast-single h2 {
    font-family: "Nunito Sans", sans-serif
}

.jq-toast-single a {
    font-size: 1rem
}

.jq-toast-single a:hover {
    color: #fff
}

.jq-has-icon {
    padding: 10px 10px 10px 50px
}

.close-jq-toast-single {
    position: absolute;
    top: -12px;
    right: -12px;
    font-size: 1.5rem;
    cursor: pointer;
    height: 32px;
    width: 32px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    color: #1e2139
}

.jq-toast-loader {
    height: 3px;
    top: 0;
    border-radius: 0
}

.jq-icon-primary {
    background-color: #394e83;
    color: #fff;
    border-color: #394e83
}

.jq-icon-primary .close-jq-toast-single {
    color: #394e83
}

.jq-icon-secondary {
    background-color: #4b4b5a;
    color: #fff;
    border-color: #4b4b5a
}

.jq-icon-secondary .close-jq-toast-single {
    color: #4b4b5a
}

.jq-icon-success {
    background-color: #43d39e;
    color: #fff;
    border-color: #43d39e
}

.jq-icon-success .close-jq-toast-single {
    color: #43d39e
}

.jq-icon-info {
    background-color: #25c2e3;
    color: #fff;
    border-color: #25c2e3
}

.jq-icon-info .close-jq-toast-single {
    color: #25c2e3
}

.jq-icon-warning {
    background-color: #ffbe0b;
    color: #fff;
    border-color: #ffbe0b
}

.jq-icon-warning .close-jq-toast-single {
    color: #ffbe0b
}

.jq-icon-danger {
    background-color: #ff5c75;
    color: #fff;
    border-color: #ff5c75
}

.jq-icon-danger .close-jq-toast-single {
    color: #ff5c75
}

.jq-icon-light {
    background-color: #e2e7f1;
    color: #fff;
    border-color: #e2e7f1
}

.jq-icon-light .close-jq-toast-single {
    color: #e2e7f1
}

.jq-icon-dark {
    background-color: #1e2139;
    color: #fff;
    border-color: #1e2139
}

.jq-icon-dark .close-jq-toast-single {
    color: #1e2139
}

.jq-icon-default {
    background-color: #505d69;
    color: #fff;
    border-color: #505d69
}

.jq-icon-default .close-jq-toast-single {
    color: #505d69
}

.jq-icon-error {
    background-color: #ff5c75;
    color: #fff;
    border-color: #ff5c75
}

.jq-icon-error .close-jq-toast-single {
    color: #ff5c75
}

.tippy-tooltip .light-theme[data-animatefill] {
    background-color: transparent
}

.light-theme {
    color: color-yiq(#fff);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .175);
    background-color: #fff
}

.light-theme .tippy-backdrop {
    background-color: #fff
}

.light-theme .tippy-roundarrow {
    fill: #fff
}

.gradient-theme .tippy-backdrop {
    background: #394e83;
    background: linear-gradient(to left, #ff5c75, #394e83)
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow {
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow {
    border-bottom: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow {
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow {
    border-right: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}

.dd-list .dd-item .dd-handle {
    border: none;
    padding: 8px 16px;
    height: auto;
    font-weight: 600;
    border-radius: 3px;
    background: #f6f6f7;
    color: #4b4b5a
}

.dd-list .dd-item .dd-handle:hover {
    cursor: grab
}

.dd-list .dd-item button {
    height: 36px;
    font-size: 17px;
    margin: 0;
    color: #6c757d;
    width: 36px
}

.dd-list .dd3-item {
    margin: 5px 0
}

.dd-list .dd3-item .dd-item button {
    width: 36px;
    height: 36px
}

.dd-list .dd3-handle {
    margin: 0;
    height: 36px !important;
    float: left
}

.dd-list .dd3-content {
    height: auto;
    border: none;
    padding: 8px 16px 8px 46px;
    background: #f6f6f7;
    color: #4b4b5a;
    font-weight: 600
}

.dd-list .dd3-content:hover {
    cursor: grab
}

.dd-list .dd3-handle:before {
    content: "\f035c";
    font-family: "Material Design Icons";
    color: #adb5bd
}

.dd-empty,
.dd-placeholder {
    background: rgba(206, 212, 218, .2)
}

.dd-dragel .dd-handle {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: .8
}

.gu-hide {
    display: none !important
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.gu-transit {
    opacity: .2
}

.dragula-handle {
    position: relative;
    font-size: 24px;
    cursor: move;
    margin-right: 10px;
    width: 24px;
    height: 36px
}

.dragula-handle:before {
    content: "\f01db";
    font-family: "Material Design Icons";
    position: absolute
}

.swal2-modal {
    font-family: "Nunito Sans", sans-serif;
    box-shadow: 0 10px 33px rgba(0, 0, 0, .1)
}

.swal2-modal .swal2-title {
    font-size: 24px
}

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

.swal2-modal .swal2-spacer {
    margin: 10px 0
}

.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
    border: 2px solid #e2e7f1;
    font-size: 16px;
    box-shadow: none
}

.swal2-modal .swal2-confirm.btn-confirm {
    background-color: #394e83 !important;
    font-size: 1rem
}

.swal2-modal .swal2-cancel.btn-cancel {
    background-color: #ff5c75 !important;
    font-size: 1rem
}

.swal2-modal .swal2-styled:focus {
    box-shadow: none !important
}

.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
    outline: 0;
    border: 2px solid #394e83
}

.swal2-icon.swal2-question {
    color: #394e83;
    border-color: #394e83
}

.swal2-icon.swal2-success {
    border-color: #43d39e
}

.swal2-icon.swal2-success .line,
.swal2-icon.swal2-success [class^=swal2-success-line],
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    background-color: #43d39e
}

.swal2-icon.swal2-success .placeholder,
.swal2-icon.swal2-success .swal2-success-ring {
    border-color: #43d39e
}

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

.swal2-icon.swal2-error {
    border-color: #ff5c75
}

.swal2-icon.swal2-error .line {
    background-color: #ff5c75
}

.swal2-icon.swal2-info {
    border-color: #25c2e3;
    color: #25c2e3
}

.swal2-popup .swal2-styled {
    --bs-btn-padding-y: 0.45rem;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-font-size: 1rem !important;
    --bs-btn-border-radius: 0.375rem !important
}

.swal2-popup .swal2-styled.swal2-confirm {
    background: #394e83 !important;
    border-color: #394e83 !important
}

.swal2-popup .swal2-styled.swal2-cancel {
    background: #ff5c75 !important;
    border-color: #ff5c75 !important
}

.swal2-popup .swal2-loading .swal2-styled.swal2-confirm {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    border-radius: 100% !important
}

.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, .5)
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    font-size: 1.25rem !important;
    font-weight: 600
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
    text-transform: capitalize !important;
    --bs-btn-padding-y: 0.45rem !important;
    --bs-btn-padding-x: 0.75rem !important;
    --bs-btn-font-size: 1rem !important;
    --bs-btn-border-radius: 0.375rem !important
}

.jconfirm .jconfirm-box.jconfirm-type-blue {
    border-top-color: #25c2e3 !important
}

.shepherd-modal-overlay-container {
    display: none !important
}

.shepherd-element {
    max-width: 300px !important;
    min-width: 250px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .3) !important
}

.shepherd-element .shepherd-footer {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.shepherd-element .shepherd-button {
    padding: .25rem .5rem;
    font-size: .76563rem;
    line-height: 1.5;
    border-radius: .2rem;
    border: 1px solid transparent;
    color: #fff;
    text-shadow: none
}

.shepherd-element .shepherd-text {
    padding: 15px !important
}

.shepherd-element .shepherd-text h5 {
    font-weight: 700;
    margin-bottom: 15px
}

.shepherd-element .shepherd-footer {
    padding: 0 15px 15px !important
}

.shepherd-element .shepherd-button {
    background-color: #394e83;
    border-color: #394e83
}

.shepherd-element .shepherd-button:focus,
.shepherd-element .shepherd-button:hover {
    background-color: #394e83;
    border-color: #394e83;
    color: #fff;
    box-shadow: none
}

.shepherd-element .shepherd-button-secondary {
    background-color: #4b4b5a;
    border-color: #4b4b5a
}

.shepherd-element .shepherd-button-secondary:focus,
.shepherd-element .shepherd-button-secondary:hover {
    background-color: #4b4b5a !important;
    border-color: #4b4b5a !important;
    color: #fff !important;
    box-shadow: none
}

.shepherd-element .shepherd-header {
    padding-top: 0 !important;
    position: relative
}

.shepherd-element .shepherd-cancel-icon {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    font-weight: 400;
    font-size: 1.5rem
}

.tour {
    border-color: #394e83
}

.tour.top .arrow {
    bottom: -12px
}

.tour.top .arrow:after {
    border-top-color: #394e83
}

.tour.bottom .arrow {
    top: -12px
}

.tour.bottom .arrow:after {
    border-bottom-color: #394e83
}

.tour.left .arrow {
    right: -17px
}

.tour.left .arrow:after {
    border-left-color: #394e83
}

.tour.right .arrow:after {
    border-right-color: #394e83
}

.tour .btn {
    --bs-btn-padding-y: 0.45rem;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-border-radius: 0.375rem
}

.tour .btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.25rem
}

.tour .btn-primary {
    background: #394e83;
    border-color: #394e83;
    color: #fff
}

.tour .btn-secondary {
    background: #4b4b5a;
    border-color: #4b4b5a;
    color: #fff
}

.tour .btn-success {
    background: #43d39e;
    border-color: #43d39e;
    color: #fff
}

.tour .btn-info {
    background: #25c2e3;
    border-color: #25c2e3;
    color: #fff
}

.tour .btn-warning {
    background: #ffbe0b;
    border-color: #ffbe0b;
    color: #fff
}

.tour .btn-danger {
    background: #ff5c75;
    border-color: #ff5c75;
    color: #fff
}

.tour .btn-light {
    background: #e2e7f1;
    border-color: #e2e7f1;
    color: #fff
}

.tour .btn-dark {
    background: #1e2139;
    border-color: #1e2139;
    color: #fff
}

.tour .btn-default {
    background: #505d69;
    border-color: #505d69;
    color: #fff
}

.tour .popover-title {
    background: 0 0;
    color: #1e2139;
    font-weight: 700;
    border: none
}

div.hopscotch-bubble {
    border: 3px solid #394e83;
    border-radius: 5px;
    z-index: 9
}

div.hopscotch-bubble .hopscotch-next,
div.hopscotch-bubble .hopscotch-prev {
    background-color: #394e83 !important;
    background-image: none !important;
    border-color: #394e83 !important;
    text-shadow: none !important;
    margin: 0 0 0 5px !important;
    font-family: "Nunito Sans", sans-serif;
    color: #fff !important
}

div.hopscotch-bubble .hopscotch-bubble-number {
    background: #ff5c75;
    padding: 0;
    border-radius: 50%
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
    border-right: 19px solid #394e83
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
    border: none
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
    border-left: 19px solid #394e83;
    left: -2px
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
    border-left: 0 solid #394e83
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
    border-bottom: 19px solid #394e83;
    top: 0
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
    border-bottom: 0 solid rgba(0, 0, 0, .5)
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
    border-top: 19px solid #394e83;
    top: -2px
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
    border-top: 0 solid rgba(0, 0, 0, .5)
}

div.hopscotch-bubble h3 {
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 10px
}

div.hopscotch-bubble .hopscotch-content {
    font-family: "Nunito Sans", sans-serif
}

.alertify .ajs-dialog {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.alertify .ajs-header {
    font-size: 1.25rem;
    font-weight: 600
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    color: #fff;
    background: #394e83;
    border: 1px solid #394e83;
    border-radius: .375rem
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-cancel {
    color: #fff;
    background: #4b4b5a;
    border: 1px solid #4b4b5a;
    border-radius: .375rem
}

.alertify-notifier .ajs-message {
    background-color: #394e83;
    border-color: #394e83;
    color: #fff;
    text-shadow: none !important
}

.alertify-notifier .ajs-message.ajs-success {
    background-color: #43d39e;
    border-color: #43d39e
}

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

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

.rating-symbol-background,
.rating-symbol-foreground {
    font-size: 24px
}

.rating-symbol-foreground {
    top: 0
}

.symbol-filled {
    background-color: #1e2139
}

.tablesaw thead {
    background: #f6f6f7;
    background-image: none;
    border: none
}

.tablesaw thead th {
    text-shadow: none
}

.tablesaw thead tr:first-child th {
    border: none;
    font-family: "Nunito Sans", sans-serif
}

.tablesaw td {
    border-top: 1px solid #f6f6f7 !important
}

.tablesaw tbody th,
.tablesaw td {
    font-size: inherit;
    line-height: inherit;
    padding: 10px !important
}

.tablesaw tbody tr,
.tablesaw-stack tbody tr {
    border-bottom: none
}

.tablesaw-bar .btn-select.btn-micro:after,
.tablesaw-bar .btn-select.btn-small:after {
    font-size: 8px;
    padding-right: 10px
}

.tablesaw-swipe .tablesaw-cell-persist {
    box-shadow: none;
    border-color: #f6f6f7
}

.tablesaw-enhanced .tablesaw-bar .btn {
    text-shadow: none;
    background-image: none;
    text-transform: none;
    border: 1px solid #e2e7f1;
    padding: 3px 10px;
    color: #1e2139
}

.tablesaw-enhanced .tablesaw-bar .btn:after {
    display: none
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
    background: #fff
}

.tablesaw-enhanced .tablesaw-bar .btn:active,
.tablesaw-enhanced .tablesaw-bar .btn:focus,
.tablesaw-enhanced .tablesaw-bar .btn:hover {
    color: #394e83 !important;
    background-color: #f3f7f9;
    outline: 0 !important;
    box-shadow: none !important;
    background-image: none
}

.tablesaw-columntoggle-popup {
    border-color: rgba(0, 0, 0, .15);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175)
}

.tablesaw-columntoggle-popup .tablesaw-btn-group>label {
    display: flex;
    align-items: center
}

.tablesaw-columntoggle-popup .tablesaw-btn-group>label input {
    margin-right: .5rem
}

.tablesaw-columntoggle-popup .btn-group {
    display: block
}

.tablesaw-swipe .tablesaw-swipe-cellpersist {
    border-right: 2px solid #f6f6f7
}

.tablesaw-sortable-btn {
    cursor: pointer
}

.tablesaw-swipe-cellpersist {
    width: auto !important
}

.tablesaw-bar-section label {
    color: inherit
}

.tablesaw-bar-section label {
    text-transform: none
}

.bootstrap-table .table:not(.table-sm)>tbody>tr>td,
.bootstrap-table .table:not(.table-sm)>tbody>tr>th,
.bootstrap-table .table:not(.table-sm)>tfoot>tr>td,
.bootstrap-table .table:not(.table-sm)>tfoot>tr>th,
.bootstrap-table .table:not(.table-sm)>thead>tr>td {
    padding: 1rem
}

.bootstrap-table .table {
    border-bottom: none
}

.bootstrap-table .table>thead>tr>th {
    border-bottom: 2px solid transparent
}

.bootstrap-table .fixed-table-toolbar .columns label {
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    display: flex;
    align-items: center
}

.bootstrap-table .fixed-table-toolbar .columns label span {
    margin-left: .5rem
}

.table-borderless.table-bordered {
    border: none !important
}

table[data-toggle=table] {
    display: none
}

.fixed-table-pagination {
    margin-top: 1rem
}

.fixed-table-pagination .pagination-detail,
.fixed-table-pagination div.pagination {
    margin-top: 20px;
    margin-bottom: 0
}

.fixed-table-pagination .float-right {
    float: right
}

.fixed-table-pagination .float-left {
    float: left
}

.fixed-table-pagination .pagination .page-link {
    border-radius: 30px !important;
    margin: 0 3px;
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.fixed-table-container {
    border: none
}

.fixed-table-container thead th .th-inner {
    padding: 1rem
}

.fixed-table-toolbar .fa {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fixed-table-toolbar .fa.fa-sync {
    font-weight: 900
}

.fixed-table-toolbar .fa-toggle-down:before {
    content: "\f150"
}

.fixed-table-toolbar .fa-toggle-up:before {
    content: "\f151"
}

.fixed-table-toolbar .fa-refresh:before {
    content: "\f01e";
    font-weight: 900
}

.fixed-table-toolbar .fa-th-list:before {
    content: "\f0ca";
    font-weight: 900
}

@font-face {
    font-family: footable;
    src: url(../fonts/footable.eot);
    src: url(../fonts/footable.eot?#iefix) format("embedded-opentype"), url(../fonts/footable.woff) format("woff"), url(../fonts/footable.ttf) format("truetype"), url(../fonts/footable.svg#footable) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: footable;
        src: url(../fonts/footable.svg#footable) format("svg");
        font-weight: 400;
        font-style: normal
    }
}

.footable-odd {
    background-color: transparent
}

.footable-detail-show,
.footable-row-detail {
    background-color: transparent
}

.footable-pagination li {
    margin-left: 5px;
    float: left
}

.footable-pagination li a {
    padding: .5rem .75rem;
    margin-left: -var(--bs-border-width);
    line-height: 1.25;
    color: #505d69;
    background-color: #fff;
    display: block;
    border: var(--bs-border-width) solid #e2e7f1;
    border-radius: .375rem
}

.footable-pagination li a:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #394e83;
    border-color: #394e83
}

.footable-pagination li.active a {
    color: #fff;
    background-color: #394e83;
    border-color: #394e83
}

.footable>thead>tr>th>span.footable-sort-indicator {
    float: right
}

.footable {
    width: 100%
}

.footable.breakpoint>tbody>tr.footable-detail-show>td {
    border-bottom: none
}

.footable.breakpoint>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e001"
}

.footable.breakpoint>tbody>tr:hover:not(.footable-row-detail) {
    cursor: pointer
}

.footable.breakpoint>tbody>tr>td.footable-cell-detail {
    border-top: none
}

.footable.breakpoint>tbody>tr>td>span.footable-toggle {
    display: inline-block;
    font-family: footable;
    padding-right: 5px;
    font-size: 14px
}

.footable.breakpoint>tbody>tr>td>span.footable-toggle:before {
    content: "\e000"
}

.footable.breakpoint.toggle-circle>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e005"
}

.footable.breakpoint.toggle-circle>tbody>tr>td>span.footable-toggle:before {
    content: "\e004"
}

.footable.breakpoint.toggle-circle-filled>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e003"
}

.footable.breakpoint.toggle-circle-filled>tbody>tr>td>span.footable-toggle:before {
    content: "\e002"
}

.footable.breakpoint.toggle-square>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e007"
}

.footable.breakpoint.toggle-square>tbody>tr>td>span.footable-toggle:before {
    content: "\e006"
}

.footable.breakpoint.toggle-square-filled>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e009"
}

.footable.breakpoint.toggle-square-filled>tbody>tr>td>span.footable-toggle:before {
    content: "\e008"
}

.footable.breakpoint.toggle-arrow>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e00f"
}

.footable.breakpoint.toggle-arrow>tbody>tr>td>span.footable-toggle:before {
    content: "\e011"
}

.footable.breakpoint.toggle-arrow-small>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e013"
}

.footable.breakpoint.toggle-arrow-small>tbody>tr>td>span.footable-toggle:before {
    content: "\e015"
}

.footable.breakpoint.toggle-arrow-circle>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e01b"
}

.footable.breakpoint.toggle-arrow-circle>tbody>tr>td>span.footable-toggle:before {
    content: "\e01d"
}

.footable.breakpoint.toggle-arrow-circle-filled>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e00b"
}

.footable.breakpoint.toggle-arrow-circle-filled>tbody>tr>td>span.footable-toggle:before {
    content: "\e00d"
}

.footable.breakpoint.toggle-arrow-tiny>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e01f"
}

.footable.breakpoint.toggle-arrow-tiny>tbody>tr>td>span.footable-toggle:before {
    content: "\e021"
}

.footable.breakpoint.toggle-arrow-alt>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
    content: "\e017"
}

.footable.breakpoint.toggle-arrow-alt>tbody>tr>td>span.footable-toggle:before {
    content: "\e019"
}

.footable.breakpoint.toggle-medium>tbody>tr>td>span.footable-toggle {
    font-size: 18px
}

.footable.breakpoint.toggle-large>tbody>tr>td>span.footable-toggle {
    font-size: 24px
}

.footable>thead>tr>th {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    user-select: none
}

.footable>thead>tr>th.footable-sortable:hover {
    cursor: pointer
}

.footable>thead>tr>th.footable-sorted>span.footable-sort-indicator:before {
    content: "\e012"
}

.footable>thead>tr>th.footable-sorted-desc>span.footable-sort-indicator:before {
    content: "\e013"
}

.footable>thead>tr>th>span.footable-sort-indicator {
    display: inline-block;
    font-family: footable;
    padding-left: 5px;
    opacity: .3
}

.footable>thead>tr>th>span.footable-sort-indicator:before {
    content: "\e022"
}

.footable>tfoot .pagination {
    margin: 0
}

.footable.no-paging .hide-if-no-paging {
    display: none
}

.footable-row-detail-inner {
    display: table
}

.footable-row-detail-row {
    display: table-row;
    line-height: 1.5em
}

.footable-row-detail-group {
    display: block;
    line-height: 2em;
    font-size: 1.2em;
    font-weight: 700
}

.footable-row-detail-name {
    display: table-cell;
    font-weight: 700;
    padding-right: .5em
}

.footable-row-detail-value {
    display: table-cell
}

.responsive-table-plugin .dropdown-menu li.checkbox-row {
    padding: 7px 15px;
    color: var(--bs-gray-900)
}

.responsive-table-plugin .table-responsive {
    border: none;
    margin-bottom: 0
}

.responsive-table-plugin .btn-toolbar {
    display: block
}

.responsive-table-plugin tbody th {
    font-size: 14px;
    font-weight: 400
}

.responsive-table-plugin .checkbox-row {
    padding-left: 40px
}

.responsive-table-plugin .checkbox-row label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    margin-bottom: 0
}

.responsive-table-plugin .checkbox-row label::before {
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid #ced4da;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: .3s ease-in-out;
    width: 17px;
    outline: 0
}

.responsive-table-plugin .checkbox-row label::after {
    color: #ced4da;
    display: inline-block;
    font-size: 13px;
    height: 16px;
    position: absolute;
    top: -2px;
    left: -18px;
    width: 16px
}

.responsive-table-plugin .checkbox-row input[type=checkbox] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: 0
}

.responsive-table-plugin .checkbox-row input[type=checkbox]:disabled+label {
    opacity: .65
}

.responsive-table-plugin .checkbox-row input[type=checkbox]:focus+label::before {
    outline-offset: -2px;
    outline: 0
}

.responsive-table-plugin .checkbox-row input[type=checkbox]:checked+label::after {
    content: "\ea0f";
    font-family: boxicons;
    font-weight: 900
}

.responsive-table-plugin .checkbox-row input[type=checkbox]:disabled+label::before {
    background-color: #e2e7f1;
    cursor: not-allowed
}

.responsive-table-plugin .checkbox-row input[type=checkbox]:checked+label::before {
    background-color: transparent;
    border-color: #394e83
}

.responsive-table-plugin .checkbox-row input[type=checkbox]:checked+label::after {
    color: #394e83
}

.responsive-table-plugin .sticky-table-header,
.responsive-table-plugin table.focus-on tbody tr.focused td,
.responsive-table-plugin table.focus-on tbody tr.focused th {
    background: #394e83;
    border-color: #394e83;
    color: #fff
}

.responsive-table-plugin .sticky-table-header table,
.responsive-table-plugin table.focus-on tbody tr.focused td table,
.responsive-table-plugin table.focus-on tbody tr.focused th table {
    color: #fff
}

.responsive-table-plugin .fixed-solution .sticky-table-header {
    top: 70px !important
}

.responsive-table-plugin .btn-default {
    background-color: #e2e7f1;
    color: #505d69;
    border: 1px solid rgba(30, 33, 57, .3)
}

.responsive-table-plugin .btn-default.btn-primary {
    background-color: #394e83;
    border-color: #394e83;
    color: #fff;
    box-shadow: 0 0 0 2px rgba(120, 89, 244, .5)
}

.responsive-table-plugin .btn-group.pull-right {
    float: right
}

.responsive-table-plugin .btn-group.pull-right .dropdown-menu {
    left: auto;
    right: 0
}

.no-touch .dropdown-menu>.checkbox-row:active,
.no-touch .dropdown-menu>.checkbox-row:hover {
    color: #151728;
    background-color: #f6f6f7
}

.flotTip {
    padding: 8px 12px;
    background-color: #1e2139;
    z-index: 100;
    color: color-yiq(#1e2139);
    opacity: 1;
    border-radius: 3px
}

.legend {
    font-size: 14px
}

.legend tr {
    height: 30px;
    font-family: "Nunito Sans", sans-serif
}

.legend>div {
    background-color: transparent !important
}

.legendLabel {
    padding-left: 5px !important;
    line-height: 10px;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #6c757d;
    text-transform: uppercase
}

.legendColorBox div div {
    border-radius: 50%
}

.flot-text {
    color: #6c757d !important
}

.flot-svg text {
    fill: #6c757d !important
}

@media (max-width:575.98px) {
    .legendLabel {
        display: none
    }
}

.legendIcon {
    width: 1.5em;
    height: 1.5em
}

.morris-chart text {
    font-family: "Nunito Sans", sans-serif !important;
    fill: var(--bs-gray-900)
}

.morris-hover {
    position: absolute;
    z-index: 10
}

.morris-hover.morris-default-style {
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    padding: 10px 12px;
    background: #1e2139;
    color: color-yiq(#1e2139);
    font-family: "Nunito Sans", sans-serif
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: 700;
    margin: .25em 0;
    font-family: "Nunito Sans", sans-serif
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: .1em 0;
    color: #fff
}

.c3-tooltip {
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .175);
    opacity: 1
}

.c3-tooltip td {
    border-left: none;
    font-family: "Nunito Sans", sans-serif
}

.c3-tooltip td>span {
    background: #1e2139
}

.c3-tooltip tr {
    border: none !important
}

.c3-tooltip th {
    background-color: #1e2139;
    color: color-yiq(#1e2139)
}

.c3-chart-arcs-title {
    font-size: 18px;
    font-weight: 600
}

.c3 text {
    font-family: "Nunito Sans", sans-serif;
    fill: var(--bs-gray-900)
}

.c3-legend-item {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px
}

.c3 line,
.c3 path {
    stroke: #ced4da
}

.c3-chart-arc.c3-target g path {
    stroke: #fff
}

.ct-golden-section:before {
    float: none
}

.ct-grid {
    stroke: rgba(108, 117, 125, .2)
}

.ct-chart {
    max-height: 300px
}

.ct-chart .ct-label {
    fill: #adb5bd;
    color: #adb5bd;
    font-size: 12px;
    line-height: 1
}

.ct-chart.simple-pie-chart-chartist .ct-label {
    color: #fff;
    fill: #fff;
    font-size: 16px
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice-donut {
    stroke: #394e83
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice-donut {
    stroke: #43d39e
}

.ct-chart .ct-series.ct-series-c .ct-bar,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point,
.ct-chart .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ffbe0b
}

.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice-donut {
    stroke: #ff5c75
}

.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice-donut {
    stroke: #25c2e3
}

.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice-donut {
    stroke: #e83e8c
}

.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice-donut {
    stroke: #394e83
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
    fill: #394e83
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
    fill: #43d39e
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
    fill: #ffbe0b
}

.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
    fill: #ff5c75
}

.ct-area {
    fill-opacity: .33
}

.chartist-tooltip {
    position: absolute;
    display: inline-block;
    opacity: 0;
    min-width: 10px;
    padding: 2px 10px;
    border-radius: 3px;
    background: #1e2139;
    color: color-yiq(#1e2139);
    text-align: center;
    pointer-events: none;
    z-index: 1;
    transition: opacity .2s linear
}

.chartist-tooltip.tooltip-show {
    opacity: 1
}

.jvectormap-label {
    border: none;
    background: #1e2139;
    color: color-yiq(#1e2139);
    font-family: "Nunito Sans", sans-serif;
    font-size: 1rem;
    padding: 5px 8px
}

.gmaps,
.gmaps-panaroma {
    height: 300px;
    background: #f6f6f7;
    border-radius: 3px
}

.gmaps-overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    background: #394e83;
    border-radius: 4px;
    padding: 10px 20px
}

.gmaps-overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute
}

.gmaps-overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #394e83
}

.gmaps-overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #394e83
}

.selectize-input {
    height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4b4b5a;
    background-color: #fff !important;
    border: var(--bs-border-width) solid #e2e7f1
}

.selectize-input>input {
    color: #4b4b5a
}

.selectize-input>input::-moz-placeholder {
    color: #6c757d
}

.selectize-input>input::placeholder {
    color: #6c757d
}

.selectize-input.focus {
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    border-color: #394e83;
    outline: 0;
    box-shadow: none !important
}

.selectize-control.multi .selectize-input>div {
    padding: 1px 8px;
    background: #f3f5f9;
    color: #343a40
}

.selectize-control.multi .selectize-input>div>a {
    color: #343a40
}

.selectize-control.multi .selectize-input>div.active {
    background: #394e83
}

.selectize-control.multi .selectize-input>div.active>a {
    color: color-yiq(#394e83)
}

.selectize-control.single .selectize-input:after {
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: transparent #ced4da #ced4da transparent;
    content: "";
    display: block;
    height: 7px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: 7px
}

.selectize-control.single .selectize-input.dropdown-active:after {
    border-width: 0 2px 2px 0;
    margin-top: -5px;
    border-color: transparent #adb5bd #adb5bd transparent;
    transform: rotate(-135deg)
}

.selectize-dropdown {
    padding: .3rem;
    color: var(--bs-body-color);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    animation-name: DropDownSlide;
    animation-duration: .3s;
    animation-fill-mode: both;
    margin: 0;
    font-size: .875rem;
    position: absolute;
    z-index: 1000
}

.selectize-dropdown.show {
    top: 100% !important
}

.selectize-dropdown.active {
    color: #151728;
    background-color: #f6f6f7
}

.selectize-dropdown .scientific {
    color: #6c757d
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown .option {
    display: block;
    width: 100%;
    padding: .5rem 1.5rem;
    clear: both;
    cursor: pointer;
    font-weight: 400;
    color: var(--bs-gray-900);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right-color: #dee2e6
}

.selectize-dropdown .optgroup:before {
    background-color: #dee2e6
}

.selectize-dropdown-header {
    border-bottom: 1px solid transparent;
    color: #151728;
    background-color: #f6f6f7;
    text-decoration: none
}

.selectize-dropdown-content>div {
    background-color: transparent !important;
    color: #4b4b5a !important
}

.ms-container {
    background: transparent url(../images/multiple-arrow.png) no-repeat 50% 50%;
    width: auto;
    max-width: 370px
}

.ms-container .ms-list {
    box-shadow: none;
    border: var(--bs-border-width) solid #e2e7f1
}

.ms-container .ms-list.ms-focus {
    box-shadow: none;
    border: var(--bs-border-width) solid #394e83
}

.ms-container .ms-selectable li.ms-elem-selectable {
    border: none;
    padding: 5px 10px;
    color: var(--bs-gray-900)
}

.ms-container .ms-selectable li.ms-hover {
    background-color: #394e83;
    color: #fff
}

.ms-container .ms-selection li.ms-elem-selection {
    border: none;
    padding: 5px 10px;
    color: var(--bs-gray-900)
}

.ms-container .ms-selection li.ms-hover {
    background-color: #394e83;
    color: #fff
}

.ms-selectable {
    box-shadow: none;
    outline: 0 !important
}

.ms-optgroup-label {
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    color: #1e2139 !important;
    font-size: 13px
}

.ms-container .ms-selectable,
.ms-container .ms-selection {
    background-color: #fff
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important
}

.bootstrap-select .dropdown-toggle:after {
    content: "\f0140";
    display: inline-block;
    font-family: "Material Design Icons";
    padding-left: 10px
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
    outline-offset: 0
}

.bootstrap-select a {
    outline: 0 !important
}

.bootstrap-select .inner {
    overflow-y: inherit !important
}

.bootstrap-select>.dropdown-toggle .bs-placeholder {
    color: #6c757d
}

.bootstrap-select>.dropdown-toggle .bs-placeholder:active,
.bootstrap-select>.dropdown-toggle .bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle .bs-placeholder:hover {
    color: #6c757d
}

.bootstrap-touchspin .btn .input-group-text {
    padding: 0;
    border: none;
    background-color: transparent;
    color: inherit
}

.bootstrap-touchspin-postfix>.input-group-text {
    height: 100%;
    border-radius: 0
}

.autocomplete-suggestions {
    border: 0 solid rgba(0, 0, 0, .15);
    background-color: #fff;
    cursor: default;
    overflow: auto;
    max-height: 200px !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.autocomplete-suggestion {
    padding: 5px 10px;
    white-space: nowrap;
    overflow: hidden
}

.autocomplete-no-suggestion {
    padding: 5px
}

.autocomplete-selected {
    background: #f3f7f9;
    cursor: pointer
}

.autocomplete-suggestions strong {
    font-weight: 700;
    color: #1e2139
}

.autocomplete-group {
    padding: 5px;
    font-weight: 500;
    font-family: "Nunito Sans", sans-serif
}

.autocomplete-group strong {
    font-weight: 700;
    font-size: 16px;
    color: #1e2139;
    display: block
}

.parsley-errors-list {
    margin: 0;
    padding: 0
}

.parsley-errors-list>li {
    list-style: none;
    color: #ff5c75;
    margin-top: 5px;
    padding-left: 20px;
    position: relative
}

.parsley-errors-list>li:before {
    content: "\f0159";
    font-family: "Material Design Icons";
    position: absolute;
    left: 2px;
    top: -1px
}

.parsley-error {
    border-color: #ff5c75
}

.parsley-success {
    border-color: #43d39e
}

.clockpicker-popover .btn-default {
    background-color: #394e83;
    color: #fff
}

.clockpicker-popover.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Nunito Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e7f1;
    border-radius: .3rem
}

.clockpicker-popover .clockpicker-button {
    width: 100%;
    margin-bottom: 5px
}

.clockpicker-popover {
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border: 1px solid rgba(0, 0, 0, .15)
}

.clockpicker-popover .popover-title {
    background-color: transparent
}

.clockpicker-popover .clockpicker-plate {
    background: #f6f6f7;
    border: 1px solid rgba(0, 0, 0, .15)
}

.clockpicker-popover .popover-content {
    background-color: transparent
}

.clockpicker-tick {
    color: var(--bs-gray-900)
}

.clockpicker-tick:hover {
    background-color: rgba(120, 89, 244, .35)
}

.clockpicker-canvas line {
    stroke: #394e83
}

.clockpicker-canvas-bg {
    fill: rgba(120, 89, 244, .35)
}

.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
    fill: #394e83
}

.datepicker {
    padding: 10px !important
}

.datepicker td,
.datepicker th {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.datepicker table tr td .active.disabled:hover[disabled],
.datepicker table tr td .active.disabled[disabled],
.datepicker table tr td .active:active,
.datepicker table tr td .active:hover,
.datepicker table tr td .active:hover.active,
.datepicker table tr td .active:hover.disabled,
.datepicker table tr td .active:hover:active,
.datepicker table tr td .active:hover:hover,
.datepicker table tr td .active:hover[disabled],
.datepicker table tr td .active[disabled],
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled],
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #394e83 !important;
    background-image: none !important;
    color: #fff
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover,
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #f3f7f9
}

.datepicker table tr td span.new,
.datepicker table tr td span.old,
.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #4b4b5a;
    opacity: .4
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #f3f7f9
}

.datepicker .datepicker-switch:hover {
    background: 0 0
}

.datepicker-dropdown:after {
    border-bottom: 6px solid #fff
}

.datepicker-dropdown:before {
    border-bottom-color: rgba(0, 0, 0, .15)
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0, 0, 0, .15)
}

.datepicker-dropdown.datepicker-orient-top:after {
    border-top: 6px solid #fff
}

@font-face {
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/summernote.eot);
    src: url(../fonts/summernote.eot?#iefix) format("embedded-opentype"), url(../fonts/summernote.woff?) format("woff"), url(../fonts/summernote.ttf?) format("truetype")
}

.note-editor.note-frame {
    border: 1px solid #e2e7f1;
    box-shadow: 0 .05rem .01rem rgba(75, 75, 90, .075);
    margin: 0
}

.note-editor.note-frame .note-statusbar {
    background-color: #fafcfc;
    border-top: 1px solid #f3f7f9
}

.note-editor.note-frame .note-editable {
    border: none;
    background-color: #fff !important;
    color: #4b4b5a !important
}

.note-editor .note-dropzone {
    color: #343a40 !important;
    background-color: #fafcfc
}

.note-editor .note-toolbar {
    background-color: #f6f6f7
}

.note-status-output {
    display: none
}

.note-placeholder {
    color: #6c757d
}

.note-editable {
    border: var(--bs-border-width) solid #e2e7f1;
    border-radius: .375rem;
    padding: .375rem .75rem !important;
    background-color: #fff !important;
    color: #4b4b5a !important;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

.note-editable p:last-of-type {
    margin-bottom: 0
}

.card-header.note-toolbar .note-color .dropdown-menu,
.note-popover .popover-content .note-color .dropdown-menu {
    min-width: 344px
}

.note-toolbar {
    z-index: 1;
    padding: 3px 3px 8px 8px !important
}

.note-toolbar .note-btn {
    background: #e2e7f1;
    border-color: #e2e7f1;
    padding: .28rem .65rem;
    font-size: 13px
}

.note-color-all {
    display: flex
}

.note-color-all .note-btn.dropdown-toggle {
    width: 30px !important
}

.note-color-all .note-btn.dropdown-toggle:before {
    content: "\f035d";
    font: normal normal normal 24px/1 "Material Design Icons";
    position: absolute;
    left: 2px;
    top: 3px
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
    background-color: #394e83
}

.note-editor.note-airframe .note-placeholder,
.note-editor.note-frame .note-placeholder {
    padding-left: .75rem
}

.ql-container {
    font-family: "Nunito Sans", sans-serif
}

.ql-container.ql-snow {
    border-color: #e2e7f1
}

.ql-bubble {
    border: var(--bs-border-width) solid #e2e7f1;
    border-radius: .375rem
}

.ql-toolbar {
    font-family: "Nunito Sans", sans-serif !important
}

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

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

.ql-toolbar.ql-snow {
    border-color: #e2e7f1
}

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

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

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

.ql-snow .ql-picker-options {
    background-color: #fff;
    border-color: rgba(0, 0, 0, .15) !important
}

.editable-clear-x {
    background: url(../images/clear.png) center center no-repeat
}

.editableform-loading {
    background: url(../images/loading.gif) center center no-repeat
}

.editable-checklist label {
    display: block
}

.image-crop-preview .img-preview {
    float: left;
    margin-bottom: .5rem;
    margin-right: .5rem;
    overflow: hidden;
    background-color: #f6f6f7;
    text-align: center;
    width: 100%
}

.image-crop-preview .img-preview>img {
    max-width: 100%
}

.image-crop-preview .preview-lg {
    height: 9rem;
    width: 16rem
}

.image-crop-preview .preview-md {
    height: 4.5rem;
    width: 8rem
}

.image-crop-preview .preview-sm {
    height: 2.25rem;
    width: 4rem
}

.image-crop-preview .preview-xs {
    height: 1.125rem;
    margin-right: 0;
    width: 2rem
}

.img-crop-preview-btns>.btn,
.img-crop-preview-btns>.btn-group {
    margin-bottom: 10px;
    margin-right: 10px
}

.docs-cropped .modal-body>canvas,
.docs-cropped .modal-body>img {
    max-width: 100%
}

.docs-drop-options {
    max-height: 400px;
    overflow-y: auto
}

.button-list {
    margin-right: -.5rem
}

.button-list:last-child {
    margin-bottom: -.75rem
}

.button-list .btn {
    margin-right: .5rem;
    margin-bottom: .75rem
}

.grid-structure .grid-container {
    background-color: transparent;
    margin-bottom: 10px;
    font-size: .8rem;
    font-weight: 600;
    padding: 10px 20px
}

.icons-list-demo div.col-sm-6 {
    cursor: pointer;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden
}

.icons-list-demo div.col-sm-6 p {
    margin-bottom: 0;
    line-height: inherit
}

.icons-list-demo i {
    text-align: center;
    vertical-align: middle;
    font-size: 1.25rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 12px;
    color: #6c757d;
    border-radius: 3px;
    display: inline-block;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s
}

.icons-list-demo .col-md-4 {
    border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 10px
}

.icons-list-demo .col-md-4:hover,
.icons-list-demo .col-md-4:hover i {
    color: #394e83
}

.icons-list-demo .icon-item svg {
    margin-right: 10px
}

.icons-list-demo .icon-item span {
    line-height: 30px;
    display: inline-block;
    vertical-align: middle
}

.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: .5rem;
    overflow: auto
}

.backhome {
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 1
}

.auth-pages {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 100px 0 50px 0
}

.auth-page-sidebar {
    padding: 0;
    background-image: url(../images/auth/auth-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative
}

.auth-page-sidebar .overlay {
    flex: 1;
    opacity: .4
}

.auth-page-sidebar .auth-user-testimonial {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3rem;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    padding: 0 1.75rem
}

@media (max-width:575.98px) {
    .auth-page-sidebar .auth-user-testimonial {
        position: static;
        padding: 50px
    }
}

@media (min-width:768px) {
    .full-auth-screen {
        padding: 0
    }
}

@media (min-width:768px) {
    .full-auth-screen .auth-page-sidebar {
        min-height: 100vh
    }
}

.full-auth-screen .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.full-auth-screen .backhome {
    top: 1rem;
    right: 1rem
}

.export-fnc {
    display: flex;
    align-items: center
}

.revenue-card .card-header {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.revenue-card app-chart-component {
    height: 150px;
    display: inline-flex;
    width: 100%
}

.revenue-card canvas {
    margin-left: auto;
    margin-right: auto
}

.revenue-card .revenue-stats {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center
}

.revenue-card .revenue-stats p {
    margin-bottom: 5px
}

.carousel-left-trigger,
.carousel-right-trigger {
    cursor: pointer
}

.network-stat p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

.message-wrapper {
    width: 100%
}

.message-wrapper .message-sidebar {
    max-width: 350px;
    background: #fff;
    flex: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #dee2e6
}

.message-wrapper .user-message-wrapper {
    flex: 1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid #dee2e6
}

.message-wrapper .message-input {
    display: flex;
    align-items: center;
    background-color: rgba(120, 89, 244, .01)
}

.message-wrapper .message-input .search-box {
    flex: 1
}

.message-contact-tabs .tab-content .scroll-content {
    max-height: 405px
}

.message-contact-tabs .tab-content .tab-pane {
    height: 100%
}

.message-sidebar .search-box {
    background: rgba(120, 89, 244, .01);
    border-bottom: 1px solid #dee2e6
}

.chat-profile {
    border-bottom: 1px solid #dee2e6
}

.chat-profile .avatar {
    border: 2px solid transparent;
    padding: 1px
}

.chat-profile .avatar.online {
    border-color: #43d39e
}

.chat-profile .avatar.away {
    border-color: #ffbe0b
}

.chat-profile .avatar.busy {
    border-color: #ff5c75
}

.chat-profile .avatar.offline {
    border-color: #6c757d
}

.chat-profile .status-circle {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: inline-block
}

.chat-profile .status-circle.online {
    background-color: #43d39e
}

.chat-profile .status-circle.busy {
    background-color: #ff5c75
}

.chat-profile .status-circle.away {
    background-color: #ffbe0b
}

.chat-profile .status-circle.offline {
    background-color: #6c757d
}

.chat-list .contact-status {
    left: 0;
    top: -2px
}

.chat-list li a {
    display: block;
    position: relative;
    padding: 1rem 1rem 1rem calc(1rem - 3px);
    color: #505d69;
    transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    border-bottom: 1px solid #dee2e6;
    border-left: 3px solid transparent
}

.chat-list li a.active,
.chat-list li a:focus,
.chat-list li a:hover {
    border-left-color: #394e83;
    background-color: rgba(120, 89, 244, .04)
}

.chat-list li p {
    margin-bottom: 0
}

.chat-list li:last-child a {
    border-bottom: none
}

.group-list li a {
    display: block;
    position: relative;
    padding: 1rem 1rem 1rem calc(1rem - 3px);
    color: #505d69;
    transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    border-bottom: 1px solid #dee2e6;
    border-left: 3px solid transparent
}

.group-list li a.active,
.group-list li a:focus,
.group-list li a:hover {
    border-left-color: #394e83;
    background-color: rgba(120, 89, 244, .04)
}

.user-messages {
    max-height: 500px;
    overflow: auto;
    background-color: #fff
}

.user-messages li {
    padding-bottom: 1.5rem;
    display: flex
}

.user-messages .conversation {
    max-width: 65%;
    min-width: 250px
}

.user-messages .conversation .profile-img {
    float: left
}

.user-messages .conversation .dropdown {
    float: right;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out
}

.user-messages .conversation:hover .dropdown {
    opacity: 1
}

.user-messages .chat-day-title {
    text-align: center;
    position: relative;
    width: 100%
}

.user-messages .chat-day-title:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    bottom: 0;
    height: 1px;
    background-color: #ecf0f6;
    content: ""
}

.user-messages .chat-day-title .title {
    position: relative;
    padding: .5rem 1rem;
    background: #e2e7f1
}

.user-messages .text-msg {
    padding: 1rem;
    position: relative;
    border-radius: 8px;
    max-width: calc(100% - 75px);
    width: 100%;
    display: inline-block;
    color: #4b4b5a
}

.user-messages .text-msg p {
    margin-bottom: .5rem
}

.user-messages .text-msg .time-space {
    width: 40px;
    float: right
}

.user-messages .text-msg .time-stamp {
    position: absolute;
    bottom: .5rem;
    font-size: 11px;
    font-weight: 700;
    right: 1rem
}

.user-messages .sent .text-msg {
    background-color: rgba(120, 89, 244, .07);
    margin-left: .5rem
}

.user-messages .replies .conversation {
    margin-left: auto
}

.user-messages .replies .text-msg {
    background-color: rgba(226, 231, 241, .5);
    margin-right: .5rem;
    margin-left: 2px
}

.user-messages .replies .profile-img {
    float: right
}

.user-messages .replies .dropdown {
    float: left
}

.chatbox-wrapper {
    position: fixed;
    right: 24px;
    bottom: 10px;
    width: 300px;
    background-color: #fff;
    border-radius: .375rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    z-index: 99
}

.chatbox-wrapper .chat-input .form-control {
    padding-right: 60px
}

.chatbox-wrapper .chat-link {
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    display: flex;
    align-items: center;
    line-height: 1
}

.chatbox-wrapper.minimize {
    transform: translateY(330px);
    -webkit-transform: translateY(330px);
    -ms-transform: translateY(330px);
    -moz-transform: translateY(330px)
}

.chat-conversation-list {
    list-style: none;
    height: 250px;
    padding: 0 7px
}

.chat-conversation-list li {
    margin-bottom: 24px
}

.chat-conversation-list .chat-avatar {
    float: left;
    text-align: center;
    width: 34px
}

.chat-conversation-list .chat-avatar img {
    border-radius: 100%;
    width: 100%
}

.chat-conversation-list .chat-avatar i {
    font-size: 12px;
    font-style: normal
}

.chat-conversation-list .ctext-wrap {
    background: rgba(120, 89, 244, .15);
    border-radius: .375rem;
    display: inline-block;
    padding: 4px 12px;
    position: relative;
    min-width: 160px;
    border-top-left-radius: 0;
    color: #4b4b5a
}

.chat-conversation-list .ctext-wrap i {
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    position: relative
}

.chat-conversation-list .ctext-wrap p {
    margin: 0;
    padding-top: 3px
}

.chat-conversation-list .ctext-wrap:after {
    position: absolute;
    top: 0;
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border-top-color: rgba(120, 89, 244, .15);
    border-width: 6px;
    border-right-color: rgba(120, 89, 244, .15)
}

.chat-conversation-list .conversation-text {
    float: left;
    font-size: 12px;
    margin-left: 12px;
    width: 70%
}

.chat-conversation-list .odd .chat-avatar {
    float: right !important
}

.chat-conversation-list .odd .conversation-text {
    float: right !important;
    margin-right: 12px;
    text-align: right;
    width: 70% !important
}

.chat-conversation-list .odd .ctext-wrap {
    background-color: rgba(75, 75, 90, .15);
    color: #4b4b5a;
    border-top-right-radius: 0
}

.chat-conversation-list .odd .ctext-wrap:after {
    border-color: transparent;
    border-left-color: rgba(75, 75, 90, .15);
    border-top-color: rgba(75, 75, 90, .15);
    left: 100%
}

.member-desc p {
    display: none
}

.member-desc p:first-child {
    display: inline
}

.member-desc.show .dots {
    display: none
}

.member-desc.show p {
    display: block
}

.member-desc.show p:nth-last-child(2) {
    display: inline
}

.inbox-leftbar .mail-control a {
    padding: .5rem .75rem;
    display: flex;
    border-radius: .3rem;
    align-items: center;
    color: #4b4b5a
}

.inbox-leftbar .mail-control a span {
    margin-left: auto
}

.inbox-leftbar .mail-control a:hover {
    color: #000
}

.inbox-leftbar .chat-list {
    margin: 0 -1.25rem
}

.inbox-leftbar .chat-list li a {
    padding: 1rem 1.25rem
}

.inbox-leftbar .chat-list li a:hover {
    background-color: transparent
}

.inbox-leftbar .chat-list li .contact-status {
    margin-left: 0;
    left: 0
}

.inbox-rightbar {
    height: calc(100% - 24px)
}

.email-message-list {
    padding-left: 0;
    margin-bottom: .5rem
}

.email-message-list li {
    display: flex;
    align-items: center;
    overflow: hidden;
    line-height: 50px;
    height: 50px;
    margin-bottom: 1px;
    transition-duration: .3s;
    background: #fff;
    position: relative;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

.email-message-list li a {
    color: #4b4b5a
}

.email-message-list li a:hover {
    color: #3f3f4c
}

.email-message-list li:last-child {
    box-shadow: none
}

.email-message-list li.unread {
    background-color: #ecf0f6
}

.email-message-list li.marked .star-toggle {
    color: #ffbe0b
}

.email-message-list li:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    z-index: 1;
    transition-duration: 50ms
}

.email-message-list li:hover .action-list {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0)
}

.email-message-list li .col-mail-1 {
    max-width: 320px;
    flex: 1;
    display: flex;
    align-items: center
}

.email-message-list li .col-mail-2 {
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden
}

.email-message-list li .col-mail-2 .date {
    min-width: 100px;
    padding-left: .5rem;
    padding-right: 1rem;
    text-align: right;
    color: rgba(108, 117, 125, .9)
}

.email-message-list li .col-mail-2 .subject {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 100px);
    display: inline-block
}

.email-message-list li .action-list {
    padding: 0 1rem;
    position: absolute;
    right: 0;
    z-index: 2;
    top: 0;
    background: #fff;
    display: flex;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s
}

.email-message-list .checkbox-wrapper-mail {
    margin: 0 10px 0 1rem;
    max-width: 20px;
    width: 100%;
    display: flex
}

.email-message-list .star-toggle {
    color: #adb5bd;
    margin-right: 10px
}

.attachment {
    position: relative
}

.attachment .actions {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    padding: 10px;
    color: #fff;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s
}

.attachment .actions h6 {
    color: #fff
}

.attachment .actions h6 span {
    width: 100%;
    display: block
}

.attachment .actions h6 .title {
    margin-bottom: .25rem
}

.attachment .actions .download-btn {
    background: #4b4b5a;
    color: #fff;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .25rem
}

.attachment:hover .actions {
    opacity: 1;
    visibility: visible
}

.project-list tbody td:last-child:not(.child) {
    text-align: center
}

.add-project {
    border: none
}

.add-project .ck-editor__editable_inline {
    height: 100px;
    overflow: auto;
    min-height: 100px;
    max-height: 100px
}

.project-review-list {
    margin-bottom: 1.5rem
}

.project-review-list .card-title {
    margin-bottom: 1.5rem
}

.project-review-list h5 {
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6
}

.project-review-list .html,
.project-review-list h6 {
    margin-bottom: .75rem
}

.project-review-list p {
    margin-bottom: 0
}

.project-review-list:last-child {
    border-bottom: none
}

.board {
    display: block;
    white-space: nowrap;
    overflow-x: auto
}

.tasks {
    display: inline-block;
    width: 22rem;
    vertical-align: top;
    margin-bottom: 24px;
    border-radius: .375rem
}

.tasks.tasks:not(:last-child) {
    margin-right: 1.25rem
}

.tasks .card {
    white-space: normal;
    margin-bottom: 1rem
}

.tasks .card:last-child {
    margin-bottom: 0
}

.tasks .task-header {
    padding: 1rem 0;
    margin-bottom: .5rem;
    font-weight: 700;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem
}

.task-list-items {
    min-height: 100px;
    position: relative;
    padding: 1.25rem;
    background-color: #fff;
    border-bottom-left-radius: .375rem;
    border-bottom-right-radius: .375rem
}

.task-list-items .card {
    cursor: pointer
}

.task-list-items:before {
    content: "No Tasks";
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600
}

.sortable-chosen {
    background: #e2e7f1;
    opacity: 1;
    visibility: visible;
    box-shadow: none
}

.activity-list {
    position: relative
}

.activity-list:before {
    background-color: rgba(120, 89, 244, .1);
    width: 2px;
    top: 0;
    left: 20px;
    bottom: 0;
    position: absolute;
    content: ""
}

.activity-list .media {
    padding-bottom: 2rem;
    position: relative
}

.activity-list:last-child:before {
    display: none
}

.timeline-primary {
    position: relative
}

.timeline-primary:before {
    content: "";
    position: absolute;
    width: 2px;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    bottom: 0;
    background-color: #d4dcea
}

.timeline-primary .timeline-item {
    display: flex
}

.timeline-primary .timeline-item::before {
    content: "";
    display: block;
    width: 50%
}

.timeline-primary .timeline-item .time-show-btn {
    margin-bottom: 30px
}

.timeline-primary .timeline-item .timeline-box {
    margin-bottom: 30px;
    position: relative;
    width: 50%;
    margin-left: 90px
}

.timeline-primary .timeline-item .timeline-icon {
    line-height: 1;
    position: absolute;
    left: -60px;
    top: 14px;
    height: 45px;
    background: #f4f8f9
}

.timeline-primary .timeline-item .timeline-icon:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: rgba(120, 89, 244, .2);
    top: 19px;
    left: 40px
}

.timeline-primary .timeline-item .timeline-icon .quarter-fill {
    fill: #394e83;
    opacity: .25
}

.timeline-primary .timeline-item .timeline-icon .half-fill {
    fill: #394e83;
    opacity: .5
}

.timeline-primary .timeline-item .timeline-icon .full-fill {
    fill: #394e83
}

.timeline-primary .timeline-item.timeline-left {
    text-align: right
}

.timeline-primary .timeline-item.timeline-left:after {
    content: "";
    display: block;
    width: 50%
}

.timeline-primary .timeline-item.timeline-left:before {
    display: none
}

.timeline-primary .timeline-item.timeline-left .timeline-box {
    margin-left: 0;
    margin-right: 90px
}

.timeline-primary .timeline-item.timeline-left .timeline-icon {
    left: auto;
    right: -60px
}

.timeline-primary .timeline-item.timeline-left .timeline-icon:after {
    left: auto;
    right: 40px
}

.timeline-left-only .timeline-item::before {
    display: none
}

.timeline-left-only .timeline-item .timeline-box {
    margin-left: 45px
}

.timeline-left-only .timeline-primary:before {
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0)
}

.timeline-half .timeline-item {
    width: 50%
}

.timeline-half .timeline-item .timeline-box {
    width: 100%
}

.horizontal-timeline-owl {
    padding: 1rem 0
}

.horizontal-timeline-owl .event-list {
    text-align: center
}

.horizontal-timeline-owl .event-list .event-down-icon {
    position: relative
}

.horizontal-timeline-owl .event-list .event-down-icon:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border-bottom: 3px dashed #dee2e6
}

.horizontal-timeline-owl .event-list .down-arrow-icon {
    position: relative;
    background-color: #fff;
    padding: 4px;
    margin-bottom: 0
}

.horizontal-timeline-owl .event-list.active .down-arrow-icon {
    animation: fade-down 1.5s infinite linear
}

.horizontal-timeline-owl .owl-nav {
    text-align: center;
    margin-top: 1rem
}

.horizontal-timeline-owl .owl-nav .disabled {
    opacity: .7
}

.cd-horizontal-timeline .events a {
    padding-bottom: 6px;
    color: #505d69
}

.cd-horizontal-timeline .events a.selected {
    color: #394e83
}

.cd-horizontal-timeline .events a.selected:after {
    background: #394e83;
    border-color: #394e83
}

.cd-horizontal-timeline .events .filling-line {
    background: #394e83
}

.cd-horizontal-timeline a.btn-primary,
.cd-horizontal-timeline a.btn-primary:focus,
.cd-horizontal-timeline a.btn-primary:hover {
    color: #fff
}

.product-filter-list li {
    margin-bottom: .25rem
}

.product-item {
    box-shadow: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    border: 1px solid #dee2e6
}

.product-item .wishlist-icon {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem
}

.product-item .item-description {
    position: relative
}

.product-item .item-description .desc {
    padding-right: 4rem
}

.product-item .item-description .avatar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    right: 0
}

.product-item:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.product-color-options a {
    display: inline-block;
    text-align: center;
    margin-right: .5rem;
    color: #505d69
}

.product-color-options a img {
    padding: .25rem;
    border: 1px solid #dee2e6;
    margin-bottom: .5rem
}

.product-color-options a.active,
.product-color-options a:hover {
    color: #394e83
}

.product-color-options a.active img,
.product-color-options a:hover img {
    border-color: #394e83
}

.product-detail-imgs .nav .nav-link {
    height: 100%
}

.product-detail-imgs .nav .nav-link.active {
    background: #e2e7f1
}

.visa-card .visa-pattern {
    position: absolute;
    font-size: 20rem;
    color: rgba(255, 255, 255, .05);
    line-height: .4;
    right: 0;
    bottom: 0
}

.custom-wizard-container {
    position: relative
}

@media (min-width:768px) {
    .custom-wizard-container {
        padding-top: 130px
    }
}

.custom-wizard-container .custom-wizard-content {
    position: static
}

@media (min-width:768px) {
    .custom-wizard-container .custom-wizard-content .step-container {
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px
    }
}

.custom-wizard-container .sw-toolbar {
    padding: 1.5rem 0
}

.custom-nav-tabs a {
    background: #f3f7f9;
    color: #4b4b5a;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e2e7f1;
    border-left: 3px solid transparent;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px
}

.custom-nav-tabs a.active {
    border-left-color: #394e83;
    color: #394e83;
    background: #fff
}

.saved-card {
    display: flex;
    justify-content: space-between;
    border-radius: .25rem
}

@media (max-width:767.98px) {
    .saved-card {
        flex-direction: column
    }
}

.saved-card .scard-details {
    display: flex;
    align-items: center
}

.saved-card .scard-details .card-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center
}

.saved-card .scard-details .form-control {
    width: 100px
}

@media (min-width:768px) {
    .counter-number {
        display: flex
    }
}

.counter-number .coming-box {
    padding: 1rem;
    background: #fff;
    font-size: 2.25rem;
    font-weight: 600;
    text-align: center;
    border-radius: 5px
}

.counter-number .coming-box span {
    display: block;
    font-size: 1.15rem
}

.search-listing li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dee2e6
}

.search-listing li a:hover {
    color: #394e83;
    text-decoration: underline
}

.search-listing li .search-links {
    color: #4b4b5a;
    font-weight: 600
}

.search-listing li .search-links:hover {
    color: #1e2139;
    text-decoration: none
}

.search-listing li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.pricing-card {
    border-radius: 5px;
    background: #fff;
    margin-bottom: 30px
}

.pricing-card .pricing-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

@media (max-width:991px) {
    .pricing-card .pricing-header {
        padding: 2rem 1rem
    }
}

.pricing-card .pricing-header .plan-title {
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 1rem;
    border-bottom: 2px solid #dee2e6
}

.pricing-card .plan-price {
    border-bottom: 2px solid #dee2e6;
    display: flex;
    padding-bottom: 1rem;
    align-items: center
}

@media (max-width:991px) {
    .pricing-card .plan-price {
        flex-direction: column;
        align-items: flex-start
    }
}

.pricing-card .plan-price .price {
    float: left;
    display: inline-flex;
    flex-wrap: wrap;
    margin-right: 1rem
}

@media (max-width:991px) {
    .pricing-card .plan-price .price {
        display: flex;
        align-items: flex-end
    }
}

.pricing-card .plan-price .price h3 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 500;
    margin-left: -15px
}

@media (max-width:991px) {
    .pricing-card .plan-price .price h3 {
        margin-right: .5rem
    }
}

.pricing-card .plan-price .price h3 sup {
    top: -.5rem;
    margin-right: 3px;
    left: 15px
}

.pricing-card .plan-price .price span {
    text-transform: uppercase
}

.pricing-card .pricing-body li {
    padding: .5rem 0
}

.pswp-caption {
    display: none
}

.pswp__caption__center {
    padding: 0;
    max-width: 1140px;
    text-align: center
}

.pswp__caption__center h5 {
    font-size: 1.25rem;
    margin: 1rem 0
}

.pswp__caption__center h4,
.pswp__caption__center p {
    color: #fff
}

.gallery-nav {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem
}

.gallery-nav li {
    margin-right: 1rem;
    margin-bottom: 1rem
}

.gallery-nav .control.filtr-active {
    background: #394e83;
    border-color: #394e83;
    color: #fff
}

.gallery-item {
    position: relative;
    display: block;
    border-radius: 7px;
    margin-bottom: 30px;
    overflow: hidden
}

.gallery-item .gallery-demo-img {
    border-radius: 7px
}

.gallery-item .gallery-overlay {
    opacity: 0;
    background: rgba(120, 89, 244, .9);
    border-radius: 7px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s
}

.gallery-item .overlay-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    padding: 1rem;
    text-align: center;
    color: rgba(255, 255, 255, .8)
}

.gallery-item .overlay-content h5,
.gallery-item .overlay-content h6 {
    color: rgba(255, 255, 255, .8)
}

.gallery-item:hover .gallery-overlay {
    opacity: 1
}

.gallery-item:hover .overlay-content {
    bottom: 0
}

@media (max-width:767.98px) {
    .topbar-header {
        padding: 0 12px
    }

    .navbar-header .hamburg-icon {
        padding-left: 0
    }

    .navbar-brand-box {
        width: auto !important;
        text-align: center;
        background: 0 0;
        padding: 0 5px 0 0
    }

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

    .navbar-brand-box .logo-dark {
        display: block;
        text-align: left
    }

    .navbar-brand-box .logo-dark .logo-lg {
        display: none
    }

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

    .side-navbar {
        transform: translateX(-105%);
        -webkit-transform: translateX(-105%);
        -ms-transform: translateX(-105%);
        -moz-transform: translateX(-105%);
        transition: transform .3s ease-in-out;
        -webkit-transition: transform .3s ease-in-out;
        -ms-transition: transform .3s ease-in-out;
        -moz-transition: transform .3s ease-in-out
    }

    .footer,
    .main-content {
        margin-left: 0
    }

    .compact-side-menu .footer,
    .compact-side-menu .main-content {
        margin-left: 0
    }

    .main-content {
        padding: 0
    }

    .show-sidebar .side-navbar {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0)
    }

    .dark-sidebar-menu .navbar-brand-box {
        background: 0 0
    }

    .dark-sidebar-menu .navbar-brand-box .logo-dark {
        display: none
    }

    .dark-sidebar-menu .navbar-brand-box .logo-light {
        display: block
    }

    .dark-sidebar-menu .navbar-brand-box .logo-light .logo-sm {
        display: block
    }

    .dark-sidebar-menu .navbar-brand-box .logo-light .logo-lg {
        display: none
    }

    .left-side-menu-condensed .navbar-brand-box {
        width: auto !important
    }

    .left-side-menu-condensed .footer,
    .left-side-menu-condensed .main-content {
        margin-left: 0
    }

    .message-wrapper .user-message-wrapper {
        border-radius: .5rem
    }

    [data-sidebar=mobile] {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 100;
        border-radius: 0;
        margin-bottom: 0;
        width: 300px;
        display: block;
        overflow: auto;
        transform: translateX(-105%);
        -webkit-transform: translateX(-105%);
        -ms-transform: translateX(-105%);
        -moz-transform: translateX(-105%);
        transition: transform .3s ease-in-out;
        -webkit-transition: transform .3s ease-in-out;
        -ms-transition: transform .3s ease-in-out;
        -moz-transition: transform .3s ease-in-out
    }

    [data-sidebar=mobile].show-mobile-sidebar {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0)
    }
}

@media (max-width:575.98px) {
    .page-title-box h3 {
        width: 100%
    }

    .timeline-left-only .timeline-primary:before {
        left: 15px
    }

    .timeline-half .timeline-item {
        width: 100%
    }

    .timeline-primary:before {
        left: 15px
    }

    .timeline-primary .timeline-item .timeline-box {
        width: 100%;
        margin-left: 60px
    }

    .timeline-primary .timeline-item:before {
        display: none
    }

    .timeline-primary .timeline-item.timeline-left {
        width: 100%;
        text-align: left
    }

    .timeline-primary .timeline-item.timeline-left .timeline-box {
        margin-left: 60px;
        margin-right: 0
    }

    .timeline-primary .timeline-item.timeline-left .timeline-icon {
        left: -60px;
        right: auto
    }

    .timeline-primary .timeline-item.timeline-left .timeline-icon:after {
        right: auto;
        left: 40px
    }

    .timeline-primary .timeline-item.timeline-left:after {
        display: none
    }

    .footer {
        text-align: center
    }

    .step-container {
        padding: 15px
    }

    .step-container .step {
        flex-direction: column;
        text-align: center
    }

    .step-container .step h5 {
        font-size: 16px;
        width: 100px
    }

    .step-container .step .avatar {
        margin-right: 0;
        margin-bottom: 1rem
    }
}

.header-item.btn {
    padding: .5rem 8px
}

/*# sourceMappingURL=map/styles.min.css.map */