﻿@charset "UTF-8";
/*
* Author: WebAppLayers
* Product Name: INSPINIA
* Version: 3.0.0
* Purchase: https://wrapbootstrap.com/theme/inspinia-responsive-admin-template-WB0R5L90S?ref=inspinia
* Website: https://www.webapplayers.com
* Contact: webapplayers07@gmail.com
* File: Style Css File
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Next:ital,wght@0,200..800;1,200..800&display=swap");

[data-bs-theme=dark] {
    --bs-light: #2b3e4e;
    --bs-light-rgb: 43, 62, 78;
    --bs-dark: #f1f1f1;
    --bs-dark-rgb: 241, 241, 241;
    --bs-box-shadow: 0px 0px 35px 0px rgba(26, 27, 34, 0.5);
}

[data-bs-theme=light] {
    --navy: #17987E;
    --nav-bg: #1BB394;
    --nav-text-color: #676a6c;
    --white: #fff;
    --body-bg: #fff;
}

/* FULL HEIGHT */
.full-height {
    height: 100%;
}

.fh-breadcrumb {
    height: calc(100% - 190px);
    margin: 0 -0.625rem;
    position: relative;
}

.fh-no-breadcrumb {
    height: calc(100% - 99px);
    margin: 0 -15px;
    position: relative;
}

.fh-column {
    background: var(--bs-secondary-bg);
    height: 100%;
    width: 240px;
    float: left;
}

/* WRAPPERS */
#wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wrapper {
    padding: 0 20px;
}

.wrapper-content {
    padding: 20px 10px 56px;
}

#page-wrapper {
    padding: 0 0.625rem;
    position: relative !important;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: calc(100% - 220px);
}

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
    }
}
/* Show profile dropdown on fixed sidebar */
.block {
    display: block !important;
}

@media (max-width: 1000px) {
    .welcome-message {
        display: none;
    }
}

.list-inline > li {
    display: inline-block;
}

#page-wrapper {
    min-height: 100vh;
}

body.boxed-layout {
    background: url("../img/patterns/shattered.png");
}

    body.boxed-layout #wrapper {
        background-color: #2F4050;
        max-width: 1200px;
        margin: 0 auto;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    }

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        min-height: 100vh;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

@media (max-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 0;
        min-height: 100vh;
        width: 100%;
    }

    .lock-word {
        display: none;
    }

    .navbar-form-custom {
        display: none;
    }

    .navbar-header {
        display: inline;
        float: left;
    }

    .sidebar-panel {
        z-index: 2;
        position: relative;
        width: auto;
        min-height: 100% !important;
    }

    .sidebar-content .wrapper {
        padding-right: 0;
        z-index: 1;
    }

    body:not(.mini-navbar) {
        -webkit-transition: background-color 500ms linear;
        transition: background-color 500ms linear;
        background-color: #f3f3f4;
    }
}

.sidebar-panel {
    width: 220px;
    background: var(--bs-light);
    padding: 10px 20px;
    position: absolute;
    right: 0;
    height: calc(100% - 62px);
}

    .sidebar-panel .feed-element img.rounded-circle {
        width: 32px;
        height: 32px;
    }

    .sidebar-panel .feed-element,
    .media-body,
    .sidebar-panel p {
        font-size: 12px;
    }

    .sidebar-panel .feed-element {
        margin-top: 20px;
        padding-bottom: 0;
    }

    .sidebar-panel .list-group {
        margin-bottom: 10px;
    }

        .sidebar-panel .list-group .list-group-item {
            padding: 5px 0;
            font-size: 12px;
            border: 0;
        }

.sidebar-content .wrapper,
.wrapper.sidebar-content {
    padding-right: 230px !important;
}

.navbar {
    border: 0;
}

.nav > li > a {
    color: #a7b1c2;
    padding: 13px 20px 13px 25px;
    display: block;
    font-weight: 600;
}

    .nav > li > a i {
        margin-right: 6px;
    }

    .nav > li > a svg {
        height: 16px;
        width: 16px;
        margin-right: 5px;
    }

    .nav > li > a .nav-label {
        vertical-align: middle;
    }

.nav > li.active {
    border-left: 4px solid #0093f6;
    background: #293846;
}

    .nav > li.active > a {
        color: #fff;
    }

.nav.metismenu > li {
    display: block;
    width: 100%;
    position: relative;
}

.nav.metismenu .dropdown-menu > li > a {
    padding: 3px 20px;
    display: block;
}

.nav.navbar-right > li > a {
    color: var(--bs-gray-600);
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: #fff;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
    background-color: #293846;
    color: #fff;
}

.navbar-default {
    background-color: transparent;
    border-color: #2F4050;
}

.navbar-default {
    position: unset;
    height: unset;
    z-index: 100;
    width: 220px;
}

    .navbar-default .special_link a {
        background: #1ab394;
        color: #fff !important;
    }

        .navbar-default .special_link a:hover {
            background: #17987e !important;
            color: #fff !important;
        }

        .navbar-default .special_link a span.label {
            background: #fff;
            color: #1ab394;
        }

.navbar-top {
    z-index: 100;
    background: var(--bs-light);
}

.navbar-top-links li {
    display: inline-block;
    -ms-flex-item-align: center;
    align-self: center;
}

    .navbar-top-links li a.navbar-top-item {
        padding: 18px 10px;
    }

        .navbar-top-links li a.navbar-top-item > i {
            font-size: 18px;
            vertical-align: middle;
        }

        .navbar-top-links li a.navbar-top-item:hover {
            color: #1ab394;
        }

.navbar-top-links .dropdown-menu li {
    display: block;
}

    .navbar-top-links .dropdown-menu li:last-child {
        margin-right: 0;
    }

    .navbar-top-links .dropdown-menu li a div {
        white-space: normal;
    }

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.nav-header {
    padding: 0 25px 25px 25px;
    background-color: #2F4050;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url("../img/patterns/bg-pattern.svg");
    border-left: 0 !important;
}

.brand-logo {
    height: 60px;
    line-height: 55px;
    padding: 0 !important;
    margin-bottom: 20px;
    background-color: transparent !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .brand-logo .sidebar-logo-black {
        display: none;
    }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.profile-element .dropdown-toggle::after {
    display: none;
}

.pace-done .nav-header {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

ul.nav-second-level {
    background: #293846;
}

    ul.nav-second-level > li.active {
        border: none;
    }

.nav.nav-second-level.collapse[style] {
    height: auto !important;
}

.nav-header a {
    color: #DFE4ED;
}

.nav-header .text-muted {
    color: #8095a8 !important;
}

.navbar-minimalize {
    padding: 4px 12px;
    margin: 14px 5px 5px 20px;
    font-size: 14px;
    float: left;
}

.navbar-form-custom {
    float: left;
    height: 50px;
    padding: 0;
    width: 200px;
    display: block;
}

    .navbar-form-custom .form-group {
        margin-bottom: 0;
    }

    .navbar-form-custom .form-control {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none;
        font-size: 14px;
        height: 60px;
        margin: 0;
        z-index: 2000;
    }

.nav.navbar-top-links .dropdown-toggle::after {
    display: none;
}

.navbar.navbar-top {
    padding: 0;
    width: 100%;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
}

.navbar-top .dropdown-menu {
    right: 0;
    left: auto;
}

.count-info .label {
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 6px;
    top: 6px;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav.nav-third-level > li.active {
    border: none;
}

.nav-second-level li a {
    padding: 7px 10px 7px 10px;
    padding-left: 48px;
}

.nav-second-level.collapsing li a {
    min-width: 220px;
}

.nav-third-level li a {
    padding-left: 62px;
}

.nav-second-level li:last-child {
    padding-bottom: 10px;
}

.fixed-nav .sidebar-collapse {
    height: calc(100vh - 70px);
}

.logo-element {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: none;
    padding: 18px 0;
}

.navbar-default {
    -webkit-transition: width 0s;
    transition: width 0s;
}

.footer {
    -webkit-transition: margin 0s;
    transition: margin 0s;
}

.pace-done .navbar-default,
.pace-done .nav-header,
.pace-done li.active,
.pace-done #page-wrapper,
.pace-done .footer {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.fixed-nav #wrapper {
    margin-top: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background: none;
    border-color: #DDDDDD #DDDDDD rgba(0, 0, 0, 0);
    border-bottom: var(--bs-light);
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
}

.nav.nav-tabs li {
    background: none;
    border: none;
}

body .light-navbar .navbar.navbar-top {
    background-color: #fff;
}

body.mini-navbar .brand-logo {
    display: none;
}

body.mini-navbar .metismenu .metismenu .collapse {
    opacity: 0;
}

    body.mini-navbar .metismenu .metismenu .collapse.in {
        opacity: 1;
    }

    body.mini-navbar .metismenu .metismenu .collapse a {
        display: none;
    }

    body.mini-navbar .metismenu .metismenu .collapse.in a {
        display: block;
    }

body.mini-navbar .metismenu .nav-second-level {
    display: none;
}

body.mini-navbar .navbar-default .simplebar-mask,
body.mini-navbar .navbar-default .simplebar-content-wrapper {
    overflow: visible !important;
}

body.mini-navbar .navbar-default .simplebar-scrollbar,
body.mini-navbar .navbar-default .menu-alert {
    display: none !important;
}

body.mini-navbar .navbar-default .simplebar-offset {
    bottom: 0 !important;
}

body.mini-navbar .nav-second-level.collapsing li a {
    min-width: 140px;
}

body.mini-navbar .nav-second-level li a {
    padding: 10px 10px 10px 15px;
}

body.mini-navbar .nav .nav-second-level {
    position: absolute;
    left: 70px;
    top: 0;
    background-color: #2F4050;
    padding: 10px;
    font-size: 12px;
}

body.mini-navbar .nav-second-level {
    background: #293846;
}

body.mini-navbar li.active .nav-second-level {
    left: 65px;
}

body.mini-navbar .nav li:hover > .nav-second-level,
body.mini-navbar .nav li:focus > .nav-second-level {
    display: block;
    border-radius: 0 2px 2px 0;
    min-width: 160px;
    height: auto;
}

body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
    font-size: 12px;
    border-radius: 3px;
}

body.mini-navbar .navbar-default {
    width: 70px;
    height: 100% !important;
}

    body.mini-navbar .navbar-default .vh-100 {
        height: 100% !important;
    }

    body.mini-navbar .profile-element,
    body.mini-navbar .nav-label,
    body.mini-navbar .navbar-default .nav li a span {
        display: none;
    }

    body.mini-navbar .navbar-default .nav > li > a {
        font-size: 16px;
    }

body.mini-navbar .logo-element {
    display: block;
}

body.mini-navbar .nav-header {
    padding: 0;
}

body.mini-navbar #page-wrapper {
    width: calc(100% - 70px);
}

.mini-navbar:not(.top-navigation) .nav li:hover > .nav-second-level,
.mini-navbar:not(.top-navigation) .nav li:focus > .nav-second-level {
    display: block;
    border-radius: 0 2px 2px 0;
    min-width: 160px;
    max-width: 160px;
    height: auto;
}

.canvas-menu .logo-element {
    display: none;
}

.canvas-menu .navbar-default {
    z-index: 2001;
    height: 100vh;
    position: fixed;
    background: #2F4050;
    width: 220px;
    margin-left: -220px;
}

.canvas-menu.menu-open .navbar-default {
    margin-left: 0;
}

.canvas-menu #page-wrapper {
    margin: 0;
    width: 100%;
}

.canvas-menu .navbar-top {
    left: 0 !important;
}

a.close-canvas-menu {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1011;
    color: #a7b1c2;
}

    a.close-canvas-menu:hover {
        color: var(--bs-secondary-bg);
    }

.close-canvas-menu {
    display: none;
}

.canvas-menu .close-canvas-menu {
    display: block;
}

.fixed-sidebar:not(.mini-navbar) .navbar-default {
    position: sticky;
    height: 100vh;
    top: 0;
}

.fixed-nav:not(.boxed-layout) #page-wrapper {
    margin-top: 60px;
}

.fixed-nav:not(.boxed-layout) .navbar-top {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-bottom: 1px solid var(--bs-border-color) !important;
    position: fixed;
    right: 0;
    left: 220px;
    top: 0;
    padding: 0;
    max-width: -webkit-fill-available;
}

.fixed-nav:not(.boxed-layout).mini-navbar .navbar-top {
    left: 70px;
}

.full-width:not(.boxed-layout) #wrapper .navbar-top {
    z-index: 101;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    max-width: -webkit-fill-available;
}

.full-width:not(.boxed-layout) #wrapper #page-wrapper {
    margin-top: 60px;
}

.logo-white {
    display: none;
}

[data-bs-theme=dark] .logo-black {
    display: none;
}

[data-bs-theme=dark] .logo-white {
    display: block;
}

.top-navigation:not(.mini-navbar) #page-wrapper {
    width: 100%;
}

.top-navigation:not(.mini-navbar) .navbar-top {
    left: 0 !important;
}

.top-navigation:not(.mini-navbar) .footer {
    left: 0 !important;
}

.top-navigation:not(.mini-navbar) .navbar-nav .dropdown-menu > .active > a {
    background: white;
    color: #1ab394;
    font-weight: bold;
}

.top-navigation:not(.mini-navbar) .navbar {
    margin-bottom: 0;
}

.top-navigation:not(.mini-navbar) .nav > li > a {
    padding: 15px 20px;
    color: #676a6c;
}

.top-navigation:not(.mini-navbar) .nav > li a:hover,
.top-navigation:not(.mini-navbar) .nav > li a:focus {
    background: var(--bs-secondary-bg);
    color: #1ab394;
}

.top-navigation:not(.mini-navbar) .navbar .nav > li.active {
    background: var(--bs-secondary-bg);
    border: none;
}

.top-navigation:not(.mini-navbar) .nav > li.active > a {
    color: #1ab394;
}

.top-navigation:not(.mini-navbar) .navbar-right {
    margin-right: 10px;
}

.top-navigation:not(.mini-navbar) .navbar-nav .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--bs-border-color);
}

.top-navigation:not(.mini-navbar) .dropdown-menu > li > a {
    margin: 0;
    padding: 7px 20px;
}

.top-navigation:not(.mini-navbar) .navbar-brand {
    background: #1ab394;
    color: var(--bs-secondary-bg);
    padding: 15px 25px;
    font-size: 18px;
    line-height: 20px;
}

.top-navigation:not(.mini-navbar) .navbar-top-links li:last-child {
    margin-right: 0;
}

.top-navigation:not(.mini-navbar) .footer.fixed {
    margin-left: 0 !important;
}

.top-navigation:not(.mini-navbar) .wrapper.wrapper-content {
    padding: 40px;
}

.top-navigation:not(.mini-navbar) .navbar-nav .open .dropdown-menu > li > a,
.top-navigation:not(.mini-navbar) .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 20px;
}

.white-bg .navbar-top {
    background: var(--bs-secondary-bg);
}

.navbar .dropdown-menu {
    margin-top: 0;
}

.top-navigation.fixed-nav #wrapper,
.fixed-nav #wrapper.top-navigation {
    margin-top: 50px;
}

.navbar-toggler {
    background-color: #1ab394;
    color: var(--bs-secondary-bg);
    padding: 6px 12px;
    font-size: 14px;
    margin: 8px;
}

.top-navigation.boxed-layout #wrapper,
.boxed-layout #wrapper.top-navigation {
    max-width: 1300px !important;
}

body.top-navigation.fixed-nav #wrapper #page-wrapper {
    margin-top: 0;
}

@media (max-width: 768px) {
    .top-navigation .navbar-header {
        display: block;
        float: none;
    }
}

.menu-visible-lg,
.menu-visible-md {
    display: none !important;
}

@media (min-width: 1200px) {
    .menu-visible-lg {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .menu-visible-md {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .menu-visible-md {
        display: block !important;
    }

    .menu-visible-lg {
        display: block !important;
    }
}

.footer {
    background: none repeat scroll 0 0 var(--bs-secondary-bg);
    border-top: 1px solid var(--bs-border-color);
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
}

    .footer.fixed {
        position: fixed;
        bottom: 0;
        left: 220px;
        right: 0;
        z-index: 1000;
        padding: 10px 20px;
        background: var(--bs-secondary-bg);
        border-top: 1px solid var(--bs-border-color);
    }

.mini-navbar .footer.fixed {
    left: 70px;
}

.boxed-layout .footer.fixed {
    max-width: 980px;
    margin: 0 auto;
}

.boxed-layout.mini-navbar .footer.fixed {
    max-width: 1130px;
}

/*
*
*   This is style for skin config
*   Use only in demo theme
*
*/
.theme-config {
    position: absolute;
    top: 90px;
    right: 0;
}

.theme-config-box {
    margin-right: -250px;
    position: relative;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

    .theme-config-box.show {
        margin-right: 0;
    }

        .theme-config-box.show .spin-icon {
            left: 0;
        }

.spin-icon {
    background: #1ab394;
    position: absolute;
    padding: 7px 10px 7px 13px;
    border-radius: 20px 0 0 20px;
    font-size: 16px;
    top: 0;
    left: -10px;
    width: 40px;
    color: #fff;
    cursor: pointer;
}

.skin-settings {
    width: 240px;
    padding: 20px;
    margin-left: 40px;
    background: var(--bs-light);
    -webkit-box-shadow: var(--bs-box-shadow);
    box-shadow: var(--bs-box-shadow);
}

.setings-item {
    padding: 10px 0;
}

.default-skin {
    background: #283A49;
}

    .default-skin:hover {
        background: #1e2e3d;
    }

.light-skin {
    background: url("../img/patterns/ls.png") repeat scroll 0 110px;
}

    .light-skin:hover {
        background: url("../img/patterns/ls.png") repeat scroll 0 140px;
    }

.ultra-skin {
    background: url("../img/patterns/3.png") repeat scroll 0 0;
}

    .ultra-skin:hover {
        background: url("../img/patterns/4.png") repeat scroll 0 0;
    }

#right-sidebar {
    background-color: var(--bs-secondary-bg);
    border-left: 1px solid var(--bs-border-color);
    border-top: 1px solid var(--bs-border-color);
    overflow: hidden;
    position: fixed;
    top: 60px;
    width: 260px !important;
    z-index: 1009;
    bottom: 0;
    right: -260px;
}

    #right-sidebar.sidebar-open {
        right: 0;
    }

        #right-sidebar.sidebar-open.sidebar-top {
            top: 0;
            border-top: none;
        }

.sidebar-container ul.nav-tabs {
    border: none;
}

    .sidebar-container ul.nav-tabs.navs-4 li {
        width: 25%;
    }

    .sidebar-container ul.nav-tabs.navs-3 li {
        width: 33.3333%;
    }

    .sidebar-container ul.nav-tabs.navs-2 li {
        width: 50%;
    }

    .sidebar-container ul.nav-tabs li {
        border: none;
    }

        .sidebar-container ul.nav-tabs li a {
            border: none;
            padding: 12px 10px;
            margin: 0;
            border-radius: 0;
            background: #2F4050;
            color: #fff !important;
            text-align: center;
            border-right: 1px solid #334556;
        }

            .sidebar-container ul.nav-tabs li a.active {
                color: var(--bs-nav-tabs-link-active-color) !important;
            }

        .sidebar-container ul.nav-tabs li.active a {
            border: none;
            background: var(--bs-light);
            color: #676a6c;
            font-weight: bold;
        }

.sidebar-container .nav-tabs > li.active > a:hover,
.sidebar-container .nav-tabs > li.active > a:focus {
    border: none;
}

.sidebar-container ul.sidebar-list {
    margin: 0;
    padding: 0;
}

    .sidebar-container ul.sidebar-list li {
        border-bottom: 1px solid var(--bs-border-color);
        padding: 15px 20px;
        list-style: none;
        font-size: 12px;
    }

.sidebar-container .sidebar-message:nth-child(2n+2) {
    background: var(--bs-light);
}

.sidebar-container ul.sidebar-list li a {
    text-decoration: none;
    color: inherit;
}

.sidebar-container .sidebar-content {
    padding: 15px 20px;
    font-size: 12px;
}

.sidebar-container .sidebar-title {
    background: var(--bs-light);
    padding: 20px;
    border-bottom: 1px solid var(--bs-border-color);
}

    .sidebar-container .sidebar-title h3 {
        margin-bottom: 3px;
        padding-left: 2px;
    }

.sidebar-container .tab-content h4 {
    margin-bottom: 5px;
}

.sidebar-container .sidebar-message > a > .float-start {
    margin-right: 10px;
}

.sidebar-container .sidebar-message > a {
    text-decoration: none;
    color: inherit;
}

.sidebar-container .sidebar-message {
    padding: 15px 20px;
}

    .sidebar-container .sidebar-message .media-body {
        display: block;
        width: auto;
    }

    .sidebar-container .sidebar-message .message-avatar {
        height: 38px;
        width: 38px;
        border-radius: 50%;
    }

.sidebar-container .setings-item {
    padding: 15px 20px;
    border-bottom: 1px solid var(--bs-border-color);
}

body {
    background-color: #2F4050;
    font-size: 13px;
    overflow-x: hidden;
}

html,
body {
    height: 100%;
}

ins {
    background-color: #c6ffc6;
    text-decoration: none;
}

del {
    background-color: #ffc6c6;
}

.ff-secondary {
    font-family: "Roboto", serif;
}

.clear {
    display: block;
    overflow: hidden;
}

.font-bold {
    font-weight: 600;
}

.font-normal {
    font-weight: 400;
}

.font-italic {
    font-style: italic;
}

video {
    width: 100% !important;
    height: auto !important;
}

ul.unstyled,
ol.unstyled {
    list-style: none outside none;
    margin-left: 0;
}

.link-block {
    font-size: 12px;
    padding: 10px;
}

    .link-block a {
        font-size: 10px;
        color: inherit;
    }

/* Code */
code {
    color: var(--bs-danger);
    border-radius: 4px;
    background-color: rgba(var(--bs-danger-rgb), 0.1);
    font-size: 90%;
    padding: 2px 4px;
    white-space: nowrap;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: var(--bs-body-color);
    word-break: break-all;
    word-wrap: break-word;
    background-color: var(--bs-light);
    border: 1px solid var(--bs-border-color);
    border-radius: 2px;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.img-shadow {
    -webkit-box-shadow: 0 0 3px 0 rgb(145, 145, 145);
    box-shadow: 0 0 3px 0 rgb(145, 145, 145);
}

legend {
    font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-family: "Roboto", serif;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
    margin-top: 5px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

h3,
h4,
h5 {
    margin-top: 5px;
}

.label {
    background-color: #D1DADE;
    color: #5E5E5E;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
    border-radius: 0.25em;
    line-height: 1;
    white-space: nowrap;
}

.nav .label,
.ibox .label {
    font-size: 10px;
}

.badge {
    background-color: #D1DADE;
    color: #5E5E5E;
    font-weight: 600;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    text-shadow: none;
    white-space: nowrap;
}

.label-primary,
.badge-primary {
    background-color: #1ab394;
    color: #fff;
}

.label-success,
.badge-success {
    background-color: #1c84c6;
    color: #fff;
}

.label-warning,
.badge-warning {
    background-color: #f8ac59;
    color: #fff;
}

.label-warning-light,
.badge-warning-light {
    background-color: #f8ac59;
    color: #fff;
}

.label-danger,
.badge-danger {
    background-color: #ED5565;
    color: #fff;
}

.label-info,
.badge-info {
    background-color: #23c6c8;
    color: #fff;
}

.label-inverse,
.badge-inverse {
    background-color: #262626;
    color: #fff;
}

.label-white,
.badge-white {
    background-color: #fff;
    color: #5E5E5E;
}

.label-white,
.badge-disable {
    background-color: #2A2E36;
    color: #8B91A0;
}

.simple_tag {
    background-color: var(--bs-light);
    border: 1px solid var(--bs-border-color);
    border-radius: 2px;
    color: inherit;
    font-size: 10px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px 12px;
    display: inline-block;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
}

    .breadcrumb > li a {
        color: inherit;
    }

    .breadcrumb > .active {
        color: inherit;
    }

.btn-xs {
    font-size: 0.7rem;
    padding: 0.2rem 0.4rem;
}

.btn-group-sm > .btn,
.btn-sm {
    font-size: 0.8rem;
}

.float-e-margins .btn {
    margin-bottom: 5px;
}

.btn-w-m {
    min-width: 120px;
}

.btn-default {
    color: var(--bs-body-color);
    background: transparent;
    border: 1px solid var(--bs-border-color);
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default,
    .btn-default:active:focus,
    .btn-default:active:hover,
    .btn-default.active:hover,
    .btn-default.active:focus {
        color: inherit;
        border: 1px solid var(--bs-border-color);
    }

    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
    }

        .btn-default.disabled,
        .btn-default.disabled:hover,
        .btn-default.disabled:focus,
        .btn-default.disabled:active,
        .btn-default.disabled.active,
        .btn-default[disabled],
        .btn-default[disabled]:hover,
        .btn-default[disabled]:focus,
        .btn-default[disabled]:active,
        .btn-default.active[disabled],
        fieldset[disabled] .btn-default,
        fieldset[disabled] .btn-default:hover,
        fieldset[disabled] .btn-default:focus,
        fieldset[disabled] .btn-default:active,
        fieldset[disabled] .btn-default.active {
            color: #cacaca;
        }

.btn-white {
    color: inherit;
    background: transparent;
    border: 1px solid var(--bs-border-color);
}

[data-bs-theme=dark] .btn-white {
    background: var(--bs-border-color);
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white,
.btn-white:active:focus,
.btn-white:active:hover,
.btn-white.active:hover,
.btn-white.active:focus {
    color: inherit;
    border: 1px solid var(--bs-border-color);
}

.btn-white:active,
.btn-white.active {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    background-image: none;
}

    .btn-white.disabled,
    .btn-white.disabled:hover,
    .btn-white.disabled:focus,
    .btn-white.disabled:active,
    .btn-white.disabled.active,
    .btn-white[disabled],
    .btn-white[disabled]:hover,
    .btn-white[disabled]:focus,
    .btn-white[disabled]:active,
    .btn-white.active[disabled],
    fieldset[disabled] .btn-white,
    fieldset[disabled] .btn-white:hover,
    fieldset[disabled] .btn-white:focus,
    fieldset[disabled] .btn-white:active,
    fieldset[disabled] .btn-white.active {
        color: #cacaca;
    }

.btn-large-dim {
    width: 90px;
    height: 90px;
    font-size: 42px;
}

button.dim {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding-top: 6px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 20px !important;
}

    button.dim:active {
        top: 3px;
    }

    button.dim.btn-primary {
        -webkit-box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px var(--bs-light) !important;
        box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px var(--bs-light) !important;
    }

        button.dim.btn-primary:active {
            -webkit-box-shadow: inset 0 0 0 #16987e, 0 2px 0 0 #16987e, 0 5px 3px var(--bs-light) !important;
            box-shadow: inset 0 0 0 #16987e, 0 2px 0 0 #16987e, 0 5px 3px var(--bs-light) !important;
        }

    button.dim.btn-default {
        -webkit-box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px var(--bs-light) !important;
        box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px var(--bs-light) !important;
    }

        button.dim.btn-default:active {
            -webkit-box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px var(--bs-light) !important;
            box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px var(--bs-light) !important;
        }

    button.dim.btn-warning {
        -webkit-box-shadow: inset 0 0 0 #f79d3c, 0 5px 0 0 #f79d3c, 0 10px 5px var(--bs-light) !important;
        box-shadow: inset 0 0 0 #f79d3c, 0 5px 0 0 #f79d3c, 0 10px 5px var(--bs-light) !important;
    }

        button.dim.btn-warning:active {
            -webkit-box-shadow: inset 0 0 0 #f79d3c, 0 2px 0 0 #f79d3c, 0 5px 3px var(--bs-light) !important;
            box-shadow: inset 0 0 0 #f79d3c, 0 2px 0 0 #f79d3c, 0 5px 3px var(--bs-light) !important;
        }

    button.dim.btn-info {
        -webkit-box-shadow: inset 0 0 0 #1eacae, 0 5px 0 0 #1eacae, 0 10px 5px var(--bs-light) !important;
        box-shadow: inset 0 0 0 #1eacae, 0 5px 0 0 #1eacae, 0 10px 5px var(--bs-light) !important;
    }

        button.dim.btn-info:active {
            -webkit-box-shadow: inset 0 0 0 #1eacae, 0 2px 0 0 #1eacae, 0 5px 3px var(--bs-light) !important;
            box-shadow: inset 0 0 0 #1eacae, 0 2px 0 0 #1eacae, 0 5px 3px var(--bs-light) !important;
        }

    button.dim.btn-success {
        -webkit-box-shadow: inset 0 0 0 #1872ab, 0 5px 0 0 #1872ab, 0 10px 5px var(--bs-light) !important;
        box-shadow: inset 0 0 0 #1872ab, 0 5px 0 0 #1872ab, 0 10px 5px var(--bs-light) !important;
    }

        button.dim.btn-success:active {
            -webkit-box-shadow: inset 0 0 0 #1872ab, 0 2px 0 0 #1872ab, 0 5px 3px var(--bs-light) !important;
            box-shadow: inset 0 0 0 #1872ab, 0 2px 0 0 #1872ab, 0 5px 3px var(--bs-light) !important;
        }

    button.dim.btn-danger {
        -webkit-box-shadow: inset 0 0 0 #ea394c, 0 5px 0 0 #ea394c, 0 10px 5px var(--bs-light) !important;
        box-shadow: inset 0 0 0 #ea394c, 0 5px 0 0 #ea394c, 0 10px 5px var(--bs-light) !important;
    }

        button.dim.btn-danger:active {
            -webkit-box-shadow: inset 0 0 0 #ea394c, 0 2px 0 0 #ea394c, 0 5px 3px var(--bs-light) !important;
            box-shadow: inset 0 0 0 #ea394c, 0 2px 0 0 #ea394c, 0 5px 3px var(--bs-light) !important;
        }

    button.dim:before {
        font-size: 50px;
        line-height: 1em;
        font-weight: normal;
        color: var(--bs-secondary-bg);
        display: block;
        padding-top: 10px;
    }

    button.dim:active:before {
        top: 7px;
        font-size: 50px;
    }

.btn:focus {
    outline: none !important;
}

/* CIRCLE */
.img-circle {
    border-radius: 50%;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }

/* PANELS */
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit;
}

.page-heading {
    border-top: 0;
    padding: 0 10px 20px 10px;
}

.panel-heading h1,
.panel-heading h2 {
    margin-bottom: 5px;
}

.panel-body {
    padding: 15px;
}

/* Bootstrap 3.3.x panels */
.panel {
    margin-bottom: 20px;
    background-color: var(--bs-secondary-bg);
    border: 1px solid transparent;
    border-radius: 4px;
}

.panel-heading {
    color: white;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-footer {
    padding: 10px 15px;
    border-top: 1px solid var(--bs-border-color);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-default > .panel-heading {
    color: var(--bs-body-color);
    background-color: var(--bs-light);
    border-color: var(--bs-border-color);
}

.panel-default {
    border-color: var(--bs-border-color);
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-primary {
    border-color: #1ab394;
}

    .panel-primary > .panel-heading {
        background-color: #1ab394;
        border-color: #1ab394;
    }

.panel-success {
    border-color: #1c84c6;
}

    .panel-success > .panel-heading {
        background-color: #1c84c6;
        border-color: #1c84c6;
        color: #fff;
    }

.panel-info {
    border-color: #23c6c8;
}

    .panel-info > .panel-heading {
        background-color: #23c6c8;
        border-color: #23c6c8;
        color: #fff;
    }

.panel-warning {
    border-color: #f8ac59;
}

    .panel-warning > .panel-heading {
        background-color: #f8ac59;
        border-color: #f8ac59;
        color: #fff;
    }

.panel-danger {
    border-color: #ED5565;
}

    .panel-danger > .panel-heading {
        background-color: #ED5565;
        border-color: #ED5565;
        color: #fff;
    }

/* PANELS */
.panel.blank-panel {
    background: none;
    margin: 0;
}

.blank-panel .panel-heading {
    padding-bottom: 0;
}

.panel-title {
    font-size: inherit;
}

.ibox {
    clear: both;
    margin-bottom: 1.25rem;
    margin-top: 0;
    padding: 0;
}

    .ibox.collapsed .ibox-content {
        display: none;
    }

    .ibox.collapsed .fa.fa-chevron-up:before {
        content: "\f078";
    }

    .ibox.collapsed .fa.fa-chevron-down:before {
        content: "\f077";
    }

    .ibox:after,
    .ibox:before {
        display: table;
    }

.ibox-title {
    background-color: var(--bs-secondary-bg);
    border-color: var(--bs-border-color);
    -o-border-image: none;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 90px 8px 15px;
    min-height: 48px;
    position: relative;
    clear: both;
    border-radius: 2px 2px 0 0;
}

.ibox-content {
    background-color: var(--bs-secondary-bg);
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: var(--bs-border-color);
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid var(--bs-border-color);
    font-size: 90%;
    background: var(--bs-secondary-bg);
    padding: 10px 15px;
}

.ibox-content {
    clear: both;
}

.ibox-heading {
    background-color: var(--bs-light);
    border-bottom: none;
}

    .ibox-heading h3 {
        font-weight: 200;
        font-size: 24px;
    }

.ibox-title h5 {
    display: inline-block;
    font-size: 15px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: none;
}

.ibox-title .label {
    margin-left: 4px;
}

.ibox-title .pull-right {
    position: absolute;
    right: 15px;
    top: 15px;
}

.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    position: absolute;
    top: 12px;
    right: 15px;
    padding: 0;
    text-align: right;
}

    .ibox-tools a.collapse-link,
    .ibox-tools a.dropdown-toggle,
    .ibox-tools a.close-link {
        display: inline-block;
        height: 24px;
        width: 24px;
        line-height: 22px;
        text-align: center;
        border-radius: 50%;
        background-color: var(--bs-light);
        color: #6c757d;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .ibox-tools a.collapse-link i,
        .ibox-tools a.dropdown-toggle i,
        .ibox-tools a.close-link i {
            vertical-align: middle;
        }

        .ibox-tools a.collapse-link:hover,
        .ibox-tools a.dropdown-toggle:hover,
        .ibox-tools a.close-link:hover {
            background-color: rgba(var(--bs-primary-rgb), 0.2);
            color: var(--bs-primary);
        }

    .ibox-tools a.btn-primary {
        color: #fff !important;
    }

    .ibox-tools .dropdown-menu > li > a {
        padding: 4px 10px;
        font-size: 12px;
        color: #676a6c !important;
    }

.ibox .ibox-tools.open > .dropdown-menu {
    left: auto;
    right: 0;
}

.ibox-tools .dropdown-toggle::after {
    display: none;
}

.ui-draggable .ibox-title {
    cursor: move;
}

@media (max-width: 350px) {
    .ibox-tools {
        float: none;
        text-align: left;
        display: inline-block;
    }
}

.pull-right {
    float: right;
}

.dropdown-item {
    width: auto;
}

    .dropdown-item.active,
    .dropdown-item:active {
        background-color: inherit;
        color: inherit;
    }

.dropdown-menu {
    -webkit-box-shadow: var(--bs-dropdown-box-shadow);
    box-shadow: var(--bs-dropdown-box-shadow);
    -webkit-animation-name: DropDownSlideUp;
    animation-name: DropDownSlideUp;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform;
    position: absolute;
    z-index: 1000;
}

    .dropdown-menu[data-popper-placement=top-start], .dropdown-menu[data-popper-placement=top] {
        -webkit-animation-name: DropDownSlideDown;
        animation-name: DropDownSlideDown;
    }

@-webkit-keyframes DropDownSlideUp {
    100% {
        margin-top: 0px;
    }

    0% {
        margin-top: 3px;
    }
}

@keyframes DropDownSlideUp {
    100% {
        margin-top: 0px;
    }

    0% {
        margin-top: 3px;
    }
}

@-webkit-keyframes DropDownSlideDown {
    100% {
        margin-bottom: 0;
    }

    0% {
        margin-bottom: 2px;
    }
}

@keyframes DropDownSlideDown {
    100% {
        margin-bottom: 0;
    }

    0% {
        margin-bottom: 2px;
    }
}

.dropdown-menu > li > a {
    border-radius: 3px;
    color: inherit;
    line-height: 25px;
    text-align: left;
    font-weight: normal;
    display: block;
    padding: 3px 20px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1ab394;
    outline: 0;
}

.dropdown-menu > li > a.font-bold {
    font-weight: 600;
}

.form-group {
    margin-bottom: 1rem;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

    /* Validation */
    label.error {
        color: #ED5565;
        display: inline-block;
        margin-left: 5px;
    }

.form-control.error {
    border: 1px dotted #ED5565;
}

.input-group-addon,
.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.7875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-secondary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
}

    .input-group-addon .btn:focus, .input-group-addon .btn:active, .input-group-addon .btn:active:hover, .input-group-addon .btn:hover, .input-group-addon.btn:focus, .input-group-addon.btn:active, .input-group-addon.btn:active:hover, .input-group-addon.btn:hover,
    .input-group-append .btn:focus,
    .input-group-append .btn:active,
    .input-group-append .btn:active:hover,
    .input-group-append .btn:hover,
    .input-group-append.btn:focus,
    .input-group-append.btn:active,
    .input-group-append.btn:active:hover,
    .input-group-append.btn:hover,
    .input-group-prepend .btn:focus,
    .input-group-prepend .btn:active,
    .input-group-prepend .btn:active:hover,
    .input-group-prepend .btn:hover,
    .input-group-prepend.btn:focus,
    .input-group-prepend.btn:active,
    .input-group-prepend.btn:active:hover,
    .input-group-prepend.btn:hover {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

/* INPUTS */
.inline {
    display: inline-block !important;
}

.input-s-sm {
    width: 120px;
}

.input-s {
    width: 200px;
}

.form-control {
    font-size: 0.9rem;
}

select.form-control:not([size]):not([multiple]) {
    height: 2.05rem;
}

.form-control-sm {
    height: 31px;
}

.input-s-lg {
    width: 250px;
}

.i-checks {
    padding-left: 0;
}

.form-control,
.single-line {
    background-color: var(--bs-secondary-bg);
    background-image: none;
    border: 1px solid var(--bs-border-color);
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    -webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

    .form-control:focus,
    .single-line:focus {
        border-color: #1ab394;
    }

.has-success .form-control,
.has-success .form-control:focus {
    border-color: #1ab394;
}

.has-warning .form-control,
.has-warning .form-control:focus {
    border-color: #f8ac59;
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #ED5565;
}

.has-success .control-label {
    color: #1ab394;
}

.has-warning .control-label {
    color: #f8ac59;
}

.has-error .control-label {
    color: #ED5565;
}

.input-daterange .input-group-addon {
    margin: 0;
}

.input-group.date .input-group-addon {
    border-right: 0;
}

.spinner-buttons.input-group-btn .btn-xs {
    line-height: 1.13;
}

.spinner-buttons.input-group-btn {
    width: 20%;
}

.noUi-connect {
    background: none repeat scroll 0 0 #1ab394;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.slider_red .noUi-connect {
    background: none repeat scroll 0 0 #ED5565;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid var(--bs-secondary-bg) !important;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover,
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: var(--bs-light);
}

/* PDF js style */
.pdf-toolbar {
    max-width: 600px;
    margin: 0 auto;
}

    .pdf-toolbar .input-group {
        width: 100px;
    }

/* Tags Input Plugin */
.bootstrap-tagsinput {
    background-color: transparent;
    width: 100%;
    border-color: var(--bs-border-color);
}

.bootstrap-duallistbox-container select {
    padding: 11px;
}

    .bootstrap-duallistbox-container select::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        .bootstrap-duallistbox-container select::-webkit-scrollbar:vertical {
            width: 5px;
            margin-right: 5px;
        }

        .bootstrap-duallistbox-container select::-webkit-scrollbar:horizontal {
            height: 5px;
        }

    .bootstrap-duallistbox-container select::-webkit-scrollbar-thumb {
        background-color: rgba(var(--bs-dark-rgb), 0.2);
        border-radius: 10px;
        margin-right: 5px;
        border: none;
    }

    .bootstrap-duallistbox-container select::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: transparent;
    }

    .bootstrap-duallistbox-container select::-webkit-scrollbar-corner {
        background-color: transparent;
    }

.fullscreen-ibox-mode .animated {
    -webkit-animation: none;
    animation: none;
}

body.fullscreen-ibox-mode {
    overflow-y: hidden;
}

.ibox.fullscreen {
    z-index: 2030;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    margin-bottom: 0;
}

    .ibox.fullscreen .collapse-link {
        display: none;
    }

    .ibox.fullscreen .ibox-content {
        min-height: calc(100% - 48px);
    }

.fullscreen-video .animated {
    -webkit-animation: none;
    animation: none;
}

.hr-line-dashed {
    border-top: 1px dashed var(--bs-border-color);
    color: var(--bs-secondary-bg);
    background-color: var(--bs-secondary-bg);
    height: 1px;
    margin: 20px 0;
}

.hr-line-solid {
    border-bottom: 1px solid var(--bs-border-color);
    background-color: rgba(0, 0, 0, 0);
    border-style: solid !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* GALLERY */
.gallery > .row > div {
    margin-bottom: 15px;
}

.fancybox img {
    margin-bottom: 5px;
    width: 24%;
}

.big-icon {
    font-size: 160px !important;
    color: #e5e6e7;
}

img.circle-border {
    border: 6px solid #FFFFFF;
    border-radius: 50%;
}

.jumbotron {
    border-radius: 6px;
    padding: 40px;
}

    .jumbotron h1 {
        margin-top: 0;
    }

/* Image cropper style */
.img-container,
.img-preview {
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.fh-150 {
    height: 150px;
}

.fh-200 {
    height: 200px;
}

.h-150 {
    min-height: 150px;
}

.h-200 {
    min-height: 200px;
}

.h-300 {
    min-height: 300px;
}

.w-150 {
    min-width: 150px;
}

.w-200 {
    min-width: 200px;
}

.w-300 {
    min-width: 300px;
}

/* Google Maps */
.google-map {
    height: 300px;
}

.grid .ibox {
    margin-bottom: 0;
}

.grid-item {
    margin-bottom: 25px;
    width: 300px;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
    z-index: 2;
}

.list-group-item-heading {
    margin-top: 10px;
}

.list-group-item-text {
    margin: 0 0 10px;
    color: inherit;
    font-size: 12px;
    line-height: inherit;
}

.p-0 .list-group-item {
    border-left: none;
    border-right: none;
}

    .p-0 .list-group-item:first-child {
        border-left: none;
        border-right: none;
        border-top: none;
    }

.p-0 .list-group {
    margin-bottom: 0;
}

.list-group-item {
    background-color: inherit;
    border: 1px solid var(--bs-border-color);
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}

.elements-list .list-group-item {
    border-left: none;
    border-right: none;
    padding: 0;
}

    .elements-list .list-group-item:first-child {
        border-left: none;
        border-right: none;
        border-top: none !important;
    }

.elements-list .list-group {
    margin-bottom: 0;
}

.elements-list a {
    color: inherit;
}

.elements-list .list-group-item a.active,
.elements-list .list-group-item a:hover {
    background: var(--bs-light);
    color: inherit;
    border-color: var(--bs-border-color);
    border-radius: 0;
}

.elements-list li.active {
    -webkit-transition: none;
    transition: none;
}

.elements-list .nav-link {
    padding: 15px 25px;
}

.element-detail-box {
    padding: 25px;
}

/* BACKGROUNDS */
.gray-bg,
.bg-muted {
    background-color: var(--bs-body-bg);
}

.white-bg {
    background-color: var(--bs-secondary-bg);
}

.img-sm {
    width: 32px;
    height: 32px;
}

.img-md {
    width: 64px;
    height: 64px;
}

.img-lg {
    width: 96px;
    height: 96px;
}

/* GLOBAL  */
.ibox-content.text-box {
    padding-bottom: 0;
    padding-top: 15px;
}

.inmodal .modal-header {
    padding: 30px 15px;
    text-align: center;
    display: block;
}

.animated.modal.fade .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.inmodal .modal-title {
    font-size: 26px;
}

.inmodal .modal-icon {
    font-size: 84px;
    color: var(--bs-body-color);
}

.modal-footer {
    margin-top: 0;
}

.nav-tabs > li > a {
    color: #A7B1C2;
    font-weight: 600;
    padding: 10px 20px 10px 25px;
}

    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        color: #1ab394;
    }

.ui-tab .tab-content {
    padding: 20px 0;
}

.nav.navbar-top-links .link-block a {
    font-size: 12px;
}

.navbar-top-links {
    text-align: right;
}

.link-block a {
    font-size: 10px;
    color: inherit;
}

@media (max-width: 350px) {
    .nav.navbar-top-links li.dropdown {
        display: none;
    }
}

.nav-tabs .nav-link:not(.active):focus,
.nav-tabs .nav-link:not(.active):hover {
    border-color: transparent;
}

@media (max-width: 767px) {
    .tabs-container .nav-tabs > li {
        float: none !important;
    }

        .tabs-container .nav-tabs > li.active > a {
            border-bottom: 1px solid var(--bs-border-color) !important;
            margin: 0;
        }
}
/* Tabs */
.tabs-container .panel-body {
    background: var(--bs-secondary-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 2px;
    padding: 20px;
    position: relative;
}

.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
    border: 1px solid var(--bs-border-color);
    border-bottom-color: transparent;
    background-color: var(--bs-secondary-bg);
}

.tabs-container .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.tabs-container .tab-pane .panel-body {
    border-top: none;
}

.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
    border: 1px solid var(--bs-border-color);
    border-bottom-color: transparent;
}

.tabs-container .nav-tabs {
    border-bottom: 1px solid var(--bs-border-color);
}

.tabs-container .tab-pane .panel-body {
    border-top: none;
}

.tabs-container .tabs-left .tab-pane .panel-body,
.tabs-container .tabs-right .tab-pane .panel-body {
    border-top: 1px solid var(--bs-border-color);
}

.tabs-container .tabs-below > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs,
.tabs-container .tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tabs-container .tabs-left .panel-body {
    position: static;
}

.tabs-container .tabs-left > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs {
    width: 20%;
}

.tabs-container .tabs-left .panel-body {
    width: 80%;
    margin-left: 20%;
}

.tabs-container .tabs-right .panel-body {
    width: 80%;
    margin-right: 20%;
}

.tabs-container .tab-content > .tab-pane,
.tabs-container .pill-content > .pill-pane {
    display: none;
}

.tabs-container .tab-content > .active,
.tabs-container .pill-content > .active {
    display: block;
}

.tabs-container .tabs-below > .nav-tabs {
    border-top: 1px solid var(--bs-border-color);
}

    .tabs-container .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .tabs-container .tabs-below > .nav-tabs > li > a {
            border-radius: 0 0 4px 4px;
        }

            .tabs-container .tabs-below > .nav-tabs > li > a:hover,
            .tabs-container .tabs-below > .nav-tabs > li > a:focus {
                border-top-color: var(--bs-border-color);
                border-bottom-color: transparent;
            }

.tabs-container .tabs-left > .nav-tabs > li,
.tabs-container .tabs-right > .nav-tabs > li {
    float: none;
    word-break: break-word;
    width: 100%;
}

    .tabs-container .tabs-left > .nav-tabs > li > a,
    .tabs-container .tabs-right > .nav-tabs > li > a {
        min-width: 124px;
        margin-right: 0;
        margin-bottom: 3px;
    }

.tabs-container .tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
}

    .tabs-container .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        border-radius: 4px 0 0 4px;
    }

    .tabs-container .tabs-left > .nav-tabs a.active,
    .tabs-container .tabs-left > .nav-tabs a.active:hover,
    .tabs-container .tabs-left > .nav-tabs a.active:focus {
        border-color: var(--bs-border-color) transparent var(--bs-border-color) var(--bs-border-color);
    }

.tabs-container .tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
}

    .tabs-container .tabs-right > .nav-tabs > li > a {
        margin-left: -1px;
        border-radius: 0 4px 4px 0;
    }

    .tabs-container .tabs-right > .nav-tabs a.active,
    .tabs-container .tabs-right > .nav-tabs a.active:hover,
    .tabs-container .tabs-right > .nav-tabs a.active:focus {
        border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-border-color) transparent;
        z-index: 1;
    }

    .tabs-container .tabs-right > .nav-tabs li {
        z-index: 1;
    }

/* PAGINATIN */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    border-color: var(--bs-border-color);
    cursor: default;
    z-index: 2;
}

.pagination > li > a,
.pagination > li > span {
    background-color: transparent;
    border: 1px solid var(--bs-border-color);
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}

.page-item.active .page-link {
    background-color: #0199ff;
    border-color: #0199ff;
}

.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-link:hover {
    color: #676a6c;
}

.pagination .footable-page.active a {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #fff;
}

@media print {
    nav.navbar-default {
        display: none;
    }

    body {
        overflow: visible !important;
    }

    #page-wrapper {
        margin: 0;
    }
}

.progress-small,
.progress-small .progress-bar {
    height: 10px;
}

.progress-small,
.progress-mini {
    margin-top: 5px;
}

    .progress-mini,
    .progress-mini .progress-bar {
        height: 5px;
        margin-bottom: 0;
    }

.spiner-example {
    height: 200px;
    padding-top: 70px;
}

/*
*  Usage:
*
*    <div class="sk-spinner sk-spinner-rotating-plane"></div>
*
*/
.sk-spinner-rotating-plane.sk-spinner {
    width: 30px;
    height: 30px;
    background-color: #1ab394;
    margin: 0 auto;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-double-bounce">
 *      <div class="sk-double-bounce1"></div>
 *      <div class="sk-double-bounce2"></div>
 *    </div>
 *
 */
.sk-spinner-double-bounce.sk-spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto;
}

.sk-spinner-double-bounce .sk-double-bounce1,
.sk-spinner-double-bounce .sk-double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #1ab394;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-spinner-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wave">
 *      <div class="sk-rect1"></div>
 *      <div class="sk-rect2"></div>
 *      <div class="sk-rect3"></div>
 *      <div class="sk-rect4"></div>
 *      <div class="sk-rect5"></div>
 *    </div>
 *
 */
.sk-spinner-wave.sk-spinner {
    margin: 0 auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.sk-spinner-wave div {
    background-color: #1ab394;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wandering-cubes">
 *      <div class="sk-cube1"></div>
 *      <div class="sk-cube2"></div>
 *    </div>
 *
 */
.sk-spinner-wandering-cubes.sk-spinner {
    margin: 0 auto;
    width: 32px;
    height: 32px;
    position: relative;
}

.sk-spinner-wandering-cubes .sk-cube1,
.sk-spinner-wandering-cubes .sk-cube2 {
    background-color: #1ab394;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
    animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
}

.sk-spinner-wandering-cubes .sk-cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCubeMove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
        transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        /* Hack to make FF rotate in the right direction */
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
        transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
        transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes sk-wanderingCubeMove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
        transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        /* Hack to make FF rotate in the right direction */
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
        transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
        transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse.sk-spinner {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-color: #1ab394;
    border-radius: 100%;
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-chasing-dots">
 *      <div class="sk-dot1"></div>
 *      <div class="sk-dot2"></div>
 *    </div>
 *
 */
.sk-spinner-chasing-dots.sk-spinner {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
    animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-spinner-chasing-dots .sk-dot1,
.sk-spinner-chasing-dots .sk-dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #1ab394;
    border-radius: 100%;
    -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
    animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-spinner-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-chasingDotsBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-chasingDotsBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
.sk-spinner-three-bounce.sk-spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
}

.sk-spinner-three-bounce div {
    width: 18px;
    height: 18px;
    background-color: #1ab394;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sk-spinner-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-spinner-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-threeBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-threeBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-circle.sk-spinner {
    margin: 0 auto;
    width: 22px;
    height: 22px;
    position: relative;
}

.sk-spinner-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

    .sk-spinner-circle .sk-circle:before {
        content: "";
        display: block;
        margin: 0 auto;
        width: 20%;
        height: 20%;
        background-color: #1ab394;
        border-radius: 100%;
        -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
        animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
        /* Prevent first frame from flickering when animation starts */
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

.sk-spinner-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-spinner-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-spinner-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-spinner-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-spinner-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-spinner-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-spinner-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-spinner-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-spinner-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-spinner-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-spinner-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-spinner-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-spinner-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-spinner-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-spinner-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-spinner-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-spinner-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-spinner-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-spinner-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-cube-grid">
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *    </div>
 *
 */
.sk-spinner-cube-grid {
    /*
  * Spinner positions
  * 1 2 3
  * 4 5 6
  * 7 8 9
  */
}

    .sk-spinner-cube-grid.sk-spinner {
        width: 30px;
        height: 30px;
        margin: 0 auto;
    }

    .sk-spinner-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: #1ab394;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

        .sk-spinner-cube-grid .sk-cube:nth-child(1) {
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        .sk-spinner-cube-grid .sk-cube:nth-child(2) {
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
        }

        .sk-spinner-cube-grid .sk-cube:nth-child(3) {
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

        .sk-spinner-cube-grid .sk-cube:nth-child(4) {
            -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

        .sk-spinner-cube-grid .sk-cube:nth-child(5) {
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        .sk-spinner-cube-grid .sk-cube:nth-child(6) {
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
        }

        .sk-spinner-cube-grid .sk-cube:nth-child(7) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .sk-spinner-cube-grid .sk-cube:nth-child(8) {
            -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

        .sk-spinner-cube-grid .sk-cube:nth-child(9) {
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wordpress">
 *      <span class="sk-inner-circle"></span>
 *    </div>
 *
 */
.sk-spinner-wordpress.sk-spinner {
    background-color: #1ab394;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: relative;
    margin: 0 auto;
    -webkit-animation: sk-innerCircle 1s linear infinite;
    animation: sk-innerCircle 1s linear infinite;
}

.sk-spinner-wordpress .sk-inner-circle {
    display: block;
    background-color: var(--bs-secondary-bg);
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 8px;
    top: 5px;
    left: 5px;
}

@-webkit-keyframes sk-innerCircle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes sk-innerCircle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-fading-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-fading-circle.sk-spinner {
    margin: 0 auto;
    width: 22px;
    height: 22px;
    position: relative;
}

.sk-spinner-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

    .sk-spinner-fading-circle .sk-circle:before {
        content: "";
        display: block;
        margin: 0 auto;
        width: 18%;
        height: 18%;
        background-color: #1ab394;
        border-radius: 100%;
        -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
        animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
        /* Prevent first frame from flickering when animation starts */
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

.sk-spinner-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-spinner-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-spinner-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-spinner-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-spinner-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-spinner-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-spinner-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-spinner-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-spinner-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-spinner-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-spinner-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-spinner-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-spinner-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-spinner-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-spinner-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-spinner-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-spinner-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-spinner-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-spinner-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

.ibox-content > .sk-spinner {
    display: none;
}

.ibox-content.sk-loading {
    position: relative;
}

    .ibox-content.sk-loading:after {
        content: "";
        background-color: rgba(var(--bs-light-rgb), 0.75);
        backdrop-filter: blur(3px);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .ibox-content.sk-loading > .sk-spinner {
        display: block;
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        z-index: 2000;
    }

/* TOOGLE SWICH */
.onoffswitch {
    position: relative;
    width: 64px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #1ab394;
    border-radius: 2px;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before,
    .onoffswitch-inner:after {
        float: left;
        width: 50%;
        height: 20px;
        padding: 0;
        line-height: 20px;
        font-size: 12px;
        color: var(--bs-secondary-bg);
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: #1ab394;
        color: var(--bs-secondary-bg);
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 10px;
        background-color: var(--bs-secondary-bg);
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    width: 20px;
    margin: 0;
    background: var(--bs-secondary-bg);
    border: 2px solid #1ab394;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 44px;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:before {
    background-color: var(--bs-body-color);
}

.onoffswitch-checkbox:disabled + .onoffswitch-label,
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
    border-color: var(--bs-body-color);
}

/* SWITCHES */
.onoffswitch {
    position: relative;
    width: 54px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #1ab394;
    border-radius: 3px;
    margin-bottom: 0;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before,
    .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 16px;
        padding: 0;
        line-height: 16px;
        font-size: 10px;
        color: var(--bs-secondary-bg);
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 7px;
        background-color: #1ab394;
        color: white;
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 7px;
        background-color: var(--bs-secondary-bg);
        color: var(--bs-body-color);
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 0;
    background: var(--bs-secondary-bg);
    border: 2px solid #1ab394;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 36px;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}

.toast {
    background-color: #1ab394;
    border-color: var(--bs-border-color);
    z-index: 3000;
    margin-bottom: 1rem;
}

.toast-success {
    background-color: #1ab394;
}

.toast-error {
    background-color: #ED5565;
}

.toast-info {
    background-color: #23c6c8;
}

.toast-warning {
    background-color: #f8ac59;
}

.toast.toast-bootstrap {
    background-color: var(--bs-secondary-bg);
}

    .toast.toast-bootstrap .toast-body {
        background-color: var(--bs-secondary-bg);
        font-size: 0.775rem;
    }

/* TOOLTIPS */
/* WIDGETS */
.widget {
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .widget.style1 h2 {
        font-size: 30px;
    }

    .widget h2,
    .widget h3 {
        margin-top: 5px;
        margin-bottom: 0;
    }

.widget-text-box {
    padding: 20px;
    border: 1px solid var(--bs-border-color);
    background: var(--bs-secondary-bg);
}

.widget-head-color-box {
    border-radius: 5px 5px 0 0;
    margin-top: 10px;
}

.widget .flot-chart {
    height: 100px;
}

.vertical-align div {
    display: inline-block;
    vertical-align: middle;
}

.vertical-align h2,
.vertical-align h3 {
    margin: 0;
}

.todo-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

    .todo-list > li {
        background: var(--bs-light);
        border-radius: 4px;
        color: inherit;
        margin-bottom: 2px;
        padding: 10px;
    }

    .todo-list .handle {
        cursor: move;
        display: inline-block;
        font-size: 16px;
        margin: 0 5px;
    }

    .todo-list > li .label {
        font-size: 9px;
        margin-left: 10px;
    }

.todo-completed {
    text-decoration: line-through;
}

.stat-list li:first-child {
    margin-top: 0;
}

.stat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.stat-percent {
    float: right;
}

.stat-list li {
    margin-top: 15px;
    position: relative;
}

/* ANIMATION */
.css-animation-box h1 {
    font-size: 44px;
}

.animation-efect-links a {
    padding: 4px 6px;
    font-size: 12px;
}

#animation_box {
    background-color: #f9f8f8;
    border-radius: 16px;
    width: 80%;
    margin: 0 auto;
    padding-top: 80px;
}

.animation-text-box {
    position: absolute;
    margin-top: 40px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
}

.animation-text-info {
    position: absolute;
    margin-top: -60px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    font-size: 10px;
}

.animation-text-box h2 {
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 5px;
}

.animation-text-box p {
    font-size: 12px;
    text-transform: uppercase;
}

:root {
    --fc-border-color: var(--bs-border-color);
    --fc-page-bg-color: var(--bs-secondary-bg);
    --fc-neutral-bg-color: var(--bs-light);
}

.fc td,
.fc th {
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.fc .fc-toolbar h2 {
    font-size: 1.25rem !important;
    line-height: 1.875rem;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .fc .fc-toolbar .fc-left,
    .fc .fc-toolbar .fc-right,
    .fc .fc-toolbar .fc-center {
        float: none;
        display: block;
        text-align: center;
        clear: both;
        margin: 10px 0;
    }

    .fc .fc-toolbar > * > * {
        float: none;
    }

    .fc .fc-toolbar .fc-today-button {
        display: none;
    }
}

.fc .fc-toolbar .btn {
    text-transform: capitalize;
}

.fc .fc-col-header-cell-cushion {
    display: block;
    padding: 2px 4px;
    color: var(--bs-body-color);
}

.fc .fc-daygrid-day-number {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--bs-tertiary-bg);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 500;
    margin: 2px;
    color: var(--bs-body-color);
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(26, 179, 148, 0.1);
}

    .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
        background-color: #1ab394;
        color: #fff;
    }

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(26, 179, 148, 0.1);
}

.fc .fc-timegrid-col.fc-day-today {
    background-color: rgba(26, 179, 148, 0.1);
}

.fc .fc-list-event:hover td {
    background: transparent;
}

.fc .fc-list-event-title a {
    color: #fff !important;
}

.fc .fc-col-header,
.fc .fc-daygrid-body,
.fc .fc-scrollgrid-sync-table {
    width: 100% !important;
}

.fc .fc-scrollgrid-section > * {
    border-left: var(--bs-border-width) solid var(--bs-border-color);
    border-top: var(--bs-border-width) solid var(--bs-border-color);
}

.fc .fc-scrollgrid {
    border: 0;
}

.fc .fc-scrollgrid-section-liquid > td {
    border-top: 0;
}

.fc .fc-multimonth {
    border-color: var(--bs-border-color);
}

.fc-theme-bootstrap a:not([href]) {
    color: var(--bs-body-color);
}

.fc-event {
    color: #fff !important;
}

.fc th.fc-widget-header {
    background: #e5e6e7;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #e5e6e7;
}

    .fc-unthemed td.fc-today {
        background: white;
    }

.fc-button {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #6c757d;
    text-transform: capitalize;
    -webkit-box-shadow: var(--bs-btn-box-shadow) rgba(var(--bs-primary-rgb), 0.5);
    box-shadow: var(--bs-btn-box-shadow) rgba(var(--bs-primary-rgb), 0.5);
    padding: 0.28rem 0.8rem !important;
    height: auto !important;
}

.fc .fc-multimonth-multicol .fc-daygrid-more-link {
    border: 1px solid #1ab394;
    display: block;
    float: none;
    padding: 1px;
    font-weight: 500;
    font-family: inherit;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    background-color: #1ab394;
    color: #fff;
    text-shadow: none;
}

.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 0.8125rem;
    margin: 5px 7px;
    padding: 5px 5px;
    text-align: center;
}

.fc-theme-standard .fc-popover .fc-popover-header {
    padding: 8px 14px;
}

.fc-event,
.fc-event-dot {
    background-color: #1ab394;
}

.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover {
    background-color: #1ab394;
}

.fc-event-title,
.fc-sticky {
    font-weight: 600 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fc-daygrid-event-dot {
    border-color: #fff !important;
}

.fc-event .fc-content {
    color: #fff;
}

#external-events .external-event {
    text-align: left;
    padding: 8px 16px;
    margin: 6px 0;
}

.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.bg-dark .fc-content {
    color: #f9f9fb;
}

.fc-toolbar-chunk .fc-button-group {
    -webkit-box-shadow: var(--bs-box-shadow);
    box-shadow: var(--bs-box-shadow);
}

    .fc-toolbar-chunk .fc-button-group .fc-button {
        color: #fff;
        background-color: #1ab394;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .fc-toolbar-chunk .fc-button-group .fc-button:hover, .fc-toolbar-chunk .fc-button-group .fc-button.active {
            color: #fff;
            background-color: #1ab394;
        }

.fc-toolbar-chunk .fc-today-button {
    background-color: #1ab394 !important;
    border: #1ab394;
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
    background-color: #1ab394 !important;
    border-color: #1ab394 !important;
    color: #fff !important;
}

.fc .fc-button-primary {
    text-transform: capitalize;
}

@media (max-width: 575.98px) {
    .fc-toolbar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }
}

.fc-daygrid-event-harness .fc-daygrid-event {
    backdrop-filter: blur(4px);
}

.fc-timegrid-event-harness .fc-timegrid-event {
    backdrop-filter: blur(4px);
}

.fc-timegrid-slots table tr {
    border-color: var(--bs-border-color) !important;
}

.fc-list-table {
    border-color: var(--bs-border-color);
}

.fc-daygrid-event-harness .fc-daygrid-event.bg-primary-subtle .fc-event-title,
.fc-daygrid-event-harness .fc-daygrid-event.bg-primary-subtle .fc-event-main {
    color: #1ab394 !important;
}

.fc-timegrid-event-harness .fc-timegrid-event.bg-primary-subtle .fc-event-title {
    color: #1ab394 !important;
}

.fc-list-table .fc-list-event.bg-primary-subtle {
    color: #1ab394 !important;
}

    .fc-list-table .fc-list-event.bg-primary-subtle .fc-list-event-title > a {
        color: #1ab394 !important;
    }

    .fc-list-table .fc-list-event.bg-primary-subtle .fc-list-event-dot {
        border-color: #1ab394;
    }

.fc-daygrid-event-harness .fc-daygrid-event.bg-secondary-subtle .fc-event-title,
.fc-daygrid-event-harness .fc-daygrid-event.bg-secondary-subtle .fc-event-main {
    color: #a1a9b1 !important;
}

.fc-timegrid-event-harness .fc-timegrid-event.bg-secondary-subtle .fc-event-title {
    color: #a1a9b1 !important;
}

.fc-list-table .fc-list-event.bg-secondary-subtle {
    color: #a1a9b1 !important;
}

    .fc-list-table .fc-list-event.bg-secondary-subtle .fc-list-event-title > a {
        color: #a1a9b1 !important;
    }

    .fc-list-table .fc-list-event.bg-secondary-subtle .fc-list-event-dot {
        border-color: #a1a9b1;
    }

.fc-daygrid-event-harness .fc-daygrid-event.bg-success-subtle .fc-event-title,
.fc-daygrid-event-harness .fc-daygrid-event.bg-success-subtle .fc-event-main {
    color: #1c84c6 !important;
}

.fc-timegrid-event-harness .fc-timegrid-event.bg-success-subtle .fc-event-title {
    color: #1c84c6 !important;
}

.fc-list-table .fc-list-event.bg-success-subtle {
    color: #1c84c6 !important;
}

    .fc-list-table .fc-list-event.bg-success-subtle .fc-list-event-title > a {
        color: #1c84c6 !important;
    }

    .fc-list-table .fc-list-event.bg-success-subtle .fc-list-event-dot {
        border-color: #1c84c6;
    }

.fc-daygrid-event-harness .fc-daygrid-event.bg-info-subtle .fc-event-title,
.fc-daygrid-event-harness .fc-daygrid-event.bg-info-subtle .fc-event-main {
    color: #23c6c8 !important;
}

.fc-timegrid-event-harness .fc-timegrid-event.bg-info-subtle .fc-event-title {
    color: #23c6c8 !important;
}

.fc-list-table .fc-list-event.bg-info-subtle {
    color: #23c6c8 !important;
}

    .fc-list-table .fc-list-event.bg-info-subtle .fc-list-event-title > a {
        color: #23c6c8 !important;
    }

    .fc-list-table .fc-list-event.bg-info-subtle .fc-list-event-dot {
        border-color: #23c6c8;
    }

.fc-daygrid-event-harness .fc-daygrid-event.bg-warning-subtle .fc-event-title,
.fc-daygrid-event-harness .fc-daygrid-event.bg-warning-subtle .fc-event-main {
    color: #f8ac59 !important;
}

.fc-timegrid-event-harness .fc-timegrid-event.bg-warning-subtle .fc-event-title {
    color: #f8ac59 !important;
}

.fc-list-table .fc-list-event.bg-warning-subtle {
    color: #f8ac59 !important;
}

    .fc-list-table .fc-list-event.bg-warning-subtle .fc-list-event-title > a {
        color: #f8ac59 !important;
    }

    .fc-list-table .fc-list-event.bg-warning-subtle .fc-list-event-dot {
        border-color: #f8ac59;
    }

.fc-daygrid-event-harness .fc-daygrid-event.bg-danger-subtle .fc-event-title,
.fc-daygrid-event-harness .fc-daygrid-event.bg-danger-subtle .fc-event-main {
    color: #ED5565 !important;
}

.fc-timegrid-event-harness .fc-timegrid-event.bg-danger-subtle .fc-event-title {
    color: #ED5565 !important;
}

.fc-list-table .fc-list-event.bg-danger-subtle {
    color: #ED5565 !important;
}

    .fc-list-table .fc-list-event.bg-danger-subtle .fc-list-event-title > a {
        color: #ED5565 !important;
    }

    .fc-list-table .fc-list-event.bg-danger-subtle .fc-list-event-dot {
        border-color: #ED5565;
    }

.fc-daygrid-event-harness .fc-daygrid-event.bg-light-subtle .fc-event-title,
.fc-daygrid-event-harness .fc-daygrid-event.bg-light-subtle .fc-event-main {
    color: #f9f9fb !important;
}

.fc-timegrid-event-harness .fc-timegrid-event.bg-light-subtle .fc-event-title {
    color: #f9f9fb !important;
}

.fc-list-table .fc-list-event.bg-light-subtle {
    color: #f9f9fb !important;
}

    .fc-list-table .fc-list-event.bg-light-subtle .fc-list-event-title > a {
        color: #f9f9fb !important;
    }

    .fc-list-table .fc-list-event.bg-light-subtle .fc-list-event-dot {
        border-color: #f9f9fb;
    }

.fc-daygrid-event-harness .fc-daygrid-event.bg-dark-subtle .fc-event-title,
.fc-daygrid-event-harness .fc-daygrid-event.bg-dark-subtle .fc-event-main {
    color: #313a46 !important;
}

.fc-timegrid-event-harness .fc-timegrid-event.bg-dark-subtle .fc-event-title {
    color: #313a46 !important;
}

.fc-list-table .fc-list-event.bg-dark-subtle {
    color: #313a46 !important;
}

    .fc-list-table .fc-list-event.bg-dark-subtle .fc-list-event-title > a {
        color: #313a46 !important;
    }

    .fc-list-table .fc-list-event.bg-dark-subtle .fc-list-event-dot {
        border-color: #313a46;
    }

.fc-daygrid-event-harness .fc-daygrid-event.bg-dark-subtle .fc-event-main,
.fc-daygrid-event-harness .fc-daygrid-event.bg-dark-subtle .fc-event-title {
    color: var(--bs-dark-text-emphasis) !important;
}

.fc-direction-ltr {
    direction: ltr;
}

    .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
        margin-left: 0.75em;
    }

.fc-h-event .fc-event-main {
    -webkit-columns: #fff !important;
    -moz-columns: #fff !important;
    columns: #fff !important;
}

/* FULLCALENDAR */
.fc-state-default {
    background-color: var(--bs-secondary-bg);
    background-image: none;
    background-repeat: repeat-x;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333333;
    text-shadow: none;
}

.fc-state-default {
    border: 1px solid;
}

.fc-button {
    color: inherit;
    border: 1px solid var(--bs-border-color);
    cursor: pointer;
    display: inline-block;
    height: 1.9em;
    line-height: 1.9em;
    overflow: hidden;
    padding: 0 0.6em;
    position: relative;
    white-space: nowrap;
}

.fc-state-active {
    background-color: #1ab394;
    border-color: #1ab394;
    color: var(--bs-secondary-bg);
}

.fc-header-title h2 {
    font-size: 16px;
    font-weight: 600;
    color: inherit;
}

.fc-content .fc-widget-header,
.fc-content .fc-widget-content {
    border-color: var(--bs-border-color);
    font-weight: normal;
}

.fc-border-separate tbody {
    background-color: #F8F8F8;
}

.fc-state-highlight {
    background: none repeat scroll 0 0 #FCF8E3;
}

.external-event {
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 5px;
}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
    border-radius: 2px;
}

.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
    padding: 4px 6px;
    background-color: #1ab394;
    /* background color */
    border-color: #1ab394;
    /* border color */
}

.fc-event-time,
.fc-event-title {
    color: #fff;
    padding: 0 1px;
}

.ui-calendar .fc-event-time,
.ui-calendar .fc-event-title,
.fc-event-container a.fc-event {
    color: #fff;
}

.ct-golden-section:before {
    float: none;
}

.ct-grid {
    stroke: rgba(var(--bs-secondary-color), 0.2);
}

.ct-label {
    fill: var(--bs-body-color);
    color: var(--bs-body-color);
    font-size: 12px;
    line-height: 1;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
    fill: #1c84c6;
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
    fill: #1c84c6;
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
    fill: #f8ac59;
}

.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
    fill: #ED5565;
}

.ct-area {
    fill-opacity: 0.33;
}

.chartist-tooltip {
    position: absolute;
    display: inline-block;
    opacity: 0;
    min-width: 10px;
    padding: 2px 10px;
    border-radius: 3px;
    background: #313a46;
    color: #f9f9fb;
    text-align: center;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

    .chartist-tooltip.tooltip-show {
        opacity: 1;
    }

.ct-grid {
    stroke: rgba(145, 166, 189, 0.25);
    stroke-width: 1px;
    stroke-dasharray: 2px;
}

.ct-point {
    stroke-width: 10px;
    stroke-linecap: round;
}

.ct-line {
    fill: none;
    stroke-width: 4px;
}

.ct-area {
    stroke: none;
    fill-opacity: 0.1;
}

.ct-bar {
    fill: none;
    stroke-width: 10px;
}

.ct-slice-donut {
    fill: none;
    stroke-width: 60px;
}

.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
    stroke: #1AB394;
}

.ct-series-a .ct-slice-pie,
.ct-series-a .ct-area {
    fill: #1AB394;
}

.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
    stroke: #79D2C0;
}

.ct-series-b .ct-slice-pie,
.ct-series-b .ct-area {
    fill: #79D2C0;
}

.ct-series-c .ct-point,
.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut {
    stroke: #D3D3D3;
}

.ct-series-c .ct-slice-pie,
.ct-series-c .ct-area {
    fill: #D3D3D3;
}

.ct-series-d .ct-point,
.ct-series-d .ct-line,
.ct-series-d .ct-bar,
.ct-series-d .ct-slice-donut {
    stroke: #BABABA;
}

.ct-series-d .ct-slice-pie,
.ct-series-d .ct-area {
    fill: #BABABA;
}

.ct-series-e .ct-point,
.ct-series-e .ct-line,
.ct-series-e .ct-bar,
.ct-series-e .ct-slice-donut {
    stroke: #453D3F;
}

.ct-series-e .ct-slice-pie,
.ct-series-e .ct-area {
    fill: #453D3F;
}

.ct-series-f .ct-point,
.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut {
    stroke: #59922B;
}

.ct-series-f .ct-slice-pie,
.ct-series-f .ct-area {
    fill: #59922B;
}

.ct-series-g .ct-point,
.ct-series-g .ct-line,
.ct-series-g .ct-bar,
.ct-series-g .ct-slice-donut {
    stroke: #0544D3;
}

.ct-series-g .ct-slice-pie,
.ct-series-g .ct-area {
    fill: #0544D3;
}

.ct-series-h .ct-point,
.ct-series-h .ct-line,
.ct-series-h .ct-bar,
.ct-series-h .ct-slice-donut {
    stroke: #6B0392;
}

.ct-series-h .ct-slice-pie,
.ct-series-h .ct-area {
    fill: #6B0392;
}

.ct-series-i .ct-point,
.ct-series-i .ct-line,
.ct-series-i .ct-bar,
.ct-series-i .ct-slice-donut {
    stroke: #F05B4F;
}

.ct-series-i .ct-slice-pie,
.ct-series-i .ct-area {
    fill: #F05B4F;
}

.ct-series-j .ct-point,
.ct-series-j .ct-line,
.ct-series-j .ct-bar,
.ct-series-j .ct-slice-donut {
    stroke: #DDA458;
}

.ct-series-j .ct-slice-pie,
.ct-series-j .ct-area {
    fill: #DDA458;
}

.ct-series-k .ct-point,
.ct-series-k .ct-line,
.ct-series-k .ct-bar,
.ct-series-k .ct-slice-donut {
    stroke: #EACF7D;
}

.ct-series-k .ct-slice-pie,
.ct-series-k .ct-area {
    fill: #EACF7D;
}

.ct-series-l .ct-point,
.ct-series-l .ct-line,
.ct-series-l .ct-bar,
.ct-series-l .ct-slice-donut {
    stroke: #86797D;
}

.ct-series-l .ct-slice-pie,
.ct-series-l .ct-area {
    fill: #86797D;
}

.ct-series-m .ct-point,
.ct-series-m .ct-line,
.ct-series-m .ct-bar,
.ct-series-m .ct-slice-donut {
    stroke: #B2C326;
}

.ct-series-m .ct-slice-pie,
.ct-series-m .ct-area {
    fill: #B2C326;
}

.ct-series-n .ct-point,
.ct-series-n .ct-line,
.ct-series-n .ct-bar,
.ct-series-n .ct-slice-donut {
    stroke: #6188E2;
}

.ct-series-n .ct-slice-pie,
.ct-series-n .ct-area {
    fill: #6188E2;
}

.ct-series-o .ct-point,
.ct-series-o .ct-line,
.ct-series-o .ct-bar,
.ct-series-o .ct-slice-donut {
    stroke: #A748CA;
}

.ct-series-o .ct-slice-pie,
.ct-series-o .ct-area {
    fill: #A748CA;
}

.c3-tooltip {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    opacity: 1;
}

    .c3-tooltip td {
        border-left: none;
        font-family: "Roboto", serif;
    }

        .c3-tooltip td > span {
            background: #313a46;
        }

    .c3-tooltip tr {
        border: none !important;
    }

    .c3-tooltip th {
        background-color: #313a46;
        color: color-yiq(#313a46);
    }

.c3-chart-arcs-title {
    font-size: 18px;
    font-weight: 600;
}

.c3 text {
    font-family: var(--bs-font-sans-serif);
    fill: var(--bs-body-color);
}

.c3-legend-item {
    font-family: "Roboto", serif;
    font-size: 14px;
}

.c3 line,
.c3 path {
    stroke: #ced4da;
}

.c3-chart-arc.c3-target g path {
    stroke: #fff;
}

/* CodeMirror */
.CodeMirror {
    border: 1px solid var(--bs-border-color);
    height: auto;
}

.CodeMirror-scroll {
    overflow-y: hidden;
    overflow-x: auto;
}

/* DATATABLES */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

.dataTables_wrapper {
    padding-bottom: 30px;
}

.dataTables_length {
    float: left;
}

.dataTables_filter label {
    margin-right: 5px;
}

.html5buttons {
    float: right;
}

    .html5buttons a {
        border: 1px solid var(--bs-border-color);
        background: var(--bs-secondary-bg);
        color: #676a6c;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 6px 8px;
        font-size: 12px;
    }

        .html5buttons a:hover, .html5buttons a:focus:active {
            background-color: #eee;
            color: inherit;
            border-color: #d2d2d2;
        }

div.dt-button-info {
    z-index: 100;
}

@media (max-width: 768px) {
    .html5buttons {
        float: none;
        margin-top: 10px;
    }

    .dataTables_length {
        float: none;
    }
}

.dt-bootstrap4 .form-control-sm {
    height: 29px !important;
    padding: 2px 10px;
}

.dt-buttons {
    margin-bottom: 12px !important;
}

.dt-search {
    float: inline-end;
    margin-bottom: 12px !important;
}

.dt-paging {
    margin-top: 12px !important;
    float: inline-end;
}

.dt-info {
    margin-top: 12px;
    display: inline-block;
}

.footable-odd {
    background-color: var(--bs-table-striped-bg);
}

/* Dropzone */
.dropzone {
    min-height: 140px;
    border: 1px dashed #1ab394;
    background: var(--bs-secondary-bg);
    padding: 20px 20px;
}

    .dropzone .dz-message {
        font-size: 16px;
    }

/* FLOT CHART  */
.flot-chart {
    display: block;
    height: 200px;
}

.widget .flot-chart.dashboard-chart {
    display: block;
    height: 120px;
    margin-top: 40px;
}

.flot-chart.dashboard-chart {
    display: block;
    height: 180px;
    margin-top: 40px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.flot-chart-pie-content {
    width: 200px;
    height: 200px;
    margin: auto;
}

.flot-tick-label {
    fill: var(--bs-body-color) !important;
}

.jqstooltip {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    visibility: hidden;
    background-color: #313a46 !important;
    color: var(--bs-white);
    border: none !important;
    text-align: left;
    white-space: nowrap;
    z-index: 10000;
    padding: 5px;
    border-radius: 3px;
}

.jqsfield {
    color: var(--bs-secondary-bg);
    font-family: "Roboto", serif !important;
    font-size: 14px !important;
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "*";
}

.glyphicon-plus:before {
    content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "€";
}

.glyphicon-minus:before {
    content: "−";
}

.glyphicon-cloud:before {
    content: "☁";
}

.glyphicon-envelope:before {
    content: "✉";
}

.glyphicon-pencil:before {
    content: "✏";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "⛺";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "⌛";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "¥";
}

.glyphicon-jpy:before {
    content: "¥";
}

.glyphicon-ruble:before {
    content: "₽";
}

.glyphicon-rub:before {
    content: "₽";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

/*
    Common
*/
.wizard,
.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}

    .wizard a,
    .tabcontrol a {
        outline: 0;
    }

    .wizard ul,
    .tabcontrol ul {
        list-style: none !important;
        padding: 0;
        margin: 0;
    }

        .wizard ul > li,
        .tabcontrol ul > li {
            display: block;
            padding: 0;
        }

    /* Accessibility */
    .wizard > .steps .current-info,
    .tabcontrol > .steps .current-info {
        position: absolute;
        left: -999em;
    }

    .wizard > .content > .title,
    .tabcontrol > .content > .title {
        position: absolute;
        left: -999em;
    }

    /*
    Wizard
*/
    .wizard > .steps {
        position: relative;
        display: block;
        width: 100%;
    }

    .wizard.vertical > .steps {
        display: inline;
        float: left;
        width: 30%;
    }

    .wizard > .steps > ul > li {
        width: 25%;
    }

    .wizard > .steps > ul > li,
    .wizard > .actions > ul > li {
        float: left;
    }

    .wizard.vertical > .steps > ul > li {
        float: none;
        width: 100%;
    }

    .wizard > .steps a,
    .wizard > .steps a:hover,
    .wizard > .steps a:active {
        display: block;
        width: auto;
        margin: 0 0.5em 0.5em;
        padding: 8px;
        text-decoration: none;
        border-radius: 5px;
    }

    .wizard > .steps .disabled a,
    .wizard > .steps .disabled a:hover,
    .wizard > .steps .disabled a:active {
        background: var(--bs-light);
        color: var(--bs-body-color);
        cursor: default;
    }

    .wizard > .steps .current a,
    .wizard > .steps .current a:hover,
    .wizard > .steps .current a:active {
        background: #1ab394;
        color: #fff;
        cursor: default;
    }

    .wizard > .steps .done a,
    .wizard > .steps .done a:hover,
    .wizard > .steps .done a:active {
        background: #6fd1bd;
        color: #fff;
    }

    .wizard > .steps .error a,
    .wizard > .steps .error a:hover,
    .wizard > .steps .error a:active {
        background: #ED5565;
        color: #fff;
    }

    .wizard > .content {
        background: var(--bs-light);
        display: block;
        margin: 5px 5px 10px 5px;
        min-height: 120px;
        overflow: hidden;
        position: relative;
        width: auto;
        border-radius: 5px;
    }

.wizard-big.wizard > .content {
    min-height: 320px;
}

.wizard.vertical > .content {
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

    .wizard > .content > .body ul {
        list-style: disc !important;
    }

        .wizard > .content > .body ul > li {
            display: list-item;
        }

    .wizard > .content > .body > iframe {
        border: 0 none;
        width: 100%;
        height: 100%;
    }

    .wizard > .content > .body input[type=checkbox] {
        display: inline-block;
    }

    .wizard > .content > .body input.error {
        background: rgb(251, 227, 228);
        border: 1px solid #fbc2c4;
        color: #8a1f11;
    }

    .wizard > .content > .body label {
        display: inline-block;
        margin-bottom: 0.5em;
        font-weight: 600;
    }

        .wizard > .content > .body label.error {
            color: #8a1f11;
            display: inline-block;
            margin-left: 1.5em;
        }

.wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical > .actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul {
    display: inline-block;
    text-align: right;
}

    .wizard > .actions > ul > li {
        margin: 0 0.5em;
    }

.wizard.vertical > .actions > ul > li {
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
    background: #1ab394;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
    background: var(--bs-light);
    color: var(--bs-body-color);
}

/*
    Tabcontrol
*/
.tabcontrol > .steps {
    position: relative;
    display: block;
    width: 100%;
}

    .tabcontrol > .steps > ul {
        position: relative;
        margin: 6px 0 0 0;
        top: 1px;
        z-index: 1;
    }

        .tabcontrol > .steps > ul > li {
            float: left;
            margin: 5px 2px 0 0;
            padding: 1px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

            .tabcontrol > .steps > ul > li:hover {
                background: #edecec;
                border: 1px solid #bbb;
                padding: 0;
            }

            .tabcontrol > .steps > ul > li.current {
                background: var(--bs-secondary-bg);
                border: 1px solid #bbb;
                border-bottom: 0 none;
                padding: 0 0 1px 0;
                margin-top: 0;
            }

            .tabcontrol > .steps > ul > li > a {
                color: #5f5f5f;
                display: inline-block;
                border: 0 none;
                margin: 0;
                padding: 10px 30px;
                text-decoration: none;
            }

                .tabcontrol > .steps > ul > li > a:hover {
                    text-decoration: none;
                }

            .tabcontrol > .steps > ul > li.current > a {
                padding: 15px 30px 10px 30px;
            }

.tabcontrol > .content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

    .tabcontrol > .content > .body {
        float: left;
        position: absolute;
        width: 95%;
        height: 95%;
        padding: 2.5%;
    }

        .tabcontrol > .content > .body ul {
            list-style: disc !important;
        }

            .tabcontrol > .content > .body ul > li {
                display: list-item;
            }

/* Wizard step fix */
.wizard > .content > .body {
    position: relative;
}

.jstree-open > .jstree-anchor > .fa-folder:before {
    content: "\f07c";
}

.jstree-default .jstree-icon.none {
    width: 0;
}

.lightBoxGallery {
    text-align: center;
}

    .lightBoxGallery img {
        margin: 5px;
    }

/*
 * metismenu - v2.0.2
 * A jQuery menu plugin
 * https://github.com/onokumus/metisMenu
 *
 * Made by Osman Nuri Okumus
 * Under MIT License
 */
.metismenu .plus-minus,
.metismenu .plus-times {
    float: right;
}

.metismenu .arrow {
    float: right;
    line-height: 1.42857;
}

.metismenu .glyphicon.arrow:before {
    content: "\e079";
}

.metismenu .active > a > .glyphicon.arrow:before {
    content: "\e114";
}

.metismenu .fa.arrow:before {
    content: "\f104";
}

.metismenu .active > a > .fa.arrow:before {
    content: "\f107";
}

.metismenu .ion.arrow:before {
    content: "\f3d2";
}

.metismenu .active > a > .ion.arrow:before {
    content: "\f3d0";
}

.metismenu .fa.plus-minus:before,
.metismenu .fa.plus-times:before {
    content: "\f067";
}

.metismenu .active > a > .fa.plus-times {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.metismenu .active > a > .fa.plus-minus:before {
    content: "\f068";
}

.metismenu .collapse {
    display: none;
}

    .metismenu .collapse.in {
        display: block;
    }

.metismenu .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
}

.morris-chart text {
    font-family: "Roboto", serif !important;
    fill: var(--bs-body-color);
}

.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: #313a46;
        color: #fff;
        font-family: var(--bs-font-sans-serif);
    }

        .morris-hover.morris-default-style .morris-hover-row-label {
            font-weight: bold;
            margin: 0.25em 0;
            font-family: "Roboto", serif;
        }

        .morris-hover.morris-default-style .morris-hover-point {
            white-space: nowrap;
            margin: 0.1em 0;
            color: #fff;
        }

/* Nestable list */
.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dd-list .dd-list {
        padding-left: 30px;
    }

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    margin: 5px 0;
    padding: 5px 10px;
    color: var(--bs-body-color);
    text-decoration: none;
    border: 1px solid var(--bs-border-color);
    background: rgba(var(--bs-light-rgb), 0.6);
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .dd-handle span {
        font-weight: bold;
    }

    .dd-handle:hover {
        background: var(--bs-light);
        cursor: pointer;
        font-weight: bold;
    }

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

    .dd-item > button:before {
        content: "+";
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
    }

    .dd-item > button[data-action=collapse]:before {
        content: "-";
    }

#nestable2 .dd-item > button {
    font-family: FontAwesome;
    height: 34px;
    width: 33px;
    color: var(--bs-body-color);
}

    #nestable2 .dd-item > button:before {
        content: "\f067";
    }

    #nestable2 .dd-item > button[data-action=collapse]:before {
        content: "\f068";
    }

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: var(--bs-light);
    border: 1px dashed var(--bs-border-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: linear-gradient(45deg, var(--bs-light) 25%, transparent 25%, transparent 75%, var(--bs-light) 75%, var(--bs-light)), linear-gradient(45deg, var(--bs-light) 25%, transparent 25%, transparent 75%, var(--bs-light) 75%, var(--bs-light));
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    z-index: 9999;
    pointer-events: none;
}

    .dd-dragel > .dd-item .dd-handle {
        margin-top: 0;
    }

    .dd-dragel .dd-handle {
        -webkit-box-shadow: 2px 4px 6px 0 rgba(var(--bs-light-rgb), 0.1);
        box-shadow: 2px 4px 6px 0 rgba(var(--bs-light-rgb), 0.1);
    }

/**
* Nestable Extras
*/
.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid var(--bs-border-color);
    border-bottom: 2px solid var(--bs-border-color);
}

#nestable-menu {
    padding: 0;
    margin: 10px 0 20px 0;
}

#nestable-output,
#nestable2-output {
    width: 100%;
    font-size: 0.75em;
    line-height: 1.333333em;
    font-family: open sans, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#nestable2 .dd-handle {
    color: inherit;
    border: 1px dashed var(--bs-border-color);
    background: rgba(var(--bs-light-rgb), 0.6);
    padding: 10px;
}

#nestable2 span.label {
    margin-right: 10px;
}

#nestable-output,
#nestable2-output {
    font-size: 12px;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* PEACE */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #1ab394;
    position: fixed;
    z-index: 2040;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace-inactive {
    display: none;
}

/* Resizable */
.resizable-panels .ibox {
    clear: none;
    margin: 10px;
    float: left;
    overflow: hidden;
    min-height: 150px;
    min-width: 150px;
}

    .resizable-panels .ibox .ibox-content {
        height: calc(100% - 49px);
    }

.ui-resizable-helper {
    background: rgba(211, 211, 211, 0.4);
}

.select2-container {
    width: 100% !important;
}

    .select2-container .select2-selection--single {
        border: var(--bs-border-width) solid var(--bs-border-color);
        height: 36px;
        background-color: var(--bs-secondary-bg);
        outline: none;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            line-height: 36px;
            padding-left: 12px;
            color: var(--bs-body-color);
        }

        .select2-container .select2-selection--single .select2-selection__arrow {
            height: 34px;
            width: 34px;
            /*rtl:ignore*/
            right: 3px;
        }

            .select2-container .select2-selection--single .select2-selection__arrow b {
                border-color: var(--bs-dark-border-subtle) transparent transparent transparent;
                border-width: 5px 5px 0 5px;
            }

    .select2-container .select2-selection__clear {
        display: none;
    }

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--bs-dark-border-subtle) transparent !important;
    border-width: 0 5px 5px 5px !important;
}

.select2-results__option {
    padding: 6px 12px;
}

.select2-dropdown {
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-box-shadow: var(--bs-box-shadow);
    box-shadow: var(--bs-box-shadow);
    background-color: var(--bs-secondary-bg);
    z-index: 1056;
}

.select2-results__options::-webkit-scrollbar {
    -webkit-appearance: none;
}

    .select2-results__options::-webkit-scrollbar:vertical {
        width: 5px;
        margin-right: 5px;
    }

    .select2-results__options::-webkit-scrollbar:horizontal {
        height: 5px;
    }

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: rgba(var(--bs-dark-rgb), 0.2);
    border-radius: 10px;
    margin-right: 5px;
    border: none;
}

.select2-results__options::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

.select2-results__options::-webkit-scrollbar-corner {
    background-color: transparent;
}

.select2-container--default .select2-results__option--selected {
    background-color: var(--bs-tertiary-bg);
}

.select2-container--default .select2-search--dropdown {
    padding: 10px;
    background-color: var(--bs-secondary-bg);
}

    .select2-container--default .select2-search--dropdown .select2-search__field {
        outline: none;
        border: 1px solid var(--bs-border-color);
        background-color: var(--bs-secondary-bg);
        color: var(--bs-body-color);
        border-radius: 0;
    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--bs-primary);
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--bs-secondary-bg);
    color: var(--bs-body-color);
}

    .select2-container--default .select2-results__option[aria-selected=true]:hover {
        background-color: var(--bs-primary);
        color: #fff;
    }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 36px;
    padding-right: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    /*rtl:ignore*/
    right: 1px;
    /*rtl:ignore*/
    left: auto;
}

.select2-container .select2-selection--multiple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    background-color: var(--bs-secondary-bg);
}

    .select2-container .select2-selection--multiple .select2-selection__rendered {
        padding: 1px 4px;
        margin-bottom: 0;
    }

    .select2-container .select2-selection--multiple .select2-search__field {
        border: 0;
        color: var(--bs-body-color);
    }

    .select2-container .select2-selection--multiple .select2-selection__choice {
        background-color: var(--bs-primary);
        border: none;
        color: #fff;
        border-radius: 3px;
        padding: 0px 7px 0 0;
        margin-top: 6px;
    }

    .select2-container .select2-selection--multiple .select2-selection__choice__remove {
        color: #fff;
        margin-right: 7px;
        border-color: #31bb9f;
        padding: 0 8px;
    }

        .select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #fff;
            background-color: var(--bs-primary);
        }

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 7px;
    font-family: var(--bs-font-sans-serif);
}

.select2-container .select2-search textarea::-webkit-input-placeholder {
    color: var(--bs-secondary-color);
}

.select2-container .select2-search textarea::-moz-placeholder {
    color: var(--bs-secondary-color);
}

.select2-container .select2-search textarea:-ms-input-placeholder {
    color: var(--bs-secondary-color);
}

.select2-container .select2-search textarea::-ms-input-placeholder {
    color: var(--bs-secondary-color);
}

.select2-container .select2-search textarea::placeholder {
    color: var(--bs-secondary-color);
}

[dir=rtl] .select2-container--open .select2-dropdown {
    left: auto;
    right: 0;
}

/* Select2 custom styles */
.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
    background-color: #1ab394;
}

.select2-container--bootstrap4 .select2-selection,
.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above,
.select2-container--bootstrap4 .select2-dropdown {
    border-color: var(--bs-border-color);
}

.select2-container :focus {
    outline: none;
}

.select2-container--open {
    z-index: 3000;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #1ab394;
}

.select2-container--bootstrap4 .select2-selection__clear {
    margin-top: 0.9em;
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    overflow: auto;
    /* Scroll on this element otherwise element can't have a padding applied properly */
    max-width: 100%;
    /* Not required for horizontal scroll to trigger */
    max-height: 100%;
    /* Needed for vertical scroll to trigger */
    scrollbar-width: none;
}

    .simplebar-content-wrapper::-webkit-scrollbar,
    .simplebar-hide-scrollbar::-webkit-scrollbar {
        display: none;
    }

.simplebar-content:before,
.simplebar-content:after {
    content: " ";
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 5px;
    min-height: 10px;
}

    .simplebar-scrollbar:before {
        position: absolute;
        content: "";
        background: #a2adb7;
        border-radius: 7px;
        left: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
    }

    .simplebar-scrollbar.simplebar-visible:before {
        /* When hovered, remove all transitions from drag handle */
        opacity: 0.5;
        -webkit-transition: opacity 0s linear;
        transition: opacity 0s linear;
    }

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

    .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
        top: 2px;
        bottom: 2px;
    }

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
        right: auto;
        left: 0;
        top: 2px;
        height: 7px;
        min-height: 0;
        min-width: 10px;
        width: auto;
    }

        .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
            height: 100%;
            left: 2px;
            right: 2px;
        }

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
}

.custom-scroll {
    height: 100%;
}

[data-simplebar-lg] .simplebar-scrollbar {
    right: 1px;
    width: 10px;
}

[data-simplebar-primary] .simplebar-scrollbar:before {
    background: var(--bs-primary);
}

.editor-toolbar.fullscreen,
.CodeMirror-fullscreen {
    z-index: 2100;
}

.editor-preview,
.editor-preview-side {
    background: var(--bs-secondary-bg);
}

.editor-toolbar {
    border: 1px solid var(--bs-border-color);
    border-bottom: 0;
    opacity: 1;
}

    .editor-toolbar a {
        color: var(--bs-body-color) !important;
    }

        .editor-toolbar a:hover, .editor-toolbar a.active {
            background-color: transparent;
            color: var(--bs-primary) !important;
            border-color: transparent;
        }

    .editor-toolbar i.separator {
        display: none;
    }

    .editor-toolbar.disabled-for-preview a:not(.no-disable) {
        background: transparent;
    }

.CodeMirror {
    border: 1px solid var(--bs-border-color);
    background: var(--bs-secondary-bg);
    color: var(--bs-body-color);
    min-height: 100px;
}

.CodeMirror-cursor {
    border-left: 1px solid var(--bs-secondary-color);
}

.editor-statusbar {
    color: var(--bs-body-color);
}

/*Slick Carousel */
.slick-prev:before,
.slick-next:before {
    color: #1ab394 !important;
}

.slick_demo_2 .ibox-content {
    margin: 0 10px;
}

/* UI Sortable */
.ui-sortable {
    position: relative;
}

    .ui-sortable .ibox-title {
        cursor: move;
    }

.ui-sortable-placeholder {
    border: 1px dashed var(--bs-light) !important;
    visibility: visible !important;
    background: var(--bs-border-color);
}

.ibox.ui-sortable-placeholder {
    margin: 0 0 23px !important;
}

/* Summernote text editor  */
.note-editor {
    height: auto !important;
}

    .note-editor.fullscreen {
        z-index: 2050;
    }

    .note-editor.note-frame.fullscreen {
        z-index: 2020;
    }

    .note-editor.note-frame .note-editing-area .note-editable {
        color: var(--bs-body-color);
        padding: 15px;
    }

    .note-editor.note-frame {
        border: none;
    }

    .note-editor.panel {
        margin-bottom: 0;
    }

    .note-editor .note-toolbar .note-color-all .note-dropdown-menu,
    .note-popover .popover-content .note-color-all .note-dropdown-menu {
        min-width: 351px;
    }

.note-btn-group .note-btn {
    border-color: var(--bs-border-color);
}

.swal-modal {
    background-color: var(--bs-secondary-bg);
}

    .swal-modal .swal-title {
        color: var(--bs-heading-color);
    }

    .swal-modal .swal-text {
        color: var(--bs-body-color);
    }

    .swal-modal .swal-button:focus {
        -webkit-box-shadow: 0 0 0 1px var(--bs-light), 0 0 0 3px rgba(43, 114, 165, 0.29);
        box-shadow: 0 0 0 1px var(--bs-light), 0 0 0 3px rgba(43, 114, 165, 0.29);
    }

/* Touch Spin */
.bootstrap-touchspin-postfix.input-group-addon {
    padding: inherit;
}

.bootstrap-touchspin-postfix .input-group-text {
    background-color: inherit;
    line-height: 1;
    border: none;
}

.bootstrap-touchspin-down,
.bootstrap-touchspin-up {
    background-color: transparent !important;
}

/* Touch Spin */
.bootstrap-touchspin-postfix.input-group-addon {
    padding: inherit;
}

.bootstrap-touchspin-postfix .input-group-text {
    background-color: inherit;
    line-height: 1;
    border: none;
}

div.hopscotch-bubble {
    border: 3px solid #1ab394;
    border-radius: 5px;
    background-color: var(--bs-secondary-bg);
    color: #676a6c;
}

    div.hopscotch-bubble h3 {
        color: var(--bs-dark);
    }

    div.hopscotch-bubble .hopscotch-next,
    div.hopscotch-bubble .hopscotch-prev {
        background-color: #1ab394 !important;
        background-image: none !important;
        border-color: #1ab394 !important;
        text-shadow: none !important;
        margin: 0 0 0 5px !important;
        font-family: var(--bs-font-sans-serif);
        color: #fff !important;
    }

    div.hopscotch-bubble .hopscotch-bubble-number {
        background: #ED5565;
        padding: 0;
        border-radius: 50%;
    }

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
        border-right: 19px solid #1ab394;
    }

    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 #1ab394;
        left: -2px;
    }

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
        border-left: 0 solid #1ab394;
    }

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
        border-bottom: 19px solid #1ab394;
        top: 0;
    }

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
        border-bottom: 0 solid rgba(0, 0, 0, 0.5);
    }

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
        border-top: 19px solid #1ab394;
        top: -2px;
    }

    div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
        border-top: 0 solid rgba(0, 0, 0, 0.5);
    }

    div.hopscotch-bubble h3 {
        font-family: var(--bs-font-sans-serif);
        margin-bottom: 10px;
    }

    div.hopscotch-bubble .hopscotch-content {
        color: var(--bs-body-color);
        font-family: var(--bs-font-sans-serif);
    }

/* Tour */
.tour-tour .btn.btn-default {
    background-color: var(--bs-secondary-bg);
    border: 1px solid #d2d2d2;
    color: inherit;
}

.tour-step-backdrop {
    z-index: 2101;
}

.tour-backdrop {
    z-index: 2100;
    opacity: 0.7;
}

.popover[class*=tour-] {
    z-index: 2100;
}

.popover-header {
    margin-top: 0;
}

body.tour-open .animated {
    -webkit-animation-fill-mode: initial;
    animation-fill-mode: initial;
}

.tour-tour .btn.btn-secondary {
    background-color: var(--bs-secondary-bg);
    border: 1px solid #d2d2d2;
    color: inherit;
}

.noUi-connect {
    background: #1ab394;
}

.noUi-handle {
    background: #1ab394;
    border: 2px solid var(--bs-secondary-bg);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.noUi-horizontal {
    height: 8px;
}

    .noUi-horizontal .noUi-handle {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        right: -10px !important;
        top: -7px;
    }

        .noUi-horizontal .noUi-handle::before, .noUi-horizontal .noUi-handle::after {
            display: none;
        }

        .noUi-horizontal .noUi-handle:focus {
            outline: 0;
        }

.noUi-pips-horizontal {
    height: 50px;
}

.noUi-tooltip {
    padding: 0.375rem 0.75rem;
    border-color: var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-secondary-bg);
    color: var(--bs-body-color);
}

.noUi-vertical {
    width: 8px;
}

    .noUi-vertical .noUi-handle {
        height: 20px;
        width: 20px;
        right: -8px;
        top: -12px;
        left: auto;
        border-radius: 50%;
    }

        .noUi-vertical .noUi-handle::before, .noUi-vertical .noUi-handle::after {
            display: none;
        }

        .noUi-vertical .noUi-handle:focus {
            outline: 0;
        }

    .noUi-vertical .noUi-origin {
        top: 0;
    }

.noUi-value {
    font-size: 12px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 12px;
}

.noUi-value-horizontal {
    padding-top: 4px;
}

.noUi-target {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--bs-light);
    border-color: var(--bs-light);
}

.noUi-touch-area:focus {
    outline: 0;
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 12px;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    z-index: 1;
}

    .irs-handle.type_last {
        z-index: 2;
    }

.irs-min,
.irs-max {
    position: absolute;
    display: block;
    cursor: default;
}

.irs-min {
    left: 0;
    right: auto;
}

.irs-max {
    right: 0;
    left: auto;
}

[dir=rtl] .irs-min {
    right: 0;
    left: auto;
}

[dir=rtl] .irs-max {
    left: 0;
    right: auto;
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    /*rtl:ignore*/
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    /*rtl:ignore*/
    left: 0;
    width: 1px;
    height: 8px;
    background: #a1a9b1;
}

    .irs-grid-pol.small {
        height: 4px;
    }

.irs-grid-text {
    position: absolute;
    bottom: 0;
    /*rtl:ignore*/
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #a1a9b1;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    z-index: 2;
}

.lt-ie9 .irs-disable-mask {
    background: #a1a9b1;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.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: none !important;
    z-index: -9999 !important;
    background: none !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: var(--bs-tertiary-bg);
        border-radius: 4px;
    }

    .irs--flat .irs-bar {
        top: 25px;
        height: 12px;
        background-color: var(--bs-primary);
    }

    .irs--flat .irs-bar--single {
        border-radius: 4px 0 0 4px;
    }

    .irs--flat .irs-shadow {
        height: 1px;
        bottom: 16px;
        background-color: var(--bs-tertiary-bg);
    }

    .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: #15947a;
        }

    .irs--flat .irs-min,
    .irs--flat .irs-max {
        top: 0;
        padding: 1px 3px;
        color: var(--bs-body-color);
        font-size: 10px;
        line-height: 1.333;
        text-shadow: none;
        background-color: var(--bs-tertiary-bg);
        border-radius: 4px;
    }

    .irs--flat .irs-from,
    .irs--flat .irs-to,
    .irs--flat .irs-single {
        color: #fff;
        font-size: 10px;
        line-height: 1.333;
        text-shadow: none;
        padding: 1px 5px;
        background-color: var(--bs-primary);
        border-radius: 4px;
    }

        .irs--flat .irs-from:before,
        .irs--flat .irs-to:before,
        .irs--flat .irs-single: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: var(--bs-primary);
        }

    .irs--flat .irs-grid-pol {
        background-color: var(--bs-tertiary-bg);
    }

    .irs--flat .irs-grid-text {
        color: var(--bs-body-color);
    }

[dir=rtl] .irs-bar--single {
    border-radius: 0 4px 4px 0 !important;
}

.sp-container {
    background-color: var(--bs-secondary-bg);
    z-index: 9;
}

    .sp-container button {
        padding: 0.25rem 0.5rem;
        font-size: 0.71094rem;
        border-radius: 0.2rem;
        font-weight: 400;
        color: var(--bs-dark);
    }

        .sp-container button.sp-palette-toggle {
            background-color: var(--bs-light);
        }

        .sp-container button.sp-choose {
            background-color: #1c84c6;
            margin-left: 5px;
            margin-right: 0;
        }

.colorpicker {
    background: var(--bs-secondary-bg);
    -webkit-box-shadow: var(--bs-box-shadow);
    box-shadow: var(--bs-box-shadow);
    border: 1px solid var(--bs-border-color);
}

.sp-picker-container .sp-alpha-handle {
    right: 0;
    left: auto;
}

.sp-palette-container {
    border-right: 1px solid var(--bs-border-color);
}

.sp-input {
    background-color: var(--bs-secondary-bg);
    border-color: var(--bs-border-color) !important;
    color: var(--bs-body-color);
}

    .sp-input:focus {
        outline: none;
    }

.clockpicker-popover .btn-default {
    background-color: #1ab394;
    color: #fff;
}

.clockpicker-popover {
    background: var(--bs-secondary-bg);
    -webkit-box-shadow: var(--bs-box-shadow);
    box-shadow: var(--bs-box-shadow);
    border: 1px solid var(--bs-border-color);
}

    .clockpicker-popover .popover-title {
        background-color: transparent;
        font-weight: 500;
    }

    .clockpicker-popover .clockpicker-plate {
        background: var(--bs-tertiary-bg);
        border: 1px solid var(--bs-border-color);
    }

    .clockpicker-popover .popover-content {
        background-color: transparent;
    }

.clockpicker-tick {
    color: var(--bs-body-color);
}

    .clockpicker-tick:hover {
        background-color: rgba(26, 179, 148, 0.35);
    }

.clockpicker-canvas line {
    stroke: #1ab394;
}

.clockpicker-canvas-bg {
    fill: rgba(26, 179, 148, 0.35);
}

.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
    fill: #1ab394;
}

.clockpicker-button {
    display: block;
    width: 100%;
}

[dir=rtl] .sp-alpha {
    direction: ltr;
}

[dir=rtl] .sp-original-input-container .sp-add-on {
    border: none;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

[dir=rtl] input.spectrum.with-add-on {
    border: 1px solid var(--bs-border-color);
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.sp-original-input-container .sp-add-on {
    border: none !important;
}

.popover-title {
    border-color: var(--bs-border-color);
}

.datepicker {
    padding: 10px !important;
}

    .datepicker td,
    .datepicker th {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        font-size: 13px;
        line-height: 28px;
    }

    .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 .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.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
        background-color: #1ab394 !important;
        background-image: none !important;
        color: #fff;
    }

    .datepicker table tr td.day.focused, .datepicker table tr td.day:hover,
    .datepicker table tr td span.focused,
    .datepicker table tr td span:hover {
        background: var(--bs-tertiary-bg);
    }

    .datepicker table tr td.new, .datepicker table tr td.old,
    .datepicker table tr td span.new,
    .datepicker table tr td span.old {
        color: var(--bs-tertiary-color);
        opacity: 0.4;
    }

    .datepicker .datepicker-switch:hover,
    .datepicker .next:hover,
    .datepicker .prev:hover,
    .datepicker tfoot tr th:hover {
        background: var(--bs-light-bg-subtle);
    }

    .datepicker .datepicker-switch:hover {
        background: none;
    }

.datepicker-dropdown:after {
    border-bottom: 6px solid var(--bs-secondary-bg);
}

.datepicker-dropdown:before {
    border-bottom-color: var(--bs-border-color);
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid var(--bs-border-color);
}

.datepicker-dropdown.datepicker-orient-top:after {
    border-top: 6px solid var(--bs-secondary-bg);
}

.daterangepicker {
    z-index: 1000;
}

[dir=rtl] .daterangepicker.opensright:after {
    right: 10px;
    left: auto;
}

[dir=rtl] .daterangepicker.opensright:before {
    right: 9px;
    left: auto;
}

.daterangepicker {
    font-family: var(--bs-font-sans-serif);
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-box-shadow: var(--bs-box-shadow);
    box-shadow: var(--bs-box-shadow);
    background-color: var(--bs-secondary-bg);
}

    .daterangepicker .calendar-table {
        border: 1px solid var(--bs-secondary-bg);
        background-color: var(--bs-secondary-bg);
    }

        .daterangepicker .calendar-table td,
        .daterangepicker .calendar-table th {
            color: var(--bs-secondary-color);
        }

        .daterangepicker .calendar-table .next span,
        .daterangepicker .calendar-table .prev span {
            border-color: var(--bs-border-color);
        }

    .daterangepicker .ranges li:hover {
        background-color: var(--bs-tertiary-bg);
    }

    .daterangepicker .ranges li.active {
        background-color: var(--bs-primary);
    }

    .daterangepicker td.in-range {
        background: var(--bs-tertiary-bg);
        color: var(--bs-tertiary-color);
    }

    .daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
        background-color: var(--bs-secondary-bg);
        color: var(--bs-body-color);
        opacity: 0.5;
    }

    .daterangepicker td.active, .daterangepicker td.active:hover {
        background-color: var(--bs-primary);
        color: #fff;
    }

        .daterangepicker td.available:hover,
        .daterangepicker th.available:hover,
        .daterangepicker td.active,
        .daterangepicker td.active:hover {
            background-color: var(--bs-primary);
            color: #fff;
        }

            .daterangepicker td.available:hover span,
            .daterangepicker th.available:hover span,
            .daterangepicker td.active span,
            .daterangepicker td.active:hover span {
                border-color: #fff;
            }

    .daterangepicker:after {
        border-bottom: 6px solid var(--bs-secondary-bg);
    }

    .daterangepicker:before {
        border-bottom: 7px solid var(--bs-border-color);
    }

    .daterangepicker .drp-buttons {
        border-top: 1px solid var(--bs-border-color);
    }

    .daterangepicker select {
        background-color: var(--bs-secondary-bg);
        border: 1px solid var(--bs-border-color);
    }

        .daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
            background: var(--bs-tertiary-bg);
            border: 1px solid var(--bs-border-color);
            color: var(--bs-body-color);
        }

    .daterangepicker.show-ranges .drp-calendar.left {
        border-left: 1px solid var(--bs-border-color) !important;
    }

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
    background: var(--bs-tertiary-bg);
}

/* Activity stream */
.stream {
    position: relative;
    padding: 10px 0;
}

    .stream:first-child .stream-badge:before {
        top: 10px;
    }

    .stream:last-child .stream-badge:before {
        height: 30px;
    }

    .stream .stream-badge {
        width: 50px;
    }

        .stream .stream-badge i {
            border: 1px solid var(--bs-border-color);
            border-radius: 50%;
            padding: 6px;
            position: absolute;
            background-color: var(--bs-secondary-bg);
            left: 8px;
        }

            .stream .stream-badge i.fa-circle {
                color: var(--bs-secondary-color);
            }

            .stream .stream-badge i.bg-success {
                color: var(--bs-secondary-bg);
                background-color: #1c84c6;
                border-color: #1c84c6;
            }

            .stream .stream-badge i.bg-primary {
                color: var(--bs-secondary-bg);
                background-color: #1ab394;
                border-color: #1ab394;
            }

            .stream .stream-badge i.bg-warning {
                color: var(--bs-secondary-bg);
                background-color: #f8ac59;
                border-color: #f8ac59;
            }

            .stream .stream-badge i.bg-info {
                color: var(--bs-secondary-bg);
                background-color: #23c6c8;
                border-color: #23c6c8;
            }

            .stream .stream-badge i.bg-danger {
                color: var(--bs-secondary-bg);
                background-color: #ED5565;
                border-color: #ED5565;
            }

        .stream .stream-badge:before {
            content: "";
            width: 1px;
            background-color: var(--bs-border-color);
            position: absolute;
            top: 0;
            bottom: 0;
            left: 20px;
        }

    .stream .stream-info {
        font-size: 12px;
        margin-bottom: 5px;
    }

        .stream .stream-info img {
            border-radius: 50%;
            width: 18px;
            height: 18px;
            margin-right: 2px;
            margin-top: -4px;
        }

        .stream .stream-info .date {
            color: var(--bs-secondary-color);
            font-size: 80%;
        }

    .stream .stream-panel {
        margin-left: 55px;
    }

.stream-small {
    margin: 10px 0;
}

    .stream-small .label {
        padding: 2px 6px;
        margin-right: 2px;
    }

/* AGILE BOARD */
.sortable-list {
    padding: 10px 0;
}

.agile-list {
    list-style: none;
    margin: 0;
}

    .agile-list li {
        background: var(--bs-light);
        border: 1px solid var(--bs-border-color);
        margin: 0 0 10px 0;
        padding: 10px;
        border-radius: 2px;
    }

        .agile-list li:hover {
            cursor: pointer;
            background: var(--bs-secondary-bg);
        }

        .agile-list li.warning-element {
            border-left: 3px solid #f8ac59;
        }

        .agile-list li.danger-element {
            border-left: 3px solid #ED5565;
        }

        .agile-list li.info-element {
            border-left: 3px solid #1c84c6;
        }

        .agile-list li.success-element {
            border-left: 3px solid #1ab394;
        }

.agile-detail {
    margin-top: 5px;
    font-size: 12px;
}

/* ERROR & LOGIN & LOCKSCREEN*/
.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}

.lockscreen.middle-box {
    width: 200px;
    padding-top: 110px;
}

.loginscreen.middle-box {
    width: 300px;
}

.loginColumns {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
}

.passwordBox {
    max-width: 460px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
}

.logo-name {
    color: #e6e6e6;
    font-size: 180px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0;
}

.middle-box h1 {
    font-size: 170px;
}

.wrapper .middle-box {
    margin-top: 140px;
}

.lock-word {
    z-index: 10;
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -470px;
}

    .lock-word span {
        font-size: 100px;
        font-weight: 600;
        color: #e9e9e9;
        display: inline-block;
    }

    .lock-word .first-word {
        margin-right: 160px;
    }

.login-panel {
    margin-top: 25%;
}

/* BLOG ARTICLE */
.blog h2 {
    font-weight: 700;
}

.blog h5 {
    margin: 0 0 5px 0;
}

.blog .btn {
    margin: 0 0 5px 0;
}

.article h1 {
    font-size: 48px;
    font-weight: 700;
    color: var(--bs-heading-color);
}

.article p {
    font-size: 15px;
    line-height: 26px;
}

.article-title {
    text-align: center;
    margin: 40px 0 100px 0;
}

.article .ibox-content {
    padding: 40px;
}

/* Chat view */
.message-input {
    height: 90px !important;
}

.chat-avatar {
    width: 36px;
    height: 36px;
    float: left;
    margin-right: 10px;
}

.chat-user-name {
    padding: 10px;
}

.chat-user {
    padding: 8px 10px;
    border-bottom: 1px solid var(--bs-border-color);
}

    .chat-user a {
        color: inherit;
    }

.chat-view {
    z-index: 20012;
}

.chat-users,
.chat-statistic {
    margin-left: -30px;
}

@media (max-width: 992px) {
    .chat-users,
    .chat-statistic {
        margin-left: 0;
    }
}

.chat-view .ibox-content {
    padding: 0;
}

.chat-message {
    padding: 10px 20px;
}

.message-avatar {
    height: 48px;
    width: 48px;
    border: 1px solid var(--bs-border-color);
    border-radius: 4px;
    margin-top: 1px;
}

.chat-discussion .chat-message.left .message-avatar {
    float: left;
    margin-right: 10px;
}

.chat-discussion .chat-message.right .message-avatar {
    float: right;
    margin-left: 10px;
}

.message {
    background-color: var(--bs-secondary-bg);
    border: 1px solid var(--bs-border-color);
    text-align: left;
    display: block;
    padding: 10px 20px;
    position: relative;
    border-radius: 4px;
}

.chat-discussion .chat-message.left .message-date {
    float: right;
}

.chat-discussion .chat-message.right .message-date {
    float: left;
}

.chat-discussion .chat-message.left .message {
    text-align: left;
    margin-left: 55px;
}

.chat-discussion .chat-message.right .message {
    text-align: right;
    margin-right: 55px;
}

.message-date {
    font-size: 10px;
    color: var(--bs-secondary-color);
}

.message-content {
    display: block;
}

.chat-discussion {
    background: var(--bs-light);
    padding: 15px;
    height: 400px;
    overflow-y: auto;
}

.chat-users {
    overflow-y: auto;
    height: 400px;
}

.chat-message-form .form-group {
    margin-bottom: 0;
}

#small-chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

    #small-chat .badge {
        position: absolute;
        top: -3px;
        right: -4px;
    }

.open-small-chat {
    height: 38px;
    width: 38px;
    display: block;
    background: #1ab394;
    padding: 9px 8px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

    .open-small-chat:hover {
        color: white;
        background: #1ab394;
    }

.small-chat-box {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 75px;
    background: var(--bs-secondary-bg);
    border: 1px solid var(--bs-border-color);
    width: 230px;
    height: 320px;
    border-radius: 4px;
}

    .small-chat-box.ng-small-chat {
        display: block;
    }

.body-small .small-chat-box {
    bottom: 70px;
    right: 20px;
}

.small-chat-box.active {
    display: block;
}

.small-chat-box {
    z-index: 1001;
}

    .small-chat-box .heading {
        background: #2F4050;
        padding: 8px 15px;
        font-weight: bold;
        color: #fff;
    }

    .small-chat-box .chat-date {
        opacity: 0.6;
        font-size: 10px;
        font-weight: normal;
    }

    .small-chat-box .content {
        padding: 15px 15px;
    }

        .small-chat-box .content .author-name {
            font-weight: bold;
            margin-bottom: 3px;
            font-size: 11px;
        }

        .small-chat-box .content > div {
            padding-bottom: 20px;
        }

        .small-chat-box .content .chat-message {
            padding: 5px 10px;
            border-radius: 6px;
            font-size: 11px;
            line-height: 14px;
            max-width: 80%;
            background: var(--bs-light);
            margin-bottom: 10px;
        }

            .small-chat-box .content .chat-message.active {
                background: #1ab394;
                color: var(--bs-secondary-bg);
            }

        .small-chat-box .content .left {
            text-align: left;
            clear: both;
        }

            .small-chat-box .content .left .chat-message {
                float: left;
            }

        .small-chat-box .content .right {
            text-align: right;
            clear: both;
        }

            .small-chat-box .content .right .chat-message {
                float: right;
            }

    .small-chat-box .form-chat {
        padding: 10px 10px;
    }

/* Chat */
.chat-activity-list .chat-element {
    border-bottom: 1px solid var(--bs-border-color);
}

.chat-element:first-child {
    margin-top: 0;
}

.chat-element {
    padding-bottom: 15px;
}

    .chat-element,
    .chat-element .media {
        margin-top: 15px;
    }

.chat-element,
.media-body {
    overflow: hidden;
}

    .chat-element .media-body {
        display: block;
        width: auto;
    }

    .chat-element > .float-start {
        margin-right: 10px;
    }

    .chat-element img.rounded-circle,
    .dropdown-messages-box img.rounded-circle {
        width: 38px;
        height: 38px;
    }

    .chat-element .well {
        border: 1px solid var(--bs-border-color);
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 10px;
        margin-bottom: 5px;
        padding: 10px 20px;
        font-size: 11px;
        line-height: 16px;
    }

    .chat-element .actions {
        margin-top: 10px;
    }

    .chat-element .photos {
        margin: 10px 0;
    }

.right.chat-element > .float-end {
    margin-left: 10px;
}

.chat-photo {
    max-height: 180px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #B3A9A9;
    }

        .chat li.left .chat-body {
            margin-left: 60px;
        }

        .chat li.right .chat-body {
            margin-right: 60px;
        }

        .chat li .chat-body p {
            margin: 0;
            color: #777777;
        }

    .panel .slidedown .glyphicon,
    .chat .glyphicon {
        margin-right: 5px;
    }

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

/* CLIENTS */
.clients-list {
    margin-top: 20px;
}

    .clients-list .tab-pane {
        position: relative;
        height: 600px;
    }

.client-detail {
    position: relative;
    height: 620px;
}

.clients-list table tr td {
    height: 46px;
    vertical-align: middle;
    border: none;
}

.client-link {
    font-weight: 600;
    color: inherit;
}

    .client-link:hover {
        color: inherit;
    }

.client-avatar {
    width: 42px;
}

    .client-avatar img {
        width: 28px;
        height: 28px;
        border-radius: 50%;
    }

.contact-type {
    width: 20px;
    color: #c1c3c4;
}

.client-status {
    text-align: left;
}

.client-detail .vertical-timeline-content p {
    margin: 0;
}

.clients-list .nav-tabs > li.active > a,
.clients-list .nav-tabs > li.active > a:hover,
.clients-list .nav-tabs > li.active > a:focus {
    border-bottom: 1px solid var(--bs-secondary-bg);
}

/* CONTACTS */
.contact-box {
    background-color: var(--bs-secondary-bg);
    border: 1px solid var(--bs-border-color);
    padding: 20px;
    margin-bottom: 20px;
}

    .contact-box > a {
        color: inherit;
    }

    .contact-box.center-version {
        border: 1px solid var(--bs-border-color);
        padding: 0;
    }

        .contact-box.center-version > a {
            display: block;
            background-color: var(--bs-secondary-bg);
            padding: 20px;
            text-align: center;
        }

            .contact-box.center-version > a img {
                width: 80px;
                height: 80px;
                margin-top: 10px;
                margin-bottom: 10px;
            }

        .contact-box.center-version address {
            margin-bottom: 0;
        }

    .contact-box .contact-box-footer {
        text-align: center;
        background-color: var(--bs-secondary-bg);
        border-top: 1px solid var(--bs-border-color);
        padding: 15px 20px;
    }

/* DASHBOARD */
.dashboard-header {
    border-top: 0;
    padding: 20px;
}

    .dashboard-header h2 {
        margin-top: 10px;
        font-size: 22px;
        font-weight: 300;
    }

    .dashboard-header .list-group-item span.label {
        margin-right: 10px;
    }

.fist-item {
    border-top: none !important;
}

.statistic-box {
    margin-top: 40px;
}

.list-group.clear-list .list-group-item {
    border-top: 1px solid var(--bs-border-color);
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    padding: 10px 0;
}

ul.clear-list:first-child {
    border-top: none !important;
}

.todo-list input[type=checkbox]:checked + label {
    text-decoration: line-through;
}

/* E-commerce */
.product-box {
    padding: 0;
    border: 1px solid var(--bs-border-color);
}

    .product-box:hover,
    .product-box.active {
        border: 1px solid transparent;
        -webkit-box-shadow: 0 3px 7px 0 var(--bs-border-color);
        box-shadow: 0 3px 7px 0 var(--bs-border-color);
    }

.product-imitation {
    text-align: center;
    padding: 90px 0;
    background-color: var(--bs-light);
    color: #bcbcd2;
    font-weight: 600;
}

.cart-product-imitation {
    text-align: center;
    padding-top: 30px;
    height: 80px;
    width: 80px;
    background-color: var(--bs-light);
}

.product-imitation.xl {
    padding: 120px 0;
}

.product-desc {
    padding: 20px;
    position: relative;
}

.ecommerce .tag-list {
    padding: 0;
}

.ecommerce .fa-star {
    color: #D1DADE;
}

    .ecommerce .fa-star.active {
        color: #f8ac59;
    }

.ecommerce .note-editor {
    border: 1px solid var(--bs-border-color);
}

table.shoping-cart-table {
    margin-bottom: 0;
}

    table.shoping-cart-table tr td {
        border: none;
        text-align: right;
    }

        table.shoping-cart-table tr td.desc,
        table.shoping-cart-table tr td:first-child {
            text-align: left;
        }

        table.shoping-cart-table tr td:last-child {
            width: 80px;
        }

.product-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--bs-body-color);
    display: block;
    margin: 2px 0 5px 0;
}

    .product-name:hover,
    .product-name:focus {
        color: #1ab394;
    }

.product-price {
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-secondary-bg);
    background-color: #1ab394;
    padding: 6px 12px;
    position: absolute;
    top: -32px;
    right: 0;
}

.product-detail .ibox-content {
    padding: 30px 30px 50px 30px;
}

.image-imitation {
    background-color: var(--bs-light);
    text-align: center;
    padding: 200px 0;
}

.product-main-price small {
    font-size: 10px;
}

.product-images {
    margin: 0 20px;
}

/* Payments */
.payment-card {
    background: var(--bs-secondary-bg);
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid var(--bs-border-color);
}

.payment-icon-big {
    font-size: 60px;
}

/* FAQ */
.faq-item {
    padding: 20px;
    margin-bottom: 2px;
    background: var(--bs-secondary-bg);
}

.faq-question {
    font-size: 16px;
    font-weight: 600;
    color: #1ab394;
    display: block;
    margin-bottom: 10px;
}

    .faq-question:hover {
        color: #179d82;
    }

.faq-answer {
    margin-top: 10px;
    background: var(--bs-light);
    border: 1px solid var(--bs-border-color);
    border-radius: 3px;
    padding: 15px;
}

.faq-item .tag-item {
    background: var(--bs-light);
    padding: 2px 6px;
    font-size: 10px;
    text-transform: uppercase;
}

/* FILE MANAGER */
.file-box {
    float: left;
    width: 220px;
}

.file-manager h5 {
    text-transform: uppercase;
}

.file-manager {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.folder-list li a {
    color: var(--bs-body-color);
    display: block;
    padding: 8px 0;
}

    .folder-list li a:hover {
        color: #1ab394;
    }

.folder-list li {
    border-bottom: 1px solid var(--bs-border-color);
    display: block;
}

    .folder-list li i {
        margin-right: 8px;
    }

.category-list li a {
    color: var(--bs-body-color);
    display: block;
    padding: 5px 0;
}

.category-list li {
    display: block;
}

    .category-list li i {
        margin-right: 8px;
        color: #3d4d5d;
    }

    .category-list li a .text-primary {
        color: #1ab394;
    }

    .category-list li a .text-primary {
        color: #1c84c6;
    }

    .category-list li a .text-info {
        color: #23c6c8;
    }

    .category-list li a .text-danger {
        color: #EF5352;
    }

    .category-list li a .text-warning {
        color: #F8AC59;
    }

.file-manager h5.tag-title {
    margin-top: 20px;
}

.tag-list li {
    float: left;
}

    .tag-list li a {
        font-size: 10px;
        background-color: var(--bs-light);
        padding: 5px 12px;
        color: inherit;
        border-radius: 2px;
        border: 1px solid var(--bs-border-color);
        margin-right: 5px;
        margin-top: 5px;
        display: block;
    }

.file {
    border: 1px solid var(--bs-border-color);
    padding: 0;
    background-color: var(--bs-secondary-bg);
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
}

.file-manager .hr-line-dashed {
    margin: 15px 0;
}

.file .icon,
.file .image {
    height: 100px;
    overflow: hidden;
}

.file .icon {
    padding: 15px 10px;
    text-align: center;
}

.file-control {
    color: inherit;
    font-size: 11px;
    margin-right: 10px;
}

    .file-control.active {
        text-decoration: underline;
    }

.file .icon i {
    font-size: 70px;
    color: var(--bs-body-color);
}

.file .file-name {
    padding: 10px;
    background-color: var(--bs-light);
    border-top: 1px solid var(--bs-border-color);
}

.file-name small {
    color: var(--bs-body-color);
}

.corner {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 0.6em solid transparent;
    border-right: 0.6em solid var(--bs-secondary-bg);
    border-bottom: 0.6em solid var(--bs-secondary-bg);
    right: 0em;
    bottom: 0em;
}

a.compose-mail {
    padding: 8px 10px;
}

.mail-search {
    max-width: 300px;
}

/* INVOICE */
.invoice-table tbody > tr > td:last-child,
.invoice-table tbody > tr > td:nth-child(4),
.invoice-table tbody > tr > td:nth-child(3),
.invoice-table tbody > tr > td:nth-child(2) {
    text-align: right;
}

.invoice-table thead > tr > th:last-child,
.invoice-table thead > tr > th:nth-child(4),
.invoice-table thead > tr > th:nth-child(3),
.invoice-table thead > tr > th:nth-child(2) {
    text-align: right;
}

.invoice-total > tbody > tr > td:first-child {
    text-align: right;
}

.invoice-total > tbody > tr > td {
    border: 0 none;
}

    .invoice-total > tbody > tr > td:last-child {
        border-bottom: 1px solid var(--bs-border-color);
        text-align: right;
        width: 15%;
    }

.title-action {
    text-align: right;
    padding-top: 30px;
}

/* ISSUE TRACKER */
.issue-tracker .btn-link {
    color: #1ab394;
}

table.issue-tracker tbody tr td {
    vertical-align: middle;
    height: 50px;
}

.issue-info {
    width: 50%;
}

    .issue-info a {
        font-weight: 600;
        color: var(--bs-body-color);
    }

    .issue-info small {
        display: block;
    }

/* MAILBOX */
.mail-box {
    background-color: var(--bs-secondary-bg);
    border: 1px solid var(--bs-border-color);
    border-top: 0;
    padding: 0;
    margin-bottom: 20px;
}

.mail-box-header {
    background-color: var(--bs-secondary-bg);
    border: 1px solid var(--bs-border-color);
    border-bottom: 0;
    padding: 20px;
}

.mailbox-content .tag-list li a {
    background: var(--bs-secondary-bg);
}

.mail-body {
    border-top: 1px solid var(--bs-border-color);
    padding: 20px;
}

.mail-text {
    border-top: 1px solid var(--bs-border-color);
}

    .mail-text .note-toolbar {
        padding: 10px 15px;
    }

.mail-body .form-group {
    margin-bottom: 5px;
}

.mail-text .note-editor .note-toolbar {
    background-color: var(--bs-secondary-bg);
}

.mail-attachment {
    border-top: 1px solid var(--bs-border-color);
    padding: 20px;
    font-size: 12px;
}

.mailbox-content {
    background: none;
    border: none;
    padding: 10px;
}

.mail-ontact {
    width: 23%;
}

table.table-mail tr td {
    padding: 12px;
}

.table-mail .check-mail {
    padding-left: 20px;
}

.table-mail .mail-date {
    padding-right: 20px;
}

.star-mail,
.check-mail {
    width: 40px;
}

.unread td a,
.unread td {
    font-weight: 600;
    color: inherit;
}

.read td a,
.read td {
    font-weight: normal;
    color: inherit;
}

.unread td {
    background: var(--bs-light);
}

/* PIN BOARD */
ul.notes li,
ul.tag-list li {
    list-style: none;
}

    ul.notes li h4 {
        margin-top: 20px;
        font-size: 16px;
    }

    ul.notes li div {
        text-decoration: none;
        color: #000;
        background: #ffc;
        display: block;
        height: 140px;
        width: 140px;
        padding: 1em;
        position: relative;
    }

        ul.notes li div small {
            position: absolute;
            top: 5px;
            right: 5px;
            font-size: 10px;
        }

        ul.notes li div a {
            position: absolute;
            right: 10px;
            bottom: 10px;
            color: inherit;
        }

ul.notes li {
    margin: 10px 40px 50px 0;
    float: left;
}

    ul.notes li div p {
        font-size: 12px;
    }

    ul.notes li div {
        text-decoration: none;
        color: #000;
        background: #ffc;
        display: block;
        height: 140px;
        width: 140px;
        padding: 1em;
        /* Firefox */
        /* Safari+Chrome */
        -webkit-box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
        /* Opera */
        box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
    }

    ul.notes li div {
        -webkit-transform: rotate(-6deg);
        -o-transform: rotate(-6deg);
        -moz-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
    }

    ul.notes li:nth-child(even) div {
        -o-transform: rotate(4deg);
        -webkit-transform: rotate(4deg);
        -moz-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
        position: relative;
        top: 5px;
    }

    ul.notes li:nth-child(3n) div {
        -o-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        position: relative;
        top: -5px;
    }

    ul.notes li:nth-child(5n) div {
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        position: relative;
        top: -10px;
    }

    ul.notes li div:hover,
    ul.notes li div:focus {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        position: relative;
        z-index: 5;
    }

    ul.notes li div {
        text-decoration: none;
        color: #000;
        background: #ffc;
        display: block;
        height: 210px;
        width: 210px;
        padding: 1em;
        -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
        box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
        -moz-transition: -moz-transform 0.15s linear;
        -o-transition: -o-transform 0.15s linear;
        -webkit-transition: -webkit-transform 0.15s linear;
    }

/* PROFILE */
.profile-content {
    border-top: none !important;
}

.profile-stats {
    margin-right: 10px;
}

.profile-image {
    width: 120px;
    float: left;
}

    .profile-image img {
        width: 96px;
        height: 96px;
    }

.profile-info {
    margin-left: 120px;
}

.feed-activity-list .feed-element {
    border-bottom: 1px solid var(--bs-border-color);
}

.feed-element:first-child {
    margin-top: 0;
}

.feed-element {
    padding-bottom: 15px;
}

    .feed-element,
    .feed-element .media {
        margin-top: 15px;
    }

.feed-element,
.media-body {
    overflow: hidden;
}

    .feed-element > a img {
        margin-right: 10px;
    }

    .feed-element img.rounded-circle,
    .dropdown-messages-box img.rounded-circle {
        width: 38px;
        height: 38px;
    }

    .feed-element .well {
        border: 1px solid var(--bs-border-color);
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 10px;
        margin-bottom: 5px;
        padding: 10px 20px;
        font-size: 11px;
        line-height: 16px;
    }

    .feed-element .actions {
        margin-top: 10px;
    }

    .feed-element .photos {
        margin: 10px 0;
    }

.dropdown-messages-box .dropdown-item:focus,
.dropdown-messages-box .dropdown-item:hover {
    background-color: inherit;
}

.feed-photo {
    max-height: 180px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}

.file-list li {
    padding: 8px 10px;
    font-size: 11px;
    border-radius: 3px;
    border: 1px solid var(--bs-border-color);
    margin-bottom: 5px;
}

    .file-list li a {
        color: inherit;
    }

        .file-list li a:hover {
            color: #1ab394;
        }

.user-friends img {
    width: 42px;
    height: 42px;
    margin-bottom: 5px;
    margin-right: 5px;
}

/* PROJECTS */
.project-people,
.project-actions {
    text-align: right;
    vertical-align: middle;
}

dd.project-people {
    text-align: left;
    margin-top: 5px;
}

.project-people img {
    width: 32px;
    height: 32px;
}

.project-title a {
    font-size: 14px;
    color: var(--bs-body-color);
    font-weight: 600;
}

.project-list table tr td {
    border-top: none;
    border-bottom: 1px solid var(--bs-border-color);
    padding: 15px 10px;
    vertical-align: middle;
}

.project-manager .tag-list li a {
    font-size: 10px;
    background-color: var(--bs-light);
    padding: 5px 12px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid var(--bs-border-color);
    margin-right: 5px;
    margin-top: 5px;
    display: block;
}

.project-files li a {
    font-size: 11px;
    color: var(--bs-body-color);
    margin-left: 10px;
    line-height: 22px;
}

/* SEARCH PAGE */
.search-form {
    margin-top: 10px;
}

.search-result h3 {
    margin-bottom: 0;
    color: #1E0FBE;
}

.search-result .search-link {
    color: #006621;
}

.search-result p {
    font-size: 12px;
    margin-top: 5px;
}

/* Social feed */
.social-feed-separated .social-feed-box {
    margin-left: 62px;
}

.social-feed-separated .social-avatar {
    float: left;
    padding: 0;
}

    .social-feed-separated .social-avatar img {
        width: 52px;
        height: 52px;
        border: 1px solid var(--bs-border-color);
    }

.social-feed-separated .social-feed-box .social-avatar {
    padding: 15px 15px 0 15px;
    float: none;
}

.social-feed-box {
    /*padding: 15px;*/
    border: 1px solid var(--bs-border-color);
    background: var(--bs-secondary-bg);
    margin-bottom: 15px;
}

.article .social-feed-box {
    margin-bottom: 0;
    border-bottom: none;
}

    .article .social-feed-box:last-child {
        margin-bottom: 0;
        border-bottom: 1px solid var(--bs-border-color);
    }

    .article .social-feed-box p {
        font-size: 13px;
        line-height: 18px;
    }

.social-action {
    margin: 15px;
}

    .social-action .dropdown-toggle::after {
        margin-left: auto;
    }

.social-avatar {
    padding: 15px 15px 0 15px;
}

.social-comment .social-comment {
    margin-left: 45px;
}

.social-avatar img {
    height: 40px;
    width: 40px;
    margin-right: 10px;
}

.social-avatar .media-body a {
    font-size: 14px;
    display: block;
}

.social-body {
    padding: 15px;
}

    .social-body img {
        margin-bottom: 10px;
    }

.social-footer {
    border-top: 1px solid var(--bs-border-color);
    padding: 10px 15px;
    background: var(--bs-light);
}

    .social-footer .social-comment img {
        width: 32px;
        margin-right: 10px;
    }

.social-comment:first-child {
    margin-top: 0;
}

.social-comment {
    margin-top: 15px;
}

    .social-comment textarea {
        font-size: 12px;
    }

/* TEAMS */
.team-members {
    margin: 10px 0;
}

    .team-members img.rounded-circle {
        width: 42px;
        height: 42px;
        margin-bottom: 5px;
    }

/* Intimeline */
.timeline-item .date i {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    width: 30px;
    text-align: center;
    border-top: 1px solid var(--bs-border-color);
    border-bottom: 1px solid var(--bs-border-color);
    border-left: 1px solid var(--bs-border-color);
    background: var(--bs-light);
}

.timeline-item .date {
    text-align: right;
    width: 110px;
    position: relative;
    padding-top: 30px;
}

.timeline-item .content {
    border-left: 1px solid var(--bs-border-color);
    border-top: 1px solid var(--bs-border-color);
    padding-top: 10px;
    min-height: 100px;
}

    .timeline-item .content:hover {
        background: var(--bs-light);
    }

@media (max-width: 350px) {
    .timeline-item .date {
        text-align: left;
        width: 110px;
        position: relative;
        padding-top: 30px;
    }

        .timeline-item .date i {
            position: absolute;
            top: 0;
            left: 15px;
            padding: 5px;
            width: 30px;
            text-align: center;
            border: 1px solid var(--bs-border-color);
            background: var(--bs-light);
        }

    .timeline-item .content {
        border-left: none;
        border-top: 1px solid var(--bs-border-color);
        padding-top: 10px;
        min-height: 100px;
    }
}
/* New Timeline style */
.vertical-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

    .vertical-container::after {
        /* clearfix */
        content: "";
        display: table;
        clear: both;
    }

#vertical-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

    #vertical-timeline::before {
        content: "";
        position: absolute;
        top: 0;
        left: 18px;
        height: 100%;
        width: 4px;
        background: var(--bs-border-color);
    }

.vertical-timeline-content .btn {
    float: right;
}

#vertical-timeline.light-timeline:before {
    background: var(--bs-border-color);
}

.dark-timeline .vertical-timeline-content:before {
    border-color: transparent var(--bs-light) transparent transparent;
}

.dark-timeline.center-orientation .vertical-timeline-content:before {
    border-color: transparent transparent transparent var(--bs-light);
}

.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
    border-color: transparent var(--bs-light) transparent transparent;
}

.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
    background: var(--bs-light);
}

@media only screen and (min-width: 1170px) {
    #vertical-timeline.center-orientation {
        margin-top: 3em;
        margin-bottom: 3em;
    }

        #vertical-timeline.center-orientation:before {
            left: 50%;
            margin-left: -2px;
        }
}

@media only screen and (max-width: 1170px) {
    .center-orientation.dark-timeline .vertical-timeline-content:before {
        border-color: transparent var(--bs-light) transparent transparent;
    }
}

.vertical-timeline-block {
    position: relative;
    margin: 2em 0;
}

    .vertical-timeline-block:after {
        content: "";
        display: table;
        clear: both;
    }

    .vertical-timeline-block:first-child {
        margin-top: 0;
    }

    .vertical-timeline-block:last-child {
        margin-bottom: 0;
    }

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-block {
        margin: 4em 0;
    }

        .center-orientation .vertical-timeline-block:first-child {
            margin-top: 0;
        }

        .center-orientation .vertical-timeline-block:last-child {
            margin-bottom: 0;
        }
}

.vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid var(--bs-border-color);
    text-align: center;
}

    .vertical-timeline-icon i {
        display: block;
        width: 24px;
        height: 24px;
        position: relative;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -9px;
    }

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-icon {
        width: 50px;
        height: 50px;
        left: 50%;
        margin-left: -25px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        font-size: 19px;
    }

        .center-orientation .vertical-timeline-icon i {
            margin-left: -12px;
            margin-top: -10px;
        }

    .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
        visibility: hidden;
    }
}

.vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    background: var(--bs-secondary-bg);
    border-radius: 0.25em;
    padding: 1em;
}

    .vertical-timeline-content:after {
        content: "";
        display: table;
        clear: both;
    }

    .vertical-timeline-content h2 {
        font-weight: 400;
        margin-top: 4px;
    }

    .vertical-timeline-content p {
        margin: 1em 0;
        line-height: 1.6;
    }

    .vertical-timeline-content .vertical-date {
        float: left;
        font-weight: 500;
    }

.vertical-date small {
    color: #1ab394;
    font-weight: 400;
}

.vertical-timeline-content::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid var(--bs-secondary-bg);
}

@media only screen and (min-width: 768px) {
    .vertical-timeline-content h2 {
        font-size: 18px;
    }

    .vertical-timeline-content p {
        font-size: 13px;
    }
}

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }

        .center-orientation .vertical-timeline-content::before {
            top: 24px;
            left: 100%;
            border-color: transparent;
            border-left-color: var(--bs-secondary-bg);
        }

        .center-orientation .vertical-timeline-content .btn {
            float: left;
        }

        .center-orientation .vertical-timeline-content .vertical-date {
            position: absolute;
            width: 100%;
            left: 122%;
            top: 2px;
            font-size: 14px;
        }

    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
        float: right;
    }

        .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
            top: 24px;
            left: auto;
            right: 100%;
            border-color: transparent;
            border-right-color: var(--bs-secondary-bg);
        }

        .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
            float: right;
        }

        .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
            left: auto;
            right: 122%;
            text-align: right;
        }

    .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
        visibility: hidden;
    }
}
/* Vote list */
.vote-item {
    padding: 20px 25px;
    background: var(--bs-secondary-bg);
    border-top: 1px solid var(--bs-border-color);
}

    .vote-item:last-child {
        border-bottom: 1px solid var(--bs-border-color);
    }

.vote-actions {
    float: left;
    width: 30px;
    margin-right: 15px;
    text-align: center;
}

    .vote-actions a {
        color: #1ab394;
        font-weight: 600;
    }

.vote-actions {
    font-weight: 600;
}

.vote-title {
    display: block;
    color: inherit;
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .vote-title:hover,
    .vote-title:focus {
        color: inherit;
    }

.vote-info,
.vote-title {
    margin-left: 45px;
}

    .vote-info,
    .vote-info a {
        color: var(--bs-secondary-color);
        font-size: 12px;
    }

        .vote-info a {
            margin-right: 10px;
        }

            .vote-info a:hover {
                color: #1ab394;
            }

.vote-icon {
    text-align: right;
    font-size: 38px;
    display: block;
    color: #e8e9ea;
}

    .vote-icon.active {
        color: #1ab394;
    }

body.body-small .vote-icon {
    display: none;
}

.icons-box h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.icons-box .infont a i {
    font-size: 25px;
    display: block;
    color: var(--bs-body-color);
}

.icons-box .infont a {
    color: var(--bs-secondary-color);
}

.icons-box .infont a {
    padding: 10px;
    margin: 1px;
    display: block;
}

/* Forum styles  */
.forum-post-container .media {
    margin: 10px 10px 10px 10px;
    padding: 20px 10px 20px 10px;
    border-bottom: 1px solid var(--bs-border-color);
}

.forum-avatar {
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 110px;
}

    .forum-avatar .rounded-circle {
        height: 48px;
        width: 48px;
    }

.author-info {
    color: var(--bs-secondary-color);
    font-size: 11px;
    margin-top: 5px;
    text-align: center;
}

.forum-post-info {
    padding: 9px 12px 6px 12px;
    background: var(--bs-light);
    border: 1px solid var(--bs-border-color);
}

.img-preview-sm {
    height: 130px;
    width: 200px;
}

.media-body > .media {
    background: var(--bs-light);
    border-radius: 3px;
    border: 1px solid var(--bs-border-color);
}

.forum-post-container .media-body .photos {
    margin: 10px 0;
}

.forum-photo {
    max-width: 140px;
    border-radius: 3px;
}

.media-body > .media .forum-avatar {
    width: 70px;
    margin-right: 10px;
}

    .media-body > .media .forum-avatar .rounded-circle {
        height: 38px;
        width: 38px;
    }

.mid-icon {
    font-size: 66px;
}

.forum-item {
    margin: 10px 0;
    padding: 10px 0 20px;
    border-bottom: 1px solid var(--bs-border-color);
}

.views-number {
    font-size: 24px;
    line-height: 18px;
    font-weight: 400;
}

.forum-container,
.forum-post-container {
    padding: 30px !important;
}

.forum-item .forum-sub-title {
    margin-left: 50px;
}

.forum-title {
    margin: 15px 0 15px 0;
}

.forum-info {
    text-align: center;
}

.forum-icon {
    float: left;
    width: 30px;
    margin-right: 20px;
    text-align: center;
}

a.forum-item-title {
    color: inherit;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 600;
}

    a.forum-item-title:hover {
        color: inherit;
    }

.forum-icon .fa,
.forum-icon .fa-regular {
    font-size: 30px;
    margin-top: 8px;
}

.forum-item.active .fa {
    color: #1ab394;
}

.forum-item.active a.forum-item-title {
    color: #1ab394;
}

@media (max-width: 992px) {
    .forum-info {
        margin: 15px 0 10px 0;
        /* Comment this is you want to show forum info in small devices */
        display: none;
    }

    .forum-desc {
        float: none !important;
    }
}
/*
* Author: WebAppLayers
* Product Name: INSPINIA
* Version: 3.0.0
* Purchase: https://wrapbootstrap.com/theme/inspinia-responsive-admin-template-WB0R5L90S?ref=inspinia
* Website: https://www.webapplayers.com
* Contact: webapplayers07@gmail.com
* File: SKIN LIGHT
*/
body.skin-light {
    font-family: "Atkinson Hyperlegible Next", sans-serif;
    font-size: 14px;
    background-color: var(--bs-body-bg);
}

    body.skin-light .ff-secondary,
    body.skin-light h1, body.skin-light h2, body.skin-light h3, body.skin-light h4, body.skin-light h5, body.skin-light h6 {
        font-family: "Atkinson Hyperlegible Next", sans-serif;
    }

    body.skin-light .media-body, body.skin-light .sidebar-panel .feed-element, body.skin-light .sidebar-panel p,
    body.skin-light .dropdown-menu {
        font-size: 14px;
    }

    body.skin-light .navbar-top {
        background-color: transparent;
    }

    body.skin-light nav > .sidebar-collapse > ul > li a {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    body.skin-light nav > .sidebar-collapse .nav-second-level li a {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    body.skin-light .nav > li > a {
        font-size: 14px !important;
        font-weight: 400;
    }

        body.skin-light .nav > li > a:hover, body.skin-light .nav > li > a:focus, body.skin-light .nav > li > a:active {
            background-color: transparent;
        }

    body.skin-light .nav > li.active,
    body.skin-light ul.nav-second-level {
        background-color: transparent;
    }

        body.skin-light .nav > li.active > a {
            font-weight: 500;
        }

    body.skin-light .navbar-default .nav > li > a:hover,
    body.skin-light .navbar-default .nav > li > a:focus {
        font-weight: 500;
    }

    body.skin-light .nav-header {
        background-color: transparent;
    }

        body.skin-light .nav-header .text-muted {
            font-size: 12px;
        }

    body.skin-light .nav-header {
        background-image: none;
    }

    body.skin-light .dashboard-header {
        border-bottom: none !important;
        border-top: 0;
        border-radius: 4px;
        padding: 20px 20px 20px 20px;
        margin: 0 10px;
        -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    body.skin-light .page-heading {
        padding-bottom: 10px;
    }

    body.skin-light .ibox-title {
        background-color: transparent;
        border: none;
        padding-left: 5px;
    }

    body.skin-light .ibox-tools {
        right: 5px;
    }

    body.skin-light .ibox-heading {
        background-color: var(--bs-secondary-bg);
        margin-bottom: 20px;
    }

    body.skin-light .ibox-content {
        border-radius: 4px;
        border: none;
        -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    body.skin-light .breadcrumb {
        background-color: transparent;
    }

    body.skin-light .navbar-minimalize {
        margin: 14px 5px 5px 30px;
    }

    body.skin-light .footer {
        border: none;
        background: none;
    }

    body.skin-light .sidebar-panel {
        background-color: var(--bs-secondary-bg);
    }

    body.skin-light #page-wrapper > .border-bottom,
    body.skin-light .ibox.border-bottom {
        border-bottom: transparent !important;
    }

    body.skin-light .fh-breadcrumb {
        height: calc(100% - 176px);
    }

    body.skin-light .ibox-footer {
        margin-top: 4px;
        border: none;
        -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }

    body.skin-light .contact-box,
    body.skin-light .social-feed-box,
    body.skin-light .vertical-timeline-content {
        -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
        border: none;
    }

html:not([data-bs-theme=dark]) body.skin-light {
    color: #676e79;
    background-color: var(--bs-light);
}

html:not([data-bs-theme=dark]) .skin-light .brand-logo .sidebar-logo-black {
    display: block;
}

html:not([data-bs-theme=dark]) .skin-light .brand-logo .sidebar-logo-white {
    display: none;
}

html:not([data-bs-theme=dark]) .skin-light.fixed-nav .navbar-top {
    background-color: #fff;
}

html:not([data-bs-theme=dark]) .skin-light.mini-navbar .nav .nav-second-level {
    background-color: var(--bs-light);
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
}

html:not([data-bs-theme=dark]) .skin-light.canvas-menu.mini-navbar .nav .nav-second-level {
    -webkit-box-shadow: none;
    box-shadow: none;
}

html:not([data-bs-theme=dark]) .skin-light.canvas-menu nav.navbar-default {
    background-color: var(--bs-light);
}

html:not([data-bs-theme=dark]) .skin-light.canvas-menu.mini-navbar nav.navbar-default {
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
}

html:not([data-bs-theme=dark]) .skin-light.mini-navbar .nav-header {
    background-color: var(--bs-light);
}

html:not([data-bs-theme=dark]) .skin-light #page-wrapper.gray-bg,
html:not([data-bs-theme=dark]) .skin-light #page-wrapper.bg-muted {
    background-color: var(--bs-light);
}

html:not([data-bs-theme=dark]) .skin-light .logo-element {
    color: #7c899a;
}

html:not([data-bs-theme=dark]) .skin-light nav > .sidebar-collapse > ul > li a {
    color: #7c899a;
}

html:not([data-bs-theme=dark]) .skin-light .nav > li > a {
    color: #7c899a;
}

html:not([data-bs-theme=dark]) .skin-light .nav > li.active > a {
    color: #384D6C;
}

html:not([data-bs-theme=dark]) .skin-light .nav-header a {
    color: #384D6C;
}

html:not([data-bs-theme=dark]) .skin-light .navbar-default .nav > li > a:hover,
html:not([data-bs-theme=dark]) .skin-light .navbar-default .nav > li > a:focus {
    background-color: inherit;
    color: #384D6C;
}

html:not([data-bs-theme=dark]) .skin-light .nav-header .text-muted {
    color: #8291a3 !important;
}

html:not([data-bs-theme=dark]) .skin-light .nav-header {
    background-color: var(--bs-light);
}

html:not([data-bs-theme=dark]) .skin-light .nav > li.active,
html:not([data-bs-theme=dark]) .skin-light ul.nav-second-level {
    background: var(--bs-light);
}

html:not([data-bs-theme=dark]) .skin-light .ibox-content {
    background-color: #fff;
}

html:not([data-bs-theme=dark]) .skin-light.top-navigation #page-wrapper > .border-bottom {
    border-bottom: 1px solid #e5e6e7 !important;
}

html:not([data-bs-theme=dark]) .skin-light .wrapper.white-bg {
    background-color: transparent;
}

html:not([data-bs-theme=dark]) .skin-light .ibox-tools a.btn-primary {
    color: #fff !important;
}

html:not([data-bs-theme=dark]) .skin-light .chat-discussion {
    background-color: #fff;
}

html:not([data-bs-theme=dark]) .skin-light .navbar-default .landing_link a,
html:not([data-bs-theme=dark]) .skin-light .navbar-default .special_link a {
    color: #fff;
}

/*
* Author: WebAppLayers
* Product Name: INSPINIA
* Version: 3.0.0
* Purchase: https://wrapbootstrap.com/theme/inspinia-responsive-admin-template-WB0R5L90S?ref=inspinia
* Website: https://www.webapplayers.com
* Contact: webapplayers07@gmail.com
* File: SKIN Material
*/
body.skin-material {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.skin-material .nav-header {
    background: url("../img/patterns/4.png") no-repeat;
}

.skin-material .nav > li.active > a {
    font-weight: 600;
}

.skin-material .navbar-default .nav > li > a:hover,
.skin-material .navbar-default .nav > li > a:focus {
    font-weight: 500;
}

.skin-material .nav > li > a {
    font-weight: 400;
    font-size: 14px;
}

.skin-material .wrapper-content {
    padding: 30px 20px 40px;
}

@media (max-width: 768px) {
    .skin-material .wrapper-content {
        padding: 30px 0 40px;
    }
}

.skin-material .ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

    .skin-material .ibox.border-bottom {
        border-bottom: none !important;
    }

.skin-material .ibox-title,
.skin-material .ibox-content {
    border-style: none;
}

    .skin-material .ibox-title h5 {
        font-size: 16px;
    }

.skin-material a.close-canvas-menu {
    color: #fff;
}

.skin-material #nestable-output,
.skin-material #nestable2-output {
    font-family: "Roboto", lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
}

.skin-material .dashboard-header {
    border-bottom: none !important;
    border-top: 0;
    padding: 20px 20px 20px 20px;
    margin: 30px 20px 0 20px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
    .skin-material .dashboard-header {
        margin: 20px 0 0 0;
    }
}

.skin-material .nav-header .text-muted,
.skin-material .navbar-form-custom .form-control {
    color: #fff !important;
}

.skin-material .dropdown-menu {
    border-radius: 0 !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.skin-material.mini-navbar .nav-second-level li a {
    font-size: 13px !important;
}

html:not([data-bs-theme=dark]) body.skin-material {
    background-color: var(--bs-secondary-bg);
}

html:not([data-bs-theme=dark]) .skin-material ul.nav-second-level {
    background-color: inherit;
}

html:not([data-bs-theme=dark]) .skin-material .page-heading {
    border-bottom: none !important;
    border-top: 0;
    padding: 0 10px 20px 10px;
    -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.34), 0 0 6px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.34), 0 0 6px 0 rgba(0, 0, 0, 0.14);
}

html:not([data-bs-theme=dark]) .skin-material .welcome-message {
    color: #fff !important;
    font-weight: 300;
}

html:not([data-bs-theme=dark]) .skin-material #top-search::-moz-placeholder {
    color: #fff;
}

html:not([data-bs-theme=dark]) .skin-material #top-search::-webkit-input-placeholder {
    color: #fff;
}

html:not([data-bs-theme=dark]) .skin-material .nav > li > a {
    color: #676a6c;
}

html:not([data-bs-theme=dark]) .skin-material .nav.navbar-right > li > a {
    color: #fff;
}

html:not([data-bs-theme=dark]) .skin-material .nav > li.active > a {
    color: #5b5d5f;
}

html:not([data-bs-theme=dark]) .skin-material .navbar-default .nav > li > a:hover,
html:not([data-bs-theme=dark]) .skin-material .navbar-default .nav > li > a:focus {
    color: #5b5d5f;
}

html:not([data-bs-theme=dark]) .skin-material .nav .open > a,
html:not([data-bs-theme=dark]) .skin-material .nav .open > a:hover,
html:not([data-bs-theme=dark]) .skin-material .nav .open > a:focus {
    background: #1ab394;
}

html:not([data-bs-theme=dark]) .skin-material .navbar-top-links li {
    display: inline-table;
}

html:not([data-bs-theme=dark]) .skin-material .navbar-top-links .dropdown-menu li {
    display: block;
}

html:not([data-bs-theme=dark]) .skin-material .nav > li.active {
    background: #f3f3f3;
}

html:not([data-bs-theme=dark]) .skin-material .navbar-default .nav > li > a:focus,
html:not([data-bs-theme=dark]) .skin-material .navbar-default .nav > li > a:hover {
    background-color: inherit;
}

html:not([data-bs-theme=dark]) .skin-material .navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: inherit;
}

html:not([data-bs-theme=dark]) .skin-material .nav-header .navbar-top a {
    color: var(--bs-secondary-bg);
}

html:not([data-bs-theme=dark]) .skin-material .mini-navbar .nav-second-level {
    background-color: inherit;
}

html:not([data-bs-theme=dark]) .skin-material .mini-navbar li.active .nav-second-level {
    left: 65px;
}

html:not([data-bs-theme=dark]) .skin-material .canvas-menu.mini-navbar .nav-second-level {
    background: inherit;
}

html:not([data-bs-theme=dark]) .skin-material .navbar-top {
    background: var(--bs-secondary-bg);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    z-index: 2030;
    border-bottom: none !important;
}

html:not([data-bs-theme=dark]) .skin-material .navbar-top {
    background-color: #1ab394 !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

html:not([data-bs-theme=dark]) .skin-material .navbar-default {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

html:not([data-bs-theme=dark]) .skin-material #right-sidebar {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border: none;
    z-index: 900;
}

html:not([data-bs-theme=dark]) .skin-material .white-bg .navbar-top {
    background: #fff !important;
}

html:not([data-bs-theme=dark]) .skin-material .contact-box {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border: none;
}

html:not([data-bs-theme=dark]) .skin-material ul.notes li div {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

html:not([data-bs-theme=dark]) .skin-material .file {
    border: none;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

html:not([data-bs-theme=dark]) .skin-material .mail-box {
    background-color: var(--bs-secondary-bg);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 0;
    margin-bottom: 20px;
    border: none;
}

html:not([data-bs-theme=dark]) .skin-material .mail-box-header {
    border: none;
    background-color: var(--bs-secondary-bg);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 30px 20px 20px 20px;
}

html:not([data-bs-theme=dark]) .skin-material .mailbox-content {
    border: none;
    padding: 20px;
    background: var(--bs-secondary-bg);
}

html:not([data-bs-theme=dark]) .skin-material .social-feed-box {
    border: none;
    background: var(--bs-secondary-bg);
    margin-bottom: 15px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

html:not([data-bs-theme=dark]) .skin-material.canvas-menu.mini-navbar .nav-second-level {
    background: white;
}

html:not([data-bs-theme=dark]) .skin-material.mini-navbar .nav-second-level {
    background-color: var(--bs-secondary-bg);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

html:not([data-bs-theme=dark]) .skin-material.top-navigation .nav.navbar-right > li > a {
    padding: 15px 20px;
    color: #676a6c;
}

html:not([data-bs-theme=dark]) .skin-material.top-navigation .nav > li a:hover,
html:not([data-bs-theme=dark]) .skin-material .top-navigation .nav > li a:focus, html:not([data-bs-theme=dark]) .skin-material.top-navigation .nav .open > a, html:not([data-bs-theme=dark]) .skin-material.top-navigation .nav .open > a:hover, html:not([data-bs-theme=dark]) .skin-material.top-navigation .nav .open > a:focus {
    color: #1ab394;
    background: var(--bs-secondary-bg);
}

html:not([data-bs-theme=dark]) .skin-material.top-navigation .nav > li.active a {
    color: #1ab394;
    background: var(--bs-secondary-bg);
}

html:not([data-bs-theme=dark]) .skin-material.fixed-nav #side-menu {
    background-color: var(--bs-secondary-bg);
}

html:not([data-bs-theme=dark]) .skin-material.fixed-nav #wrapper.top-navigation #page-wrapper {
    margin-top: 0;
}

html:not([data-bs-theme=dark]) .skin-material.boxed-layout #wrapper {
    background-color: var(--bs-secondary-bg);
}

html:not([data-bs-theme=dark]) .skin-material.canvas-menu nav.navbar-default {
    z-index: 2001;
    background: var(--bs-secondary-bg);
    height: 100%;
    position: fixed;
    display: none;
}
