
/*!
 *   AdminLTE v2.3.0
 *   Author: Almsaeed Studio
 *	 Website: Almsaeed Studio <http://almsaeedstudio.com>
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
!*/
/*
 * Core: General Layout Style
 * -------------------------
 */
@media only screen and (min-width:960px) {
    /* styles for browsers larger than 960px; */
    #loginWindow {
        padding-left: 33%;
        padding-right: 33%;
        margin-top: 14%;
    }
}

@media only screen and (max-width:960px) {
    #loginWindow {
        padding-left: 17%;
        padding-right: 17%;
        margin-top: 35%;
    }
}

@media only screen and (max-device-width:480px) {
    /* styles for mobile browsers smaller than 480px; (iPhone) */
    #loginWindow {
        padding-left: 17%;
        padding-right: 7%;
        margin-top: 45%;
    }
}

@media only screen and (device-width:768px) {
    /* default iPad screens */
    #loginWindow {
        padding-left: 33%;
        padding-right: 33%;
        margin-top: 45%;
    }
}
/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 959px) {
    /* For portrait layouts only */
    #loginWindow {
        padding-left: 17%;
        padding-right: 7%;
        margin-top: 45%;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */
}


:root {
    --main-color: #3366cc;
    --main-border-color: #3366cc;
}

html,
body {
    min-height: 100%;
}

.layout-boxed html,
.layout-boxed body {
    height: 100%;
}

.ui-dialog .ui-dialog-titlebar {
    background: var(--main-color);
    border: 0;
    color: #fff;
    font-weight: normal;
    border: 1px solid var(--main-color);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-color: var(--main-color);
    border: 1px solid;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}
/* Layout */
.wrapper {
    min-height: 100%;
    position: static;
    overflow: hidden;
}

    .wrapper:before,
    .wrapper:after {
        content: " ";
        display: table;
    }

    .wrapper:after {
        clear: both;
    }

.layout-boxed .wrapper {
    max-width: 1250px;
    margin: 0 auto;
    min-height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    position: relative;
}

.layout-boxed {
    background: url('../img/boxed-bg.jpg') repeat fixed;
}
/*
 * Content Wrapper - contains the main content
 * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper  ```
 */
.content-wrapper,
.right-side,
.main-footer {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    margin-left: 230px;
    z-index: 820;
}

.layout-top-nav .content-wrapper,
.layout-top-nav .right-side,
.layout-top-nav .main-footer {
    margin-left: 0;
}

@media (max-width: 767px) {
    .content-wrapper,
    .right-side,
    .main-footer {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .content-wrapper,
    .sidebar-collapse .right-side,
    .sidebar-collapse .main-footer {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .sidebar-open .content-wrapper,
    .sidebar-open .right-side,
    .sidebar-open .main-footer {
        -webkit-transform: translate(230px, 0);
        -ms-transform: translate(230px, 0);
        -o-transform: translate(230px, 0);
        transform: translate(230px, 0);
    }
}

.content-wrapper,
.right-side {
    min-height: 100%;
    background-color: #f4f6f9;
    z-index: 800;
}

.main-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
}
/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
    position: fixed;
}

.fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
}

.fixed .content-wrapper,
.fixed .right-side {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 100px;
    }
}

.fixed.layout-boxed .wrapper {
    max-width: 100%;
}

body.hold-transition .content-wrapper,
body.hold-transition .right-side,
body.hold-transition .main-footer,
body.hold-transition .main-sidebar,
body.hold-transition .left-side,
body.hold-transition .main-header > .navbar,
body.hold-transition .main-header .logo {
    /* Fix for IE */
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
/* Content */
.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--font-family-sans-serif);
}
/* General Links */
a {
    color: var(--main-color);
}

    a:hover,
    a:active,
    a:focus {
        outline: none;
        text-decoration: none;
        color: #72afd2;
    }
/* Page Header */
.page-header {
    margin: 10px 0 20px 0;
    font-size: 22px;
}

    .page-header > small {
        color: #666;
        display: block;
        margin-top: 5px;
    }
/*
 * Component: Main Header
 * ----------------------
 */
.main-header {
    position: relative;
    max-height: 100px;
    z-index: 900;
}

    .main-header > .navbar {
        -webkit-transition: margin-left 0.3s ease-in-out;
        -o-transition: margin-left 0.3s ease-in-out;
        transition: margin-left 0.3s ease-in-out;
        margin-bottom: 0;
        margin-left: 230px;
        border: none;
        min-height: 50px;
        border-radius: 0;
    }

.layout-top-nav .main-header > .navbar {
    margin-left: 0;
}

.main-header #navbar-search-input.form-control {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}

    .main-header #navbar-search-input.form-control:focus,
    .main-header #navbar-search-input.form-control:active {
        border-color: rgba(0, 0, 0, 0.1);
        background: rgba(255, 255, 255, 0.9);
    }

    .main-header #navbar-search-input.form-control::-moz-placeholder {
        color: #ccc;
        opacity: 1;
    }

    .main-header #navbar-search-input.form-control:-ms-input-placeholder {
        color: #ccc;
    }

    .main-header #navbar-search-input.form-control::-webkit-input-placeholder {
        color: #ccc;
    }

.main-header .navbar-custom-menu,
.main-header .navbar-right {
    float: right;
}

@media (max-width: 991px) {
    .main-header .navbar-custom-menu a,
    .main-header .navbar-right a {
        color: inherit;
        background: transparent;
    }
}

@media (max-width: 767px) {
    .main-header .navbar-right {
        float: none;
    }

    .navbar-collapse .main-header .navbar-right {
        margin: 7.5px -15px;
    }

    .main-header .navbar-right > li {
        color: inherit;
        border: 0;
    }
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 13px 15px;
    font-family: fontAwesome;
}

    .main-header .sidebar-toggle:before {
        content: "\f0c9";
    }

    .main-header .sidebar-toggle:hover {
        color: #fff;
    }

    .main-header .sidebar-toggle:focus,
    .main-header .sidebar-toggle:active {
        background: transparent;
    }

    .main-header .sidebar-toggle .icon-bar {
        display: none;
    }

.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
    margin-right: 5px;
}

.main-header .navbar .nav > li > a > .label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.main-header .logo {
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    display: block;
    float: left;
    height: 53px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: 230px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
}

    .main-header .logo .logo-lg {
        display: block;
    }

    .main-header .logo .logo-mini {
        display: none;
    }

.main-header .navbar-brand {
    color: #fff;
}

.content-header {
    position: relative;
    padding: 5px;
}

    .content-header > h1 {
        margin: 0;
        font-size: 24px;
    }

        .content-header > h1 > small {
            font-size: 15px;
            display: inline-block;
            padding-left: 4px;
            font-weight: 300;
        }

    .content-header > .breadcrumb {
        float: right;
        background: transparent;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 15px;
        padding: 0px;
        position: absolute;
        top: 15px;
        right: 10px;
        border-radius: 2px;
    }

        .content-header > .breadcrumb > li > a {
            color: #444;
            text-decoration: none;
            display: inline-block;
        }

            .content-header > .breadcrumb > li > a > .fa,
            .content-header > .breadcrumb > li > a > .glyphicon,
            .content-header > .breadcrumb > li > a > .ion {
                margin-right: 5px;
            }

        .content-header > .breadcrumb > li + li:before {
            content: '>\00a0';
        }

@media (max-width: 991px) {
    .content-header > .breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
        background: #d2d6de;
        padding-left: 10px;
    }

        .content-header > .breadcrumb li:before {
            color: #97a0b3;
        }
}

.navbar-toggle {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 15px 15px;
}

@media (max-width: 991px) {
    .navbar-custom-menu .navbar-nav > li {
        float: left;
    }

    .navbar-custom-menu .navbar-nav {
        margin: 0;
        float: left;
    }

        .navbar-custom-menu .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px;
        }
}

@media (max-width: 767px) {
    .main-header {
        position: relative;
    }

        .main-header .logo,
        .main-header .navbar {
            width: 100%;
            float: none;
        }

        .main-header .navbar {
            margin: 0;
        }

        .main-header .navbar-custom-menu {
            float: right;
        }
}

@media (max-width: 991px) {
    .navbar-collapse.pull-left {
        float: none !important;
    }

        .navbar-collapse.pull-left + .navbar-custom-menu {
            display: block;
            position: absolute;
            top: 0;
            right: 40px;
        }
}
/*
 * Component: Sidebar
 * ------------------
 */
.main-sidebar,
.left-side {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 50px;
    min-height: 100%;
    width: 230px;
    z-index: 810;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .main-sidebar,
    .left-side {
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .main-sidebar,
    .left-side {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .main-sidebar,
    .sidebar-collapse .left-side {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }
}

@media (max-width: 767px) {
    .sidebar-open .main-sidebar,
    .sidebar-open .left-side {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.sidebar {
    padding-bottom: 10px;
}

.sidebar-form input:focus {
    border-color: transparent;
}

.user-panel {
    position: relative;
    width: 100%;
    padding: 10px;
    overflow: hidden;
}

    .user-panel:before,
    .user-panel:after {
        content: " ";
        display: table;
    }

    .user-panel:after {
        clear: both;
    }

    .user-panel > .image > img {
        width: 100%;
        max-width: 45px;
        height: auto;
    }

    .user-panel > .info {
        padding: 5px 5px 5px 15px;
        line-height: 1;
        position: absolute;
        left: 55px;
    }

        .user-panel > .info > p {
            font-weight: 600;
            margin-bottom: 9px;
        }

        .user-panel > .info > a {
            text-decoration: none;
            padding-right: 5px;
            margin-top: 3px;
            font-size: 11px;
        }

            .user-panel > .info > a > .fa,
            .user-panel > .info > a > .ion,
            .user-panel > .info > a > .glyphicon {
                margin-right: 3px;
            }

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sidebar-menu > li {
        position: relative;
        margin: 0;
        padding: 0;
    }

        .sidebar-menu > li > a {
            padding: 10px 5px 12px 15px;
            display: block;
        }

            .sidebar-menu > li > a > .fa,
            .sidebar-menu > li > a > .glyphicon,
            .sidebar-menu > li > a > .ion {
                width: 20px;
            }

        .sidebar-menu > li .label,
        .sidebar-menu > li .badge {
            margin-top: 3px;
            margin-right: 5px;
        }

    .sidebar-menu li.header {
        padding: 10px 25px 10px 15px;
        font-size: 12px;
    }

    .sidebar-menu li > a > .fa-angle-left {
        width: auto;
        height: auto;
        padding: 0;
        margin-right: 10px;
        margin-top: 3px;
    }

    .sidebar-menu li.active > a > .fa-angle-left {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sidebar-menu li.active > .treeview-menu {
        display: block;
    }

    .sidebar-menu .treeview-menu {
        display: none;
        list-style: none;
        padding: 0;
        margin: 0;
        padding-left: 5px;
        position: relative;
    }

        .sidebar-menu .treeview-menu .treeview-menu {
            padding-left: 20px;
        }

        .sidebar-menu .treeview-menu > li {
            margin: 0;
        }

            .sidebar-menu .treeview-menu > li > a {
                padding: 5px 5px 5px 35px;
                display: block;
                font-size: 14px;
            }

                .sidebar-menu .treeview-menu > li > a > .fa,
                .sidebar-menu .treeview-menu > li > a > .glyphicon,
                .sidebar-menu .treeview-menu > li > a > .ion {
                    width: 20px;
                }

                .sidebar-menu .treeview-menu > li > a > .fa-angle-left,
                .sidebar-menu .treeview-menu > li > a > .fa-angle-down {
                    width: auto;
                }
/*
 * Component: Sidebar Mini
 */
@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .right-side,
    .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 50px !important;
        z-index: 840;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 50px !important;
        z-index: 850;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li {
        position: relative;
    }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
            margin-right: 0;
        }

            .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
                border-top-right-radius: 4px;
            }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
            border-bottom-right-radius: 4px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
            padding-top: 5px;
            padding-bottom: 5px;
            border-bottom-right-radius: 4px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
            display: block !important;
            position: absolute;
            width: 236px;
            left: 50px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
            top: 0;
            margin-left: -3px;
            padding: 12px 5px 12px 20px;
            background-color: inherit;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
            top: 44px;
            margin-left: 0;
        }

        .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
        .sidebar-mini.sidebar-collapse .sidebar-form,
        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
        .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
        .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
            display: none !important;
            -webkit-transform: translateZ(0);
        }

    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 50px;
    }

        .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
            display: block;
            margin-left: -15px;
            margin-right: -15px;
            font-size: 18px;
        }

        .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
            display: none;
        }

    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 50px;
    }
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
    white-space: nowrap;
    overflow: hidden;
}

    .sidebar-menu:hover {
        overflow: visible;
    }

    .sidebar-form,
    .sidebar-menu > li.header {
        overflow: hidden;
        text-overflow: clip;
    }

    .sidebar-menu li > a {
        position: relative;
    }

        .sidebar-menu li > a > .pull-right {
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -7px;
        }
/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */
.control-sidebar-bg {
    position: fixed;
    z-index: 1000;
    bottom: 0;
}

.control-sidebar-bg,
.control-sidebar {
    top: 0;
    right: -230px;
    width: 230px;
    -webkit-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}

.control-sidebar {
    position: absolute;
    padding-top: 50px;
    z-index: 1010;
}

@media (max-width: 768px) {
    .control-sidebar {
        padding-top: 100px;
    }
}

.control-sidebar > .tab-content {
    padding: 10px 15px;
}

.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open + .control-sidebar-bg {
    right: 0;
}

.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
    right: 0;
}

@media (min-width: 768px) {
    .control-sidebar-open .content-wrapper,
    .control-sidebar-open .right-side,
    .control-sidebar-open .main-footer {
        margin-right: 230px;
    }
}

.nav-tabs.control-sidebar-tabs > li:first-of-type > a,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
    border-left-width: 0;
}

.nav-tabs.control-sidebar-tabs > li > a {
    border-radius: 0;
}

    .nav-tabs.control-sidebar-tabs > li > a,
    .nav-tabs.control-sidebar-tabs > li > a:hover {
        border-top: none;
        border-right: none;
        border-left: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }

        .nav-tabs.control-sidebar-tabs > li > a .icon {
            font-size: 16px;
        }

.nav-tabs.control-sidebar-tabs > li.active > a,
.nav-tabs.control-sidebar-tabs > li.active > a:hover,
.nav-tabs.control-sidebar-tabs > li.active > a:focus,
.nav-tabs.control-sidebar-tabs > li.active > a:active {
    border-top: none;
    border-right: none;
    border-bottom: none;
}

@media (max-width: 768px) {
    .nav-tabs.control-sidebar-tabs {
        display: table;
    }

        .nav-tabs.control-sidebar-tabs > li {
            display: table-cell;
        }
}

.control-sidebar-heading {
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px;
}

.control-sidebar-subheading {
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.control-sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}

    .control-sidebar-menu > li > a {
        display: block;
        padding: 10px 15px;
    }

        .control-sidebar-menu > li > a:before,
        .control-sidebar-menu > li > a:after {
            content: " ";
            display: table;
        }

        .control-sidebar-menu > li > a:after {
            clear: both;
        }

        .control-sidebar-menu > li > a > .control-sidebar-subheading {
            margin-top: 0;
        }

    .control-sidebar-menu .menu-icon {
        float: left;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        text-align: center;
        line-height: 35px;
    }

    .control-sidebar-menu .menu-info {
        margin-left: 45px;
        margin-top: 3px;
    }

        .control-sidebar-menu .menu-info > .control-sidebar-subheading {
            margin: 0;
        }

        .control-sidebar-menu .menu-info > p {
            margin: 0;
            font-size: 11px;
        }

    .control-sidebar-menu .progress {
        margin: 0;
    }

.control-sidebar-dark {
    color: #b8c7ce;
}

    .control-sidebar-dark,
    .control-sidebar-dark + .control-sidebar-bg {
        background: #222d32;
    }

        .control-sidebar-dark .nav-tabs.control-sidebar-tabs {
            border-bottom: #1c2529;
        }

            .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
                background: #181f23;
                color: #b8c7ce;
            }

                .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a,
                .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
                .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
                    border-left-color: #141a1d;
                    border-bottom-color: #141a1d;
                }

                    .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
                    .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus,
                    .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
                        background: #1c2529;
                    }

                    .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
                        color: #fff;
                    }

            .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a,
            .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover,
            .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus,
            .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
                background: #222d32;
                color: #fff;
            }

        .control-sidebar-dark .control-sidebar-heading,
        .control-sidebar-dark .control-sidebar-subheading {
            color: #fff;
        }

        .control-sidebar-dark .control-sidebar-menu > li > a:hover {
            background: #1e282c;
        }

        .control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
            color: #b8c7ce;
        }

.control-sidebar-light {
    color: #5e5e5e;
}

    .control-sidebar-light,
    .control-sidebar-light + .control-sidebar-bg {
        background: #f9fafc;
        border-left: 1px solid #d2d6de;
    }

        .control-sidebar-light .nav-tabs.control-sidebar-tabs {
            border-bottom: #d2d6de;
        }

            .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
                background: #e8ecf4;
                color: #444444;
            }

                .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
                .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
                .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
                    border-left-color: #d2d6de;
                    border-bottom-color: #d2d6de;
                }

                    .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
                    .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus,
                    .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
                        background: #eff1f7;
                    }

            .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,
            .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover,
            .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,
            .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
                background: #f9fafc;
                color: #111;
            }

        .control-sidebar-light .control-sidebar-heading,
        .control-sidebar-light .control-sidebar-subheading {
            color: #111;
        }

        .control-sidebar-light .control-sidebar-menu {
            margin-left: -14px;
        }

            .control-sidebar-light .control-sidebar-menu > li > a:hover {
                background: #f4f4f5;
            }

            .control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
                color: #5e5e5e;
            }
/*
 * Component: Dropdown menus
 * -------------------------
 */
/*Dropdowns in general*/
.dropdown-menu {
    box-shadow: none;
    border-color: #eee;
}

    .dropdown-menu > li > a {
        color: #777;
    }

        .dropdown-menu > li > a > .glyphicon,
        .dropdown-menu > li > a > .fa,
        .dropdown-menu > li > a > .ion {
            margin-right: 10px;
        }

        .dropdown-menu > li > a:hover {
            background-color: #e1e3e9;
            color: #333;
        }

    .dropdown-menu > .divider {
        background-color: #eee;
    }

.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
    width: 480px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
}

    .navbar-nav > .notifications-menu > .dropdown-menu > li,
    .navbar-nav > .messages-menu > .dropdown-menu > li,
    .navbar-nav > .tasks-menu > .dropdown-menu > li {
        position: relative;
    }

        .navbar-nav > .notifications-menu > .dropdown-menu > li.header,
        .navbar-nav > .messages-menu > .dropdown-menu > li.header,
        .navbar-nav > .tasks-menu > .dropdown-menu > li.header {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
            background-color: #ffffff;
            padding: 7px 10px;
            border-bottom: 1px solid #f4f4f4;
            color: #444444;
            font-size: 14px;
        }

        .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
        .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
        .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
            font-size: 12px;
            background-color: #fff;
            padding: 7px 10px;
            border-bottom: 1px solid #eeeeee;
            color: #444 !important;
            text-align: center;
        }

@media (max-width: 991px) {
    .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
    .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
    .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
        background: #fff !important;
        color: #444 !important;
    }
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
    text-decoration: none;
    font-weight: normal;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
    max-height: 400px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}

    .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
    .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
        display: block;
        white-space: nowrap;
        /* Prevent text from breaking */
        border-bottom: 1px solid #f4f4f4;
    }

        .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
        .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
            background: #f4f4f4;
            text-decoration: none;
        }

    .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
        color: #444444;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 10px;
    }

        .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
        .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
        .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
            width: 20px;
        }

    .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
        margin: 0;
        padding: 10px 10px;
    }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
            margin: auto 10px auto auto;
            width: 40px;
            height: 40px;
        }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
            padding: 0;
            margin: 0 0 0 45px;
            color: #444444;
            font-size: 15px;
            position: relative;
        }

            .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
                color: #999999;
                font-size: 10px;
                position: absolute;
                top: 0;
                right: 0;
            }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
            margin: 0 0 0 45px;
            font-size: 12px;
            color: #888888;
        }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
            content: " ";
            display: table;
        }

        .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
            clear: both;
        }

    .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
        padding: 10px;
    }

        .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
            font-size: 14px;
            padding: 0;
            margin: 0 0 10px 0;
            color: #666666;
        }

        .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
            padding: 0;
            margin: 0;
        }

.navbar-nav > .user-menu > .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 280px;
}

    .navbar-nav > .user-menu > .dropdown-menu,
    .navbar-nav > .user-menu > .dropdown-menu > .user-body {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

        .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
            height: 80px;
            padding: 10px;
            text-align: center;
        }

            .navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
                z-index: 5;
                height: 90px;
                width: 90px;
                border: 3px solid;
                border-color: transparent;
                border-color: rgba(255, 255, 255, 0.2);
            }

            .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
                z-index: 5;
                color: #fff;
                color: rgba(255, 255, 255, 0.8);
                font-size: 17px;
                margin-top: 10px;
            }

                .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
                    display: block;
                    font-size: 12px;
                }

        .navbar-nav > .user-menu > .dropdown-menu > .user-body {
            padding: 15px;
            border-bottom: 1px solid #f4f4f4;
            border-top: 1px solid #dddddd;
        }

            .navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
            .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
                content: " ";
                display: table;
            }

            .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
                clear: both;
            }

            .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
                color: #444 !important;
            }

@media (max-width: 991px) {
    .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
        background: #fff !important;
        color: #444 !important;
    }
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
}

    .navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
    .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
        content: " ";
        display: table;
    }

    .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
        clear: both;
    }

    .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
        color: #666666;
    }

@media (max-width: 991px) {
    .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
        background-color: #f9f9f9;
    }
}

.navbar-nav > .user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}

@media (max-width: 767px) {
    .navbar-nav > .user-menu .user-image {
        float: none;
        margin-right: 0;
        margin-top: -8px;
        line-height: 10px;
    }
}
/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
.open:not(.dropup) > .animated-dropdown-menu {
    backface-visibility: visible !important;
    -webkit-animation: flipInX 0.7s both;
    -o-animation: flipInX 0.7s both;
    animation: flipInX 0.7s both;
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
    }
}
/* Fix dropdown menu in navbars */
.navbar-custom-menu > .navbar-nav > li {
    position: relative;
}

    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        position: absolute;
        right: 0;
        left: auto;
    }

@media (max-width: 991px) {
    .navbar-custom-menu > .navbar-nav {
        float: right;
    }

        .navbar-custom-menu > .navbar-nav > li {
            position: static;
        }

            .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
                position: absolute;
                right: 5%;
                left: auto;
                border: 1px solid #ddd;
                background: #fff;
            }
}
/*
 * Component: Form
 * ---------------
 */
.form-control {
    border-radius: 4px;
    box-shadow: none;
    border-color: #aaaaaa;
}

    .form-control:focus {
        border-color: var(--main-color);
        box-shadow: inset 0 0 0 transparent, 0 0 0 0.2rem rgba(0,123,255,.25);
    }

    .form-control::-moz-placeholder,
    .form-control:-ms-input-placeholder,
    .form-control::-webkit-input-placeholder {
        color: #bbb;
        opacity: 1;
    }

    .form-control:not(select) {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.form-group.has-success label {
    color: #00a65a;
}

.form-group.has-success .form-control {
    border-color: #00a65a;
    box-shadow: none;
}

.form-group.has-warning label {
    color: #f39c12;
}

.form-group.has-warning .form-control {
    border-color: #f39c12;
    box-shadow: none;
}

.form-group.has-error label {
    color: #dd4b39;
}

.form-group.has-error .form-control {
    border-color: #dd4b39;
    box-shadow: none;
}
/* Input group */
.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff;
}
/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 0;
}

.icheck > label {
    padding-left: 0;
}

/* support Font Awesome icons in form-control */
.form-control-feedback.fa {
    line-height: 34px;
}

.input-lg + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fa,
.form-group-lg .form-control + .form-control-feedback.fa {
    line-height: 46px;
}

.input-sm + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fa,
.form-group-sm .form-control + .form-control-feedback.fa {
    line-height: 30px;
}
/*
 * Component: Progress Bar
 * -----------------------
 */
.progress,
.progress > .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .progress,
    .progress > .progress-bar,
    .progress .progress-bar,
    .progress > .progress-bar .progress-bar {
        border-radius: 1px;
    }
        /* size variation */
        .progress.sm,
        .progress-sm {
            height: 10px;
        }

            .progress.sm,
            .progress-sm,
            .progress.sm .progress-bar,
            .progress-sm .progress-bar {
                border-radius: 1px;
            }

        .progress.xs,
        .progress-xs {
            height: 7px;
        }

            .progress.xs,
            .progress-xs,
            .progress.xs .progress-bar,
            .progress-xs .progress-bar {
                border-radius: 1px;
            }

        .progress.xxs,
        .progress-xxs {
            height: 3px;
        }

            .progress.xxs,
            .progress-xxs,
            .progress.xxs .progress-bar,
            .progress-xxs .progress-bar {
                border-radius: 1px;
            }
        /* Vertical bars */
        .progress.vertical {
            position: relative;
            width: 30px;
            height: 200px;
            display: inline-block;
            margin-right: 10px;
        }

            .progress.vertical > .progress-bar {
                width: 100%;
                position: absolute;
                bottom: 0;
            }

            .progress.vertical.sm,
            .progress.vertical.progress-sm {
                width: 20px;
            }

            .progress.vertical.xs,
            .progress.vertical.progress-xs {
                width: 10px;
            }

            .progress.vertical.xxs,
            .progress.vertical.progress-xxs {
                width: 3px;
            }

.progress-group .progress-text {
    font-weight: 600;
}

.progress-group .progress-number {
    float: right;
}
/* Remove margins from progress bars when put in a table */
.table tr > td .progress {
    margin: 0;
}

.progress-bar-light-blue,
.progress-bar-primary {
    background-color: var(--main-color);
}

.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-green,
.progress-bar-success {
    background-color: #00a65a;
}

.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-aqua,
.progress-bar-info {
    background-color: #00c0ef;
}

.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-yellow,
.progress-bar-warning {
    background-color: #f39c12;
}

.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-red,
.progress-bar-danger {
    background-color: #dd4b39;
}

.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/*
 * Component: Small Box
 * --------------------
 */
.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

    .small-box > .inner {
        padding: 5px;
    }

    .small-box > .small-box-footer {
        position: relative;
        text-align: center;
        padding: 3px 0;
        color: #fff;
        color: rgba(255, 255, 255, 0.8);
        display: block;
        z-index: 0;
        background: rgba(0, 0, 0, 0.1);
        text-decoration: none;
    }

        .small-box > .small-box-footer:hover {
            color: #fff;
            background: rgba(0, 0, 0, 0.15);
        }

    .small-box h3 {
        font-size: 38px;
        font-weight: bold;
        margin: 0 0 10px 0;
        white-space: nowrap;
        padding: 0;
    }

    .small-box p {
        font-size: 14px;
    }

        .small-box p > small {
            display: block;
            color: #f9f9f9;
            font-size: 13px;
            margin-top: 5px;
        }

    .small-box h3,
    .small-box p {
        z-index: 5px;
    }

    .small-box .icon {
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        position: absolute;
        top: -10px;
        right: 10px;
        z-index: 0;
        font-size: 60px;
        color: rgba(0, 0, 0, 0.15);
    }

    .small-box:hover {
        text-decoration: none;
        color: #f9f9f9;
    }

        .small-box:hover .icon {
            font-size: 95px;
        }

@media (max-width: 767px) {
    .small-box {
        text-align: center;
    }

        .small-box .icon {
            display: none;
        }

        .small-box p {
            font-size: 12px;
        }
}
/*
 * Component: Box
 * --------------
 */
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    /*border-top: 3px solid #d2d6de;*/
    margin-bottom: 20px;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
}

    .box.box-primary {
        border-top-color: var(--main-color);
    }

    .box.box-info {
        border-top-color: #00c0ef;
    }

    .box.box-danger {
        border-top-color: #dd4b39;
    }

    .box.box-warning {
        border-top-color: #f39c12;
    }

    .box.box-success {
        border-top-color: #00a65a;
    }

    .box.box-default {
        border-top-color: #d2d6de;
    }

    .box.collapsed-box .box-body,
    .box.collapsed-box .box-footer {
        display: none;
    }

    .box .nav-stacked > li {
        border-bottom: 1px solid #f4f4f4;
        margin: 0;
    }

        .box .nav-stacked > li:last-of-type {
            border-bottom: none;
        }

    .box.height-control .box-body {
        max-height: 300px;
        overflow: auto;
    }

    .box .border-right {
        border-right: 1px solid #f4f4f4;
    }

    .box .border-left {
        border-left: 1px solid #f4f4f4;
    }

    .box.box-solid {
        border-top: 0;
    }

        .box.box-solid > .box-header .btn.btn-default {
            background: transparent;
        }

        .box.box-solid > .box-header .btn:hover,
        .box.box-solid > .box-header a:hover {
            background: rgba(0, 0, 0, 0.1);
        }

        .box.box-solid.box-default {
            border: 1px solid #d2d6de;
        }

            .box.box-solid.box-default > .box-header {
                color: #444444;
                background: #d2d6de;
                background-color: #d2d6de;
            }

                .box.box-solid.box-default > .box-header a,
                .box.box-solid.box-default > .box-header .btn {
                    color: #444444;
                }

        .box.box-solid.box-primary {
            border: 1px solid var(--main-color);
        }

            .box.box-solid.box-primary > .box-header {
                color: #ffffff;
                background: var(--main-color);
                background-color: var(--main-color);
            }

                .box.box-solid.box-primary > .box-header a,
                .box.box-solid.box-primary > .box-header .btn {
                    color: #ffffff;
                }

        .box.box-solid.box-info {
            border: 1px solid #00c0ef;
        }

            .box.box-solid.box-info > .box-header {
                color: #ffffff;
                background: #00c0ef;
                background-color: #00c0ef;
            }

                .box.box-solid.box-info > .box-header a,
                .box.box-solid.box-info > .box-header .btn {
                    color: #ffffff;
                }

        .box.box-solid.box-danger {
            border: 1px solid #dd4b39;
        }

            .box.box-solid.box-danger > .box-header {
                color: #ffffff;
                background: #dd4b39;
                background-color: #dd4b39;
            }

                .box.box-solid.box-danger > .box-header a,
                .box.box-solid.box-danger > .box-header .btn {
                    color: #ffffff;
                }

        .box.box-solid.box-warning {
            border: 1px solid #f39c12;
        }

            .box.box-solid.box-warning > .box-header {
                color: #ffffff;
                background: #f39c12;
                background-color: #f39c12;
            }

                .box.box-solid.box-warning > .box-header a,
                .box.box-solid.box-warning > .box-header .btn {
                    color: #ffffff;
                }

        .box.box-solid.box-success {
            border: 1px solid #00a65a;
        }

            .box.box-solid.box-success > .box-header {
                color: #ffffff;
                background: #00a65a;
                background-color: #00a65a;
            }

                .box.box-solid.box-success > .box-header a,
                .box.box-solid.box-success > .box-header .btn {
                    color: #ffffff;
                }

        .box.box-solid > .box-header > .box-tools .btn {
            border: 0;
            box-shadow: none;
        }

        .box.box-solid[class*='bg'] > .box-header {
            color: #fff;
        }

    .box .box-group > .box {
        margin-bottom: 5px;
    }

    .box .knob-label {
        text-align: center;
        color: #333;
        font-weight: 100;
        font-size: 12px;
        margin-bottom: 0.3em;
    }

    .box > .overlay,
    .overlay-wrapper > .overlay,
    .box > .loading-img,
    .overlay-wrapper > .loading-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .box .overlay,
    .overlay-wrapper .overlay {
        z-index: 50;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 3px;
    }

        .box .overlay > .fa,
        .overlay-wrapper .overlay > .fa {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -15px;
            margin-top: -15px;
            color: #000;
            font-size: 30px;
        }

        .box .overlay.dark,
        .overlay-wrapper .overlay.dark {
            background: rgba(0, 0, 0, 0.5);
        }

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
    content: " ";
    display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
    clear: both;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

    .box-header.with-border {
        border-bottom: 1px solid #f4f4f4;
    }

.collapsed-box .box-header.with-border {
    border-bottom: none;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
    margin-right: 5px;
}

.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

    .box-header > .box-tools [data-toggle="tooltip"] {
        position: relative;
    }

    .box-header > .box-tools.pull-right .dropdown-menu {
        right: 0;
        left: auto;
    }

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}

    .open .btn-box-tool,
    .btn-box-tool:hover {
        color: #606c84;
    }

    .btn-box-tool.btn:active {
        box-shadow: none;
    }

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 5px;
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.box-body > .table {
    margin-bottom: 0;
}

.box-body .fc {
    margin-top: 5px;
}

.box-body .full-width-chart {
    margin: -19px;
}

.box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #ffffff;
}

.chart-legend {
    margin: 10px 0;
}

@media (max-width: 991px) {
    .chart-legend > li {
        float: left;
        margin-right: 10px;
    }
}

.box-comments {
    background: #f7f7f7;
}

    .box-comments .box-comment {
        padding: 8px 0;
        border-bottom: 1px solid #eee;
    }

        .box-comments .box-comment:before,
        .box-comments .box-comment:after {
            content: " ";
            display: table;
        }

        .box-comments .box-comment:after {
            clear: both;
        }

        .box-comments .box-comment:last-of-type {
            border-bottom: 0;
        }

        .box-comments .box-comment:first-of-type {
            padding-top: 0;
        }

        .box-comments .box-comment img {
            float: left;
        }

    .box-comments .comment-text {
        margin-left: 40px;
        color: #555;
    }

    .box-comments .username {
        color: #444;
        display: block;
        font-weight: 600;
    }

    .box-comments .text-muted {
        font-weight: 400;
        font-size: 12px;
    }
/* Widget: TODO LIST */
.todo-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
}

    .todo-list > li {
        border-radius: 2px;
        padding: 10px;
        background: #f4f4f4;
        margin-bottom: 2px;
        border-left: 2px solid #e6e7e8;
        color: #444;
    }

        .todo-list > li:last-of-type {
            margin-bottom: 0;
        }

        .todo-list > li > input[type='checkbox'] {
            margin: 0 10px 0 5px;
        }

        .todo-list > li .text {
            display: inline-block;
            margin-left: 5px;
            font-weight: 600;
        }

        .todo-list > li .label {
            margin-left: 10px;
            font-size: 9px;
        }

        .todo-list > li .tools {
            display: none;
            float: right;
            color: #dd4b39;
        }

            .todo-list > li .tools > .fa,
            .todo-list > li .tools > .glyphicon,
            .todo-list > li .tools > .ion {
                margin-right: 5px;
                cursor: pointer;
            }

        .todo-list > li:hover .tools {
            display: inline-block;
        }

        .todo-list > li.done {
            color: #999;
        }

            .todo-list > li.done .text {
                text-decoration: line-through;
                font-weight: 500;
            }

            .todo-list > li.done .label {
                background: #d2d6de !important;
            }

    .todo-list .danger {
        border-left-color: #dd4b39;
    }

    .todo-list .warning {
        border-left-color: #f39c12;
    }

    .todo-list .info {
        border-left-color: #00c0ef;
    }

    .todo-list .success {
        border-left-color: #00a65a;
    }

    .todo-list .primary {
        border-left-color: var(--main-color);
    }

    .todo-list .handle {
        display: inline-block;
        cursor: move;
        margin: 0 5px;
    }
/* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
.chat {
    padding: 5px 20px 5px 10px;
}

    .chat .item {
        margin-bottom: 10px;
    }

        .chat .item:before,
        .chat .item:after {
            content: " ";
            display: table;
        }

        .chat .item:after {
            clear: both;
        }

        .chat .item > img {
            width: 40px;
            height: 40px;
            border: 2px solid transparent;
            border-radius: 50%;
        }

        .chat .item > .online {
            border: 2px solid #00a65a;
        }

        .chat .item > .offline {
            border: 2px solid #dd4b39;
        }

        .chat .item > .message {
            margin-left: 55px;
            margin-top: -40px;
        }

            .chat .item > .message > .name {
                display: block;
                font-weight: 600;
            }

        .chat .item > .attachment {
            border-radius: 3px;
            background: #f4f4f4;
            margin-left: 65px;
            margin-right: 15px;
            padding: 10px;
        }

            .chat .item > .attachment > h4 {
                margin: 0 0 5px 0;
                font-weight: 600;
                font-size: 14px;
            }

            .chat .item > .attachment > p,
            .chat .item > .attachment > .filename {
                font-weight: 600;
                font-size: 13px;
                font-style: italic;
                margin: 0;
            }

            .chat .item > .attachment:before,
            .chat .item > .attachment:after {
                content: " ";
                display: table;
            }

            .chat .item > .attachment:after {
                clear: both;
            }

.box-input {
    max-width: 200px;
}

.modal .panel-body {
    color: #444;
}
/*
 * Component: Info Box
 * -------------------
 */
.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    border-radius: 2px;
    margin-bottom: 15px;
}

    .info-box small {
        font-size: 14px;
    }

    .info-box .progress {
        background: rgba(0, 0, 0, 0.2);
        margin: 5px -10px 5px -10px;
        height: 2px;
    }

        .info-box .progress,
        .info-box .progress .progress-bar {
            border-radius: 0;
        }

            .info-box .progress .progress-bar {
                background: #fff;
            }

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
}

    .info-box-icon > img {
        max-width: 100%;
    }

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.progress-description,
.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box-text {
    text-transform: uppercase;
}

.info-box-more {
    display: block;
}

.progress-description {
    margin: 0;
}
/*
 * Component: Timeline
 * -------------------
 */
.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

    .timeline:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 4px;
        background: #ddd;
        left: 31px;
        margin: 0;
        border-radius: 2px;
    }

    .timeline > li {
        position: relative;
        margin-right: 10px;
        margin-bottom: 15px;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-item {
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            border-radius: 3px;
            margin-top: 0;
            background: #fff;
            color: #444;
            margin-left: 60px;
            margin-right: 15px;
            padding: 0;
            position: relative;
        }

            .timeline > li > .timeline-item > .time {
                color: #999;
                float: right;
                padding: 10px;
                font-size: 12px;
            }

            .timeline > li > .timeline-item > .timeline-header {
                margin: 0;
                color: #555;
                border-bottom: 1px solid #f4f4f4;
                padding: 10px;
                font-size: 16px;
                line-height: 1.1;
            }

                .timeline > li > .timeline-item > .timeline-header > a {
                    font-weight: 600;
                }

            .timeline > li > .timeline-item > .timeline-body,
            .timeline > li > .timeline-item > .timeline-footer {
                padding: 10px;
            }

        .timeline > li > .fa,
        .timeline > li > .glyphicon,
        .timeline > li > .ion {
            width: 30px;
            height: 30px;
            font-size: 15px;
            line-height: 30px;
            position: absolute;
            color: #666;
            background: #d2d6de;
            border-radius: 50%;
            text-align: center;
            left: 18px;
            top: 0;
        }

    .timeline > .time-label > span {
        font-weight: 600;
        padding: 5px;
        display: inline-block;
        background-color: #fff;
        border-radius: 4px;
    }

.timeline-inverse > li > .timeline-item {
    background: #f0f0f0;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .timeline-inverse > li > .timeline-item > .timeline-header {
        border-bottom-color: #ddd;
    }
/*
 * Component: Button
 * -----------------
 */
.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}

    .btn.uppercase {
        text-transform: uppercase;
    }

    .btn.btn-flat {
        border-radius: 4px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-width: 1px;
    }

    .btn:active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn:focus {
        outline: none;
    }

    .btn.btn-file {
        position: relative;
        overflow: hidden;
    }

        .btn.btn-file > input[type='file'] {
            position: absolute;
            top: 0;
            right: 0;
            min-width: 100%;
            min-height: 100%;
            font-size: 100px;
            text-align: right;
            opacity: 0;
            filter: alpha(opacity=0);
            outline: none;
            background: white;
            cursor: inherit;
            display: block;
        }

.btn-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}

    .btn-default:hover,
    .btn-default:active,
    .btn-default.hover {
        background-color: #e7e7e7;
    }

.btn-primary {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

    .btn-primary:hover:active,
    .btn-primary:active:focus
    .btn-primary:active,
    .btn-primary:hover,
    .btn-primary.hover,
    .btn-primary:focus {
        background-color: var(--main-border-color);
        border-color: var(--main-border-color);
    }

.btn-success {
    background-color: #00a65a;
    border-color: #008d4c;
}

    .btn-success:hover,
    .btn-success:active,
    .btn-success.hover {
        background-color: #008d4c;
    }

.btn-info {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

    .btn-info:hover,
    .btn-info:active,
    .btn-info.hover {
        background-color: #00acd6;
    }

.btn-danger {
    background-color: #dd4b39;
    border-color: #d73925;
}

    .btn-danger:hover,
    .btn-danger:active,
    .btn-danger.hover {
        background-color: #d73925;
    }

.btn-warning {
    background-color: #f39c12;
    border-color: #e08e0b;
}

    .btn-warning:hover,
    .btn-warning:active,
    .btn-warning.hover {
        background-color: #e08e0b;
    }

.btn-outline {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

    .btn-outline:hover,
    .btn-outline:focus,
    .btn-outline:active {
        color: rgba(255, 255, 255, 0.7);
        border-color: rgba(255, 255, 255, 0.7);
    }

.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn[class*='bg-']:hover {
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}

.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
}

    .btn-app > .fa,
    .btn-app > .glyphicon,
    .btn-app > .ion {
        font-size: 20px;
        display: block;
    }

    .btn-app:hover {
        background: #f4f4f4;
        color: #444;
        border-color: #aaa;
    }

    .btn-app:active,
    .btn-app:focus {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn-app > .badge {
        position: absolute;
        top: -3px;
        right: -10px;
        font-size: 10px;
        font-weight: 400;
    }
/*
 * Component: Callout
 * ------------------
 */
.callout {
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

    .callout a {
        color: #fff;
        text-decoration: underline;
    }

        .callout a:hover {
            color: #eee;
        }

    .callout h4 {
        margin-top: 0;
        font-weight: 600;
    }

    .callout p:last-child {
        margin-bottom: 0;
    }

    .callout code,
    .callout .highlight {
        background-color: #fff;
    }

    .callout.callout-danger {
        border-color: #c23321;
    }

    .callout.callout-warning {
        border-color: #c87f0a;
    }

    .callout.callout-info {
        border-color: #0097bc;
    }

    .callout.callout-success {
        border-color: #00733e;
    }
/*
 * Component: alert
 * ----------------
 */
.alert {
    border-radius: 3px;
}

    .alert h4 {
        font-weight: 600;
    }

    .alert .icon {
        margin-right: 10px;
    }

    .alert .close {
        color: #000;
        opacity: 0.2;
        filter: alpha(opacity=20);
    }

        .alert .close:hover {
            opacity: 0.5;
            filter: alpha(opacity=50);
        }

    .alert a {
        color: #fff;
        text-decoration: underline;
    }

.alert-success {
    border-color: #008d4c;
}

.alert-danger,
.alert-error {
    border-color: #d73925;
}

.alert-warning {
    border-color: #e08e0b;
}

.alert-info {
    border-color: #00acd6;
}
/*
 * Component: Nav
 * --------------
 */
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    color: #444;
    background: #f7f7f7;
}
/* NAV PILLS */
.nav-pills > li > a {
    border-radius: 0;
    border-top: 3px solid transparent;
    color: #444;
}

    .nav-pills > li > a > .fa,
    .nav-pills > li > a > .glyphicon,
    .nav-pills > li > a > .ion {
        margin-right: 5px;
    }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    border-top-color: var(--main-color);
}

.nav-pills > li.active > a {
    font-weight: 600;
}
/* NAV STACKED */
.nav-stacked > li > a {
    border-radius: 0;
    border-top: 0;
    border-left: 3px solid transparent;
    color: #444;
}

.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover {
    background: transparent;
    color: #444;
    border-top: 0;
    border-left-color: var(--main-color);
}

.nav-stacked > li.header {
    border-bottom: 1px solid #ddd;
    color: #777;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
}
/* NAV TABS */
.nav-tabs-custom {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

    .nav-tabs-custom > .nav-tabs {
        margin: 0;
        border-bottom-color: #f4f4f4;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .nav-tabs-custom > .nav-tabs > li {
            border-top: 3px solid transparent;
            margin-bottom: -2px;
            margin-right: 5px;
        }

            .nav-tabs-custom > .nav-tabs > li > a {
                color: #444;
                border-radius: 0;
            }

                .nav-tabs-custom > .nav-tabs > li > a.text-muted {
                    color: #999;
                }

                .nav-tabs-custom > .nav-tabs > li > a,
                .nav-tabs-custom > .nav-tabs > li > a:hover {
                    background: transparent;
                    margin: 0;
                }

                    .nav-tabs-custom > .nav-tabs > li > a:hover {
                        color: #999;
                    }

            .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
            .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
            .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
                border-color: transparent;
            }

            .nav-tabs-custom > .nav-tabs > li.active {
                border-top-color: var(--main-color);
            }

                .nav-tabs-custom > .nav-tabs > li.active > a,
                .nav-tabs-custom > .nav-tabs > li.active:hover > a {
                    background-color: #fff;
                    color: #444;
                }

                .nav-tabs-custom > .nav-tabs > li.active > a {
                    border-top-color: transparent;
                    border-left-color: #f4f4f4;
                    border-right-color: #f4f4f4;
                }

            .nav-tabs-custom > .nav-tabs > li:first-of-type {
                margin-left: 0;
            }

                .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
                    border-left-color: transparent;
                }

        .nav-tabs-custom > .nav-tabs.pull-right {
            float: none !important;
        }

            .nav-tabs-custom > .nav-tabs.pull-right > li {
                float: right;
            }

                .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
                    margin-right: 0;
                }

                    .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
                        border-left-width: 1px;
                    }

                    .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
                        border-left-color: #f4f4f4;
                        border-right-color: transparent;
                    }

        .nav-tabs-custom > .nav-tabs > li.header {
            line-height: 35px;
            padding: 0 10px;
            font-size: 20px;
            color: #444;
        }

            .nav-tabs-custom > .nav-tabs > li.header > .fa,
            .nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
            .nav-tabs-custom > .nav-tabs > li.header > .ion {
                margin-right: 5px;
            }

    .nav-tabs-custom > .tab-content {
        background: #fff;
        padding: 10px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .nav-tabs-custom .dropdown.open > a:active,
    .nav-tabs-custom .dropdown.open > a:focus {
        background: transparent;
        color: #999;
    }
/* PAGINATION */
.pagination > li > a {
    background: #fafafa;
    color: var(--main-color);
}

.pagination.pagination-flat > li > a {
    border-radius: 0 !important;
}
/*
 * Component: Products List
 * ------------------------
 */
.products-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .products-list > .item {
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
        background: #fff;
    }

        .products-list > .item:before,
        .products-list > .item:after {
            content: " ";
            display: table;
        }

        .products-list > .item:after {
            clear: both;
        }

    .products-list .product-img {
        float: left;
    }

        .products-list .product-img img {
            width: 50px;
            height: 50px;
        }

    .products-list .product-info {
        margin-left: 60px;
    }

    .products-list .product-title {
        font-weight: 600;
    }

    .products-list .product-description {
        display: block;
        color: #999;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.product-list-in-box > .item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #f4f4f4;
}

    .product-list-in-box > .item:last-of-type {
        border-bottom-width: 0;
    }
/*
 * Component: Table
 * ----------------
 */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #f4f4f4;
}

.table > thead > tr > th {
    border-bottom: 2px solid #f4f4f4;
}

.table tr td .progress {
    margin-top: 5px;
}

.table-bordered {
    border: 1px solid #cccccc;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ccc;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table.no-border,
.table.no-border td,
.table.no-border th {
    border: 0;
}
/* .text-center in tables */
table.text-center,
table.text-center td,
table.text-center th {
    text-align: center;
}

.table.align th {
    text-align: left;
}

.table.align td {
    text-align: right;
}
/*
 * Component: Label
 * ----------------
 */
.label-default {
    background-color: #d2d6de;
    color: #444;
}
/*
 * Component: Direct Chat
 * ----------------------
 */
.direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0;
}

.direct-chat.chat-pane-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.direct-chat-messages {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 10px;
    height: 250px;
    overflow: auto;
}

.direct-chat-msg,
.direct-chat-text {
    display: block;
}

.direct-chat-msg {
    margin-bottom: 10px;
}

    .direct-chat-msg:before,
    .direct-chat-msg:after {
        content: " ";
        display: table;
    }

    .direct-chat-msg:after {
        clear: both;
    }

.direct-chat-messages,
.direct-chat-contacts {
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444444;
}

    .direct-chat-text:after,
    .direct-chat-text:before {
        position: absolute;
        right: 100%;
        top: 15px;
        border: solid transparent;
        border-right-color: #d2d6de;
        content: ' ';
        height: 0;
        width: 0;
        pointer-events: none;
    }

    .direct-chat-text:after {
        border-width: 5px;
        margin-top: -5px;
    }

    .direct-chat-text:before {
        border-width: 6px;
        margin-top: -6px;
    }

.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
}

    .right .direct-chat-text:after,
    .right .direct-chat-text:before {
        right: auto;
        left: 100%;
        border-right-color: transparent;
        border-left-color: #d2d6de;
    }

.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}

.right .direct-chat-img {
    float: right;
}

.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}

.direct-chat-name {
    font-weight: 600;
}

.direct-chat-timestamp {
    color: #999;
}

.direct-chat-contacts-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.direct-chat-contacts {
    -webkit-transform: translate(101%, 0);
    -ms-transform: translate(101%, 0);
    -o-transform: translate(101%, 0);
    transform: translate(101%, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 250px;
    width: 100%;
    background: #222d32;
    color: #fff;
    overflow: auto;
}

.contacts-list > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 0;
}

    .contacts-list > li:before,
    .contacts-list > li:after {
        content: " ";
        display: table;
    }

    .contacts-list > li:after {
        clear: both;
    }

    .contacts-list > li:last-of-type {
        border-bottom: none;
    }

.contacts-list-img {
    border-radius: 50%;
    width: 40px;
    float: left;
}

.contacts-list-info {
    margin-left: 45px;
    color: #fff;
}

.contacts-list-name,
.contacts-list-status {
    display: block;
}

.contacts-list-name {
    font-weight: 600;
}

.contacts-list-status {
    font-size: 12px;
}

.contacts-list-date {
    color: #aaa;
    font-weight: normal;
}

.contacts-list-msg {
    color: #999;
}

.direct-chat-danger .right > .direct-chat-text {
    background: #dd4b39;
    border-color: #dd4b39;
    color: #ffffff;
}

    .direct-chat-danger .right > .direct-chat-text:after,
    .direct-chat-danger .right > .direct-chat-text:before {
        border-left-color: #dd4b39;
    }

.direct-chat-primary .right > .direct-chat-text {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #ffffff;
}

    .direct-chat-primary .right > .direct-chat-text:after,
    .direct-chat-primary .right > .direct-chat-text:before {
        border-left-color: var(--main-color);
    }

.direct-chat-warning .right > .direct-chat-text {
    background: #f39c12;
    border-color: #f39c12;
    color: #ffffff;
}

    .direct-chat-warning .right > .direct-chat-text:after,
    .direct-chat-warning .right > .direct-chat-text:before {
        border-left-color: #f39c12;
    }

.direct-chat-info .right > .direct-chat-text {
    background: #00c0ef;
    border-color: #00c0ef;
    color: #ffffff;
}

    .direct-chat-info .right > .direct-chat-text:after,
    .direct-chat-info .right > .direct-chat-text:before {
        border-left-color: #00c0ef;
    }

.direct-chat-success .right > .direct-chat-text {
    background: #00a65a;
    border-color: #00a65a;
    color: #ffffff;
}

    .direct-chat-success .right > .direct-chat-text:after,
    .direct-chat-success .right > .direct-chat-text:before {
        border-left-color: #00a65a;
    }
/*
 * Component: Users List
 * ---------------------
 */
.users-list > li {
    width: 25%;
    float: left;
    padding: 10px;
    text-align: center;
}

    .users-list > li img {
        border-radius: 50%;
        max-width: 100%;
        height: auto;
    }

    .users-list > li > a:hover,
    .users-list > li > a:hover .users-list-name {
        color: #999;
    }

.users-list-name,
.users-list-date {
    display: block;
}

.users-list-name {
    font-weight: 600;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.users-list-date {
    color: #999;
    font-size: 12px;
}
/*
 * Component: Carousel
 * -------------------
 */
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control > .fa {
    font-size: 40px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -20px;
}
/*
 * Component: modal
 * ----------------
 */
.modal {
    background: rgba(0, 0, 0, 0.3);
}

.modal-content {
    border-radius: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    border: 0;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    }
}

.modal-header {
    border-bottom-color: #f4f4f4;
}

.modal-footer {
    border-top-color: #f4f4f4;
}

.modal-primary .modal-header,
.modal-primary .modal-footer {
    border-color: #307095;
}

.modal-warning .modal-header,
.modal-warning .modal-footer {
    border-color: #c87f0a;
}

.modal-info .modal-header,
.modal-info .modal-footer {
    border-color: #0097bc;
}

.modal-success .modal-header,
.modal-success .modal-footer {
    border-color: #00733e;
}

.modal-danger .modal-header,
.modal-danger .modal-footer {
    border-color: #c23321;
}
/*
 * Component: Social Widgets
 * -------------------------
 */
.box-widget {
    border: none;
    position: relative;
}

.widget-user .widget-user-header {
    padding: 20px;
    height: 120px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-user .widget-user-username {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.widget-user .widget-user-desc {
    margin-top: 0;
}

.widget-user .widget-user-image {
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -45px;
}

    .widget-user .widget-user-image > img {
        width: 90px;
        height: auto;
        border: 3px solid #fff;
    }

.widget-user .box-footer {
    padding-top: 30px;
}

.widget-user-2 .widget-user-header {
    padding: 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-user-2 .widget-user-username {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
}

.widget-user-2 .widget-user-desc {
    margin-top: 0;
}

.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
    margin-left: 75px;
}

.widget-user-2 .widget-user-image > img {
    width: 65px;
    height: auto;
    float: left;
}
/*
 * Page: Mailbox
 * -------------
 */
.mailbox-messages > .table {
    margin: 0;
}

.mailbox-controls {
    padding: 5px;
}

    .mailbox-controls.with-border {
        border-bottom: 1px solid #f4f4f4;
    }

.mailbox-read-info {
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
}

    .mailbox-read-info h3 {
        font-size: 20px;
        margin: 0;
    }

    .mailbox-read-info h5 {
        margin: 0;
        padding: 5px 0 0 0;
    }

.mailbox-read-time {
    color: #999;
    font-size: 13px;
}

.mailbox-read-message {
    padding: 10px;
}

.mailbox-attachments li {
    float: left;
    width: 200px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-right: 10px;
}

.mailbox-attachment-name {
    font-weight: bold;
    color: #666;
}

.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
    display: block;
}

.mailbox-attachment-info {
    padding: 10px;
    background: #f4f4f4;
}

.mailbox-attachment-size {
    color: #999;
    font-size: 12px;
}

.mailbox-attachment-icon {
    text-align: center;
    font-size: 65px;
    color: #666;
    padding: 20px 10px;
}

    .mailbox-attachment-icon.has-img {
        padding: 0;
    }

        .mailbox-attachment-icon.has-img > img {
            max-width: 100%;
            height: auto;
        }
/*
 * Page: Lock Screen
 * -----------------
 */
/* ADD THIS CLASS TO THE <BODY> TAG */
.lockscreen {
    background: #d2d6de;
}

.lockscreen-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

    .lockscreen-logo a {
        color: #444;
    }

.lockscreen-wrapper {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 10%;
}
/* User name [optional] */
.lockscreen .lockscreen-name {
    text-align: center;
    font-weight: 600;
}
/* Will contain the image and the sign in form */
.lockscreen-item {
    border-radius: 4px;
    padding: 0;
    background: #fff;
    position: relative;
    margin: 10px auto 30px auto;
    width: 290px;
}
/* User image */
.lockscreen-image {
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -25px;
    background: #fff;
    padding: 5px;
    z-index: 10;
}

    .lockscreen-image > img {
        border-radius: 50%;
        width: 70px;
        height: 70px;
    }
/* Contains the password input and the login button */
.lockscreen-credentials {
    margin-left: 70px;
}

    .lockscreen-credentials .form-control {
        border: 0;
    }

    .lockscreen-credentials .btn {
        background-color: #fff;
        border: 0;
        padding: 0 10px;
    }

.lockscreen-footer {
    margin-top: 10px;
}
/*
 * Page: Login & Register
 * ----------------------
 */
.login-logo,
.register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

    .login-logo a,
    .register-logo a {
        color: #444;
    }

.login-page,
.register-page {
    background: #d2d6de;
}

.login-box,
.register-box {
    width: 360px;
    margin: 7% auto;
}

@media (max-width: 768px) {
    .login-box,
    .register-box {
        width: 90%;
        margin-top: 20px;
    }
}

.login-box-body,
.register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

    .login-box-body .form-control-feedback,
    .register-box-body .form-control-feedback {
        color: #777;
    }

.login-box-msg,
.register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.social-auth-links {
    margin: 10px 0;
}
/*
 * Page: 400 and 500 error pages
 * ------------------------------
 */
.error-page {
    width: 600px;
    margin: 20px auto 0 auto;
}

@media (max-width: 991px) {
    .error-page {
        width: 100%;
    }
}

.error-page > .headline {
    float: left;
    font-size: 100px;
    font-weight: 300;
}

@media (max-width: 991px) {
    .error-page > .headline {
        float: none;
        text-align: center;
    }
}

.error-page > .error-content {
    margin-left: 190px;
    display: block;
}

@media (max-width: 991px) {
    .error-page > .error-content {
        margin-left: 0;
    }
}

.error-page > .error-content > h3 {
    font-weight: 300;
    font-size: 25px;
}

@media (max-width: 991px) {
    .error-page > .error-content > h3 {
        text-align: center;
    }
}
/*
 * Page: Invoice
 * -------------
 */
.invoice {
    position: relative;
    background: #fff;
    border: 1px solid #f4f4f4;
    padding: 20px;
    margin: 10px 25px;
}

.invoice-title {
    margin-top: 0;
}
/*
 * Page: Profile
 * -------------
 */
.profile-user-img {
    margin: 0 auto;
    width: 100px;
    padding: 3px;
    border: 3px solid #d2d6de;
}

.profile-username {
    font-size: 21px;
    margin-top: 5px;
}

.post {
    border-bottom: 1px solid #d2d6de;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #666;
}

    .post:last-of-type {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .post .user-block {
        margin-bottom: 15px;
    }
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .btn-social > :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }

    .btn-social.btn-lg {
        padding-left: 61px;
    }

        .btn-social.btn-lg > :first-child {
            line-height: 45px;
            width: 45px;
            font-size: 1.8em;
        }

    .btn-social.btn-sm {
        padding-left: 38px;
    }

        .btn-social.btn-sm > :first-child {
            line-height: 28px;
            width: 28px;
            font-size: 1.4em;
        }

    .btn-social.btn-xs {
        padding-left: 30px;
    }

        .btn-social.btn-xs > :first-child {
            line-height: 20px;
            width: 20px;
            font-size: 1.2em;
        }

.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}

    .btn-social-icon > :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }

    .btn-social-icon.btn-lg {
        padding-left: 61px;
    }

        .btn-social-icon.btn-lg > :first-child {
            line-height: 45px;
            width: 45px;
            font-size: 1.8em;
        }

    .btn-social-icon.btn-sm {
        padding-left: 38px;
    }

        .btn-social-icon.btn-sm > :first-child {
            line-height: 28px;
            width: 28px;
            font-size: 1.4em;
        }

    .btn-social-icon.btn-xs {
        padding-left: 30px;
    }

        .btn-social-icon.btn-xs > :first-child {
            line-height: 20px;
            width: 20px;
            font-size: 1.2em;
        }

    .btn-social-icon > :first-child {
        border: none;
        text-align: center;
        width: 100%;
    }

    .btn-social-icon.btn-lg {
        height: 45px;
        width: 45px;
        padding-left: 0;
        padding-right: 0;
    }

    .btn-social-icon.btn-sm {
        height: 30px;
        width: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .btn-social-icon.btn-xs {
        height: 22px;
        width: 22px;
        padding-left: 0;
        padding-right: 0;
    }

.btn-adn {
    color: #ffffff;
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2);
}

    .btn-adn:hover,
    .btn-adn:focus,
    .btn-adn.focus,
    .btn-adn:active,
    .btn-adn.active,
    .open > .dropdown-toggle.btn-adn {
        color: #ffffff;
        background-color: #ce563f;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-adn:active,
    .btn-adn.active,
    .open > .dropdown-toggle.btn-adn {
        background-image: none;
    }

    .btn-adn .badge {
        color: #d87a68;
        background-color: #ffffff;
    }

.btn-bitbucket {
    color: #ffffff;
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2);
}

    .btn-bitbucket:hover,
    .btn-bitbucket:focus,
    .btn-bitbucket.focus,
    .btn-bitbucket:active,
    .btn-bitbucket.active,
    .open > .dropdown-toggle.btn-bitbucket {
        color: #ffffff;
        background-color: #163758;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-bitbucket:active,
    .btn-bitbucket.active,
    .open > .dropdown-toggle.btn-bitbucket {
        background-image: none;
    }

    .btn-bitbucket .badge {
        color: #205081;
        background-color: #ffffff;
    }

.btn-dropbox {
    color: #ffffff;
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2);
}

    .btn-dropbox:hover,
    .btn-dropbox:focus,
    .btn-dropbox.focus,
    .btn-dropbox:active,
    .btn-dropbox.active,
    .open > .dropdown-toggle.btn-dropbox {
        color: #ffffff;
        background-color: #0d6aad;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-dropbox:active,
    .btn-dropbox.active,
    .open > .dropdown-toggle.btn-dropbox {
        background-image: none;
    }

    .btn-dropbox .badge {
        color: #1087dd;
        background-color: #ffffff;
    }

.btn-facebook {
    color: #ffffff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}

    .btn-facebook:hover,
    .btn-facebook:focus,
    .btn-facebook.focus,
    .btn-facebook:active,
    .btn-facebook.active,
    .open > .dropdown-toggle.btn-facebook {
        color: #ffffff;
        background-color: #2d4373;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-facebook:active,
    .btn-facebook.active,
    .open > .dropdown-toggle.btn-facebook {
        background-image: none;
    }

    .btn-facebook .badge {
        color: #3b5998;
        background-color: #ffffff;
    }

.btn-flickr {
    color: #ffffff;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2);
}

    .btn-flickr:hover,
    .btn-flickr:focus,
    .btn-flickr.focus,
    .btn-flickr:active,
    .btn-flickr.active,
    .open > .dropdown-toggle.btn-flickr {
        color: #ffffff;
        background-color: #cc006a;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-flickr:active,
    .btn-flickr.active,
    .open > .dropdown-toggle.btn-flickr {
        background-image: none;
    }

    .btn-flickr .badge {
        color: #ff0084;
        background-color: #ffffff;
    }

.btn-foursquare {
    color: #ffffff;
    background-color: #f94877;
    border-color: rgba(0, 0, 0, 0.2);
}

    .btn-foursquare:hover,
    .btn-foursquare:focus,
    .btn-foursquare.focus,
    .btn-foursquare:active,
    .btn-foursquare.active,
    .open > .dropdown-toggle.btn-foursquare {
        color: #ffffff;
        background-color: #f71752;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-foursquare:active,
    .btn-foursquare.active,
    .open > .dropdown-toggle.btn-foursquare {
        background-image: none;
    }

    .btn-foursquare .badge {
        color: #f94877;
        background-color: #ffffff;
    }

.btn-github {
    color: #ffffff;
    background-color: #444444;
    border-color: rgba(0, 0, 0, 0.2);
}

    .btn-github:hover,
    .btn-github:focus,
    .btn-github.focus,
    .btn-github:active,
    .btn-github.active,
    .open > .dropdown-toggle.btn-github {
        color: #ffffff;
        background-color: #2b2b2b;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-github:active,
    .btn-github.active,
    .open > .dropdown-toggle.btn-github {
        background-image: none;
    }

    .btn-github .badge {
        color: #444444;
        background-color: #ffffff;
    }

.btn-google {
    color: #ffffff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2);
}

    .btn-google:hover,
    .btn-google:focus,
    .btn-google.focus,
    .btn-google:active,
    .btn-google.active,
    .open > .dropdown-toggle.btn-google {
        color: #ffffff;
        background-color: #c23321;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-google:active,
    .btn-google.active,
    .open > .dropdown-toggle.btn-google {
        background-image: none;
    }

    .btn-google .badge {
        color: #dd4b39;
        background-color: #ffffff;
    }

.btn-instagram {
    color: #ffffff;
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2);
}

    .btn-instagram:hover,
    .btn-instagram:focus,
    .btn-instagram.focus,
    .btn-instagram:active,
    .btn-instagram.active,
    .open > .dropdown-toggle.btn-instagram {
        color: #ffffff;
        background-color: #305777;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-instagram:active,
    .btn-instagram.active,
    .open > .dropdown-toggle.btn-instagram {
        background-image: none;
    }

    .btn-instagram .badge {
        color: #3f729b;
        background-color: #ffffff;
    }

.btn-linkedin {
    color: #ffffff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2);
}

    .btn-linkedin:hover,
    .btn-linkedin:focus,
    .btn-linkedin.focus,
    .btn-linkedin:active,
    .btn-linkedin.active,
    .open > .dropdown-toggle.btn-linkedin {
        color: #ffffff;
        background-color: #005983;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-linkedin:active,
    .btn-linkedin.active,
    .open > .dropdown-toggle.btn-linkedin {
        background-image: none;
    }

    .btn-linkedin .badge {
        color: #007bb6;
        background-color: #ffffff;
    }

.btn-microsoft {
    color: #ffffff;
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2);
}

    .btn-microsoft:hover,
    .btn-microsoft:focus,
    .btn-microsoft.focus,
    .btn-microsoft:active,
    .btn-microsoft.active,
    .open > .dropdown-toggle.btn-microsoft {
        color: #ffffff;
        background-color: #125acd;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-microsoft:active,
    .btn-microsoft.active,
    .open > .dropdown-toggle.btn-microsoft {
        background-image: none;
    }

    .btn-microsoft .badge {
        color: #2672ec;
        background-color: #ffffff;
    }

.btn-openid {
    color: #ffffff;
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, 0.2);
}

    .btn-openid:hover,
    .btn-openid:focus,
    .btn-openid.focus,
    .btn-openid:active,
    .btn-openid.active,
    .open > .dropdown-toggle.btn-openid {
        color: #ffffff;
        background-color: #da7908;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-openid:active,
    .btn-openid.active,
    .open > .dropdown-toggle.btn-openid {
        background-image: none;
    }

    .btn-openid .badge {
        color: #f7931e;
        background-color: #ffffff;
    }

.btn-pinterest {
    color: #ffffff;
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2);
}

    .btn-pinterest:hover,
    .btn-pinterest:focus,
    .btn-pinterest.focus,
    .btn-pinterest:active,
    .btn-pinterest.active,
    .open > .dropdown-toggle.btn-pinterest {
        color: #ffffff;
        background-color: #9f191f;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-pinterest:active,
    .btn-pinterest.active,
    .open > .dropdown-toggle.btn-pinterest {
        background-image: none;
    }

    .btn-pinterest .badge {
        color: #cb2027;
        background-color: #ffffff;
    }

.btn-reddit {
    color: #000000;
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, 0.2);
}

    .btn-reddit:hover,
    .btn-reddit:focus,
    .btn-reddit.focus,
    .btn-reddit:active,
    .btn-reddit.active,
    .open > .dropdown-toggle.btn-reddit {
        color: #000000;
        background-color: #bcddff;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-reddit:active,
    .btn-reddit.active,
    .open > .dropdown-toggle.btn-reddit {
        background-image: none;
    }

    .btn-reddit .badge {
        color: #eff7ff;
        background-color: #000000;
    }

.btn-soundcloud {
    color: #ffffff;
    background-color: #ff5500;
    border-color: rgba(0, 0, 0, 0.2);
}

    .btn-soundcloud:hover,
    .btn-soundcloud:focus,
    .btn-soundcloud.focus,
    .btn-soundcloud:active,
    .btn-soundcloud.active,
    .open > .dropdown-toggle.btn-soundcloud {
        color: #ffffff;
        background-color: #cc4400;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-soundcloud:active,
    .btn-soundcloud.active,
    .open > .dropdown-toggle.btn-soundcloud {
        background-image: none;
    }

    .btn-soundcloud .badge {
        color: #ff5500;
        background-color: #ffffff;
    }

.btn-tumblr {
    color: #ffffff;
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2);
}

    .btn-tumblr:hover,
    .btn-tumblr:focus,
    .btn-tumblr.focus,
    .btn-tumblr:active,
    .btn-tumblr.active,
    .open > .dropdown-toggle.btn-tumblr {
        color: #ffffff;
        background-color: #1c2d3f;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-tumblr:active,
    .btn-tumblr.active,
    .open > .dropdown-toggle.btn-tumblr {
        background-image: none;
    }

    .btn-tumblr .badge {
        color: #2c4762;
        background-color: #ffffff;
    }

.btn-twitter {
    color: #ffffff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2);
}

    .btn-twitter:hover,
    .btn-twitter:focus,
    .btn-twitter.focus,
    .btn-twitter:active,
    .btn-twitter.active,
    .open > .dropdown-toggle.btn-twitter {
        color: #ffffff;
        background-color: #2795e9;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-twitter:active,
    .btn-twitter.active,
    .open > .dropdown-toggle.btn-twitter {
        background-image: none;
    }

    .btn-twitter .badge {
        color: #55acee;
        background-color: #ffffff;
    }

.btn-vimeo {
    color: #ffffff;
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, 0.2);
}

    .btn-vimeo:hover,
    .btn-vimeo:focus,
    .btn-vimeo.focus,
    .btn-vimeo:active,
    .btn-vimeo.active,
    .open > .dropdown-toggle.btn-vimeo {
        color: #ffffff;
        background-color: #1295bf;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-vimeo:active,
    .btn-vimeo.active,
    .open > .dropdown-toggle.btn-vimeo {
        background-image: none;
    }

    .btn-vimeo .badge {
        color: #1ab7ea;
        background-color: #ffffff;
    }

.btn-vk {
    color: #ffffff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2);
}

    .btn-vk:hover,
    .btn-vk:focus,
    .btn-vk.focus,
    .btn-vk:active,
    .btn-vk.active,
    .open > .dropdown-toggle.btn-vk {
        color: #ffffff;
        background-color: #466482;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-vk:active,
    .btn-vk.active,
    .open > .dropdown-toggle.btn-vk {
        background-image: none;
    }

    .btn-vk .badge {
        color: #587ea3;
        background-color: #ffffff;
    }

.btn-yahoo {
    color: #ffffff;
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2);
}

    .btn-yahoo:hover,
    .btn-yahoo:focus,
    .btn-yahoo.focus,
    .btn-yahoo:active,
    .btn-yahoo.active,
    .open > .dropdown-toggle.btn-yahoo {
        color: #ffffff;
        background-color: #500a6f;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-yahoo:active,
    .btn-yahoo.active,
    .open > .dropdown-toggle.btn-yahoo {
        background-image: none;
    }

    .btn-yahoo .badge {
        color: #720e9e;
        background-color: #ffffff;
    }
/*
 * Plugin: Full Calendar
 * ---------------------
 */
.fc-button {
    background: #f4f4f4;
    background-image: none;
    color: #444;
    border-color: #ddd;
    border-bottom-color: #ddd;
}

    .fc-button:hover,
    .fc-button:active,
    .fc-button.hover {
        background-color: #e9e9e9;
    }

.fc-header-title h2 {
    font-size: 15px;
    line-height: 1.6em;
    color: #666;
    margin-left: 10px;
}

.fc-header-right {
    padding-right: 10px;
}

.fc-header-left {
    padding-left: 10px;
}

.fc-widget-header {
    background: #fafafa;
}

.fc-grid {
    width: 100%;
    border: 0;
}

.fc-widget-header:first-of-type,
.fc-widget-content:first-of-type {
    border-left: 0;
    border-right: 0;
}

.fc-widget-header:last-of-type,
.fc-widget-content:last-of-type {
    border-right: 0;
}

.fc-toolbar {
    padding: 10px;
    margin: 0;
}

.fc-day-number {
    font-size: 20px;
    font-weight: 300;
    padding-right: 10px;
}

.fc-color-picker {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .fc-color-picker > li {
        float: left;
        font-size: 30px;
        margin-right: 5px;
        line-height: 30px;
    }

        .fc-color-picker > li .fa {
            -webkit-transition: -webkit-transform linear 0.3s;
            -moz-transition: -moz-transform linear 0.3s;
            -o-transition: -o-transform linear 0.3s;
            transition: transform linear 0.3s;
        }

            .fc-color-picker > li .fa:hover {
                -webkit-transform: rotate(30deg);
                -ms-transform: rotate(30deg);
                -o-transform: rotate(30deg);
                transform: rotate(30deg);
            }

#add-new-event {
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.external-event {
    padding: 5px 10px;
    font-weight: bold;
    margin-bottom: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    cursor: move;
}

    .external-event:hover {
        box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
    }
/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
    outline: none;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px;
}

.select2-container--default.select2-container--open {
    border-color: var(--main-color);
}

.select2-dropdown {
    border: 1px solid #d2d6de;
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--main-color);
    color: white;
}

.select2-results__option {
    padding: 6px 12px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -4px;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 6px;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 3px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-top: 0;
    }

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
    border: 1px solid #d2d6de;
}

    .select2-dropdown .select2-search__field:focus,
    .select2-search--inline .select2-search__field:focus {
        outline: none;
        border: 1px solid var(--main-color);
    }

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

    .select2-container--default .select2-results__option[aria-selected=true],
    .select2-container--default .select2-results__option[aria-selected=true]:hover {
        color: #444;
    }

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de;
    border-radius: 0;
}

    .select2-container--default .select2-selection--multiple:focus {
        border-color: var(--main-color);
    }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #d2d6de;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--main-color);
    border-color: var(--main-border-color);
    padding: 1px 10px;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.7);
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #fff;
    }

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
}
/*
 * General: Miscellaneous
 * ----------------------
 */
.pad {
    padding: 10px;
}

.margin {
    margin: 10px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-bottom-none {
    margin-bottom: 0;
}

.margin-r-5 {
    margin-right: 5px;
}

.inline {
    display: inline;
}

.description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
    background-color: white;
    position: relative;
    padding: 13px;
    box-shadow: 0 1px 5px 0 rgb(60, 141, 188);
}

    .description-block.margin-bottom {
        margin-bottom: 25px;
    }

    .description-block > .description-header {
        margin: 0;
        padding: 0;
        font-weight: 700;
        font-size: 16px;
    }

    .description-block > .description-text {
        text-transform: uppercase;
        font-weight: 600;
    }

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    color: #fff !important;
}

.bg-gray {
    color: #000;
    background-color: #d2d6de !important;
}

.bg-gray-light {
    background-color: #f7f7f7;
}

.bg-black {
    background-color: #111111 !important;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
    background-color: #dd4b39 !important;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
    background-color: #f39c12 !important;
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: var(--main-color) !important;
}

.bg-blue {
    background-color: #0073b7 !important;
}

.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
    background-color: var(--main-color) !important;
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
    background-color: #00a65a !important;
}

.bg-navy {
    background-color: #001f3f !important;
}

.bg-teal {
    background-color: #39cccc !important;
}

.bg-olive {
    background-color: #3d9970 !important;
}

.bg-lime {
    background-color: #01ff70 !important;
}

.bg-orange {
    background-color: #ff851b !important;
}

.bg-fuchsia {
    background-color: #f012be !important;
}

.bg-purple {
    background-color: #605ca8 !important;
}

.bg-maroon {
    background-color: #d81b60 !important;
}

.bg-gray-active {
    color: #000;
    background-color: #b5bbc8 !important;
}

.bg-black-active {
    background-color: #000000 !important;
}

.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    background-color: #d33724 !important;
}

.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
    background-color: #db8b0b !important;
}

.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
    background-color: #00a7d0 !important;
}

.bg-blue-active {
    background-color: #005384 !important;
}

.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
    background-color: #357ca5 !important;
}

.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
    background-color: #008d4c !important;
}

.bg-navy-active {
    background-color: #001a35 !important;
}

.bg-teal-active {
    background-color: #30bbbb !important;
}

.bg-olive-active {
    background-color: #368763 !important;
}

.bg-lime-active {
    background-color: #00e765 !important;
}

.bg-orange-active {
    background-color: #ff7701 !important;
}

.bg-fuchsia-active {
    background-color: #db0ead !important;
}

.bg-purple-active {
    background-color: #555299 !important;
}

.bg-maroon-active {
    background-color: #ca195a !important;
}

[class^="bg-"].disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.text-red {
    color: #dd4b39 !important;
}

.text-yellow {
    color: #f39c12 !important;
}

.text-aqua {
    color: #00c0ef !important;
}

.text-blue {
    color: #0073b7 !important;
}

.text-black {
    color: #111111 !important;
}

.text-light-blue {
    color: var(--main-color) !important;
}

.text-green {
    color: #00a65a !important;
}

.text-gray {
    color: #d2d6de !important;
}

.text-navy {
    color: #001f3f !important;
}

.text-teal {
    color: #39cccc !important;
}

.text-olive {
    color: #3d9970 !important;
}

.text-lime {
    color: #01ff70 !important;
}

.text-orange {
    color: #ff851b !important;
}

.text-fuchsia {
    color: #f012be !important;
}

.text-purple {
    color: #605ca8 !important;
}

.text-maroon {
    color: #d81b60 !important;
}

.link-muted {
    color: #7a869d;
}

    .link-muted:hover,
    .link-muted:focus {
        color: #606c84;
    }

.link-black {
    color: #666;
}

    .link-black:hover,
    .link-black:focus {
        color: #999;
    }

.hide {
    display: none !important;
}

.no-border {
    border: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-shadow {
    box-shadow: none !important;
}

.list-unstyled,
.chart-legend,
.contacts-list,
.users-list,
.mailbox-attachments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-group-unbordered > .list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.flat {
    border-radius: 0 !important;
}

.text-bold,
.text-bold.table td,
.text-bold.table th {
    font-weight: 700;
}

.text-sm {
    font-size: 12px;
}

.jqstooltip {
    padding: 5px !important;
    width: auto !important;
    height: auto !important;
}

.bg-teal-gradient {
    background: #39cccc !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
    background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
    background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important;
    background: -o-linear-gradient(#7adddd, #39cccc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
    color: #fff;
}

.bg-light-blue-gradient {
    background: var(--main-color) !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, var(--main-color)), color-stop(1, #67a8ce)) !important;
    background: -ms-linear-gradient(bottom, var(--main-color), #67a8ce) !important;
    background: -moz-linear-gradient(center bottom, var(--main-color) 0%, #67a8ce 100%) !important;
    background: -o-linear-gradient(#67a8ce, var(--main-color)) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='var(--main-color)', GradientType=0) !important;
    color: #fff;
}

.bg-blue-gradient {
    background: #0073b7 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
    background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
    background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
    background: -o-linear-gradient(#0089db, #0073b7) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
    color: #fff;
}

.bg-aqua-gradient {
    background: #00c0ef !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
    background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
    background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
    background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
    color: #fff;
}

.bg-yellow-gradient {
    background: #f39c12 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
    background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
    background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
    background: -o-linear-gradient(#f7bc60, #f39c12) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
    color: #fff;
}

.bg-purple-gradient {
    background: #605ca8 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
    background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
    background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;
    background: -o-linear-gradient(#9491c4, #605ca8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
    color: #fff;
}

.bg-green-gradient {
    background: #00a65a !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
    background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
    background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
    background: -o-linear-gradient(#00ca6d, #00a65a) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
    color: #fff;
}

.bg-red-gradient {
    background: #dd4b39 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
    background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
    background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important;
    background: -o-linear-gradient(#e47365, #dd4b39) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
    color: #fff;
}

.bg-black-gradient {
    background: #111111 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #2b2b2b)) !important;
    background: -ms-linear-gradient(bottom, #111111, #2b2b2b) !important;
    background: -moz-linear-gradient(center bottom, #111111 0%, #2b2b2b 100%) !important;
    background: -o-linear-gradient(#2b2b2b, #111111) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
    color: #fff;
}

.bg-maroon-gradient {
    background: #d81b60 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
    background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
    background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%) !important;
    background: -o-linear-gradient(#e73f7c, #d81b60) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
    color: #fff;
}

.description-block .description-icon {
    font-size: 16px;
}

.no-pad-top {
    padding-top: 0;
}

.position-static {
    position: static !important;
}

.list-header {
    font-size: 15px;
    padding: 10px 4px;
    font-weight: bold;
    color: #666;
}

.list-seperator {
    height: 1px;
    background: #f4f4f4;
    margin: 15px 0 9px 0;
}

.list-link > a {
    padding: 4px;
    color: #777;
}

    .list-link > a:hover {
        color: #222;
    }

.font-light {
    font-weight: 300;
}

.user-block:before,
.user-block:after {
    content: " ";
    display: table;
}

.user-block:after {
    clear: both;
}

.user-block img {
    width: 40px;
    height: 40px;
    float: left;
}

.user-block .username,
.user-block .description,
.user-block .comment {
    display: block;
    margin-left: 50px;
}

.user-block .username {
    font-size: 16px;
    font-weight: 600;
}

.user-block .description {
    color: #999;
    font-size: 13px;
}

.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
    margin-left: 40px;
}

.user-block.user-block-sm .username {
    font-size: 14px;
}

.img-sm,
.img-md,
.img-lg,
.box-comments .box-comment img,
.user-block.user-block-sm img {
    float: left;
}

.img-sm,
.box-comments .box-comment img,
.user-block.user-block-sm img {
    width: 30px !important;
    height: 30px !important;
}

    .img-sm + .img-push {
        margin-left: 40px;
    }

.img-md {
    width: 60px;
    height: 60px;
}

    .img-md + .img-push {
        margin-left: 70px;
    }

.img-lg {
    width: 100px;
    height: 100px;
}

    .img-lg + .img-push {
        margin-left: 110px;
    }

.img-bordered {
    border: 3px solid #d2d6de;
    padding: 3px;
}

.img-bordered-sm {
    border: 2px solid #d2d6de;
    padding: 2px;
}

.attachment-block {
    border: 1px solid #f4f4f4;
    padding: 5px;
    margin-bottom: 10px;
    background: #f7f7f7;
}

    .attachment-block .attachment-img {
        max-width: 100px;
        max-height: 100px;
        height: auto;
        float: left;
    }

    .attachment-block .attachment-pushed {
        margin-left: 110px;
    }

    .attachment-block .attachment-heading {
        margin: 0;
    }

    .attachment-block .attachment-text {
        color: #555;
    }

.connectedSortable {
    min-height: 100px;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sort-highlight {
    background: #f4f4f4;
    border: 1px dashed #ddd;
    margin-bottom: 10px;
}

.full-opacity-hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

    .full-opacity-hover:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.chart {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .chart svg,
    .chart canvas {
        width: 100% !important;
    }
/*
 * Misc: print
 * -----------
 */
@media print {
    .no-print,
    .main-sidebar,
    .left-side,
    .main-header,
    .content-header {
        display: none !important;
    }

    .content-wrapper,
    .right-side,
    .main-footer {
        margin-left: 0 !important;
        min-height: 0 !important;
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
    }

    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 0 !important;
    }

    .invoice {
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .invoice-col {
        float: left;
        width: 33.3333333%;
    }

    .table-responsive {
        overflow: auto;
    }

        .table-responsive > .table tr th,
        .table-responsive > .table tr td {
            white-space: normal !important;
        }
}

#loading {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    position: relative;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 150px;
    left: 45%;
    z-index: 100;
    color: #0070FF;
}

.required:after {
    content: "*";
    /*font-weight: bold;*/
    color: #D81919;
}


a[title="Edit"] i.fa, a[title="Details"] i.fa, a[title="RegeneratePayslip"] i.fa, a[title="Delete"] i.fa {
    color: var(--main-color);
    font-weight: 500;
    font-size: 18px;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

    a[title="Edit"] i.fa:hover, a[title="Details"] i.fa:hover, a[title="Delete"] i.fa:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.2);
    }

.form-control {
    padding: 4px 6px !important;
}
/*padding set*/
.p0 {
    padding: 0;
}

.p1 {
    padding: 1px;
}

.p2 {
    padding: 2px;
}

.p3 {
    padding: 3px;
}

.p4 {
    padding: 4px;
}

.p5 {
    padding: 5px;
}

.p6 {
    padding: 6px;
}

.p7 {
    padding: 7px;
}

.p8 {
    padding: 8px;
}

.p9 {
    padding: 9px;
}

.p10 {
    padding: 10px;
}
/*padding left set*/
.pl0 {
    padding-left: 0px;
}

.pl1 {
    padding-left: 1px;
}

.pl2 {
    padding-left: 2px;
}

.pl3 {
    padding-left: 3px;
}

.pl4 {
    padding-left: 4px;
}

.pl5 {
    padding-left: 5px;
}

.pl6 {
    padding-left: 6px;
}

.pl7 {
    padding-left: 7px;
}

.pl8 {
    padding-left: 8px;
}

.pl9 {
    padding-left: 9px;
}

.pl10 {
    padding-left: 10px;
}

/*padding right set*/
.pr0 {
    padding-right: 0px;
}

.pr1 {
    padding-right: 1px;
}

.pr2 {
    padding-right: 2px;
}

.pr3 {
    padding-right: 3px;
}

.pr4 {
    padding-right: 4px;
}

.pr5 {
    padding-right: 5px;
}

.pr6 {
    padding-right: 6px;
}

.pr7 {
    padding-right: 7px;
}

.pr8 {
    padding-right: 8px;
}

.pr9 {
    padding-right: 9px;
}

.pr10 {
    padding-right: 10px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb1 {
    margin-bottom: 1px !important;
}

.mb2 {
    margin-bottom: 2px !important;
}

.mb3 {
    margin-bottom: 3px !important;
}

.mb4 {
    margin-bottom: 4px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb6 {
    margin-bottom: 6px !important;
}


/*
 * Component: modal
 * ----------------
 */

.columnList-open {
    overflow: hidden;
}

.columnList {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .columnList.fade .columnList-dialog, .columnList.fade .columList-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .columnList.in .columnList-dialog, .columnList.in .columnList-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.columnList-open .columnList, .columnList-open .columnList {
    overflow-x: hidden;
    overflow-y: auto;
}

.columnList-dialog, .columnList-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.columnList-content, .columnList-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.columnList-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .columnList-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .columnList-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.columnList-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .columnList-header .close {
        margin-top: -2px;
    }

.columnList-title {
    margin: 0;
    line-height: 1.42857143;
}

.columnList-body {
    position: relative;
    padding: 15px;
}

.columnList-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .columnList-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .columnList-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .columnList-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.columnList-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .columnList-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .columnList-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .columnList-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .columnList-lg {
        width: 900px;
    }
}

.columnList {
    background: rgba(0, 0, 0, 0.3);
}

.columnList-content {
    border-radius: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    border: 0;
}

@media (min-width: 768px) {
    .columnList-content {
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    }
}

.columnList-header {
    border-bottom-color: #f4f4f4;
}

.columnList-footer {
    border-top-color: #f4f4f4;
}

.columnList-primary .columnList-header,
.columnList-primary .columnList-footer {
    border-color: #307095;
}



/*
 * Skin: Blue 
 * ----------
 */
.skin-pay .main-header .navbar {
    background-color: #ffffff;
    box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
}

    .skin-pay .main-header .navbar .nav > li > a {
        color: black;
        font-weight: 600;
    }

        .skin-pay .main-header .navbar .nav > li > a:hover,
        .skin-pay .main-header .navbar .nav > li > a:active,
        .skin-pay .main-header .navbar .nav > li > a:focus,
        .skin-pay .main-header .navbar .nav .open > a,
        .skin-pay .main-header .navbar .nav .open > a:hover,
        .skin-pay .main-header .navbar .nav .open > a:focus,
        .skin-pay .main-header .navbar .nav > .active > a {
            background: rgba(0, 0, 0, 0.1);
            color: #f6f6f6;
        }

    .skin-pay .main-header .navbar .sidebar-toggle {
        color: #ffffff;
    }

        .skin-pay .main-header .navbar .sidebar-toggle:hover {
            color: #f6f6f6;
            background: rgba(0, 0, 0, 0.1);
        }

    .skin-pay .main-header .navbar .sidebar-toggle {
        color: #fff;
    }

        .skin-pay .main-header .navbar .sidebar-toggle:hover {
            background-color: #367fa9;
        }

@media (max-width: 767px) {
    .skin-pay .main-header .navbar .dropdown-menu li.divider {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .skin-pay .main-header .navbar .dropdown-menu li a {
        color: #fff;
    }

        .skin-pay .main-header .navbar .dropdown-menu li a:hover {
            background: #367fa9;
        }
}

.skin-pay .main-header .logo {
    background-color: #3f6ad8;
    color: #ffffff;
    border-bottom: 0 solid transparent;
}

    .skin-pay .main-header .logo:hover {
        background-color: #357ca5;
    }

.skin-pay .main-header li.user-header {
    background-color: #3c8dbc;
}

.skin-pay .content-header {
    background: transparent;
}

.skin-pay .wrapper,
.skin-pay .main-sidebar,
.skin-pay .left-side {
    background-color: #fff;
    box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
}

.skin-pay .user-panel > .info,
.skin-pay .user-panel > .info > a {
    color: #fff;
}

.skin-pay .sidebar-menu > li.header {
    color: #4b646f;
    background: #1a2226;
}

.skin-pay .sidebar-menu > li > a {
    border-left: 3px solid transparent;
}

.skin-pay .sidebar-menu > li:hover > a,
.skin-pay .sidebar-menu > li.active > a {
    color: #525c65;
    background: #fff;
    font-weight: bold;
}

.skin-pay .sidebar-menu > li > .treeview-menu {
    margin: 0 1px;
    background: #fff;
}

    .skin-pay .sidebar-menu > li > .treeview-menu:before {
        content: '';
        height: 100%;
        opacity: 1;
        width: 3px;
        background: #e0f3ff;
        position: absolute;
        left: 20px;
        top: 0;
        border-radius: 15px;
    }

.skin-pay .sidebar a {
    color: #525c65;
}

.skin-pay li.heading {
    color: #3f6ad8;
    font-weight: bold;
    padding-left: 15px;
    text-transform: uppercase;
}

.skin-pay .sidebar a:hover {
    text-decoration: none;
}

.skin-pay .treeview-menu > li > a {
    color: #343a40;
}

    .skin-pay .treeview-menu > li.active > a,
    .skin-pay .treeview-menu > li > a:hover {
        color: #343a40;
        font-weight: bold
    }

.skin-pay .sidebar-form {
    border-radius: 3px;
    border: 1px solid #374850;
    margin: 10px 10px;
}

    .skin-pay .sidebar-form input[type="text"],
    .skin-pay .sidebar-form .btn {
        box-shadow: none;
        background-color: #374850;
        border: 1px solid transparent;
        height: 35px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .skin-pay .sidebar-form input[type="text"] {
        color: #666;
        border-top-left-radius: 2px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 2px;
    }

        .skin-pay .sidebar-form input[type="text"]:focus,
        .skin-pay .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
            background-color: #fff;
            color: #666;
        }

            .skin-pay .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
                border-left-color: #fff;
            }

    .skin-pay .sidebar-form .btn {
        color: #999;
        border-top-left-radius: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0;
    }

.skin-pay.layout-top-nav .main-header > .logo {
    background-color: #3c8dbc;
    color: #ffffff;
    border-bottom: 0 solid transparent;
}

    .skin-pay.layout-top-nav .main-header > .logo:hover {
        background-color: #3b8ab8;
    }



.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit;
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(0.25rem - 1px);
            border-top-right-radius: calc(0.25rem - 1px);
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(0.25rem - 1px);
            border-bottom-left-radius: calc(0.25rem - 1px);
        }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:not(:last-child) .card-img-top,
                .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:not(:last-child) .card-img-bottom,
                .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:not(:first-child) .card-img-top,
                .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:not(:first-child) .card-img-bottom,
                .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.accordion > .card {
    overflow: hidden;
}

    .accordion > .card:not(:last-of-type) {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .accordion > .card:not(:first-of-type) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .accordion > .card > .card-header {
        border-radius: 0;
        margin-bottom: -1px;
    }

.themeb4 .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.themeb4 .col-1, .themeb4 .col-2, .themeb4 .col-3, .themeb4 .col-4, .themeb4 .col-5, .themeb4 .col-6, .themeb4 .col-7, .themeb4 .col-8, .themeb4 .col-9, .themeb4 .col-10, .themeb4 .col-11, .themeb4 .col-12, .themeb4 .col,
.themeb4 .col-auto, .themeb4 .col-sm-1, .themeb4 .col-sm-2, .themeb4 .col-sm-3, .themeb4 .col-sm-4, .themeb4 .col-sm-5, .themeb4 .col-sm-6, .themeb4 .col-sm-7, .themeb4 .col-sm-8, .themeb4 .col-sm-9, .themeb4 .col-sm-10, .themeb4 .col-sm-11, .themeb4 .col-sm-12, .themeb4 .col-sm,
.themeb4 .col-sm-auto, .themeb4 .col-md-1, .themeb4 .col-md-2, .themeb4 .col-md-3, .themeb4 .col-md-4, .themeb4 .col-md-5, .themeb4 .col-md-6, .themeb4 .col-md-7, .themeb4 .col-md-8, .themeb4 .col-md-9, .themeb4 .col-md-10, .themeb4 .col-md-11, .themeb4 .col-md-12, .themeb4 .col-md,
.themeb4 .col-md-auto, .themeb4 .col-lg-1, .themeb4 .col-lg-2, .themeb4 .col-lg-3, .themeb4 .col-lg-4, .themeb4 .col-lg-5, .themeb4 .col-lg-6, .themeb4 .col-lg-7, .themeb4 .col-lg-8, .themeb4 .col-lg-9, .themeb4 .col-lg-10, .themeb4 .col-lg-11, .themeb4 .col-lg-12, .themeb4 .col-lg,
.themeb4 .col-lg-auto, .themeb4 .col-xl-1, .themeb4 .col-xl-2, .themeb4 .col-xl-3, .themeb4 .col-xl-4, .themeb4 .col-xl-5, .themeb4 .col-xl-6, .themeb4 .col-xl-7, .themeb4 .col-xl-8, .themeb4 .col-xl-9, .themeb4 .col-xl-10, .themeb4 .col-xl-11, .themeb4 .col-xl-12, .themeb4 .col-xl,
.themeb4 .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.themeb4 .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}

.themeb4 .row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.themeb4 .row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.themeb4 .row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.themeb4 .row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.themeb4 .row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.themeb4 .row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.themeb4 .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.themeb4 .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.themeb4 .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.themeb4 .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.themeb4 .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.themeb4 .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.themeb4 .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.themeb4 .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.themeb4 .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.themeb4 .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.themeb4 .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.themeb4 .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.themeb4 .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .themeb4 .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .themeb4 .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .themeb4 .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .themeb4 .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .themeb4 .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .themeb4 .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .themeb4 .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .themeb4 .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .themeb4 .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .themeb4 .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .themeb4 .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .themeb4 .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .themeb4 .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .themeb4 .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .themeb4 .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .themeb4 .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .themeb4 .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .themeb4 .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .themeb4 .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .themeb4 .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .themeb4 .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .themeb4 .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .themeb4 .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .themeb4 .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .themeb4 .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .themeb4 .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .themeb4 .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .themeb4 .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .themeb4 .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .themeb4 .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .themeb4 .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .themeb4 .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .themeb4 .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .themeb4 .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .themeb4 .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .themeb4 .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .themeb4 .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .themeb4 .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .themeb4 .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .themeb4 .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .themeb4 .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .themeb4 .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .themeb4 .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .themeb4 .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .themeb4 .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .themeb4 .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .themeb4 .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .themeb4 .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .themeb4 .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .themeb4 .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .themeb4 .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .themeb4 .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .themeb4 .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .themeb4 .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .themeb4 .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .themeb4 .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .themeb4 .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .themeb4 .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .themeb4 .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .themeb4 .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .themeb4 .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .themeb4 .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .themeb4 .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .themeb4 .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .themeb4 .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .themeb4 .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .themeb4 .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .themeb4 .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .themeb4 .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .themeb4 .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .themeb4 .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .themeb4 .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .themeb4 .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .themeb4 .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .themeb4 .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .themeb4 .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .themeb4 .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .themeb4 .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .themeb4 .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .themeb4 .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}


.themeb4 .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.themeb4 .text-justify {
    text-align: justify !important;
}

.themeb4 .text-wrap {
    white-space: normal !important;
}

.themeb4 .text-nowrap {
    white-space: nowrap !important;
}

.themeb4 .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.themeb4 .text-left {
    text-align: left !important;
}

.themeb4 .text-right {
    text-align: right !important;
}

.themeb4 .text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .themeb4 .text-sm-left {
        text-align: left !important;
    }

    .themeb4 .text-sm-right {
        text-align: right !important;
    }

    .themeb4 .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .themeb4 .text-md-left {
        text-align: left !important;
    }

    .themeb4 .text-md-right {
        text-align: right !important;
    }

    .themeb4 .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .themeb4 .text-lg-left {
        text-align: left !important;
    }

    .themeb4 .text-lg-right {
        text-align: right !important;
    }

    .themeb4 .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .themeb4 .text-xl-left {
        text-align: left !important;
    }

    .themeb4 .text-xl-right {
        text-align: right !important;
    }

    .themeb4 .text-xl-center {
        text-align: center !important;
    }
}

.themeb4 .text-lowercase {
    text-transform: lowercase !important;
}

.themeb4 .text-uppercase {
    text-transform: uppercase !important;
}

.themeb4 .text-capitalize {
    text-transform: capitalize !important;
}

.themeb4 .text-white {
    color: #fff !important;
}

.themeb4 .text-primary {
    color: var(--main-color) !important;
}

a.themeb4 .text-primary:hover, a.themeb4 .text-primary:focus {
    color: #0056b3 !important;
}

.themeb4 .text-secondary {
    color: #6c757d !important;
}

a.themeb4 .text-secondary:hover, a.themeb4 .text-secondary:focus {
    color: #494f54 !important;
}

.themeb4 .text-success {
    color: #28a745 !important;
}

a.themeb4 .text-success:hover, a.themeb4 .text-success:focus {
    color: #19692c !important;
}

.themeb4 .text-info {
    color: #17a2b8 !important;
}

a.themeb4 .text-info:hover, a.themeb4 .text-info:focus {
    color: #0f6674 !important;
}

.themeb4 .text-warning {
    color: #ffc107 !important;
}

a.themeb4 .text-warning:hover, a.themeb4 .text-warning:focus {
    color: #ba8b00 !important;
}

.themeb4 .text-danger {
    color: #dc3545 !important;
}

a.themeb4 .text-danger:hover, a.themeb4 .text-danger:focus {
    color: #a71d2a !important;
}

.themeb4 .text-light {
    color: #f8f9fa !important;
}

a.themeb4 .text-light:hover, a.themeb4 .text-light:focus {
    color: #cbd3da !important;
}

.themeb4 .text-dark {
    color: #343a40 !important;
}

a.themeb4 .text-dark:hover, a.themeb4 .text-dark:focus {
    color: #121416 !important;
}

.themeb4 .text-body {
    color: #212529 !important;
}

.themeb4 .text-muted {
    color: #6c757d !important;
}

.themeb4 .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.themeb4 .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.themeb4 .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.themeb4 .text-decoration-none {
    text-decoration: none !important;
}

.themeb4 .text-break {
    word-wrap: break-word !important;
}

.themeb4 .text-reset {
    color: inherit !important;
}


.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}


.themeb4 .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

    .themeb4 .table th,
    .themeb4 .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .themeb4 .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .themeb4 .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

.themeb4 .table-sm th,
.themeb4 .table-sm td {
    padding: 0.3rem;
}

.themeb4 .table-bordered {
    border: 1px solid #dee2e6;
}

    .themeb4 .table-bordered th,
    .themeb4 .table-bordered td {
        border: 1px solid #dee2e6;
    }

    .themeb4 .table-bordered thead th,
    .themeb4 .table-bordered thead td {
        border-bottom-width: 2px;
    }

.themeb4 .table-borderless th,
.themeb4 .table-borderless td,
.themeb4 .table-borderless thead th,
.themeb4 .table-borderless tbody + tbody {
    border: 0;
}

.themeb4 .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.themeb4 .table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.themeb4 .table-primary,
.themeb4 .table-primary > th,
.themeb4 .table-primary > td {
    background-color: #b8daff;
}

    .themeb4 .table-primary th,
    .themeb4 .table-primary td,
    .themeb4 .table-primary thead th,
    .themeb4 .table-primary tbody + tbody {
        border-color: #7abaff;
    }

.themeb4 .table-hover .themeb4 .table-primary:hover {
    background-color: #9fcdff;
}

    .themeb4 .table-hover .themeb4 .table-primary:hover > td,
    .themeb4 .table-hover .themeb4 .table-primary:hover > th {
        background-color: #9fcdff;
    }

.themeb4 .table-secondary,
.themeb4 .table-secondary > th,
.themeb4 .table-secondary > td {
    background-color: #d6d8db;
}

    .themeb4 .table-secondary th,
    .themeb4 .table-secondary td,
    .themeb4 .table-secondary thead th,
    .themeb4 .table-secondary tbody + tbody {
        border-color: #b3b7bb;
    }

.themeb4 .table-hover .themeb4 .table-secondary:hover {
    background-color: #c8cbcf;
}

    .themeb4 .table-hover .themeb4 .table-secondary:hover > td,
    .themeb4 .table-hover .themeb4 .table-secondary:hover > th {
        background-color: #c8cbcf;
    }

.themeb4 .table-success,
.themeb4 .table-success > th,
.themeb4 .table-success > td {
    background-color: #c3e6cb;
}

    .themeb4 .table-success th,
    .themeb4 .table-success td,
    .themeb4 .table-success thead th,
    .themeb4 .table-success tbody + tbody {
        border-color: #8fd19e;
    }

.themeb4 .table-hover .themeb4 .table-success:hover {
    background-color: #b1dfbb;
}

    .themeb4 .table-hover .themeb4 .table-success:hover > td,
    .themeb4 .table-hover .themeb4 .table-success:hover > th {
        background-color: #b1dfbb;
    }

.themeb4 .table-info,
.themeb4 .table-info > th,
.themeb4 .table-info > td {
    background-color: #bee5eb;
}

    .themeb4 .table-info th,
    .themeb4 .table-info td,
    .themeb4 .table-info thead th,
    .themeb4 .table-info tbody + tbody {
        border-color: #86cfda;
    }

.themeb4 .table-hover .themeb4 .table-info:hover {
    background-color: #abdde5;
}

    .themeb4 .table-hover .themeb4 .table-info:hover > td,
    .themeb4 .table-hover .themeb4 .table-info:hover > th {
        background-color: #abdde5;
    }

.themeb4 .table-warning,
.themeb4 .table-warning > th,
.themeb4 .table-warning > td {
    background-color: #ffeeba;
}

    .themeb4 .table-warning th,
    .themeb4 .table-warning td,
    .themeb4 .table-warning thead th,
    .themeb4 .table-warning tbody + tbody {
        border-color: #ffdf7e;
    }

.themeb4 .table-hover .themeb4 .table-warning:hover {
    background-color: #ffe8a1;
}

    .themeb4 .table-hover .themeb4 .table-warning:hover > td,
    .themeb4 .table-hover .themeb4 .table-warning:hover > th {
        background-color: #ffe8a1;
    }

.themeb4 .table-danger,
.themeb4 .table-danger > th,
.themeb4 .table-danger > td {
    background-color: #f5c6cb;
}

    .themeb4 .table-danger th,
    .themeb4 .table-danger td,
    .themeb4 .table-danger thead th,
    .themeb4 .table-danger tbody + tbody {
        border-color: #ed969e;
    }

.themeb4 .table-hover .themeb4 .table-danger:hover {
    background-color: #f1b0b7;
}

    .themeb4 .table-hover .themeb4 .table-danger:hover > td,
    .themeb4 .table-hover .themeb4 .table-danger:hover > th {
        background-color: #f1b0b7;
    }

.themeb4 .table-light,
.themeb4 .table-light > th,
.themeb4 .table-light > td {
    background-color: #fdfdfe;
}

    .themeb4 .table-light th,
    .themeb4 .table-light td,
    .themeb4 .table-light thead th,
    .themeb4 .table-light tbody + tbody {
        border-color: #fbfcfc;
    }

.themeb4 .table-hover .themeb4 .table-light:hover {
    background-color: #ececf6;
}

    .themeb4 .table-hover .themeb4 .table-light:hover > td,
    .themeb4 .table-hover .themeb4 .table-light:hover > th {
        background-color: #ececf6;
    }

.themeb4 .table-dark,
.themeb4 .table-dark > th,
.themeb4 .table-dark > td {
    background-color: #c6c8ca;
}

    .themeb4 .table-dark th,
    .themeb4 .table-dark td,
    .themeb4 .table-dark thead th,
    .themeb4 .table-dark tbody + tbody {
        border-color: #95999c;
    }

.themeb4 .table-hover .themeb4 .table-dark:hover {
    background-color: #b9bbbe;
}

    .themeb4 .table-hover .themeb4 .table-dark:hover > td,
    .themeb4 .table-hover .themeb4 .table-dark:hover > th {
        background-color: #b9bbbe;
    }

.themeb4 .table-active,
.themeb4 .table-active > th,
.themeb4 .table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.themeb4 .table-hover .themeb4 .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .themeb4 .table-hover .themeb4 .table-active:hover > td,
    .themeb4 .table-hover .themeb4 .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.themeb4 .table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.themeb4 .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.themeb4 .table-dark {
    color: #fff;
    background-color: #343a40;
}

    .themeb4 .table-dark th,
    .themeb4 .table-dark td,
    .themeb4 .table-dark thead th {
        border-color: #454d55;
    }

    .themeb4 .table-dark.themeb4 .table-bordered {
        border: 0;
    }

    .themeb4 .table-dark.themeb4 .table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .themeb4 .table-dark.themeb4 .table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.075);
    }

@media (max-width: 575.98px) {
    .themeb4 .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .themeb4 .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width: 767.98px) {
    .themeb4 .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .themeb4 .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width: 991.98px) {
    .themeb4 .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .themeb4 .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1199.98px) {
    .themeb4 .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .themeb4 .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.themeb4 .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .themeb4 .table-responsive > .table-bordered {
        border: 0;
    }

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .themeb4 .table {
        border-collapse: collapse !important;
    }

        .themeb4 .table td,
        .themeb4 .table th {
            background-color: #fff !important;
        }

    .themeb4 .table-bordered th,
    .themeb4 .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .themeb4 .table-dark {
        color: inherit;
    }

        .themeb4 .table-dark th,
        .themeb4 .table-dark td,
        .themeb4 .table-dark thead th,
        .themeb4 .table-dark tbody + tbody {
            border-color: #dee2e6;
        }

    .themeb4 .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

.themeb4 .progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.themeb4 .progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: var(--main-color);
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .themeb4 .progress-bar {
        transition: none;
    }
}

.themeb4 .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.themeb4 .progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .themeb4 .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}


.themeb4 .d-none {
    display: none !important;
}

.themeb4 .d-inline {
    display: inline !important;
}

.themeb4 .d-inline-block {
    display: inline-block !important;
}

.themeb4 .d-block {
    display: block !important;
}

.themeb4 .d-table {
    display: table !important;
}

.themeb4 .d-table-row {
    display: table-row !important;
}

.themeb4 .d-table-cell {
    display: table-cell !important;
}

.themeb4 .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.themeb4 .d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .themeb4 .d-sm-none {
        display: none !important;
    }

    .themeb4 .d-sm-inline {
        display: inline !important;
    }

    .themeb4 .d-sm-inline-block {
        display: inline-block !important;
    }

    .themeb4 .d-sm-block {
        display: block !important;
    }

    .themeb4 .d-sm-table {
        display: table !important;
    }

    .themeb4 .d-sm-table-row {
        display: table-row !important;
    }

    .themeb4 .d-sm-table-cell {
        display: table-cell !important;
    }

    .themeb4 .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .themeb4 .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .themeb4 .d-md-none {
        display: none !important;
    }

    .themeb4 .d-md-inline {
        display: inline !important;
    }

    .themeb4 .d-md-inline-block {
        display: inline-block !important;
    }

    .themeb4 .d-md-block {
        display: block !important;
    }

    .themeb4 .d-md-table {
        display: table !important;
    }

    .themeb4 .d-md-table-row {
        display: table-row !important;
    }

    .themeb4 .d-md-table-cell {
        display: table-cell !important;
    }

    .themeb4 .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .themeb4 .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .themeb4 .d-lg-none {
        display: none !important;
    }

    .themeb4 .d-lg-inline {
        display: inline !important;
    }

    .themeb4 .d-lg-inline-block {
        display: inline-block !important;
    }

    .themeb4 .d-lg-block {
        display: block !important;
    }

    .themeb4 .d-lg-table {
        display: table !important;
    }

    .themeb4 .d-lg-table-row {
        display: table-row !important;
    }

    .themeb4 .d-lg-table-cell {
        display: table-cell !important;
    }

    .themeb4 .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .themeb4 .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .themeb4 .d-xl-none {
        display: none !important;
    }

    .themeb4 .d-xl-inline {
        display: inline !important;
    }

    .themeb4 .d-xl-inline-block {
        display: inline-block !important;
    }

    .themeb4 .d-xl-block {
        display: block !important;
    }

    .themeb4 .d-xl-table {
        display: table !important;
    }

    .themeb4 .d-xl-table-row {
        display: table-row !important;
    }

    .themeb4 .d-xl-table-cell {
        display: table-cell !important;
    }

    .themeb4 .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .themeb4 .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .themeb4 .d-print-none {
        display: none !important;
    }

    .themeb4 .d-print-inline {
        display: inline !important;
    }

    .themeb4 .d-print-inline-block {
        display: inline-block !important;
    }

    .themeb4 .d-print-block {
        display: block !important;
    }

    .themeb4 .d-print-table {
        display: table !important;
    }

    .themeb4 .d-print-table-row {
        display: table-row !important;
    }

    .themeb4 .d-print-table-cell {
        display: table-cell !important;
    }

    .themeb4 .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .themeb4 .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}


.themeb4 h1, .themeb4 h2, .themeb4 h3, .themeb4 h4, .themeb4 h5, .themeb4 h6,
.themeb4 .h1, .themeb4 .h2, .themeb4 .h3, .themeb4 .h4, .themeb4 .h5, .themeb4 .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.themeb4 h1, .themeb4 .h1 {
    font-size: 2.5rem;
}

.themeb4 h2, .themeb4 .h2 {
    font-size: 2rem;
}

.themeb4 h3, .themeb4 .h3 {
    font-size: 1.75rem;
}

.themeb4 h4, .themeb4 .h4 {
    font-size: 1.5rem;
}

.themeb4 h5, .themeb4 .h5 {
    font-size: 1.25rem;
}

.themeb4 h6, .themeb4 .h6 {
    font-size: 1rem;
}


.themeb4 .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.themeb4 .nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .themeb4 .nav-link:hover, .themeb4 .nav-link:focus {
        text-decoration: none;
    }

    .themeb4 .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default;
    }

.themeb4 .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .themeb4 .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .themeb4 .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .themeb4 .nav-tabs .nav-link:hover, .themeb4 .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
        }

    .themeb4 .nav-tabs .themeb4 .nav-link.disabled {
        color: #6c757d;
        background-color: transparent;
        border-color: transparent;
    }

    .themeb4 .nav-tabs .nav-link.active,
    .themeb4 .nav-tabs .nav-item.show .nav-link {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
    }

    .themeb4 .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.themeb4 .nav-pills .nav-link {
    border-radius: 0.25rem;
}

    .themeb4 .nav-pills .nav-link.active,
    .themeb4 .nav-pills .show > .nav-link {
        color: #fff;
        background-color: var(--main-color);
    }

.themeb4 .nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.themeb4 .nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.themeb4 .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

    .themeb4 .navbar .container,
    .themeb4 .navbar .container-fluid, .themeb4 .navbar .container-sm, .themeb4 .navbar .container-md, .themeb4 .navbar .container-lg, .themeb4 .navbar .container-xl {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.themeb4 .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .themeb4 .navbar-brand:hover, .themeb4 .navbar-brand:focus {
        text-decoration: none;
    }

.themeb4 .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .themeb4 .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .themeb4 .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.themeb4 .navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.themeb4 .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.themeb4 .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .themeb4 .navbar-toggler:hover, .themeb4 .navbar-toggler:focus {
        text-decoration: none;
    }

.themeb4 .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .themeb4 .navbar-expand-sm > .container,
    .themeb4 .navbar-expand-sm > .container-fluid, .themeb4 .navbar-expand-sm > .container-sm, .themeb4 .navbar-expand-sm > .container-md, .themeb4 .navbar-expand-sm > .container-lg, .themeb4 .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .themeb4 .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .themeb4 .navbar-expand-sm .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .themeb4 .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .themeb4 .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .themeb4 .navbar-expand-sm > .container,
        .themeb4 .navbar-expand-sm > .container-fluid, .themeb4 .navbar-expand-sm > .container-sm, .themeb4 .navbar-expand-sm > .container-md, .themeb4 .navbar-expand-sm > .container-lg, .themeb4 .navbar-expand-sm > .container-xl {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .themeb4 .navbar-expand-sm .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .themeb4 .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}

@media (max-width: 767.98px) {
    .themeb4 .navbar-expand-md > .container,
    .themeb4 .navbar-expand-md > .container-fluid, .themeb4 .navbar-expand-md > .container-sm, .themeb4 .navbar-expand-md > .container-md, .themeb4 .navbar-expand-md > .container-lg, .themeb4 .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .themeb4 .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .themeb4 .navbar-expand-md .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .themeb4 .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .themeb4 .navbar-expand-md.navbar-nav .themeb4 .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .themeb4 .navbar-expand-md > .container,
        .themeb4 .navbar-expand-md > .container-fluid, .themeb4 .navbar-expand-md > .container-sm, .themeb4 .navbar-expand-md > .container-md, .themeb4 .navbar-expand-md > .container-lg, .themeb4 .navbar-expand-md > .container-xl {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .themeb4 .navbar-expand-md .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .themeb4 .navbar-expand-md .navbar-toggler {
            display: none;
        }
}

@media (max-width: 991.98px) {
    .themeb4 .navbar-expand-lg > .container,
    .themeb4 .navbar-expand-lg > .container-fluid, .themeb4 .navbar-expand-lg > .container-sm, .themeb4 .navbar-expand-lg > .container-md, .themeb4 .navbar-expand-lg > .container-lg, .themeb4 .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .themeb4 .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .themeb4 .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .themeb4 .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .themeb4 .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .themeb4 .navbar-expand-lg > .container,
        .themeb4 .navbar-expand-lg > .container-fluid, .themeb4 .navbar-expand-lg > .container-sm, .themeb4 .navbar-expand-lg > .container-md, .themeb4 .navbar-expand-lg > .container-lg, .themeb4 .navbar-expand-lg > .container-xl {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .themeb4 .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .themeb4 .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

@media (max-width: 1199.98px) {
    .themeb4 .navbar-expand-xl > .container,
    .themeb4 .navbar-expand-xl > .container-fluid, .themeb4 .navbar-expand-xl > .container-sm, .themeb4 .navbar-expand-xl > .container-md, .themeb4 .navbar-expand-xl > .container-lg, .themeb4 .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .themeb4 .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .themeb4 .navbar-expand-xl .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .themeb4 .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .themeb4 .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .themeb4 .navbar-expand-xl > .container,
        .themeb4 .navbar-expand-xl > .container-fluid, .themeb4 .navbar-expand-xl > .container-sm, .themeb4 .navbar-expand-xl > .container-md, .themeb4 .navbar-expand-xl > .container-lg, .themeb4 .navbar-expand-xl > .container-xl {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .themeb4 .navbar-expand-xl .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .themeb4 .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

.themeb4 .navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .themeb4 .navbar-expand > .container,
    .themeb4 .navbar-expand > .container-fluid, .themeb4 .navbar-expand > .container-sm, .themeb4 .navbar-expand > .container-md, .themeb4 .navbar-expand > .container-lg, .themeb4 .navbar-expand > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }

    .themeb4 .navbar-expand .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .themeb4 .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .themeb4 .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .themeb4 .navbar-expand > .container,
    .themeb4 .navbar-expand > .container-fluid, .themeb4 .navbar-expand > .container-sm, .themeb4 .navbar-expand > .container-md, .themeb4 .navbar-expand > .container-lg, .themeb4 .navbar-expand > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .themeb4 .navbar-expand .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .themeb4 .navbar-expand .navbar-toggler {
        display: none;
    }

.themeb4 .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

    .themeb4 .navbar-light .navbar-brand:hover, .themeb4 .navbar-light .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.themeb4 .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

    .themeb4 .navbar-light .navbar-nav .nav-link:hover, .themeb4 .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.7);
    }

    .themeb4 .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .themeb4 .navbar-light .navbar-nav .show > .nav-link,
    .themeb4 .navbar-light .navbar-nav .active > .nav-link,
    .themeb4 .navbar-light .navbar-nav .nav-link.show,
    .themeb4 .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }

.themeb4 .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.themeb4 .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.themeb4 .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

    .themeb4 .navbar-light .navbar-text a {
        color: rgba(0, 0, 0, 0.9);
    }

        .themeb4 .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
            color: rgba(0, 0, 0, 0.9);
        }

.themeb4 .navbar-dark .navbar-brand {
    color: #fff;
}

    .themeb4 .navbar-dark .navbar-brand:hover, .themeb4 .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.themeb4 .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .themeb4 .navbar-dark .navbar-nav .nav-link:hover, .themeb4 .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.75);
    }

    .themeb4 .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .themeb4 .navbar-dark .navbar-nav .show > .nav-link,
    .themeb4 .navbar-dark .navbar-nav .active > .nav-link,
    .themeb4 .navbar-dark .navbar-nav .nav-link.show,
    .themeb4 .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.themeb4 .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.themeb4 .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.themeb4 .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

    .themeb4 .navbar-dark .navbar-text a {
        color: #fff;
    }

        .themeb4 .navbar-dark .navbar-text a:hover, .themeb4 .navbar-dark .navbar-text a:focus {
            color: #fff;
        }



.themeb4 .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .themeb4 .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .themeb4 .card > .list-group {
        border-top: inherit;
        border-bottom: inherit;
    }

        .themeb4 .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(0.25rem - 1px);
            border-top-right-radius: calc(0.25rem - 1px);
        }

        .themeb4 .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(0.25rem - 1px);
            border-bottom-left-radius: calc(0.25rem - 1px);
        }

.themeb4 .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

/*.themeb4 .card-title {
    margin-bottom: 0.75rem;
}*/

.themeb4 .card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.themeb4 .card-text:last-child {
    margin-bottom: 0;
}

.themeb4 .card-link:hover {
    text-decoration: none;
}

.themeb4 .card-link + .card-link {
    margin-left: 1.25rem;
}

.themeb4 .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .themeb4 .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .themeb4 .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.themeb4 .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .themeb4 .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.themeb4 .card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.themeb4 .card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.themeb4 .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.themeb4 .card-img,
.themeb4 .card-img-top,
.themeb4 .card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.themeb4 .card-img,
.themeb4 .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.themeb4 .card-img,
.themeb4 .card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.themeb4 .card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .themeb4 .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .themeb4 .card-deck .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.themeb4 .card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .themeb4 .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .themeb4 .card-group > .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .themeb4 .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .themeb4 .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .themeb4 .card-group > .card:not(:last-child) .card-img-top,
                .themeb4 .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0;
                }

                .themeb4 .card-group > .card:not(:last-child) .card-img-bottom,
                .themeb4 .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0;
                }

            .themeb4 .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .themeb4 .card-group > .card:not(:first-child) .card-img-top,
                .themeb4 .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0;
                }

                .themeb4 .card-group > .card:not(:first-child) .card-img-bottom,
                .themeb4 .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0;
                }
}

.themeb4 .card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .themeb4 .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .themeb4 .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.themeb4 .accordion > .card {
    overflow: hidden;
}

    .themeb4 .accordion > .card:not(:last-of-type) {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .themeb4 .accordion > .card:not(:first-of-type) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .themeb4 .accordion > .card > .card-header {
        border-radius: 0;
        margin-bottom: -1px;
    }

.themeb4 .card-primary:not(.card-outline) > .card-header {
    background-color: #3f6791;
}

    .themeb4 .card-primary:not(.card-outline) > .card-header,
    .themeb4 .card-primary:not(.card-outline) > .card-header a {
        color: #fff;
    }

        .themeb4 .card-primary:not(.card-outline) > .card-header a.active {
            color: #1f2d3d;
        }

.themeb4 .card-primary.card-outline {
    border-top: 3px solid #3f6791;
}

.themeb4 .card-primary.card-outline-tabs > .card-header a:hover {
    border-top: 3px solid #dee2e6;
}

.themeb4 .card-primary.card-outline-tabs > .card-header a.active {
    border-top: 3px solid #3f6791;
}

.themeb4 .bg-gradient-primary > .card-header .btn-tool,
.themeb4 .bg-primary > .card-header .btn-tool,
.themeb4 .card-primary:not(.card-outline) > .card-header .btn-tool {
    color: rgba(255, 255, 255, 0.8);
}

    .themeb4 .bg-gradient-primary > .card-header .btn-tool:hover,
    .themeb4 .bg-primary > .card-header .btn-tool:hover,
    .themeb4 .card-primary:not(.card-outline) > .card-header .btn-tool:hover {
        color: #fff;
    }


.themeb4 .card-info:not(.card-outline) > .card-header {
    background-color: #3498db
}

    .themeb4 .card-info:not(.card-outline) > .card-header, .themeb4 .card-info:not(.card-outline) > .card-header a {
        color: #fff
    }

        .themeb4 .card-info:not(.card-outline) > .card-header a.active {
            color: #1f2d3d
        }

.themeb4 .card-info.card-outline {
    border-top: 3px solid #3498db
}

.themeb4 .card-info.card-outline-tabs > .card-header a:hover {
    border-top: 3px solid #dee2e6
}

.themeb4 .card-info.card-outline-tabs > .card-header a.active {
    border-top: 3px solid #3498db
}

.themeb4 .bg-gradient-info > .card-header .btn-tool, .themeb4 .bg-info > .card-header .btn-tool, .themeb4 .card-info:not(.card-outline) > .card-header .btn-tool {
    color: rgba(255,255,255,.8)
}

    .themeb4 .bg-gradient-info > .card-header .btn-tool:hover, .themeb4 .bg-info > .card-header .btn-tool:hover, .themeb4 .card-info:not(.card-outline) > .card-header .btn-tool:hover {
        color: #fff
    }



.themeb4 .badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .themeb4 .badge {
        transition: none;
    }
}

.themeb4 a.badge:hover, .themeb4 a.badge:focus {
    text-decoration: none;
}

.themeb4 .badge:empty {
    display: none;
}

.themeb4 .btn .badge {
    position: relative;
    top: -1px;
}

.themeb4 .badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.themeb4 .badge-primary {
    color: #fff;
    background-color: var(--main-color);
}

.themeb4 a.badge-primary:hover, .themeb4 a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc;
}

.themeb4 a.badge-primary:focus, .themeb4 a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.themeb4 .badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.themeb4 a.badge-secondary:hover, .themeb4 a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}

.themeb4 a.badge-secondary:focus, .themeb4 a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.themeb4 .badge-success {
    color: #fff;
    background-color: #28a745;
}

.themeb4 a.badge-success:hover, .themeb4 a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

.themeb4 a.badge-success:focus, .themeb4 a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.themeb4 .badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.themeb4 a.badge-info:hover, .themeb4 a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}

.themeb4 a.badge-info:focus, .themeb4 a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.themeb4 .badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.themeb4 a.badge-warning:hover, .themeb4 a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

.themeb4 a.badge-warning:focus, .themeb4 a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.themeb4 .badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.themeb4 a.badge-danger:hover, .themeb4 a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

.themeb4 a.badge-danger:focus, .themeb4 a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.themeb4 .badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

.themeb4 a.badge-light:hover, .themeb4 a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}

.themeb4 a.badge-light:focus, .themeb4 a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.themeb4 .badge-dark {
    color: #fff;
    background-color: #343a40;
}

.themeb4 a.badge-dark:hover, .themeb4 a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}

.themeb4 a.badge-dark:focus, .themeb4 a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/*!
 * Bootstrap v4.5.themeb4 .0 (https://getbootstrap.themeb4 .com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.themeb4 .
 * Licensed under MIT (https://github.themeb4 .com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: var(--main-color);
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: var(--main-color);
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: var(--font-family-sans-serif);
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: var(--font-family-sans-serif);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: var(--main-color);
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    a:not([href]) {
        text-decoration: none;
    }

        a:not([href]):hover {
            text-decoration: none;
        }

pre,
code,
kbd,
samp {
    font-family: var(--font-family-sans-serif);
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button:not(:disabled),
    [type="button"]:not(:disabled),
    [type="reset"]:not(:disabled),
    [type="submit"]:not(:disabled) {
        cursor: pointer;
    }

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

.themeb4 [hidden] {
    display: none !important;
}

.themeb4 .lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.themeb4 .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.themeb4 .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.themeb4 .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.themeb4 .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.themeb4 .small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.themeb4 .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.themeb4 .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.themeb4 .list-inline {
    padding-left: 0;
    list-style: none;
}

.themeb4 .list-inline-item {
    display: inline-block;
}

    .themeb4 .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }

.themeb4 .initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.themeb4 .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.themeb4 .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

    .themeb4 .blockquote-footer::before {
        content: "\2014\00A0";
    }

.themeb4 .img-fluid {
    max-width: 100%;
    height: auto;
}

.themeb4 .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.themeb4 .figure {
    display: inline-block;
}

.themeb4 .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.themeb4 .figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

.themeb4 .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.themeb4 .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .themeb4 .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .themeb4 .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .themeb4 .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .themeb4 .container {
        max-width: 1140px;
    }
}

.themeb4 .container-fluid, .themeb4 .container-sm, .themeb4 .container-md, .themeb4 .container-lg, .themeb4 .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .themeb4 .container, .themeb4 .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .themeb4 .container, .themeb4 .container-sm, .themeb4 .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .themeb4 .container, .themeb4 .container-sm, .themeb4 .container-md, .themeb4 .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .themeb4 .container, .themeb4 .container-sm, .themeb4 .container-md, .themeb4 .container-lg, .themeb4 .container-xl {
        max-width: 1140px;
    }
}


.themeb4 .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1.50rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .themeb4 .form-control {
        transition: none;
    }
}

.themeb4 .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.themeb4 .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.themeb4 .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.themeb4 .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.themeb4 .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.themeb4 .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.themeb4 .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.themeb4 .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.themeb4 .form-control:disabled, .themeb4 .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

input[type="date"].themeb4 .form-control,
input[type="time"].themeb4 .form-control,
input[type="datetime-local"].themeb4 .form-control,
input[type="month"].themeb4 .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.themeb4 .form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.themeb4 .form-control-file,
.themeb4 .form-control-range {
    display: block;
    width: 100%;
}

.themeb4 .themeb4 .themeb4 .col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.themeb4 .themeb4 .themeb4 .col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.themeb4 .themeb4 .themeb4 .col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.themeb4 .form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .themeb4 .form-control-plaintext.themeb4 .form-control-sm, .themeb4 .form-control-plaintext.themeb4 .form-control-lg {
        padding-right: 0;
        padding-left: 0;
    }

.themeb4 .form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.themeb4 .form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.themeb4 .form-control[size], select.themeb4 .form-control[multiple] {
    height: auto;
}

textarea.themeb4 .form-control {
    height: auto;
}

.themeb4 .form-group {
    margin-bottom: 1rem;
}

.themeb4 .form-text {
    display: block;
    margin-top: 0.25rem;
}

.themeb4 .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .themeb4 .form-row > .themeb4 .themeb4 .col,
    .themeb4 .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.themeb4 .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.themeb4 .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .themeb4 .form-check-input[disabled] ~ .themeb4 .form-check-label,
    .themeb4 .form-check-input:disabled ~ .themeb4 .form-check-label {
        color: #6c757d;
    }

.themeb4 .form-check-label {
    margin-bottom: 0;
}

.themeb4 .form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .themeb4 .form-check-inline .themeb4 .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.themeb4 .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.themeb4 .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.themeb4 .was-validated :valid ~ .themeb4 .valid-feedback,
.themeb4 .was-validated :valid ~ .themeb4 .valid-tooltip,
.themeb4 .is-valid ~ .themeb4 .valid-feedback,
.themeb4 .is-valid ~ .themeb4 .valid-tooltip {
    display: block;
}

.themeb4 .was-validated.form-control:valid, .themeb4 .form-control.themeb4 .is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.themeb4 .w3.themeb4 .org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.themeb4 .3 6.themeb4 .73L.themeb4 .6 4.53c-.themeb4 .4-1.04.themeb4 .46-1.4 1.1-.themeb4 .8l1.1 1.4 3.themeb4 .4-3.themeb4 .8c.themeb4 .6-.themeb4 .63 1.6-.27 1.2.themeb4 .7l-4 4.themeb4 .6c-.themeb4 .43.5-.themeb4 .8.themeb4 .4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .themeb4 .was-validated.form-control:valid:focus, .themeb4 .form-control.themeb4 .is-valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

.themeb4 .was-validated textarea.themeb4 .form-control:valid, textarea.themeb4 .form-control.themeb4 .is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.themeb4 .was-validated.custom-select:valid, .themeb4 .custom-select.themeb4 .is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.themeb4 .3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.themeb4 .w3.themeb4 .org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.themeb4 .w3.themeb4 .org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.themeb4 .3 6.themeb4 .73L.themeb4 .6 4.53c-.themeb4 .4-1.04.themeb4 .46-1.4 1.1-.themeb4 .8l1.1 1.4 3.themeb4 .4-3.themeb4 .8c.themeb4 .6-.themeb4 .63 1.6-.27 1.2.themeb4 .7l-4 4.themeb4 .6c-.themeb4 .43.5-.themeb4 .8.themeb4 .4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .themeb4 .was-validated.custom-select:valid:focus, .themeb4 .custom-select.themeb4 .is-valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

.themeb4 .was-validated.form-check-input:valid ~ .themeb4 .form-check-label, .themeb4 .form-check-input.themeb4 .is-valid ~ .themeb4 .form-check-label {
    color: #28a745;
}

.themeb4 .was-validated.form-check-input:valid ~ .themeb4 .valid-feedback,
.themeb4 .was-validated.form-check-input:valid ~ .themeb4 .valid-tooltip, .themeb4 .form-check-input.themeb4 .is-valid ~ .themeb4 .valid-feedback,
.themeb4 .form-check-input.themeb4 .is-valid ~ .themeb4 .valid-tooltip {
    display: block;
}

.themeb4 .was-validated.custom-control-input:valid ~ .themeb4 .custom-control-label, .themeb4 .custom-control-input.themeb4 .is-valid ~ .themeb4 .custom-control-label {
    color: #28a745;
}

    .themeb4 .was-validated.custom-control-input:valid ~ .themeb4 .custom-control-label::before, .themeb4 .custom-control-input.themeb4 .is-valid ~ .themeb4 .custom-control-label::before {
        border-color: #28a745;
    }

.themeb4 .was-validated.custom-control-input:valid:checked ~ .themeb4 .custom-control-label::before, .themeb4 .custom-control-input.themeb4 .is-valid:checked ~ .themeb4 .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.themeb4 .was-validated.custom-control-input:valid:focus ~ .themeb4 .custom-control-label::before, .themeb4 .custom-control-input.themeb4 .is-valid:focus ~ .themeb4 .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.themeb4 .was-validated.custom-control-input:valid:focus:not(:checked) ~ .themeb4 .custom-control-label::before, .themeb4 .custom-control-input.themeb4 .is-valid:focus:not(:checked) ~ .themeb4 .custom-control-label::before {
    border-color: #28a745;
}

.themeb4 .was-validated.custom-file-input:valid ~ .themeb4 .custom-file-label, .themeb4 .custom-file-input.themeb4 .is-valid ~ .themeb4 .custom-file-label {
    border-color: #28a745;
}

.themeb4 .was-validated.custom-file-input:valid:focus ~ .themeb4 .custom-file-label, .themeb4 .custom-file-input.themeb4 .is-valid:focus ~ .themeb4 .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.themeb4 .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.themeb4 .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.themeb4 .was-validated :invalid ~ .themeb4 .invalid-feedback,
.themeb4 .was-validated :invalid ~ .themeb4 .invalid-tooltip,
.themeb4 .is-invalid ~ .themeb4 .invalid-feedback,
.themeb4 .is-invalid ~ .themeb4 .invalid-tooltip {
    display: block;
}

.themeb4 .was-validated.form-control:invalid, .themeb4 .form-control.themeb4 .is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.themeb4 .w3.themeb4 .org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.themeb4 .8 3.themeb4 .6h.themeb4 .4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.themeb4 .6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .themeb4 .was-validated.form-control:invalid:focus, .themeb4 .form-control.themeb4 .is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

.themeb4 .was-validated textarea.themeb4 .form-control:invalid, textarea.themeb4 .form-control.themeb4 .is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.themeb4 .was-validated.custom-select:invalid, .themeb4 .custom-select.themeb4 .is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.themeb4 .3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.themeb4 .w3.themeb4 .org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.themeb4 .w3.themeb4 .org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.themeb4 .8 3.themeb4 .6h.themeb4 .4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.themeb4 .6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .themeb4 .was-validated.custom-select:invalid:focus, .themeb4 .custom-select.themeb4 .is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

.themeb4 .was-validated.form-check-input:invalid ~ .themeb4 .form-check-label, .themeb4 .form-check-input.themeb4 .is-invalid ~ .themeb4 .form-check-label {
    color: #dc3545;
}

.themeb4 .was-validated.form-check-input:invalid ~ .themeb4 .invalid-feedback,
.themeb4 .was-validated.form-check-input:invalid ~ .themeb4 .invalid-tooltip, .themeb4 .form-check-input.themeb4 .is-invalid ~ .themeb4 .invalid-feedback,
.themeb4 .form-check-input.themeb4 .is-invalid ~ .themeb4 .invalid-tooltip {
    display: block;
}

.themeb4 .was-validated.custom-control-input:invalid ~ .themeb4 .custom-control-label, .themeb4 .custom-control-input.themeb4 .is-invalid ~ .themeb4 .custom-control-label {
    color: #dc3545;
}

    .themeb4 .was-validated.custom-control-input:invalid ~ .themeb4 .custom-control-label::before, .themeb4 .custom-control-input.themeb4 .is-invalid ~ .themeb4 .custom-control-label::before {
        border-color: #dc3545;
    }

.themeb4 .was-validated.custom-control-input:invalid:checked ~ .themeb4 .custom-control-label::before, .themeb4 .custom-control-input.themeb4 .is-invalid:checked ~ .themeb4 .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.themeb4 .was-validated.custom-control-input:invalid:focus ~ .themeb4 .custom-control-label::before, .themeb4 .custom-control-input.themeb4 .is-invalid:focus ~ .themeb4 .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.themeb4 .was-validated.custom-control-input:invalid:focus:not(:checked) ~ .themeb4 .custom-control-label::before, .themeb4 .custom-control-input.themeb4 .is-invalid:focus:not(:checked) ~ .themeb4 .custom-control-label::before {
    border-color: #dc3545;
}

.themeb4 .was-validated.custom-file-input:invalid ~ .themeb4 .custom-file-label, .themeb4 .custom-file-input.themeb4 .is-invalid ~ .themeb4 .custom-file-label {
    border-color: #dc3545;
}

.themeb4 .was-validated.custom-file-input:invalid:focus ~ .themeb4 .custom-file-label, .themeb4 .custom-file-input.themeb4 .is-invalid:focus ~ .themeb4 .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.themeb4 .form-inline {
    display: -ms-flexbox;
    display: block;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

    .themeb4 .form-inline .themeb4 .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .themeb4 .form-inline label {
        display: -ms-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .themeb4 .form-inline .themeb4 .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .themeb4 .form-inline .themeb4 .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .themeb4 .form-inline .themeb4 .form-control-plaintext {
        display: inline-block;
    }

    .themeb4 .form-inline .themeb4 .input-group,
    .themeb4 .form-inline .themeb4 .custom-select {
        width: auto;
    }

    .themeb4 .form-inline .themeb4 .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .themeb4 .form-inline .themeb4 .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .themeb4 .form-inline .themeb4 .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .themeb4 .form-inline .themeb4 .custom-control-label {
        margin-bottom: 0;
    }
}

.themeb4 .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    /*padding: 0.375rem 0.75rem;*/
    /*font-size: 1.25rem;*/
    /*line-height: 1.5;*/
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .themeb4 .btn {
        transition: none;
    }
}

.themeb4 .btn:hover {
    color: #212529;
    text-decoration: none;
}

.themeb4 .btn:focus, .themeb4 .btn.themeb4 .focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.themeb4 .btn.themeb4 .disabled, .themeb4 .btn:disabled {
    opacity: 0.65;
}

.themeb4 .btn:not(:disabled):not(.themeb4 .disabled) {
    cursor: pointer;
}

a.themeb4 .btn.themeb4 .disabled,
fieldset:disabled a.themeb4 .btn {
    pointer-events: none;
}

.themeb4 .btn-primary {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

    .themeb4 .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .themeb4 .btn-primary:focus, .themeb4 .btn-primary.themeb4 .focus {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

    .themeb4 .btn-primary.themeb4 .disabled, .themeb4 .btn-primary:disabled {
        color: #fff;
        background-color: var(--main-color);
        border-color: var(--main-color);
    }

    .themeb4 .btn-primary:not(:disabled):not(.themeb4 .disabled):active, .themeb4 .btn-primary:not(:disabled):not(.themeb4 .disabled).themeb4 .active,
    .themeb4 .show > .btn-primary.themeb4 .dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .themeb4 .btn-primary:not(:disabled):not(.themeb4 .disabled):active:focus, .themeb4 .btn-primary:not(:disabled):not(.themeb4 .disabled).themeb4 .active:focus,
        .themeb4 .show > .btn-primary.themeb4 .dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        }

.themeb4 .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .themeb4 .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .themeb4 .btn-secondary:focus, .themeb4 .btn-secondary.themeb4 .focus {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
        box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    }

    .themeb4 .btn-secondary.themeb4 .disabled, .themeb4 .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .themeb4 .btn-secondary:not(:disabled):not(.themeb4 .disabled):active, .themeb4 .btn-secondary:not(:disabled):not(.themeb4 .disabled).themeb4 .active,
    .themeb4 .show > .btn-secondary.themeb4 .dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
    }

        .themeb4 .btn-secondary:not(:disabled):not(.themeb4 .disabled):active:focus, .themeb4 .btn-secondary:not(:disabled):not(.themeb4 .disabled).themeb4 .active:focus,
        .themeb4 .show > .btn-secondary.themeb4 .dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
        }

.themeb4 .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

    .themeb4 .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .themeb4 .btn-success:focus, .themeb4 .btn-success.themeb4 .focus {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
        box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    }

    .themeb4 .btn-success.themeb4 .disabled, .themeb4 .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .themeb4 .btn-success:not(:disabled):not(.themeb4 .disabled):active, .themeb4 .btn-success:not(:disabled):not(.themeb4 .disabled).themeb4 .active,
    .themeb4 .show > .btn-success.themeb4 .dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430;
    }

        .themeb4 .btn-success:not(:disabled):not(.themeb4 .disabled):active:focus, .themeb4 .btn-success:not(:disabled):not(.themeb4 .disabled).themeb4 .active:focus,
        .themeb4 .show > .btn-success.themeb4 .dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
        }

.themeb4 .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

    .themeb4 .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }

    .themeb4 .btn-info:focus, .themeb4 .btn-info.themeb4 .focus {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
        box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    }

    .themeb4 .btn-info.themeb4 .disabled, .themeb4 .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .themeb4 .btn-info:not(:disabled):not(.themeb4 .disabled):active, .themeb4 .btn-info:not(:disabled):not(.themeb4 .disabled).themeb4 .active,
    .themeb4 .show > .btn-info.themeb4 .dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f;
    }

        .themeb4 .btn-info:not(:disabled):not(.themeb4 .disabled):active:focus, .themeb4 .btn-info:not(:disabled):not(.themeb4 .disabled).themeb4 .active:focus,
        .themeb4 .show > .btn-info.themeb4 .dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
        }

.themeb4 .btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .themeb4 .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
    }

    .themeb4 .btn-warning:focus, .themeb4 .btn-warning.themeb4 .focus {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
        box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    }

    .themeb4 .btn-warning.themeb4 .disabled, .themeb4 .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .themeb4 .btn-warning:not(:disabled):not(.themeb4 .disabled):active, .themeb4 .btn-warning:not(:disabled):not(.themeb4 .disabled).themeb4 .active,
    .themeb4 .show > .btn-warning.themeb4 .dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500;
    }

        .themeb4 .btn-warning:not(:disabled):not(.themeb4 .disabled):active:focus, .themeb4 .btn-warning:not(:disabled):not(.themeb4 .disabled).themeb4 .active:focus,
        .themeb4 .show > .btn-warning.themeb4 .dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
        }

.themeb4 .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .themeb4 .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .themeb4 .btn-danger:focus, .themeb4 .btn-danger.themeb4 .focus {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    }

    .themeb4 .btn-danger.themeb4 .disabled, .themeb4 .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .themeb4 .btn-danger:not(:disabled):not(.themeb4 .disabled):active, .themeb4 .btn-danger:not(:disabled):not(.themeb4 .disabled).themeb4 .active,
    .themeb4 .show > .btn-danger.themeb4 .dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

        .themeb4 .btn-danger:not(:disabled):not(.themeb4 .disabled):active:focus, .themeb4 .btn-danger:not(:disabled):not(.themeb4 .disabled).themeb4 .active:focus,
        .themeb4 .show > .btn-danger.themeb4 .dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
        }

.themeb4 .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .themeb4 .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .themeb4 .btn-light:focus, .themeb4 .btn-light.themeb4 .focus {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
        box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    }

    .themeb4 .btn-light.themeb4 .disabled, .themeb4 .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .themeb4 .btn-light:not(:disabled):not(.themeb4 .disabled):active, .themeb4 .btn-light:not(:disabled):not(.themeb4 .disabled).themeb4 .active,
    .themeb4 .show > .btn-light.themeb4 .dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df;
    }

        .themeb4 .btn-light:not(:disabled):not(.themeb4 .disabled):active:focus, .themeb4 .btn-light:not(:disabled):not(.themeb4 .disabled).themeb4 .active:focus,
        .themeb4 .show > .btn-light.themeb4 .dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
        }

.themeb4 .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

    .themeb4 .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
    }

    .themeb4 .btn-dark:focus, .themeb4 .btn-dark.themeb4 .focus {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
        box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    }

    .themeb4 .btn-dark.themeb4 .disabled, .themeb4 .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .themeb4 .btn-dark:not(:disabled):not(.themeb4 .disabled):active, .themeb4 .btn-dark:not(:disabled):not(.themeb4 .disabled).themeb4 .active,
    .themeb4 .show > .btn-dark.themeb4 .dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d;
    }

        .themeb4 .btn-dark:not(:disabled):not(.themeb4 .disabled):active:focus, .themeb4 .btn-dark:not(:disabled):not(.themeb4 .disabled).themeb4 .active:focus,
        .themeb4 .show > .btn-dark.themeb4 .dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
        }

.themeb4 .btn-outline-primary {
    color: var(--main-color);
    border-color: var(--main-color);
}

    .themeb4 .btn-outline-primary:hover {
        color: #fff;
        background-color: var(--main-color);
        border-color: var(--main-color);
    }

    .themeb4 .btn-outline-primary:focus, .themeb4 .btn-outline-primary.themeb4 .focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .themeb4 .btn-outline-primary.themeb4 .disabled, .themeb4 .btn-outline-primary:disabled {
        color: var(--main-color);
        background-color: transparent;
    }

    .themeb4 .btn-outline-primary:not(:disabled):not(.themeb4 .disabled):active, .themeb4 .btn-outline-primary:not(:disabled):not(.themeb4 .disabled).themeb4 .active,
    .themeb4 .show > .btn-outline-primary.themeb4 .dropdown-toggle {
        color: #fff;
        background-color: var(--main-color);
        border-color: var(--main-color);
    }

        .themeb4 .btn-outline-primary:not(:disabled):not(.themeb4 .disabled):active:focus, .themeb4 .btn-outline-primary:not(:disabled):not(.themeb4 .disabled).themeb4 .active:focus,
        .themeb4 .show > .btn-outline-primary.themeb4 .dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }

.themeb4 .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

    .themeb4 .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .themeb4 .btn-outline-secondary:focus, .themeb4 .btn-outline-secondary.themeb4 .focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .themeb4 .btn-outline-secondary.themeb4 .disabled, .themeb4 .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent;
    }

    .themeb4 .btn-outline-secondary:not(:disabled):not(.themeb4 .disabled):active, .themeb4 .btn-outline-secondary:not(:disabled):not(.themeb4 .disabled).themeb4 .active,
    .themeb4 .show > .btn-outline-secondary.themeb4 .dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .themeb4 .btn-outline-secondary:not(:disabled):not(.themeb4 .disabled):active:focus, .themeb4 .btn-outline-secondary:not(:disabled):not(.themeb4 .disabled).themeb4 .active:focus,
        .themeb4 .show > .btn-outline-secondary.themeb4 .dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }

.themeb4 .btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

    .themeb4 .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .themeb4 .btn-outline-success:focus, .themeb4 .btn-outline-success.themeb4 .focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .themeb4 .btn-outline-success.themeb4 .disabled, .themeb4 .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent;
    }

    .themeb4 .btn-outline-success:not(:disabled):not(.themeb4 .disabled):active, .themeb4 .btn-outline-success:not(:disabled):not(.themeb4 .disabled).themeb4 .active,
    .themeb4 .show > .btn-outline-success.themeb4 .dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

        .themeb4 .btn-outline-success:not(:disabled):not(.themeb4 .disabled):active:focus, .themeb4 .btn-outline-success:not(:disabled):not(.themeb4 .disabled).themeb4 .active:focus,
        .themeb4 .show > .btn-outline-success.themeb4 .dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }

.themeb4 .btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

    .themeb4 .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .themeb4 .btn-outline-info:focus, .themeb4 .btn-outline-info.themeb4 .focus {
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }

    .themeb4 .btn-outline-info.themeb4 .disabled, .themeb4 .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent;
    }

    .themeb4 .btn-outline-info:not(:disabled):not(.themeb4 .disabled):active, .themeb4 .btn-outline-info:not(:disabled):not(.themeb4 .disabled).themeb4 .active,
    .themeb4 .show > .btn-outline-info.themeb4 .dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

        .themeb4 .btn-outline-info:not(:disabled):not(.themeb4 .disabled):active:focus, .themeb4 .btn-outline-info:not(:disabled):not(.themeb4 .disabled).themeb4 .active:focus,
        .themeb4 .show > .btn-outline-info.themeb4 .dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
        }

.themeb4 .btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

    .themeb4 .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .themeb4 .btn-outline-warning:focus, .themeb4 .btn-outline-warning.themeb4 .focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

    .themeb4 .btn-outline-warning.themeb4 .disabled, .themeb4 .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent;
    }

    .themeb4 .btn-outline-warning:not(:disabled):not(.themeb4 .disabled):active, .themeb4 .btn-outline-warning:not(:disabled):not(.themeb4 .disabled).themeb4 .active,
    .themeb4 .show > .btn-outline-warning.themeb4 .dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

        .themeb4 .btn-outline-warning:not(:disabled):not(.themeb4 .disabled):active:focus, .themeb4 .btn-outline-warning:not(:disabled):not(.themeb4 .disabled).themeb4 .active:focus,
        .themeb4 .show > .btn-outline-warning.themeb4 .dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        }

.themeb4 .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

    .themeb4 .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .themeb4 .btn-outline-danger:focus, .themeb4 .btn-outline-danger.themeb4 .focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

    .themeb4 .btn-outline-danger.themeb4 .disabled, .themeb4 .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent;
    }

    .themeb4 .btn-outline-danger:not(:disabled):not(.themeb4 .disabled):active, .themeb4 .btn-outline-danger:not(:disabled):not(.themeb4 .disabled).themeb4 .active,
    .themeb4 .show > .btn-outline-danger.themeb4 .dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .themeb4 .btn-outline-danger:not(:disabled):not(.themeb4 .disabled):active:focus, .themeb4 .btn-outline-danger:not(:disabled):not(.themeb4 .disabled).themeb4 .active:focus,
        .themeb4 .show > .btn-outline-danger.themeb4 .dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        }

.themeb4 .btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

    .themeb4 .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .themeb4 .btn-outline-light:focus, .themeb4 .btn-outline-light.themeb4 .focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .themeb4 .btn-outline-light.themeb4 .disabled, .themeb4 .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent;
    }

    .themeb4 .btn-outline-light:not(:disabled):not(.themeb4 .disabled):active, .themeb4 .btn-outline-light:not(:disabled):not(.themeb4 .disabled).themeb4 .active,
    .themeb4 .show > .btn-outline-light.themeb4 .dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .themeb4 .btn-outline-light:not(:disabled):not(.themeb4 .disabled):active:focus, .themeb4 .btn-outline-light:not(:disabled):not(.themeb4 .disabled).themeb4 .active:focus,
        .themeb4 .show > .btn-outline-light.themeb4 .dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }

.themeb4 .btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

    .themeb4 .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .themeb4 .btn-outline-dark:focus, .themeb4 .btn-outline-dark.themeb4 .focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

    .themeb4 .btn-outline-dark.themeb4 .disabled, .themeb4 .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent;
    }

    .themeb4 .btn-outline-dark:not(:disabled):not(.themeb4 .disabled):active, .themeb4 .btn-outline-dark:not(:disabled):not(.themeb4 .disabled).themeb4 .active,
    .themeb4 .show > .btn-outline-dark.themeb4 .dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

        .themeb4 .btn-outline-dark:not(:disabled):not(.themeb4 .disabled):active:focus, .themeb4 .btn-outline-dark:not(:disabled):not(.themeb4 .disabled).themeb4 .active:focus,
        .themeb4 .show > .btn-outline-dark.themeb4 .dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        }

.themeb4 .btn-link {
    font-weight: 400;
    color: var(--main-color);
    text-decoration: none;
}

    .themeb4 .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    .themeb4 .btn-link:focus, .themeb4 .btn-link.themeb4 .focus {
        text-decoration: underline;
    }

    .themeb4 .btn-link:disabled, .themeb4 .btn-link.themeb4 .disabled {
        color: #6c757d;
        pointer-events: none;
    }

.themeb4 .btn-lg, .themeb4 .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.themeb4 .btn-sm, .themeb4 .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.themeb4 .btn-block {
    display: block;
    width: 100%;
}

    .themeb4 .btn-block + .themeb4 .btn-block {
        margin-top: 0.5rem;
    }

input[type="submit"].themeb4 .btn-block,
input[type="reset"].themeb4 .btn-block,
input[type="button"].themeb4 .btn-block {
    width: 100%;
}

.themeb4 .fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .themeb4 .fade {
        transition: none;
    }
}
/*
.themeb4 .fade:not(.show) {
    opacity: 0;
}

.themeb4 .collapse:not(.show) {
    display: none;
}*/

.themeb4 .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .themeb4 .collapsing {
        transition: none;
    }
}

.themeb4 .dropup,
.themeb4 .dropright,
.themeb4 .dropdown,
.themeb4 .dropleft {
    position: relative;
}

.themeb4 .dropdown-toggle {
    white-space: nowrap;
}

    .themeb4 .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        display: none;
        border-left: 0.3em solid transparent;
    }

    .themeb4 .dropdown-toggle:empty::after {
        margin-left: 0;
    }

.themeb4 .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    font-size:16px;
}


.themeb4 .dropdown-lg {
    width: 340px
}

.themeb4 .dropdown-xl {
    min-width: 48rem
}

.open > .dropdown-menu {
    display: block;
}

.themeb4 .dropdown-menu-left {
    right: auto;
    left: 0;
}

.themeb4 .dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .themeb4 .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .themeb4 .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .themeb4 .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .themeb4 .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .themeb4 .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .themeb4 .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .themeb4 .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .themeb4 .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.themeb4 .dropup .themeb4 .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.themeb4 .dropup .themeb4 .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.themeb4 .dropup .themeb4 .dropdown-toggle:empty::after {
    margin-left: 0;
}

.themeb4 .dropright .themeb4 .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.themeb4 .dropright .themeb4 .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.themeb4 .dropright .themeb4 .dropdown-toggle:empty::after {
    margin-left: 0;
}

.themeb4 .dropright .themeb4 .dropdown-toggle::after {
    vertical-align: 0;
}

.themeb4 .dropleft .themeb4 .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.themeb4 .dropleft .themeb4 .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.themeb4 .dropleft .themeb4 .dropdown-toggle::after {
    display: none;
}

.themeb4 .dropleft .themeb4 .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.themeb4 .dropleft .themeb4 .dropdown-toggle:empty::after {
    margin-left: 0;
}

.themeb4 .dropleft .themeb4 .dropdown-toggle::before {
    vertical-align: 0;
}

.themeb4 .dropdown-menu[x-placement^="top"], .themeb4 .dropdown-menu[x-placement^="right"], .themeb4 .dropdown-menu[x-placement^="bottom"], .themeb4 .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.themeb4 .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.themeb4 .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .themeb4 .dropdown-item:hover, .themeb4 .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .themeb4 .dropdown-item.themeb4 .active, .themeb4 .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: var(--main-color);
    }

    .themeb4 .dropdown-item.themeb4 .disabled, .themeb4 .dropdown-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent;
    }

.themeb4 .dropdown-menu.themeb4 .show {
    display: block;
}

.themeb4 .dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.themeb4 .dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.themeb4 .btn-group,
.themeb4 .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

    .themeb4 .btn-group > .btn,
    .themeb4 .btn-group-vertical > .btn {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

        .themeb4 .btn-group > .btn:hover,
        .themeb4 .btn-group-vertical > .btn:hover {
            z-index: 1;
        }

        .themeb4 .btn-group > .btn:focus, .themeb4 .btn-group > .btn:active, .themeb4 .btn-group > .btn.themeb4 .active,
        .themeb4 .btn-group-vertical > .btn:focus,
        .themeb4 .btn-group-vertical > .btn:active,
        .themeb4 .btn-group-vertical > .btn.themeb4 .active {
            z-index: 1;
        }

.themeb4 .btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .themeb4 .btn-toolbar .themeb4 .input-group {
        width: auto;
    }

.themeb4 .btn-group > .btn:not(:first-child),
.themeb4 .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.themeb4 .btn-group > .btn:not(:last-child):not(.themeb4 .dropdown-toggle),
.themeb4 .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.themeb4 .btn-group > .btn:not(:first-child),
.themeb4 .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.themeb4 .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

    .themeb4 .dropdown-toggle-split::after,
    .themeb4 .dropup .themeb4 .dropdown-toggle-split::after,
    .themeb4 .dropright .themeb4 .dropdown-toggle-split::after {
        margin-left: 0;
    }

.themeb4 .dropleft .themeb4 .dropdown-toggle-split::before {
    margin-right: 0;
}

.themeb4 .btn-sm + .themeb4 .dropdown-toggle-split, .themeb4 .btn-group-sm > .btn + .themeb4 .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.themeb4 .btn-lg + .themeb4 .dropdown-toggle-split, .themeb4 .btn-group-lg > .btn + .themeb4 .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.themeb4 .btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

    .themeb4 .btn-group-vertical > .btn,
    .themeb4 .btn-group-vertical > .btn-group {
        width: 100%;
    }

        .themeb4 .btn-group-vertical > .btn:not(:first-child),
        .themeb4 .btn-group-vertical > .btn-group:not(:first-child) {
            margin-top: -1px;
        }

        .themeb4 .btn-group-vertical > .btn:not(:last-child):not(.themeb4 .dropdown-toggle),
        .themeb4 .btn-group-vertical > .btn-group:not(:last-child) > .btn {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .themeb4 .btn-group-vertical > .btn:not(:first-child),
        .themeb4 .btn-group-vertical > .btn-group:not(:first-child) > .btn {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

.themeb4 .btn-group-toggle > .btn,
.themeb4 .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

    .themeb4 .btn-group-toggle > .btn input[type="radio"],
    .themeb4 .btn-group-toggle > .btn input[type="checkbox"],
    .themeb4 .btn-group-toggle > .btn-group > .btn input[type="radio"],
    .themeb4 .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }

.themeb4 .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .themeb4 .input-group > .form-control,
    .themeb4 .input-group > .form-control-plaintext,
    .themeb4 .input-group > .custom-select,
    .themeb4 .input-group > .custom-file {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        margin-bottom: 0;
    }

        .themeb4 .input-group > .form-control + .themeb4 .form-control,
        .themeb4 .input-group > .form-control + .themeb4 .custom-select,
        .themeb4 .input-group > .form-control + .themeb4 .custom-file,
        .themeb4 .input-group > .form-control-plaintext + .themeb4 .form-control,
        .themeb4 .input-group > .form-control-plaintext + .themeb4 .custom-select,
        .themeb4 .input-group > .form-control-plaintext + .themeb4 .custom-file,
        .themeb4 .input-group > .custom-select + .themeb4 .form-control,
        .themeb4 .input-group > .custom-select + .themeb4 .custom-select,
        .themeb4 .input-group > .custom-select + .themeb4 .custom-file,
        .themeb4 .input-group > .custom-file + .themeb4 .form-control,
        .themeb4 .input-group > .custom-file + .themeb4 .custom-select,
        .themeb4 .input-group > .custom-file + .themeb4 .custom-file {
            margin-left: -1px;
        }

        .themeb4 .input-group > .form-control:focus,
        .themeb4 .input-group > .custom-select:focus,
        .themeb4 .input-group > .custom-file .themeb4 .custom-file-input:focus ~ .themeb4 .custom-file-label {
            z-index: 3;
        }

        .themeb4 .input-group > .custom-file .themeb4 .custom-file-input:focus {
            z-index: 4;
        }

        .themeb4 .input-group > .form-control:not(:last-child),
        .themeb4 .input-group > .custom-select:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .themeb4 .input-group > .form-control:not(:first-child),
        .themeb4 .input-group > .custom-select:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .themeb4 .input-group > .custom-file {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .themeb4 .input-group > .custom-file:not(:last-child) .themeb4 .custom-file-label,
        .themeb4 .input-group > .custom-file:not(:last-child) .themeb4 .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .themeb4 .input-group > .custom-file:not(:first-child) .themeb4 .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.themeb4 .input-group-prepend,
.themeb4 .input-group-append {
    display: -ms-flexbox;
    display: flex;
}

    .themeb4 .input-group-prepend.btn,
    .themeb4 .input-group-append.btn {
        position: relative;
        z-index: 2;
    }

        .themeb4 .input-group-prepend.btn:focus,
        .themeb4 .input-group-append.btn:focus {
            z-index: 3;
        }

        .themeb4 .input-group-prepend.btn + .btn,
        .themeb4 .input-group-prepend.btn + .input-group-text,
        .themeb4 .input-group-prepend.input-group-text + .input-group-text,
        .themeb4 .input-group-prepend.input-group-text + .btn,
        .themeb4 .input-group-append.btn + .btn,
        .themeb4 .input-group-append.btn + .input-group-text,
        .themeb4 .input-group-append.input-group-text + .input-group-text,
        .themeb4 .input-group-append.input-group-text + .btn {
            margin-left: -1px;
        }

.themeb4 .input-group-prepend {
    margin-right: -1px;
}

.themeb4 .input-group-append {
    margin-left: -1px;
}

.themeb4 .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .themeb4 .input-group-text input[type="radio"],
    .themeb4 .input-group-text input[type="checkbox"] {
        margin-top: 0;
    }

.themeb4 .input-group-lg > .form-control:not(textarea),
.themeb4 .input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px);
}

.themeb4 .input-group-lg > .form-control,
.themeb4 .input-group-lg > .custom-select,
.themeb4 .input-group-lg > .input-group-prepend > .input-group-text,
.themeb4 .input-group-lg > .input-group-append > .input-group-text,
.themeb4 .input-group-lg > .input-group-prepend > .btn,
.themeb4 .input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.themeb4 .input-group-sm > .form-control:not(textarea),
.themeb4 .input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

.themeb4 .input-group-sm > .form-control,
.themeb4 .input-group-sm > .custom-select,
.themeb4 .input-group-sm > .input-group-prepend > .input-group-text,
.themeb4 .input-group-sm > .input-group-append > .input-group-text,
.themeb4 .input-group-sm > .input-group-prepend > .btn,
.themeb4 .input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.themeb4 .input-group-lg > .custom-select,
.themeb4 .input-group-sm > .custom-select {
    padding-right: 1.75rem;
}

.themeb4 .input-group > .input-group-prepend > .btn,
.themeb4 .input-group > .input-group-prepend > .input-group-text,
.themeb4 .input-group > .input-group-append:not(:last-child) > .btn,
.themeb4 .input-group > .input-group-append:not(:last-child) > .input-group-text,
.themeb4 .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.themeb4 .dropdown-toggle),
.themeb4 .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.themeb4 .input-group > .input-group-append > .btn,
.themeb4 .input-group > .input-group-append > .input-group-text,
.themeb4 .input-group > .input-group-prepend:not(:first-child) > .btn,
.themeb4 .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.themeb4 .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.themeb4 .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.themeb4 .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.themeb4 .custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.themeb4 .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

    .themeb4 .custom-control-input:checked ~ .themeb4 .custom-control-label::before {
        color: #fff;
        border-color: var(--main-color);
        background-color: var(--main-color);
    }

    .themeb4 .custom-control-input:focus ~ .themeb4 .custom-control-label::before {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .themeb4 .custom-control-input:focus:not(:checked) ~ .themeb4 .custom-control-label::before {
        border-color: #80bdff;
    }

    .themeb4 .custom-control-input:not(:disabled):active ~ .themeb4 .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
        border-color: #b3d7ff;
    }

    .themeb4 .custom-control-input[disabled] ~ .themeb4 .custom-control-label, .themeb4 .custom-control-input:disabled ~ .themeb4 .custom-control-label {
        color: #6c757d;
    }

        .themeb4 .custom-control-input[disabled] ~ .themeb4 .custom-control-label::before, .themeb4 .custom-control-input:disabled ~ .themeb4 .custom-control-label::before {
            background-color: #e9ecef;
        }

.themeb4 .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

    .themeb4 .custom-control-label::before {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px;
    }

    .themeb4 .custom-control-label::after {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: no-repeat 50% / 50% 50%;
    }

.themeb4 .custom-checkbox .themeb4 .custom-control-label::before {
    border-radius: 0.25rem;
}

.themeb4 .custom-checkbox .themeb4 .custom-control-input:checked ~ .themeb4 .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.themeb4 .w3.themeb4 .org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.themeb4 .75l-3.59 3.themeb4 .612-1.538-1.55L0 4.26l2.themeb4 .974 2.themeb4 .99L8 2.193z'/%3e%3c/svg%3e");
}

.themeb4 .custom-checkbox .themeb4 .custom-control-input:indeterminate ~ .themeb4 .custom-control-label::before {
    border-color: var(--main-color);
    background-color: var(--main-color);
}

.themeb4 .custom-checkbox .themeb4 .custom-control-input:indeterminate ~ .themeb4 .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.themeb4 .w3.themeb4 .org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.themeb4 .custom-checkbox .themeb4 .custom-control-input:disabled:checked ~ .themeb4 .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.themeb4 .custom-checkbox .themeb4 .custom-control-input:disabled:indeterminate ~ .themeb4 .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.themeb4 .custom-radio .themeb4 .custom-control-label::before {
    border-radius: 50%;
}

.themeb4 .custom-radio .themeb4 .custom-control-input:checked ~ .themeb4 .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.themeb4 .w3.themeb4 .org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.themeb4 .custom-radio .themeb4 .custom-control-input:disabled:checked ~ .themeb4 .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.themeb4 .custom-switch {
    padding-left: 2.25rem;
}

    .themeb4 .custom-switch .themeb4 .custom-control-label::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: 0.5rem;
    }

    .themeb4 .custom-switch .themeb4 .custom-control-label::after {
        top: calc(0.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: 0.5rem;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    }

@media (prefers-reduced-motion: reduce) {
    .themeb4 .custom-switch .themeb4 .custom-control-label::after {
        transition: none;
    }
}

.themeb4 .custom-switch .themeb4 .custom-control-input:checked ~ .themeb4 .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

.themeb4 .custom-switch .themeb4 .custom-control-input:disabled:checked ~ .themeb4 .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.themeb4 .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.themeb4 .w3.themeb4 .org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .themeb4 .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

        .themeb4 .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff;
        }

    .themeb4 .custom-select[multiple], .themeb4 .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none;
    }

    .themeb4 .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef;
    }

    .themeb4 .custom-select::-ms-expand {
        display: none;
    }

    .themeb4 .custom-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #495057;
    }

.themeb4 .custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.themeb4 .custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.themeb4 .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.themeb4 .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

    .themeb4 .custom-file-input:focus ~ .themeb4 .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .themeb4 .custom-file-input[disabled] ~ .themeb4 .custom-file-label,
    .themeb4 .custom-file-input:disabled ~ .themeb4 .custom-file-label {
        background-color: #e9ecef;
    }

    .themeb4 .custom-file-input:lang(en) ~ .themeb4 .custom-file-label::after {
        content: "Browse";
    }

    .themeb4 .custom-file-input ~ .themeb4 .custom-file-label[data-browse]::after {
        content: attr(data-browse);
    }

.themeb4 .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .themeb4 .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + 0.75rem);
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 0.25rem 0.25rem 0;
    }

.themeb4 .custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .themeb4 .custom-range:focus {
        outline: none;
    }

        .themeb4 .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        .themeb4 .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        .themeb4 .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

    .themeb4 .custom-range::-moz-focus-outer {
        border: 0;
    }

    .themeb4 .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: var(--main-color);
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -webkit-appearance: none;
        appearance: none;
    }

@media (prefers-reduced-motion: reduce) {
    .themeb4 .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.themeb4 .custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

.themeb4 .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.themeb4 .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: var(--main-color);
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .themeb4 .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}

.themeb4 .custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

.themeb4 .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.themeb4 .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: var(--main-color);
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .themeb4 .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}

.themeb4 .custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.themeb4 .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.themeb4 .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.themeb4 .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.themeb4 .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.themeb4 .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.themeb4 .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.themeb4 .custom-range:disabled::-moz-range-track {
    cursor: default;
}

.themeb4 .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.themeb4 .custom-control-label::before,
.themeb4 .custom-file-label,
.themeb4 .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .themeb4 .custom-control-label::before,
    .themeb4 .custom-file-label,
    .themeb4 .custom-select {
        transition: none;
    }
}


.themeb4 .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.themeb4 .breadcrumb-item {
    display: -ms-flexbox;
    display: flex;
}

    .themeb4 .breadcrumb-item + .themeb4 .breadcrumb-item {
        padding-left: 0.5rem;
    }

        .themeb4 .breadcrumb-item + .themeb4 .breadcrumb-item::before {
            display: inline-block;
            padding-right: 0.5rem;
            color: #6c757d;
            content: "/";
        }

        .themeb4 .breadcrumb-item + .themeb4 .breadcrumb-item:hover::before {
            text-decoration: underline;
        }

        .themeb4 .breadcrumb-item + .themeb4 .breadcrumb-item:hover::before {
            text-decoration: none;
        }

    .themeb4 .breadcrumb-item.themeb4 .active {
        color: #6c757d;
    }

.themeb4 .pagination {
    display: -ms-flexbox;
    /*display: flex;*/
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.themeb4 .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--main-color);
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .themeb4 .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .themeb4 .page-link:focus {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.themeb4 .page-item:first-child.page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.themeb4 .page-item:last-child.page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.themeb4 .page-item.themeb4 .active .themeb4 .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.themeb4 .page-item.themeb4 .disabled.page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.themeb4 .pagination-lg .themeb4 .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.themeb4 .pagination-lg .themeb4 .page-item:first-child.page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.themeb4 .pagination-lg .themeb4 .page-item:last-child.page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.themeb4 .pagination-sm .themeb4 .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.themeb4 .pagination-sm .themeb4 .page-item:first-child.page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.themeb4 .pagination-sm .themeb4 .page-item:last-child.page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}


.themeb4 .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .themeb4 .jumbotron {
        padding: 4rem 2rem;
    }
}

.themeb4 .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.themeb4 .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.themeb4 .alert-heading {
    color: inherit;
}

.themeb4 .alert-link {
    font-weight: 700;
}

.themeb4 .alert-dismissible {
    padding-right: 4rem;
}

    .themeb4 .alert-dismissible .themeb4 .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.75rem 1.25rem;
        color: inherit;
    }

.themeb4 .alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

    .themeb4 .alert-primary hr {
        border-top-color: #9fcdff;
    }

    .themeb4 .alert-primary .themeb4 .alert-link {
        color: #002752;
    }

.themeb4 .alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

    .themeb4 .alert-secondary hr {
        border-top-color: #c8cbcf;
    }

    .themeb4 .alert-secondary .themeb4 .alert-link {
        color: #202326;
    }

.themeb4 .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

    .themeb4 .alert-success hr {
        border-top-color: #b1dfbb;
    }

    .themeb4 .alert-success .themeb4 .alert-link {
        color: #0b2e13;
    }

.themeb4 .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .themeb4 .alert-info hr {
        border-top-color: #abdde5;
    }

    .themeb4 .alert-info .themeb4 .alert-link {
        color: #062c33;
    }

.themeb4 .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .themeb4 .alert-warning hr {
        border-top-color: #ffe8a1;
    }

    .themeb4 .alert-warning .themeb4 .alert-link {
        color: #533f03;
    }

.themeb4 .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .themeb4 .alert-danger hr {
        border-top-color: #f1b0b7;
    }

    .themeb4 .alert-danger .themeb4 .alert-link {
        color: #491217;
    }

.themeb4 .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .themeb4 .alert-light hr {
        border-top-color: #ececf6;
    }

    .themeb4 .alert-light .themeb4 .alert-link {
        color: #686868;
    }

.themeb4 .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .themeb4 .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .themeb4 .alert-dark .themeb4 .alert-link {
        color: #040505;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}


.themeb4 .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.themeb4 .media-body {
    -ms-flex: 1;
    flex: 1;
}

.themeb4 .list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.themeb4 .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .themeb4 .list-group-item-action:hover, .themeb4 .list-group-item-action:focus {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .themeb4 .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef;
    }

.themeb4 .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .themeb4 .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    .themeb4 .list-group-item:last-child {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit;
    }

    .themeb4 .list-group-item.themeb4 .disabled, .themeb4 .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff;
    }

    .themeb4 .list-group-item.themeb4 .active {
        z-index: 2;
        color: #fff;
        background-color: var(--main-color);
        border-color: var(--main-color);
    }

    .themeb4 .list-group-item + .themeb4 .list-group-item {
        border-top-width: 0;
    }

        .themeb4 .list-group-item + .themeb4 .list-group-item.themeb4 .active {
            margin-top: -1px;
            border-top-width: 1px;
        }

.themeb4 .list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
}

    .themeb4 .list-group-horizontal > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .themeb4 .list-group-horizontal > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .themeb4 .list-group-horizontal > .list-group-item.themeb4 .active {
        margin-top: 0;
    }

    .themeb4 .list-group-horizontal > .list-group-item + .themeb4 .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

        .themeb4 .list-group-horizontal > .list-group-item + .themeb4 .list-group-item.themeb4 .active {
            margin-left: -1px;
            border-left-width: 1px;
        }

@media (min-width: 576px) {
    .themeb4 .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .themeb4 .list-group-horizontal-sm > .list-group-item:first-child {
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .themeb4 .list-group-horizontal-sm > .list-group-item:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

        .themeb4 .list-group-horizontal-sm > .list-group-item.themeb4 .active {
            margin-top: 0;
        }

        .themeb4 .list-group-horizontal-sm > .list-group-item + .themeb4 .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .themeb4 .list-group-horizontal-sm > .list-group-item + .themeb4 .list-group-item.themeb4 .active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width: 768px) {
    .themeb4 .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .themeb4 .list-group-horizontal-md > .list-group-item:first-child {
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .themeb4 .list-group-horizontal-md > .list-group-item:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

        .themeb4 .list-group-horizontal-md > .list-group-item.themeb4 .active {
            margin-top: 0;
        }

        .themeb4 .list-group-horizontal-md > .list-group-item + .themeb4 .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .themeb4 .list-group-horizontal-md > .list-group-item + .themeb4 .list-group-item.themeb4 .active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width: 992px) {
    .themeb4 .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .themeb4 .list-group-horizontal-lg > .list-group-item:first-child {
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .themeb4 .list-group-horizontal-lg > .list-group-item:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

        .themeb4 .list-group-horizontal-lg > .list-group-item.themeb4 .active {
            margin-top: 0;
        }

        .themeb4 .list-group-horizontal-lg > .list-group-item + .themeb4 .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .themeb4 .list-group-horizontal-lg > .list-group-item + .themeb4 .list-group-item.themeb4 .active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width: 1200px) {
    .themeb4 .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .themeb4 .list-group-horizontal-xl > .list-group-item:first-child {
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .themeb4 .list-group-horizontal-xl > .list-group-item:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

        .themeb4 .list-group-horizontal-xl > .list-group-item.themeb4 .active {
            margin-top: 0;
        }

        .themeb4 .list-group-horizontal-xl > .list-group-item + .themeb4 .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .themeb4 .list-group-horizontal-xl > .list-group-item + .themeb4 .list-group-item.themeb4 .active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

.themeb4 .list-group-flush {
    border-radius: 0;
}

    .themeb4 .list-group-flush > .list-group-item {
        border-width: 0 0 1px;
    }

        .themeb4 .list-group-flush > .list-group-item:last-child {
            border-bottom-width: 0;
        }

.themeb4 .list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

    .themeb4 .list-group-item-primary.themeb4 .list-group-item-action:hover, .themeb4 .list-group-item-primary.themeb4 .list-group-item-action:focus {
        color: #004085;
        background-color: #9fcdff;
    }

    .themeb4 .list-group-item-primary.themeb4 .list-group-item-action.themeb4 .active {
        color: #fff;
        background-color: #004085;
        border-color: #004085;
    }

.themeb4 .list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

    .themeb4 .list-group-item-secondary.themeb4 .list-group-item-action:hover, .themeb4 .list-group-item-secondary.themeb4 .list-group-item-action:focus {
        color: #383d41;
        background-color: #c8cbcf;
    }

    .themeb4 .list-group-item-secondary.themeb4 .list-group-item-action.themeb4 .active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41;
    }

.themeb4 .list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

    .themeb4 .list-group-item-success.themeb4 .list-group-item-action:hover, .themeb4 .list-group-item-success.themeb4 .list-group-item-action:focus {
        color: #155724;
        background-color: #b1dfbb;
    }

    .themeb4 .list-group-item-success.themeb4 .list-group-item-action.themeb4 .active {
        color: #fff;
        background-color: #155724;
        border-color: #155724;
    }

.themeb4 .list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

    .themeb4 .list-group-item-info.themeb4 .list-group-item-action:hover, .themeb4 .list-group-item-info.themeb4 .list-group-item-action:focus {
        color: #0c5460;
        background-color: #abdde5;
    }

    .themeb4 .list-group-item-info.themeb4 .list-group-item-action.themeb4 .active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460;
    }

.themeb4 .list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

    .themeb4 .list-group-item-warning.themeb4 .list-group-item-action:hover, .themeb4 .list-group-item-warning.themeb4 .list-group-item-action:focus {
        color: #856404;
        background-color: #ffe8a1;
    }

    .themeb4 .list-group-item-warning.themeb4 .list-group-item-action.themeb4 .active {
        color: #fff;
        background-color: #856404;
        border-color: #856404;
    }

.themeb4 .list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

    .themeb4 .list-group-item-danger.themeb4 .list-group-item-action:hover, .themeb4 .list-group-item-danger.themeb4 .list-group-item-action:focus {
        color: #721c24;
        background-color: #f1b0b7;
    }

    .themeb4 .list-group-item-danger.themeb4 .list-group-item-action.themeb4 .active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24;
    }

.themeb4 .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

    .themeb4 .list-group-item-light.themeb4 .list-group-item-action:hover, .themeb4 .list-group-item-light.themeb4 .list-group-item-action:focus {
        color: #818182;
        background-color: #ececf6;
    }

    .themeb4 .list-group-item-light.themeb4 .list-group-item-action.themeb4 .active {
        color: #fff;
        background-color: #818182;
        border-color: #818182;
    }

.themeb4 .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

    .themeb4 .list-group-item-dark.themeb4 .list-group-item-action:hover, .themeb4 .list-group-item-dark.themeb4 .list-group-item-action:focus {
        color: #1b1e21;
        background-color: #b9bbbe;
    }

    .themeb4 .list-group-item-dark.themeb4 .list-group-item-action.themeb4 .active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21;
    }

.themeb4 .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .themeb4 .close:hover {
        color: #000;
        text-decoration: none;
    }

    .themeb4 .close:not(:disabled):not(.themeb4 .disabled):hover, .themeb4 .close:not(:disabled):not(.themeb4 .disabled):focus {
        opacity: .themeb4 .75;
    }

button.themeb4 .close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.themeb4 .close.themeb4 .disabled {
    pointer-events: none;
}

.themeb4 .toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}

    .themeb4 .toast:not(:last-child) {
        margin-bottom: 0.75rem;
    }

    .themeb4 .toast.themeb4 .showing {
        opacity: 1;
    }

    .themeb4 .toast.themeb4 .show {
        display: block;
        opacity: 1;
    }

    .themeb4 .toast.themeb4 .hide {
        display: none;
    }

.themeb4 .toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.themeb4 .toast-body {
    padding: 0.75rem;
}

.themeb4 .modal-open {
    overflow: hidden;
}

    .themeb4 .modal-open .themeb4 .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.themeb4 .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.themeb4 .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.themeb4 .modal.themeb4 .fade .themeb4 .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .themeb4 .modal.themeb4 .fade .themeb4 .modal-dialog {
        transition: none;
    }
}

.themeb4 .modal.themeb4 .show .themeb4 .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.themeb4 .modal.themeb4 .modal-static .themeb4 .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.themeb4 .modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

    .themeb4 .modal-dialog-scrollable .themeb4 .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden;
    }

    .themeb4 .modal-dialog-scrollable .themeb4 .modal-header,
    .themeb4 .modal-dialog-scrollable .themeb4 .modal-footer {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .themeb4 .modal-dialog-scrollable .themeb4 .modal-body {
        overflow-y: auto;
    }

.themeb4 .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

    .themeb4 .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        content: "";
    }

    .themeb4 .modal-dialog-centered.themeb4 .modal-dialog-scrollable {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }

        .themeb4 .modal-dialog-centered.themeb4 .modal-dialog-scrollable .themeb4 .modal-content {
            max-height: none;
        }

        .themeb4 .modal-dialog-centered.themeb4 .modal-dialog-scrollable::before {
            content: none;
        }

.themeb4 .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.3rem;
    outline: 0;
}

.themeb4 .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .themeb4 .modal-backdrop.themeb4 .fade {
        opacity: 0;
    }

    .themeb4 .modal-backdrop.themeb4 .show {
        opacity: 0.5;
    }

.themeb4 .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
}

    .themeb4 .modal-header .themeb4 .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.themeb4 .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.themeb4 .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.themeb4 .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

    .themeb4 .modal-footer > * {
        margin: 0.25rem;
    }

.themeb4 .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .themeb4 .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .themeb4 .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

        .themeb4 .modal-dialog-scrollable .themeb4 .modal-content {
            max-height: calc(100vh - 3.5rem);
        }

    .themeb4 .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

        .themeb4 .modal-dialog-centered::before {
            height: calc(100vh - 3.5rem);
            height: -webkit-min-content;
            height: -moz-min-content;
            height: min-content;
        }

    .themeb4 .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .themeb4 .modal-lg,
    .themeb4 .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .themeb4 .modal-xl {
        max-width: 1140px;
    }
}

.themeb4 .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 12px;
    word-wrap: break-word;
    opacity: 0;
}

    .themeb4 .tooltip.themeb4 .show {
        opacity: 0.9;
    }

    .themeb4 .tooltip .themeb4 .arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem;
    }

        .themeb4 .tooltip .themeb4 .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.themeb4 .bs-tooltip-top, .themeb4 .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

    .themeb4 .bs-tooltip-top .themeb4 .arrow, .themeb4 .bs-tooltip-auto[x-placement^="top"] .themeb4 .arrow {
        bottom: 0;
    }

        .themeb4 .bs-tooltip-top .themeb4 .arrow::before, .themeb4 .bs-tooltip-auto[x-placement^="top"] .themeb4 .arrow::before {
            top: 0;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #000;
        }

.themeb4 .bs-tooltip-right, .themeb4 .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

    .themeb4 .bs-tooltip-right .themeb4 .arrow, .themeb4 .bs-tooltip-auto[x-placement^="right"] .themeb4 .arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .themeb4 .bs-tooltip-right .themeb4 .arrow::before, .themeb4 .bs-tooltip-auto[x-placement^="right"] .themeb4 .arrow::before {
            right: 0;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #000;
        }

.themeb4 .bs-tooltip-bottom, .themeb4 .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

    .themeb4 .bs-tooltip-bottom .themeb4 .arrow, .themeb4 .bs-tooltip-auto[x-placement^="bottom"] .themeb4 .arrow {
        top: 0;
    }

        .themeb4 .bs-tooltip-bottom .themeb4 .arrow::before, .themeb4 .bs-tooltip-auto[x-placement^="bottom"] .themeb4 .arrow::before {
            bottom: 0;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #000;
        }

.themeb4 .bs-tooltip-left, .themeb4 .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

    .themeb4 .bs-tooltip-left .themeb4 .arrow, .themeb4 .bs-tooltip-auto[x-placement^="left"] .themeb4 .arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .themeb4 .bs-tooltip-left .themeb4 .arrow::before, .themeb4 .bs-tooltip-auto[x-placement^="left"] .themeb4 .arrow::before {
            left: 0;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #000;
        }

.themeb4 .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.themeb4 .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

    .themeb4 .popover .themeb4 .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 0.3rem;
    }

        .themeb4 .popover .themeb4 .arrow::before, .themeb4 .popover .themeb4 .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.themeb4 .bs-popover-top, .themeb4 .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

    .themeb4 .bs-popover-top > .arrow, .themeb4 .bs-popover-auto[x-placement^="top"] > .arrow {
        bottom: calc(-0.5rem - 1px);
    }

        .themeb4 .bs-popover-top > .arrow::before, .themeb4 .bs-popover-auto[x-placement^="top"] > .arrow::before {
            bottom: 0;
            border-width: 0.5rem 0.5rem 0;
            border-top-color: rgba(0, 0, 0, 0.25);
        }

        .themeb4 .bs-popover-top > .arrow::after, .themeb4 .bs-popover-auto[x-placement^="top"] > .arrow::after {
            bottom: 1px;
            border-width: 0.5rem 0.5rem 0;
            border-top-color: #fff;
        }

.themeb4 .bs-popover-right, .themeb4 .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

    .themeb4 .bs-popover-right > .arrow, .themeb4 .bs-popover-auto[x-placement^="right"] > .arrow {
        left: calc(-0.5rem - 1px);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .themeb4 .bs-popover-right > .arrow::before, .themeb4 .bs-popover-auto[x-placement^="right"] > .arrow::before {
            left: 0;
            border-width: 0.5rem 0.5rem 0.5rem 0;
            border-right-color: rgba(0, 0, 0, 0.25);
        }

        .themeb4 .bs-popover-right > .arrow::after, .themeb4 .bs-popover-auto[x-placement^="right"] > .arrow::after {
            left: 1px;
            border-width: 0.5rem 0.5rem 0.5rem 0;
            border-right-color: #fff;
        }

.themeb4 .bs-popover-bottom, .themeb4 .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

    .themeb4 .bs-popover-bottom > .arrow, .themeb4 .bs-popover-auto[x-placement^="bottom"] > .arrow {
        top: calc(-0.5rem - 1px);
    }

        .themeb4 .bs-popover-bottom > .arrow::before, .themeb4 .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
            top: 0;
            border-width: 0 0.5rem 0.5rem 0.5rem;
            border-bottom-color: rgba(0, 0, 0, 0.25);
        }

        .themeb4 .bs-popover-bottom > .arrow::after, .themeb4 .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
            top: 1px;
            border-width: 0 0.5rem 0.5rem 0.5rem;
            border-bottom-color: #fff;
        }

    .themeb4 .bs-popover-bottom .themeb4 .popover-header::before, .themeb4 .bs-popover-auto[x-placement^="bottom"] .themeb4 .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -0.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7;
    }

.themeb4 .bs-popover-left, .themeb4 .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

    .themeb4 .bs-popover-left > .arrow, .themeb4 .bs-popover-auto[x-placement^="left"] > .arrow {
        right: calc(-0.5rem - 1px);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .themeb4 .bs-popover-left > .arrow::before, .themeb4 .bs-popover-auto[x-placement^="left"] > .arrow::before {
            right: 0;
            border-width: 0.5rem 0 0.5rem 0.5rem;
            border-left-color: rgba(0, 0, 0, 0.25);
        }

        .themeb4 .bs-popover-left > .arrow::after, .themeb4 .bs-popover-auto[x-placement^="left"] > .arrow::after {
            right: 1px;
            border-width: 0.5rem 0 0.5rem 0.5rem;
            border-left-color: #fff;
        }

.themeb4 .popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .themeb4 .popover-header:empty {
        display: none;
    }

.themeb4 .popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.themeb4 .carousel {
    position: relative;
}

    .themeb4 .carousel.themeb4 .pointer-event {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }

.themeb4 .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .themeb4 .carousel-inner::after {
        display: block;
        clear: both;
        content: "";
    }

.themeb4 .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .themeb4 .carousel-item {
        transition: none;
    }
}

.themeb4 .carousel-item.themeb4 .active,
.themeb4 .carousel-item-next,
.themeb4 .carousel-item-prev {
    display: block;
}

    .themeb4 .carousel-item-next:not(.themeb4 .carousel-item-left),
    .themeb4 .active.themeb4 .carousel-item-right {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .themeb4 .carousel-item-prev:not(.themeb4 .carousel-item-right),
    .themeb4 .active.themeb4 .carousel-item-left {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

.themeb4 .carousel-fade .themeb4 .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

    .themeb4 .carousel-fade .themeb4 .carousel-item.themeb4 .active,
    .themeb4 .carousel-fade .themeb4 .carousel-item-next.themeb4 .carousel-item-left,
    .themeb4 .carousel-fade .themeb4 .carousel-item-prev.themeb4 .carousel-item-right {
        z-index: 1;
        opacity: 1;
    }

.themeb4 .carousel-fade .themeb4 .active.themeb4 .carousel-item-left,
.themeb4 .carousel-fade .themeb4 .active.themeb4 .carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .themeb4 .carousel-fade .themeb4 .active.themeb4 .carousel-item-left,
    .themeb4 .carousel-fade .themeb4 .active.themeb4 .carousel-item-right {
        transition: none;
    }
}

.themeb4 .carousel-control-prev,
.themeb4 .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .themeb4 .carousel-control-prev,
    .themeb4 .carousel-control-next {
        transition: none;
    }
}

.themeb4 .carousel-control-prev:hover, .themeb4 .carousel-control-prev:focus,
.themeb4 .carousel-control-next:hover,
.themeb4 .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.themeb4 .carousel-control-prev {
    left: 0;
}

.themeb4 .carousel-control-next {
    right: 0;
}

.themeb4 .carousel-control-prev-icon,
.themeb4 .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.themeb4 .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.themeb4 .w3.themeb4 .org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.themeb4 .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.themeb4 .w3.themeb4 .org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.themeb4 .75 0l-1.5 1.5L3.themeb4 .75 4l-2.5 2.5L2.themeb4 .75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.themeb4 .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .themeb4 .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity 0.6s ease;
    }

@media (prefers-reduced-motion: reduce) {
    .themeb4 .carousel-indicators li {
        transition: none;
    }
}

.themeb4 .carousel-indicators .themeb4 .active {
    opacity: 1;
}

.themeb4 .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.themeb4 .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .themeb4 .75s linear infinite;
    animation: spinner-border .themeb4 .75s linear infinite;
}

.themeb4 .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.themeb4 .spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .themeb4 .75s linear infinite;
    animation: spinner-grow .themeb4 .75s linear infinite;
}

.themeb4 .spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.themeb4 .align-baseline {
    vertical-align: baseline !important;
}

.themeb4 .align-top {
    vertical-align: top !important;
}

.themeb4 .align-middle {
    vertical-align: middle !important;
}

.themeb4 .align-bottom {
    vertical-align: bottom !important;
}

.themeb4 .align-text-bottom {
    vertical-align: text-bottom !important;
}

.themeb4 .align-text-top {
    vertical-align: text-top !important;
}

.themeb4 .bg-primary {
    background-color: var(--main-color) !important;
}

a.themeb4 .bg-primary:hover, a.themeb4 .bg-primary:focus,
button.themeb4 .bg-primary:hover,
button.themeb4 .bg-primary:focus {
    background-color: #0062cc !important;
}

.themeb4 .bg-secondary {
    background-color: #6c757d !important;
}

a.themeb4 .bg-secondary:hover, a.themeb4 .bg-secondary:focus,
button.themeb4 .bg-secondary:hover,
button.themeb4 .bg-secondary:focus {
    background-color: #545b62 !important;
}

.themeb4 .bg-success {
    background-color: #28a745 !important;
}

a.themeb4 .bg-success:hover, a.themeb4 .bg-success:focus,
button.themeb4 .bg-success:hover,
button.themeb4 .bg-success:focus {
    background-color: #1e7e34 !important;
}

.themeb4 .bg-info {
    background-color: #17a2b8 !important;
}

a.themeb4 .bg-info:hover, a.themeb4 .bg-info:focus,
button.themeb4 .bg-info:hover,
button.themeb4 .bg-info:focus {
    background-color: #117a8b !important;
}

.themeb4 .bg-warning {
    background-color: #ffc107 !important;
}

a.themeb4 .bg-warning:hover, a.themeb4 .bg-warning:focus,
button.themeb4 .bg-warning:hover,
button.themeb4 .bg-warning:focus {
    background-color: #d39e00 !important;
}

.themeb4 .bg-danger {
    background-color: #dc3545 !important;
}

a.themeb4 .bg-danger:hover, a.themeb4 .bg-danger:focus,
button.themeb4 .bg-danger:hover,
button.themeb4 .bg-danger:focus {
    background-color: #bd2130 !important;
}

.themeb4 .bg-light {
    background-color: #f8f9fa !important;
}

a.themeb4 .bg-light:hover, a.themeb4 .bg-light:focus,
button.themeb4 .bg-light:hover,
button.themeb4 .bg-light:focus {
    background-color: #dae0e5 !important;
}

.themeb4 .bg-dark {
    background-color: #343a40 !important;
}

a.themeb4 .bg-dark:hover, a.themeb4 .bg-dark:focus,
button.themeb4 .bg-dark:hover,
button.themeb4 .bg-dark:focus {
    background-color: #1d2124 !important;
}

.themeb4 .bg-white {
    background-color: #fff !important;
}

.themeb4 .bg-transparent {
    background-color: transparent !important;
}

.themeb4 .border {
    border: 1px solid #dee2e6 !important;
}

.themeb4 .border-top {
    border-top: 1px solid #dee2e6 !important;
}

.themeb4 .border-right {
    border-right: 1px solid #dee2e6 !important;
}

.themeb4 .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.themeb4 .border-left {
    border-left: 1px solid #dee2e6 !important;
}

.themeb4 .border-0 {
    border: 0 !important;
}

.themeb4 .border-top-0 {
    border-top: 0 !important;
}

.themeb4 .border-right-0 {
    border-right: 0 !important;
}

.themeb4 .border-bottom-0 {
    border-bottom: 0 !important;
}

.themeb4 .border-left-0 {
    border-left: 0 !important;
}

.themeb4 .border-primary {
    border-color: var(--main-color) !important;
}

.themeb4 .border-secondary {
    border-color: #6c757d !important;
}

.themeb4 .border-success {
    border-color: #28a745 !important;
}

.themeb4 .border-info {
    border-color: #17a2b8 !important;
}

.themeb4 .border-warning {
    border-color: #ffc107 !important;
}

.themeb4 .border-danger {
    border-color: #dc3545 !important;
}

.themeb4 .border-light {
    border-color: #f8f9fa !important;
}

.themeb4 .border-dark {
    border-color: #343a40 !important;
}

.themeb4 .border-white {
    border-color: #fff !important;
}

.themeb4 .rounded-sm {
    border-radius: 0.2rem !important;
}

.themeb4 .rounded {
    border-radius: 0.25rem !important;
}

.themeb4 .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.themeb4 .rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.themeb4 .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.themeb4 .rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.themeb4 .rounded-lg {
    border-radius: 0.3rem !important;
}

.themeb4 .rounded-circle {
    border-radius: 50% !important;
}

.themeb4 .rounded-pill {
    border-radius: 50rem !important;
}

.themeb4 .rounded-0 {
    border-radius: 0 !important;
}

.themeb4 .clearfix::after {
    display: block;
    clear: both;
    content: "";
}


.themeb4 .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .themeb4 .embed-responsive::before {
        display: block;
        content: "";
    }

    .themeb4 .embed-responsive .themeb4 .embed-responsive-item,
    .themeb4 .embed-responsive iframe,
    .themeb4 .embed-responsive embed,
    .themeb4 .embed-responsive object,
    .themeb4 .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.themeb4 .embed-responsive-21by9::before {
    padding-top: 42.themeb4 .857143%;
}

.themeb4 .embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.themeb4 .embed-responsive-4by3::before {
    padding-top: 75%;
}

.themeb4 .embed-responsive-1by1::before {
    padding-top: 100%;
}

.themeb4 .flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.themeb4 .flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.themeb4 .flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.themeb4 .flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.themeb4 .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.themeb4 .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.themeb4 .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.themeb4 .flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.themeb4 .flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.themeb4 .flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.themeb4 .flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.themeb4 .flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.themeb4 .justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.themeb4 .justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.themeb4 .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.themeb4 .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.themeb4 .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.themeb4 .align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.themeb4 .align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.themeb4 .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.themeb4 .align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.themeb4 .align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.themeb4 .align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.themeb4 .align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.themeb4 .align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.themeb4 .align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.themeb4 .align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.themeb4 .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.themeb4 .align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.themeb4 .align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.themeb4 .align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.themeb4 .align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.themeb4 .align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.themeb4 .align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .themeb4 .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .themeb4 .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .themeb4 .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .themeb4 .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .themeb4 .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .themeb4 .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .themeb4 .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .themeb4 .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .themeb4 .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .themeb4 .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .themeb4 .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .themeb4 .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .themeb4 .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .themeb4 .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .themeb4 .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .themeb4 .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .themeb4 .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .themeb4 .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .themeb4 .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .themeb4 .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .themeb4 .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .themeb4 .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .themeb4 .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .themeb4 .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .themeb4 .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .themeb4 .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .themeb4 .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .themeb4 .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .themeb4 .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .themeb4 .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .themeb4 .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .themeb4 .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .themeb4 .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .themeb4 .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .themeb4 .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .themeb4 .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .themeb4 .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .themeb4 .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .themeb4 .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .themeb4 .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .themeb4 .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .themeb4 .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .themeb4 .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .themeb4 .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .themeb4 .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .themeb4 .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .themeb4 .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .themeb4 .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .themeb4 .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .themeb4 .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .themeb4 .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .themeb4 .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .themeb4 .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .themeb4 .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .themeb4 .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .themeb4 .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .themeb4 .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .themeb4 .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .themeb4 .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .themeb4 .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .themeb4 .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .themeb4 .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .themeb4 .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .themeb4 .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .themeb4 .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .themeb4 .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .themeb4 .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .themeb4 .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .themeb4 .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .themeb4 .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .themeb4 .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .themeb4 .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .themeb4 .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .themeb4 .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .themeb4 .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .themeb4 .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .themeb4 .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .themeb4 .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .themeb4 .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .themeb4 .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .themeb4 .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .themeb4 .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .themeb4 .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .themeb4 .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .themeb4 .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .themeb4 .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .themeb4 .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .themeb4 .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .themeb4 .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .themeb4 .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .themeb4 .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .themeb4 .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .themeb4 .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .themeb4 .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .themeb4 .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .themeb4 .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .themeb4 .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .themeb4 .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .themeb4 .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .themeb4 .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .themeb4 .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .themeb4 .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .themeb4 .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .themeb4 .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .themeb4 .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .themeb4 .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .themeb4 .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .themeb4 .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .themeb4 .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .themeb4 .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .themeb4 .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .themeb4 .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .themeb4 .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .themeb4 .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .themeb4 .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .themeb4 .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .themeb4 .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .themeb4 .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .themeb4 .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .themeb4 .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .themeb4 .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .themeb4 .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .themeb4 .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .themeb4 .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .themeb4 .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .themeb4 .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .themeb4 .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .themeb4 .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .themeb4 .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .themeb4 .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .themeb4 .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .themeb4 .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .themeb4 .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .themeb4 .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .themeb4 .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .themeb4 .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.themeb4 .float-left {
    float: left !important;
}

.themeb4 .float-right {
    float: right !important;
}

.themeb4 .float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .themeb4 .float-sm-left {
        float: left !important;
    }

    .themeb4 .float-sm-right {
        float: right !important;
    }

    .themeb4 .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .themeb4 .float-md-left {
        float: left !important;
    }

    .themeb4 .float-md-right {
        float: right !important;
    }

    .themeb4 .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .themeb4 .float-lg-left {
        float: left !important;
    }

    .themeb4 .float-lg-right {
        float: right !important;
    }

    .themeb4 .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .themeb4 .float-xl-left {
        float: left !important;
    }

    .themeb4 .float-xl-right {
        float: right !important;
    }

    .themeb4 .float-xl-none {
        float: none !important;
    }
}

.themeb4 .user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

.themeb4 .user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.themeb4 .user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.themeb4 .overflow-auto {
    overflow: auto !important;
}

.themeb4 .overflow-hidden {
    overflow: hidden !important;
}

.themeb4 .position-static {
    position: static !important;
}

.themeb4 .position-relative {
    position: relative !important;
}

.themeb4 .position-absolute {
    position: absolute !important;
}

.themeb4 .position-fixed {
    position: fixed !important;
}

.themeb4 .position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.themeb4 .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.themeb4 .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .themeb4 .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.themeb4 .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.themeb4 .sr-only-focusable:active, .themeb4 .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.themeb4 .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.themeb4 .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.themeb4 .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.themeb4 .shadow-none {
    box-shadow: none !important;
}


@media (min-width: 576px) {
    .themeb4 .m-sm-0 {
        margin: 0 !important;
    }

    .themeb4 .mt-sm-0,
    .themeb4 .my-sm-0 {
        margin-top: 0 !important;
    }

    .themeb4 .mr-sm-0,
    .themeb4 .mx-sm-0 {
        margin-right: 0 !important;
    }

    .themeb4 .mb-sm-0,
    .themeb4 .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .themeb4 .ml-sm-0,
    .themeb4 .mx-sm-0 {
        margin-left: 0 !important;
    }

    .themeb4 .m-sm-1 {
        margin: 0.25rem !important;
    }

    .themeb4 .mt-sm-1,
    .themeb4 .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .themeb4 .mr-sm-1,
    .themeb4 .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .themeb4 .mb-sm-1,
    .themeb4 .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .themeb4 .ml-sm-1,
    .themeb4 .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .themeb4 .m-sm-2 {
        margin: 0.5rem !important;
    }

    .themeb4 .mt-sm-2,
    .themeb4 .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .themeb4 .mr-sm-2,
    .themeb4 .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .themeb4 .mb-sm-2,
    .themeb4 .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .themeb4 .ml-sm-2,
    .themeb4 .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .themeb4 .m-sm-3 {
        margin: 1rem !important;
    }

    .themeb4 .mt-sm-3,
    .themeb4 .my-sm-3 {
        margin-top: 1rem !important;
    }

    .themeb4 .mr-sm-3,
    .themeb4 .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .themeb4 .mb-sm-3,
    .themeb4 .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .themeb4 .ml-sm-3,
    .themeb4 .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .themeb4 .m-sm-4 {
        margin: 1.5rem !important;
    }

    .themeb4 .mt-sm-4,
    .themeb4 .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .themeb4 .mr-sm-4,
    .themeb4 .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .themeb4 .mb-sm-4,
    .themeb4 .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .themeb4 .ml-sm-4,
    .themeb4 .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .themeb4 .m-sm-5 {
        margin: 3rem !important;
    }

    .themeb4 .mt-sm-5,
    .themeb4 .my-sm-5 {
        margin-top: 3rem !important;
    }

    .themeb4 .mr-sm-5,
    .themeb4 .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .themeb4 .mb-sm-5,
    .themeb4 .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .themeb4 .ml-sm-5,
    .themeb4 .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .themeb4 .p-sm-0 {
        padding: 0 !important;
    }

    .themeb4 .pt-sm-0,
    .themeb4 .py-sm-0 {
        padding-top: 0 !important;
    }

    .themeb4 .pr-sm-0,
    .themeb4 .px-sm-0 {
        padding-right: 0 !important;
    }

    .themeb4 .pb-sm-0,
    .themeb4 .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .themeb4 .pl-sm-0,
    .themeb4 .px-sm-0 {
        padding-left: 0 !important;
    }

    .themeb4 .p-sm-1 {
        padding: 0.25rem !important;
    }

    .themeb4 .pt-sm-1,
    .themeb4 .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .themeb4 .pr-sm-1,
    .themeb4 .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .themeb4 .pb-sm-1,
    .themeb4 .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .themeb4 .pl-sm-1,
    .themeb4 .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .themeb4 .p-sm-2 {
        padding: 0.5rem !important;
    }

    .themeb4 .pt-sm-2,
    .themeb4 .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .themeb4 .pr-sm-2,
    .themeb4 .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .themeb4 .pb-sm-2,
    .themeb4 .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .themeb4 .pl-sm-2,
    .themeb4 .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .themeb4 .p-sm-3 {
        padding: 1rem !important;
    }

    .themeb4 .pt-sm-3,
    .themeb4 .py-sm-3 {
        padding-top: 1rem !important;
    }

    .themeb4 .pr-sm-3,
    .themeb4 .px-sm-3 {
        padding-right: 1rem !important;
    }

    .themeb4 .pb-sm-3,
    .themeb4 .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .themeb4 .pl-sm-3,
    .themeb4 .px-sm-3 {
        padding-left: 1rem !important;
    }

    .themeb4 .p-sm-4 {
        padding: 1.5rem !important;
    }

    .themeb4 .pt-sm-4,
    .themeb4 .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .themeb4 .pr-sm-4,
    .themeb4 .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .themeb4 .pb-sm-4,
    .themeb4 .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .themeb4 .pl-sm-4,
    .themeb4 .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .themeb4 .p-sm-5 {
        padding: 3rem !important;
    }

    .themeb4 .pt-sm-5,
    .themeb4 .py-sm-5 {
        padding-top: 3rem !important;
    }

    .themeb4 .pr-sm-5,
    .themeb4 .px-sm-5 {
        padding-right: 3rem !important;
    }

    .themeb4 .pb-sm-5,
    .themeb4 .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .themeb4 .pl-sm-5,
    .themeb4 .px-sm-5 {
        padding-left: 3rem !important;
    }

    .themeb4 .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .themeb4 .mt-sm-n1,
    .themeb4 .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .themeb4 .mr-sm-n1,
    .themeb4 .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .themeb4 .mb-sm-n1,
    .themeb4 .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .themeb4 .ml-sm-n1,
    .themeb4 .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .themeb4 .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .themeb4 .mt-sm-n2,
    .themeb4 .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .themeb4 .mr-sm-n2,
    .themeb4 .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .themeb4 .mb-sm-n2,
    .themeb4 .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .themeb4 .ml-sm-n2,
    .themeb4 .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .themeb4 .m-sm-n3 {
        margin: -1rem !important;
    }

    .themeb4 .mt-sm-n3,
    .themeb4 .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .themeb4 .mr-sm-n3,
    .themeb4 .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .themeb4 .mb-sm-n3,
    .themeb4 .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .themeb4 .ml-sm-n3,
    .themeb4 .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .themeb4 .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .themeb4 .mt-sm-n4,
    .themeb4 .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .themeb4 .mr-sm-n4,
    .themeb4 .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .themeb4 .mb-sm-n4,
    .themeb4 .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .themeb4 .ml-sm-n4,
    .themeb4 .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .themeb4 .m-sm-n5 {
        margin: -3rem !important;
    }

    .themeb4 .mt-sm-n5,
    .themeb4 .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .themeb4 .mr-sm-n5,
    .themeb4 .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .themeb4 .mb-sm-n5,
    .themeb4 .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .themeb4 .ml-sm-n5,
    .themeb4 .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .themeb4 .m-sm-auto {
        margin: auto !important;
    }

    .themeb4 .mt-sm-auto,
    .themeb4 .my-sm-auto {
        margin-top: auto !important;
    }

    .themeb4 .mr-sm-auto,
    .themeb4 .mx-sm-auto {
        margin-right: auto !important;
    }

    .themeb4 .mb-sm-auto,
    .themeb4 .my-sm-auto {
        margin-bottom: auto !important;
    }

    .themeb4 .ml-sm-auto,
    .themeb4 .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .themeb4 .m-md-0 {
        margin: 0 !important;
    }

    .themeb4 .mt-md-0,
    .themeb4 .my-md-0 {
        margin-top: 0 !important;
    }

    .themeb4 .mr-md-0,
    .themeb4 .mx-md-0 {
        margin-right: 0 !important;
    }

    .themeb4 .mb-md-0,
    .themeb4 .my-md-0 {
        margin-bottom: 0 !important;
    }

    .themeb4 .ml-md-0,
    .themeb4 .mx-md-0 {
        margin-left: 0 !important;
    }

    .themeb4 .m-md-1 {
        margin: 0.25rem !important;
    }

    .themeb4 .mt-md-1,
    .themeb4 .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .themeb4 .mr-md-1,
    .themeb4 .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .themeb4 .mb-md-1,
    .themeb4 .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .themeb4 .ml-md-1,
    .themeb4 .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .themeb4 .m-md-2 {
        margin: 0.5rem !important;
    }

    .themeb4 .mt-md-2,
    .themeb4 .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .themeb4 .mr-md-2,
    .themeb4 .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .themeb4 .mb-md-2,
    .themeb4 .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .themeb4 .ml-md-2,
    .themeb4 .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .themeb4 .m-md-3 {
        margin: 1rem !important;
    }

    .themeb4 .mt-md-3,
    .themeb4 .my-md-3 {
        margin-top: 1rem !important;
    }

    .themeb4 .mr-md-3,
    .themeb4 .mx-md-3 {
        margin-right: 1rem !important;
    }

    .themeb4 .mb-md-3,
    .themeb4 .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .themeb4 .ml-md-3,
    .themeb4 .mx-md-3 {
        margin-left: 1rem !important;
    }

    .themeb4 .m-md-4 {
        margin: 1.5rem !important;
    }

    .themeb4 .mt-md-4,
    .themeb4 .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .themeb4 .mr-md-4,
    .themeb4 .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .themeb4 .mb-md-4,
    .themeb4 .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .themeb4 .ml-md-4,
    .themeb4 .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .themeb4 .m-md-5 {
        margin: 3rem !important;
    }

    .themeb4 .mt-md-5,
    .themeb4 .my-md-5 {
        margin-top: 3rem !important;
    }

    .themeb4 .mr-md-5,
    .themeb4 .mx-md-5 {
        margin-right: 3rem !important;
    }

    .themeb4 .mb-md-5,
    .themeb4 .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .themeb4 .ml-md-5,
    .themeb4 .mx-md-5 {
        margin-left: 3rem !important;
    }

    .themeb4 .p-md-0 {
        padding: 0 !important;
    }

    .themeb4 .pt-md-0,
    .themeb4 .py-md-0 {
        padding-top: 0 !important;
    }

    .themeb4 .pr-md-0,
    .themeb4 .px-md-0 {
        padding-right: 0 !important;
    }

    .themeb4 .pb-md-0,
    .themeb4 .py-md-0 {
        padding-bottom: 0 !important;
    }

    .themeb4 .pl-md-0,
    .themeb4 .px-md-0 {
        padding-left: 0 !important;
    }

    .themeb4 .p-md-1 {
        padding: 0.25rem !important;
    }

    .themeb4 .pt-md-1,
    .themeb4 .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .themeb4 .pr-md-1,
    .themeb4 .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .themeb4 .pb-md-1,
    .themeb4 .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .themeb4 .pl-md-1,
    .themeb4 .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .themeb4 .p-md-2 {
        padding: 0.5rem !important;
    }

    .themeb4 .pt-md-2,
    .themeb4 .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .themeb4 .pr-md-2,
    .themeb4 .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .themeb4 .pb-md-2,
    .themeb4 .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .themeb4 .pl-md-2,
    .themeb4 .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .themeb4 .p-md-3 {
        padding: 1rem !important;
    }

    .themeb4 .pt-md-3,
    .themeb4 .py-md-3 {
        padding-top: 1rem !important;
    }

    .themeb4 .pr-md-3,
    .themeb4 .px-md-3 {
        padding-right: 1rem !important;
    }

    .themeb4 .pb-md-3,
    .themeb4 .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .themeb4 .pl-md-3,
    .themeb4 .px-md-3 {
        padding-left: 1rem !important;
    }

    .themeb4 .p-md-4 {
        padding: 1.5rem !important;
    }

    .themeb4 .pt-md-4,
    .themeb4 .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .themeb4 .pr-md-4,
    .themeb4 .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .themeb4 .pb-md-4,
    .themeb4 .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .themeb4 .pl-md-4,
    .themeb4 .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .themeb4 .p-md-5 {
        padding: 3rem !important;
    }

    .themeb4 .pt-md-5,
    .themeb4 .py-md-5 {
        padding-top: 3rem !important;
    }

    .themeb4 .pr-md-5,
    .themeb4 .px-md-5 {
        padding-right: 3rem !important;
    }

    .themeb4 .pb-md-5,
    .themeb4 .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .themeb4 .pl-md-5,
    .themeb4 .px-md-5 {
        padding-left: 3rem !important;
    }

    .themeb4 .m-md-n1 {
        margin: -0.25rem !important;
    }

    .themeb4 .mt-md-n1,
    .themeb4 .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .themeb4 .mr-md-n1,
    .themeb4 .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .themeb4 .mb-md-n1,
    .themeb4 .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .themeb4 .ml-md-n1,
    .themeb4 .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .themeb4 .m-md-n2 {
        margin: -0.5rem !important;
    }

    .themeb4 .mt-md-n2,
    .themeb4 .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .themeb4 .mr-md-n2,
    .themeb4 .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .themeb4 .mb-md-n2,
    .themeb4 .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .themeb4 .ml-md-n2,
    .themeb4 .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .themeb4 .m-md-n3 {
        margin: -1rem !important;
    }

    .themeb4 .mt-md-n3,
    .themeb4 .my-md-n3 {
        margin-top: -1rem !important;
    }

    .themeb4 .mr-md-n3,
    .themeb4 .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .themeb4 .mb-md-n3,
    .themeb4 .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .themeb4 .ml-md-n3,
    .themeb4 .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .themeb4 .m-md-n4 {
        margin: -1.5rem !important;
    }

    .themeb4 .mt-md-n4,
    .themeb4 .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .themeb4 .mr-md-n4,
    .themeb4 .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .themeb4 .mb-md-n4,
    .themeb4 .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .themeb4 .ml-md-n4,
    .themeb4 .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .themeb4 .m-md-n5 {
        margin: -3rem !important;
    }

    .themeb4 .mt-md-n5,
    .themeb4 .my-md-n5 {
        margin-top: -3rem !important;
    }

    .themeb4 .mr-md-n5,
    .themeb4 .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .themeb4 .mb-md-n5,
    .themeb4 .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .themeb4 .ml-md-n5,
    .themeb4 .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .themeb4 .m-md-auto {
        margin: auto !important;
    }

    .themeb4 .mt-md-auto,
    .themeb4 .my-md-auto {
        margin-top: auto !important;
    }

    .themeb4 .mr-md-auto,
    .themeb4 .mx-md-auto {
        margin-right: auto !important;
    }

    .themeb4 .mb-md-auto,
    .themeb4 .my-md-auto {
        margin-bottom: auto !important;
    }

    .themeb4 .ml-md-auto,
    .themeb4 .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .themeb4 .m-lg-0 {
        margin: 0 !important;
    }

    .themeb4 .mt-lg-0,
    .themeb4 .my-lg-0 {
        margin-top: 0 !important;
    }

    .themeb4 .mr-lg-0,
    .themeb4 .mx-lg-0 {
        margin-right: 0 !important;
    }

    .themeb4 .mb-lg-0,
    .themeb4 .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .themeb4 .ml-lg-0,
    .themeb4 .mx-lg-0 {
        margin-left: 0 !important;
    }

    .themeb4 .m-lg-1 {
        margin: 0.25rem !important;
    }

    .themeb4 .mt-lg-1,
    .themeb4 .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .themeb4 .mr-lg-1,
    .themeb4 .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .themeb4 .mb-lg-1,
    .themeb4 .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .themeb4 .ml-lg-1,
    .themeb4 .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .themeb4 .m-lg-2 {
        margin: 0.5rem !important;
    }

    .themeb4 .mt-lg-2,
    .themeb4 .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .themeb4 .mr-lg-2,
    .themeb4 .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .themeb4 .mb-lg-2,
    .themeb4 .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .themeb4 .ml-lg-2,
    .themeb4 .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .themeb4 .m-lg-3 {
        margin: 1rem !important;
    }

    .themeb4 .mt-lg-3,
    .themeb4 .my-lg-3 {
        margin-top: 1rem !important;
    }

    .themeb4 .mr-lg-3,
    .themeb4 .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .themeb4 .mb-lg-3,
    .themeb4 .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .themeb4 .ml-lg-3,
    .themeb4 .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .themeb4 .m-lg-4 {
        margin: 1.5rem !important;
    }

    .themeb4 .mt-lg-4,
    .themeb4 .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .themeb4 .mr-lg-4,
    .themeb4 .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .themeb4 .mb-lg-4,
    .themeb4 .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .themeb4 .ml-lg-4,
    .themeb4 .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .themeb4 .m-lg-5 {
        margin: 3rem !important;
    }

    .themeb4 .mt-lg-5,
    .themeb4 .my-lg-5 {
        margin-top: 3rem !important;
    }

    .themeb4 .mr-lg-5,
    .themeb4 .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .themeb4 .mb-lg-5,
    .themeb4 .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .themeb4 .ml-lg-5,
    .themeb4 .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .themeb4 .p-lg-0 {
        padding: 0 !important;
    }

    .themeb4 .pt-lg-0,
    .themeb4 .py-lg-0 {
        padding-top: 0 !important;
    }

    .themeb4 .pr-lg-0,
    .themeb4 .px-lg-0 {
        padding-right: 0 !important;
    }

    .themeb4 .pb-lg-0,
    .themeb4 .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .themeb4 .pl-lg-0,
    .themeb4 .px-lg-0 {
        padding-left: 0 !important;
    }

    .themeb4 .p-lg-1 {
        padding: 0.25rem !important;
    }

    .themeb4 .pt-lg-1,
    .themeb4 .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .themeb4 .pr-lg-1,
    .themeb4 .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .themeb4 .pb-lg-1,
    .themeb4 .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .themeb4 .pl-lg-1,
    .themeb4 .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .themeb4 .p-lg-2 {
        padding: 0.5rem !important;
    }

    .themeb4 .pt-lg-2,
    .themeb4 .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .themeb4 .pr-lg-2,
    .themeb4 .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .themeb4 .pb-lg-2,
    .themeb4 .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .themeb4 .pl-lg-2,
    .themeb4 .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .themeb4 .p-lg-3 {
        padding: 1rem !important;
    }

    .themeb4 .pt-lg-3,
    .themeb4 .py-lg-3 {
        padding-top: 1rem !important;
    }

    .themeb4 .pr-lg-3,
    .themeb4 .px-lg-3 {
        padding-right: 1rem !important;
    }

    .themeb4 .pb-lg-3,
    .themeb4 .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .themeb4 .pl-lg-3,
    .themeb4 .px-lg-3 {
        padding-left: 1rem !important;
    }

    .themeb4 .p-lg-4 {
        padding: 1.5rem !important;
    }

    .themeb4 .pt-lg-4,
    .themeb4 .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .themeb4 .pr-lg-4,
    .themeb4 .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .themeb4 .pb-lg-4,
    .themeb4 .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .themeb4 .pl-lg-4,
    .themeb4 .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .themeb4 .p-lg-5 {
        padding: 3rem !important;
    }

    .themeb4 .pt-lg-5,
    .themeb4 .py-lg-5 {
        padding-top: 3rem !important;
    }

    .themeb4 .pr-lg-5,
    .themeb4 .px-lg-5 {
        padding-right: 3rem !important;
    }

    .themeb4 .pb-lg-5,
    .themeb4 .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .themeb4 .pl-lg-5,
    .themeb4 .px-lg-5 {
        padding-left: 3rem !important;
    }

    .themeb4 .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .themeb4 .mt-lg-n1,
    .themeb4 .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .themeb4 .mr-lg-n1,
    .themeb4 .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .themeb4 .mb-lg-n1,
    .themeb4 .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .themeb4 .ml-lg-n1,
    .themeb4 .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .themeb4 .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .themeb4 .mt-lg-n2,
    .themeb4 .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .themeb4 .mr-lg-n2,
    .themeb4 .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .themeb4 .mb-lg-n2,
    .themeb4 .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .themeb4 .ml-lg-n2,
    .themeb4 .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .themeb4 .m-lg-n3 {
        margin: -1rem !important;
    }

    .themeb4 .mt-lg-n3,
    .themeb4 .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .themeb4 .mr-lg-n3,
    .themeb4 .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .themeb4 .mb-lg-n3,
    .themeb4 .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .themeb4 .ml-lg-n3,
    .themeb4 .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .themeb4 .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .themeb4 .mt-lg-n4,
    .themeb4 .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .themeb4 .mr-lg-n4,
    .themeb4 .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .themeb4 .mb-lg-n4,
    .themeb4 .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .themeb4 .ml-lg-n4,
    .themeb4 .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .themeb4 .m-lg-n5 {
        margin: -3rem !important;
    }

    .themeb4 .mt-lg-n5,
    .themeb4 .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .themeb4 .mr-lg-n5,
    .themeb4 .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .themeb4 .mb-lg-n5,
    .themeb4 .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .themeb4 .ml-lg-n5,
    .themeb4 .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .themeb4 .m-lg-auto {
        margin: auto !important;
    }

    .themeb4 .mt-lg-auto,
    .themeb4 .my-lg-auto {
        margin-top: auto !important;
    }

    .themeb4 .mr-lg-auto,
    .themeb4 .mx-lg-auto {
        margin-right: auto !important;
    }

    .themeb4 .mb-lg-auto,
    .themeb4 .my-lg-auto {
        margin-bottom: auto !important;
    }

    .themeb4 .ml-lg-auto,
    .themeb4 .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .themeb4 .m-xl-0 {
        margin: 0 !important;
    }

    .themeb4 .mt-xl-0,
    .themeb4 .my-xl-0 {
        margin-top: 0 !important;
    }

    .themeb4 .mr-xl-0,
    .themeb4 .mx-xl-0 {
        margin-right: 0 !important;
    }

    .themeb4 .mb-xl-0,
    .themeb4 .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .themeb4 .ml-xl-0,
    .themeb4 .mx-xl-0 {
        margin-left: 0 !important;
    }

    .themeb4 .m-xl-1 {
        margin: 0.25rem !important;
    }

    .themeb4 .mt-xl-1,
    .themeb4 .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .themeb4 .mr-xl-1,
    .themeb4 .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .themeb4 .mb-xl-1,
    .themeb4 .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .themeb4 .ml-xl-1,
    .themeb4 .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .themeb4 .m-xl-2 {
        margin: 0.5rem !important;
    }

    .themeb4 .mt-xl-2,
    .themeb4 .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .themeb4 .mr-xl-2,
    .themeb4 .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .themeb4 .mb-xl-2,
    .themeb4 .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .themeb4 .ml-xl-2,
    .themeb4 .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .themeb4 .m-xl-3 {
        margin: 1rem !important;
    }

    .themeb4 .mt-xl-3,
    .themeb4 .my-xl-3 {
        margin-top: 1rem !important;
    }

    .themeb4 .mr-xl-3,
    .themeb4 .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .themeb4 .mb-xl-3,
    .themeb4 .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .themeb4 .ml-xl-3,
    .themeb4 .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .themeb4 .m-xl-4 {
        margin: 1.5rem !important;
    }

    .themeb4 .mt-xl-4,
    .themeb4 .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .themeb4 .mr-xl-4,
    .themeb4 .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .themeb4 .mb-xl-4,
    .themeb4 .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .themeb4 .ml-xl-4,
    .themeb4 .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .themeb4 .m-xl-5 {
        margin: 3rem !important;
    }

    .themeb4 .mt-xl-5,
    .themeb4 .my-xl-5 {
        margin-top: 3rem !important;
    }

    .themeb4 .mr-xl-5,
    .themeb4 .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .themeb4 .mb-xl-5,
    .themeb4 .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .themeb4 .ml-xl-5,
    .themeb4 .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .themeb4 .p-xl-0 {
        padding: 0 !important;
    }

    .themeb4 .pt-xl-0,
    .themeb4 .py-xl-0 {
        padding-top: 0 !important;
    }

    .themeb4 .pr-xl-0,
    .themeb4 .px-xl-0 {
        padding-right: 0 !important;
    }

    .themeb4 .pb-xl-0,
    .themeb4 .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .themeb4 .pl-xl-0,
    .themeb4 .px-xl-0 {
        padding-left: 0 !important;
    }

    .themeb4 .p-xl-1 {
        padding: 0.25rem !important;
    }

    .themeb4 .pt-xl-1,
    .themeb4 .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .themeb4 .pr-xl-1,
    .themeb4 .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .themeb4 .pb-xl-1,
    .themeb4 .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .themeb4 .pl-xl-1,
    .themeb4 .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .themeb4 .p-xl-2 {
        padding: 0.5rem !important;
    }

    .themeb4 .pt-xl-2,
    .themeb4 .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .themeb4 .pr-xl-2,
    .themeb4 .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .themeb4 .pb-xl-2,
    .themeb4 .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .themeb4 .pl-xl-2,
    .themeb4 .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .themeb4 .p-xl-3 {
        padding: 1rem !important;
    }

    .themeb4 .pt-xl-3,
    .themeb4 .py-xl-3 {
        padding-top: 1rem !important;
    }

    .themeb4 .pr-xl-3,
    .themeb4 .px-xl-3 {
        padding-right: 1rem !important;
    }

    .themeb4 .pb-xl-3,
    .themeb4 .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .themeb4 .pl-xl-3,
    .themeb4 .px-xl-3 {
        padding-left: 1rem !important;
    }

    .themeb4 .p-xl-4 {
        padding: 1.5rem !important;
    }

    .themeb4 .pt-xl-4,
    .themeb4 .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .themeb4 .pr-xl-4,
    .themeb4 .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .themeb4 .pb-xl-4,
    .themeb4 .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .themeb4 .pl-xl-4,
    .themeb4 .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .themeb4 .p-xl-5 {
        padding: 3rem !important;
    }

    .themeb4 .pt-xl-5,
    .themeb4 .py-xl-5 {
        padding-top: 3rem !important;
    }

    .themeb4 .pr-xl-5,
    .themeb4 .px-xl-5 {
        padding-right: 3rem !important;
    }

    .themeb4 .pb-xl-5,
    .themeb4 .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .themeb4 .pl-xl-5,
    .themeb4 .px-xl-5 {
        padding-left: 3rem !important;
    }

    .themeb4 .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .themeb4 .mt-xl-n1,
    .themeb4 .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .themeb4 .mr-xl-n1,
    .themeb4 .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .themeb4 .mb-xl-n1,
    .themeb4 .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .themeb4 .ml-xl-n1,
    .themeb4 .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .themeb4 .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .themeb4 .mt-xl-n2,
    .themeb4 .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .themeb4 .mr-xl-n2,
    .themeb4 .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .themeb4 .mb-xl-n2,
    .themeb4 .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .themeb4 .ml-xl-n2,
    .themeb4 .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .themeb4 .m-xl-n3 {
        margin: -1rem !important;
    }

    .themeb4 .mt-xl-n3,
    .themeb4 .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .themeb4 .mr-xl-n3,
    .themeb4 .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .themeb4 .mb-xl-n3,
    .themeb4 .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .themeb4 .ml-xl-n3,
    .themeb4 .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .themeb4 .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .themeb4 .mt-xl-n4,
    .themeb4 .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .themeb4 .mr-xl-n4,
    .themeb4 .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .themeb4 .mb-xl-n4,
    .themeb4 .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .themeb4 .ml-xl-n4,
    .themeb4 .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .themeb4 .m-xl-n5 {
        margin: -3rem !important;
    }

    .themeb4 .mt-xl-n5,
    .themeb4 .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .themeb4 .mr-xl-n5,
    .themeb4 .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .themeb4 .mb-xl-n5,
    .themeb4 .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .themeb4 .ml-xl-n5,
    .themeb4 .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .themeb4 .m-xl-auto {
        margin: auto !important;
    }

    .themeb4 .mt-xl-auto,
    .themeb4 .my-xl-auto {
        margin-top: auto !important;
    }

    .themeb4 .mr-xl-auto,
    .themeb4 .mx-xl-auto {
        margin-right: auto !important;
    }

    .themeb4 .mb-xl-auto,
    .themeb4 .my-xl-auto {
        margin-bottom: auto !important;
    }

    .themeb4 .ml-xl-auto,
    .themeb4 .mx-xl-auto {
        margin-left: auto !important;
    }
}

.themeb4 .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.themeb4 .font-weight-light {
    font-weight: 300 !important;
}

.themeb4 .font-weight-lighter {
    font-weight: lighter !important;
}

.themeb4 .font-weight-normal {
    font-weight: 400 !important;
}

.themeb4 .font-weight-bold {
    font-weight: 700 !important;
}

.themeb4 .font-weight-bolder {
    font-weight: bolder !important;
}

.themeb4 .font-italic {
    font-style: italic !important;
}


.themeb4 .visible {
    visibility: visible !important;
}

.themeb4 .invisible {
    visibility: hidden !important;
}

/*# sourceMappingURL=bootstrap.themeb4 .css.themeb4 .map */


/*Index Modal*/

#myModal1 #indexModal {
    background: transparent !important;
}

.indexModal.modal {
    background: transparent !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    padding-right: 0px !important;
}


.indexModal .modal-dialog {
    position: relative;
    right: 0;
    margin: auto;
    width: auto;
    height: 100% !important;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.indexModal .modal-dialog-aside {
    width: 36% !important;
    max-width: 80% !important;
    height: 100% !important;
    margin: 0 !important;
    margin-left: 0px !important;
    transform: translate(0) !important;
    transition: transform .2s !important;
}


.indexModal .modal-footer {
    position: absolute;
    bottom: 0;
    padding: 0.75rem 1.5rem;
    background: #e9ecef;
    border-radius: 0 0 0.25rem 0.25rem;
    width: -webkit-fill-available;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*justify-content: flex-end;*/
    padding: 1.25rem;
    border-top: 0 solid #e9ecef;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    justify-content: flex-end;
}

.indexModal .modal-body {
    overflow-y: auto;
    position: relative;
    flex: 1 1 auto;
    padding: 1.5rem;
    /*font-style: oblique;*/
    max-height: calc(120vh - 200px);
}

.indexModal .modal-title {
    margin: 0;
    line-height: 1.9;
}

.indexModal .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 0 solid #e9ecef;
    color: #fff;
    align-items: center;
    padding: 1.2rem 1rem;
}

.indexModal .modal-content {
    height: auto;
    min-height: 100%;
}

.indexModal .modal-header .close {
    margin: 0;
    background: rgba(255, 255, 255, 0.25);
    text-shadow: none;
}

.indexModal .modal.fixed-left .modal-dialog-aside {
    margin-left: auto;
    transform: translateX(100%);
}

.indexModal .modal.in .modal-dialog-aside {
    transform: translateX(0);
}

.indexModal .btn-round.close {
    padding: 0;
    /*background: #dee2e6;*/
    opacity: 1;
}

.indexModal .btn-round {
    width: 2.5rem;
    height: 2.5rem;
    /*line-height: 2rem;*/
    border-radius: 50%;
    padding: 0;
    background: #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexModal .close {
    float: right;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    color: #f6f0f5;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .indexModal .close:hover {
        background: rgba(255, 255, 255, 0.25);
        color: #f6f0f5;
    }

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.btn .caret {
    margin-left: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.themeb4 .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: auto;
}


.page-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-content-tab {
    width: calc(100% - 230px);
    margin-left: auto;
    position: relative;
    min-height: calc(100vh - 70px);
    padding: 0 0px 60px 0px;
    margin-top: 70px;
}

.navbar-custom .responsive-logo {
    display: none;
}

.leftbar-tab-menu {
    min-width: 270px;
    z-index: 1001;
}

    .leftbar-tab-menu .main-icon-menu {
        width: 70px !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 0;
        background-color: #506ee4;
        height: 100% !important;
        z-index: 1001;
        position: fixed;
        top: 0;
    }

        .leftbar-tab-menu .main-icon-menu .logo-metrica .logo-sm {
            height: 34px;
        }

        .leftbar-tab-menu .main-icon-menu .menu-icon.icon-dual {
            color: #becae6;
            fill: rgba(190, 202, 230, 0.25);
        }

        .leftbar-tab-menu .main-icon-menu .pro-metrica-end {
            -ms-flex-negative: 0;
            flex-shrink: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .leftbar-tab-menu .main-icon-menu .nav {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 5px 0;
            margin-top: 30px;
        }

            .leftbar-tab-menu .main-icon-menu .nav a span {
                font-size: 12px;
            }

        .leftbar-tab-menu .main-icon-menu .nav-link {
            position: relative;
            padding: 0;
            color: #ffffff;
            width: 40px;
            height: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            flex-direction: column;
        }

            .leftbar-tab-menu .main-icon-menu .nav-link:hover, .leftbar-tab-menu .main-icon-menu .nav-link:focus {
                color: white;
            }

            .leftbar-tab-menu .main-icon-menu .nav-link:active, .leftbar-tab-menu .main-icon-menu .nav-link.active {
                color: #506ee4;
            }

                .leftbar-tab-menu .main-icon-menu .nav-link:active .menu-icon.icon-dual, .leftbar-tab-menu .main-icon-menu .nav-link.active .menu-icon.icon-dual {
                    color: #ffffff;
                    fill: rgba(255, 255, 255, 0.25);
                }

            .leftbar-tab-menu .main-icon-menu .nav-link + .nav-link {
                margin-top: 30px;
            }

            .leftbar-tab-menu .main-icon-menu .nav-link i {
                font-size: 15px;
            }

                .leftbar-tab-menu .main-icon-menu .nav-link i.drip-icon {
                    line-height: 1;
                }

                    .leftbar-tab-menu .main-icon-menu .nav-link i.drip-icon ::before {
                        width: auto;
                    }

            .leftbar-tab-menu .main-icon-menu .nav-link.active:before {
                content: '';
                position: absolute;
                left: 45px;
                top: 10px;
                border-right: 10px solid #ffffff;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
            }

@media (min-width: 992px) {
    .leftbar-tab-menu .main-icon-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 991.98px) {
    .leftbar-tab-menu .main-icon-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.main-menu-inner {
    width: 160px;
    height: 100%;
    background-color: #ffffff;
    border-right: 1px solid #eceff5;
    position: fixed;
    top: 0;
    left: 70px;
    z-index: 600;
    -webkit-box-shadow: 0px 2px 4px rgba(31, 30, 47, 0.1);
    box-shadow: 0px 2px 4px rgba(31, 30, 47, 0.1);
}

    .main-menu-inner .menu-label {
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: .5px;
        color: #8997bd;
        padding: 8px 0 0;
        margin: 0 0 0 -22px !important;
    }

    .main-menu-inner .topbar-left {
        background-color: #ffffff;
        padding-left: 20px;
    }

        .main-menu-inner .topbar-left .logo {
            line-height: 70px;
        }

            .main-menu-inner .topbar-left .logo .logo-sm {
                height: 24px;
            }

            .main-menu-inner .topbar-left .logo .logo-lg {
                height: 15px;
                margin-left: 2px;
                display: inline-block;
            }

            .main-menu-inner .topbar-left .logo .logo-light {
                display: none;
            }

    .main-menu-inner .menu-body {
        padding: 8px 4px;
        height: calc(100vh - 68px) !important;
    }

        .main-menu-inner .menu-body .nav {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .main-menu-inner .menu-body .nav-item {
            position: relative;
            display: block;
        }

            .main-menu-inner .menu-body .nav-item + .nav-item {
                margin-top: -1px !important;
            }

            .main-menu-inner .menu-body .nav-item .nav-link.active i,
            .main-menu-inner .menu-body .nav-item .nav-link.active {
                color: #6374ec;
            }

            .main-menu-inner .menu-body .nav-item ul.nav-second-level li {
                display: block;
                margin: 14px 0;
            }

                .main-menu-inner .menu-body .nav-item ul.nav-second-level li > a {
                    color: #5a5c61;
                    font-size: 13px;
                    font-weight: 500;
                }

                    .main-menu-inner .menu-body .nav-item ul.nav-second-level li > a.active {
                        color: #506ee4;
                    }

                    .main-menu-inner .menu-body .nav-item ul.nav-second-level li > a:hover, .main-menu-inner .menu-body .nav-item ul.nav-second-level li > a:focus {
                        color: #738be9;
                    }

                    .main-menu-inner .menu-body .nav-item ul.nav-second-level li > a .menu-arrow.left-has-menu {
                        float: right;
                    }

                        .main-menu-inner .menu-body .nav-item ul.nav-second-level li > a .menu-arrow.left-has-menu i {
                            font-size: 15px;
                            font-weight: 400;
                            line-height: 0;
                            margin-right: 10px;
                        }

                .main-menu-inner .menu-body .nav-item ul.nav-second-level li a:before {
                    content: "";
                    position: absolute;
                    left: 24px;
                    margin-top: 7px;
                    width: 4px;
                    height: 4px;
                    border: 1px solid #8997bd;
                    border-radius: 50%;
                    background: rgba(48, 62, 103, 0.2);
                }

                .main-menu-inner .menu-body .nav-item ul.nav-second-level li a.active:before {
                    content: "";
                    border: none;
                    background: #506ee4;
                }

                .main-menu-inner .menu-body .nav-item ul.nav-second-level li .nav-second-level li a:before {
                    content: "";
                    display: none;
                }

                .main-menu-inner .menu-body .nav-item ul.nav-second-level li .nav-second-level li a .menu-arrow.left-has-menu {
                    float: right;
                }

            .main-menu-inner .menu-body .nav-item ul.nav-second-level ul {
                padding: 0;
            }

                .main-menu-inner .menu-body .nav-item ul.nav-second-level ul li:last-child {
                    margin-bottom: 0;
                }

            .main-menu-inner .menu-body .nav-item.mm-active .menu-arrow i:before {
                content: "\F140";
            }

            .main-menu-inner .menu-body .nav-item.mm-active .nav-second-level li.mm-active .menu-arrow i:before {
                content: "\F140";
            }

            .main-menu-inner .menu-body .nav-item.mm-active .nav-second-level li .menu-arrow i:before {
                content: "\F142";
            }

        .main-menu-inner .menu-body .nav-link {
            position: relative;
            color: #5a5c61;
            font-size: 13px;
            font-weight: 600;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 44px;
            border-radius: 3px;
        }

            .main-menu-inner .menu-body .nav-link i {
                color: #5a5c61;
                font-size: 15px;
                font-weight: 400;
                line-height: 0;
                margin-right: 10px;
            }

                .main-menu-inner .menu-body .nav-link i.drip-icon {
                    line-height: .9;
                }

                    .main-menu-inner .menu-body .nav-link i.drip-icon::before {
                        width: auto;
                    }

            .main-menu-inner .menu-body .nav-link:hover, .main-menu-inner .menu-body .nav-link:focus,
            .main-menu-inner .menu-body .nav-link:hover i,
            .main-menu-inner .menu-body .nav-link:focus i {
                color: #738be9;
            }

            .main-menu-inner .menu-body .nav-link:active, .main-menu-inner .menu-body .nav-link.active {
                color: #6374ec;
            }

            .main-menu-inner .menu-body .nav-link .menu-arrow i {
                width: 0px;
                float: right;
            }

@media (min-width: 992px) {
    .main-menu-inner.active {
        display: block;
    }
}

.main-icon-menu-pane {
    margin-bottom: 20px;
    display: none;
}

    .main-icon-menu-pane.active {
        display: block;
    }

.menu-title {
    font-size: 14px;
    font-weight: 600;
    color: #466f92;
    margin-bottom: 10px;
    line-height: 1;
    text-transform: uppercase;
}

.menu-sub-text {
    display: block;
    font-size: 13px;
    color: #a4abc5;
    margin-bottom: 12px;
}

.enlarge-menu .leftbar-tab-menu {
    min-width: 70px;
}

    .enlarge-menu .leftbar-tab-menu .main-menu-inner {
        display: none;
        -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
        transition: opacity 0.3s linear, left 0.3s ease-out;
    }

.enlarge-menu .topbar .navbar-custom {
    margin-left: 70px;
}

.enlarge-menu .topbar .topbar-left {
    margin-left: 0;
    width: 270px;
}

.enlarge-menu.enlarge-menu-all .leftbar-tab-menu {
    display: none;
}

.enlarge-menu.enlarge-menu-all .topbar .topbar-left {
    margin-left: 0;
    width: 270px;
}

.enlarge-menu.enlarge-menu-all .topbar .navbar-custom {
    margin-left: 0;
}

.enlarge-menu .page-content-tab {
    width: calc(100% - 70px);
}

.tooltip.tooltip-custom .tooltip-inner, .tooltip.tooltip-sky .tooltip-inner {
    background: #eaf0f7;
    color: #000444;
    font-weight: 500;
}

.tooltip.tooltip-custom.bs-tooltip-right .arrow::before,
.tooltip.tooltip-sky.bs-tooltip-right .arrow::before {
    border-right-color: #eaf0f7;
}

@media (min-width: 1200px) {
    .main-menu-inner {
        border-right: 0;
        z-index: 1001;
    }
}

@media (max-width: 1024px) {
    .leftbar-tab-menu {
        position: fixed;
        top: 70px;
        overflow-y: auto;
        z-index: 5;
        bottom: 0;
    }

    .navbar-custom {
        margin-left: 70px;
    }

        .navbar-custom .responsive-logo {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 70px;
            padding-left: 10px;
        }

    .page-content-tab {
        min-height: 100vh;
        width: 100%;
    }

    .enlarge-menu .topbar .topbar-left {
        margin-left: 0;
        width: 60px !important;
    }

    .enlarge-menu .page-content-tab {
        width: 100%;
    }

    .enlarge-menu-all .topbar .navbar-custom {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .main-icon-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .main-menu-inner .menu-body .nav-link.with-sub::after {
        margin-left: 4px;
        font-size: 12px;
    }

    .main-menu-inner.active {
        display: block;
    }

    .main-menu-inner.active {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .main-icon-menu-active .main-icon-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .main-icon-menu-active .main-menu-inner {
        display: block;
    }
}

@media (min-width: 680px) {
    .page-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}


.left-sidenav {
    max-width: 270px;
    background-color: #ffffff;
    min-height: 100vh;
    -webkit-box-shadow: 0px 0px 3px rgba(31, 30, 47, 0.05);
    box-shadow: 0px 0px 3px rgba(31, 30, 47, 0.05);
    -webkit-transition: .3s;
    transition: .3s;
    position: fixed;
    z-index: 1001;
}

    .left-sidenav .leftbar-profile {
        display: inline-block;
        background-color: #fbfbfb;
    }

        .left-sidenav .leftbar-profile h5 {
            color: #5a5c61;
        }

        .left-sidenav .leftbar-profile p {
            color: #66696e;
        }

        .left-sidenav .leftbar-profile .leftbar-user:after {
            content: '';
            position: absolute;
            bottom: 4px;
            left: 40px;
            width: 6px;
            height: 6px;
            background-color: #8997bd;
            -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
            border-radius: 50%;
        }

        .left-sidenav .leftbar-profile .leftbar-user.online:after {
            background-color: #2ddab5;
        }

    .left-sidenav .topbar-left {
        background-color: #ffffff;
        float: left;
        text-align: center;
        height: 70px;
        position: relative;
        width: 270px;
        z-index: 1;
    }

        .left-sidenav .topbar-left .logo {
            line-height: 70px;
        }

            .left-sidenav .topbar-left .logo .logo-sm {
                height: 30px;
            }

            .left-sidenav .topbar-left .logo .logo-lg {
                height: 16px;
                margin-left: 2px;
                display: inline-block;
            }

                .left-sidenav .topbar-left .logo .logo-lg.logo-light {
                    display: none;
                }

.page-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .page-wrapper .page-content {
        width: calc(100% - 270px);
        margin-left: auto;
        position: relative;
        min-height: 100vh;
        padding: 0 15px 60px 15px;
        margin-top: 70px;
    }

.left-sidenav-menu {
    margin-bottom: 0;
    padding: 20px;
    height: 800px !important;
}

    .left-sidenav-menu .menu-label {
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: .5px;
        color: #8997bd;
        padding: 8px 0;
    }

    .left-sidenav-menu .vertical-menu-icon {
        width: 22px;
        height: 22px;
        margin-right: 6px;
    }

        .left-sidenav-menu .vertical-menu-icon.icon-dual-vertical {
            color: #a3afd4;
            fill: rgba(163, 175, 212, 0.12);
        }

    .left-sidenav-menu li {
        list-style: none;
        display: block;
        width: 100%;
        margin-top: 6px;
    }

        .left-sidenav-menu li > a {
            display: block;
            padding: 12px 18px;
            color: #5a5c61;
            font-size: 13px;
            font-weight: 500;
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .left-sidenav-menu li > a:hover {
                color: #7367f0;
            }

                .left-sidenav-menu li > a:hover i {
                    color: #7367f0;
                }

            .left-sidenav-menu li > a i {
                width: 22px;
                display: inline-block;
                font-size: 16px;
                opacity: 0.9;
                color: #a6aed4;
                margin-right: 5px;
            }

                .left-sidenav-menu li > a i.ti-control-record {
                    font-size: 8px;
                    vertical-align: middle;
                    margin-right: 0;
                }

            .left-sidenav-menu li > a span i {
                color: #303e67;
            }

        .left-sidenav-menu li ul {
            padding: 0 0 0 25px;
        }

            .left-sidenav-menu li ul li > a {
                padding: 10px 15px;
                color: #5a5c61;
                border-left: none;
            }

                .left-sidenav-menu li ul li > a:hover {
                    color: #7367f0;
                }

                    .left-sidenav-menu li ul li > a:hover i {
                        color: #506ee4;
                    }

        .left-sidenav-menu li.mm-active .menu-arrow i:before {
            content: "\F140";
        }

        .left-sidenav-menu li.mm-active .mm-active a .menu-arrow.left-has-menu i:before {
            content: "\F140";
        }

        .left-sidenav-menu li.mm-active .menu-arrow.left-has-menu i:before {
            content: "\F142";
        }

        .left-sidenav-menu li.mm-active li a menu-arrow.left-has-menu i:before {
            content: "\F142";
        }

        .left-sidenav-menu li.mm-active .mm-active {
            background-color: #f8f8fc;
            border-radius: 4px;
            -webkit-box-shadow: 0px 0 0 1px #f1f5fa;
            box-shadow: 0px 0 0 1px #f1f5fa;
        }

            .left-sidenav-menu li.mm-active .mm-active > a {
                color: #7367f0;
                background: #ffffff;
            }

                .left-sidenav-menu li.mm-active .mm-active > a.active {
                    color: #7367f0;
                    background-color: transparent;
                }

                .left-sidenav-menu li.mm-active .mm-active > a i {
                    color: #506ee4;
                }

            .left-sidenav-menu li.mm-active .mm-active .menu-arrow.left-has-menu i:before {
                content: "\F140";
            }

            .left-sidenav-menu li.mm-active .mm-active .mm-show li a.active {
                color: #506ee4;
            }

        .left-sidenav-menu li.mm-active > a {
            color: #506ee4;
            border-radius: 4px;
        }

            .left-sidenav-menu li.mm-active > a .vertical-menu-icon.icon-dual-vertical {
                color: #506ee4;
                fill: rgba(80, 110, 228, 0.12);
            }

        .left-sidenav-menu li.mm-active .nav-item.active a.nav-link.active {
            background-color: transparent;
            color: #506ee4;
        }

            .left-sidenav-menu li.mm-active .nav-item.active a.nav-link.active i {
                color: #7367f0;
            }

    .left-sidenav-menu .menu-arrow {
        float: right;
        margin-top: -1px;
    }

        .left-sidenav-menu .menu-arrow i {
            width: 15px;
        }

@media (max-width: 1024px) {
    body {
        display: block !important;
    }

        body.enlarge-menu.enlarge-menu-all .left-sidenav {
            width: 0;
        }

    .left-sidenav {
        position: absolute;
        overflow-y: auto;
        z-index: 10;
        bottom: 0;
        top: 0;
        margin-top: 0;
    }

    .page-content {
        min-height: 100vh;
        width: 100%;
        padding: 0 0 50px 0;
    }
}

body.enlarge-menu {
    overflow: visible !important;
}

    body.enlarge-menu .left-sidenav {
        width: 70px;
        padding: 0;
        z-index: 5;
        -webkit-transform: none;
        transform: none;
    }

        body.enlarge-menu .left-sidenav .topbar-left {
            position: fixed;
            width: 70px;
            height: 70px;
            z-index: 6;
        }

            body.enlarge-menu .left-sidenav .topbar-left .logo {
                padding: 0 5px;
                line-height: 0;
            }

                body.enlarge-menu .left-sidenav .topbar-left .logo .logo-lg {
                    display: none;
                }

                body.enlarge-menu .left-sidenav .topbar-left .logo .logo-sm {
                    display: block !important;
                    line-height: 70px;
                    margin: 0 auto;
                }

        body.enlarge-menu .left-sidenav.leftbar-fixed {
            position: absolute;
        }

        body.enlarge-menu .left-sidenav .leftbar-profile {
            display: none;
        }

        body.enlarge-menu .left-sidenav .left-sidenav-menu {
            padding-top: 0;
            margin-top: 70px;
            padding: 0;
        }

            body.enlarge-menu .left-sidenav .left-sidenav-menu .badge,
            body.enlarge-menu .left-sidenav .left-sidenav-menu .collapse.in,
            body.enlarge-menu .left-sidenav .left-sidenav-menu .menu-label {
                display: none;
            }

            body.enlarge-menu .left-sidenav .left-sidenav-menu .nav.collapse {
                height: inherit !important;
            }

            body.enlarge-menu .left-sidenav .left-sidenav-menu li {
                position: relative;
            }

                body.enlarge-menu .left-sidenav .left-sidenav-menu li:hover ul {
                    left: 70px;
                    position: absolute;
                    width: 200px;
                    padding: 5px 0;
                    z-index: 9999;
                    background: #ffffff;
                    height: auto !important;
                    display: block;
                    -webkit-box-shadow: 0px 2px 3px 0.25px #eaf0f9;
                    box-shadow: 0px 2px 3px 0.25px #eaf0f9;
                }

                    body.enlarge-menu .left-sidenav .left-sidenav-menu li:hover ul li .nav-second-level {
                        display: none;
                    }

                    body.enlarge-menu .left-sidenav .left-sidenav-menu li:hover ul li:hover .nav-second-level {
                        display: block !important;
                        left: 100%;
                        top: 0;
                    }

                body.enlarge-menu .left-sidenav .left-sidenav-menu li > a {
                    color: #a9baca;
                }

            body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item {
                position: relative;
                white-space: nowrap;
            }

                body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item .menu-link {
                    padding: 12px 22px;
                    min-height: 56px;
                    margin: 0;
                    position: relative;
                    border-radius: 0;
                    display: -ms-grid;
                    display: grid;
                }

                    body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item .menu-link:active i, body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item .menu-link:hover i {
                        color: #ffffff;
                    }

                    body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item .menu-link i {
                        line-height: 26px;
                        margin: 0 3px;
                    }

                    body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item .menu-link span {
                        padding-left: 40px;
                        display: none;
                    }

                    body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item .menu-link.mm-active {
                        border-radius: 0;
                    }

                body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item:hover .menu-link {
                    position: relative;
                    color: #ffffff;
                    background: #506ee4;
                    border-radius: 0;
                    width: calc(200px + 70px);
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-transition: none;
                    transition: none;
                }

                    body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item:hover .menu-link span {
                        display: inline;
                    }

                        body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item:hover .menu-link span.menu-arrow, body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item:hover .menu-link span.badge {
                            display: none;
                        }

                    body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item:hover .menu-link .icon-dual-vertical {
                        color: #ffffff;
                        fill: rgba(255, 255, 255, 0.12);
                    }

                body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item:hover > ul a {
                    padding: 8px 20px;
                    position: relative;
                    width: 200px;
                    margin-left: 0;
                    color: #5a5c61;
                    font-weight: 400;
                }

                    body.enlarge-menu .left-sidenav .left-sidenav-menu .leftbar-menu-item:hover > ul a:hover {
                        color: #506ee4;
                    }

            body.enlarge-menu .left-sidenav .left-sidenav-menu li:hover > a i {
                color: #506ee4;
            }

        body.enlarge-menu .left-sidenav .slimScrollDiv {
            overflow: visible !important;
        }

            body.enlarge-menu .left-sidenav .slimScrollDiv .slimscroll {
                overflow: visible !important;
            }

    body.enlarge-menu .metismenu li.mm-active > a {
        background: #ffffff;
    }

    body.enlarge-menu .metismenu .mm-collapsing {
        display: none !important;
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: 0;
        transition-duration: 0;
        -webkit-transition-property: height, visibility;
        transition-property: height, visibility;
    }

    body.enlarge-menu .metismenu .mm-collapse.mm-show {
        display: none;
        height: 0 !important;
    }

    body.enlarge-menu .page-wrapper {
        min-height: 1300px !important;
    }

/*
Template Name: Metrica - Admin & Dashboard Template
Author: Mannatthemes
File: Topbar
*/
.topbar {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    max-height: 70px;
}

    .topbar .topbar-left {
        background-color: #ffffff;
        float: left;
        text-align: center;
        height: 70px;
        position: relative;
        width: 270px;
        z-index: 1;
    }

        .topbar .topbar-left .logo {
            line-height: 70px;
        }

            .topbar .topbar-left .logo .logo-sm {
                height: 30px;
            }

            .topbar .topbar-left .logo .logo-lg {
                height: 16px;
                margin-left: 2px;
                display: inline-block;
            }

                .topbar .topbar-left .logo .logo-lg.logo-light {
                    display: none;
                }

.navbar-custom {
    background: #ffffff;
    margin-left: 230px;
    min-height: 70px;
    -webkit-box-shadow: 6px 0px 6px rgba(31, 30, 47, 0.06);
    box-shadow: 6px 0px 6px rgba(31, 30, 47, 0.06);
    position: relative;
}

    .navbar-custom .nav-link {
        padding: 0 0.75rem;
        color: #7081b9;
        line-height: 70px;
        max-height: 70px;
    }

        .navbar-custom .nav-link .nav-icon {
            font-size: 18px;
        }

    .navbar-custom .dropdown-toggle:after {
        content: initial;
    }

    .navbar-custom .topbar-nav li {
        float: left;
    }

        .navbar-custom .topbar-nav li.show .nav-link {
            background-color: white;
            color: #303e67;
        }

.button-menu-mobile {
    border: none;
    color: #7081b9 !important;
    width: 60px;
    background-color: transparent;
    cursor: pointer;
}

.nav-user .nav-user-name {
    vertical-align: middle;
}

.nav-user img {
    height: 36px;
    width: 36px;
}

/* Notification */
.notification-list {
    max-height: 220px;
    margin-left: 0;
}

    .notification-list .noti-icon {
        font-size: 22px;
        vertical-align: middle;
        color: #7081b9;
    }

    .notification-list .noti-icon-badge {
        display: inline-block;
        position: absolute;
        top: 14px;
        right: 8px;
        border: 2px solid rgba(255, 255, 255, 0.6);
        border-radius: 50%;
        padding: 2px 4px 2px;
        font-size: 9px;
    }

.app-search .form-control,
.app-search .form-control:focus {
    border: 1px solid #e9ecef;
    font-size: 13px;
    height: 34px;
    color: #696c71;
    padding-left: 20px;
    padding-right: 40px;
    background: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 40px;
    width: 300px;
}

.app-search {
    position: relative;
    padding-top: 18px;
    margin-left: 20px;
}

    .app-search input.form-control::-webkit-input-placeholder {
        color: #98a9d9;
    }

    .app-search input.form-control:-moz-placeholder {
        color: #98a9d9;
    }

    .app-search input.form-control::-moz-placeholder {
        color: #98a9d9;
    }

    .app-search input.form-control:-ms-input-placeholder {
        color: #98a9d9;
    }

    .app-search a {
        position: absolute;
        top: 18px;
        right: 0;
        display: block;
        height: 34px;
        line-height: 34px;
        width: 34px;
        text-align: center;
        background: #e9ecef;
        border: 1px solid #e9ecef;
        border-radius: 50%;
        color: #98a9d9;
    }

.system-text {
    font-family: "Roboto", sans-serif;
    position: absolute;
    right: 0;
    left: 0;
    top: 30%;
    z-index: 10;
}

    .system-text h4 {
        font-size: 20px;
    }

    .system-text p {
        font-size: 15px;
    }

@media (max-width: 1024px) {
    .topbar .topbar-left {
        width: 70px;
    }

        .topbar .topbar-left .logo-lg {
            display: none !important;
        }

    .topbar .navbar-custom {
        margin-left: 70px;
    }

    .topbar .app-search .form-control,
    .topbar .app-search .form-control:focus {
        width: 230px;
    }
}

@media (max-width: 768px) and (max-width: 1023.98px) {
    .app-search {
        display: none;
    }
}

@media (max-width: 767px) {
    .app-search,
    .hidden-sm {
        display: none;
    }
}

@media (max-width: 375px) {
    .page-title-box .breadcrumb {
        display: none;
    }
}


/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A jQuery menu plugin
* @version 3.0.4
* @author Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* @license: MIT 
*/ .metismenu .arrow {
    float: right;
    line-height: 1.42857
}

[dir=rtl] .metismenu .arrow {
    float: left
}

.metismenu .glyphicon.arrow:before {
    content: "\e079"
}

.metismenu .mm-active > a > .glyphicon.arrow:before {
    content: "\e114"
}

.metismenu .fa.arrow:before {
    content: "\f104"
}

.metismenu .mm-active > a > .fa.arrow:before {
    content: "\f107"
}

.metismenu .ion.arrow:before {
    content: "\f3d2"
}

.metismenu .mm-active > a > .ion.arrow:before {
    content: "\f3d0"
}

.metismenu .plus-times {
    float: right
}

[dir=rtl] .metismenu .plus-times {
    float: left
}

.metismenu .fa.plus-times:before {
    content: "\f067"
}

.metismenu .mm-active > a > .fa.plus-times {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.metismenu .plus-minus {
    float: right
}

[dir=rtl] .metismenu .plus-minus {
    float: left
}

.metismenu .fa.plus-minus:before {
    content: "\f067"
}

.metismenu .mm-active > a > .fa.plus-minus:before {
    content: "\f068"
}

.metismenu .mm-collapse:not(.mm-show) {
    display: none
}

.metismenu .mm-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height,visibility
}

.metismenu .has-arrow {
    position: relative
}

    .metismenu .has-arrow:after {
        position: absolute;
        content: "";
        width: .5em;
        height: .5em;
        border-style: solid;
        border-width: 1px 0 0 1px;
        border-color: initial;
        right: 1em;
        -webkit-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%);
        -webkit-transform-origin: top;
        transform-origin: top;
        top: 50%;
        transition: all .3s ease-out
    }

[dir=rtl] .metismenu .has-arrow:after {
    right: auto;
    left: 1em;
    -webkit-transform: rotate(135deg) translateY(-50%);
    transform: rotate(135deg) translateY(-50%)
}

.metismenu .has-arrow[aria-expanded=true]:after, .metismenu .mm-active > .has-arrow:after {
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%)
}

[dir=rtl] .metismenu .has-arrow[aria-expanded=true]:after, [dir=rtl] .metismenu .mm-active > .has-arrow:after {
    -webkit-transform: rotate(225deg) translateY(-50%);
    transform: rotate(225deg) translateY(-50%)
}
/*# sourceMappingURL=metisMenu.min.css.map */



/* Page titles */
.title-text,
.header-title {
    margin-bottom: 8px;
    text-transform: capitalize;
    letter-spacing: 0.02em;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
    color: #303e67;
    text-shadow: 0 0 1px rgba(241, 245, 250, 0.1);
    font-family: "Roboto", sans-serif;
}

.page-title-box {
    padding: 15px 0;
}

    .page-title-box .page-title {
        font-size: 25px;
        margin: 0;
        color: #303e67;
    }

    .page-title-box .breadcrumb {
        font-size: 13px;
        margin-bottom: 0;
        padding: 2px 0;
        background-color: transparent;
    }

.bg-soft-classic {
    background-color: #f1f5fa !important;
    color: #303e67 !important;
}



.divider-custom {
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 1rem 0;
}

    .divider-custom .divider-text {
        position: relative;
        display: inline-block;
        font-size: 12px;
        padding: 2px 6px;
        color: #000444;
        border: 1px dashed #eceff5;
        border-radius: 30px;
        font-family: "Roboto", sans-serif;
    }

        .divider-custom .divider-text:after {
            left: 100%;
        }

        .divider-custom .divider-text:before {
            right: 100%;
        }

        .divider-custom .divider-text:after,
        .divider-custom .divider-text:before {
            content: '';
            position: absolute;
            top: 50%;
            width: 9999px;
            border-top: 1px dashed #eceff5;
        }
.dropdown-menu {
    -webkit-box-shadow: 0 3px 12px rgba(214, 228, 241, 0.3);
    box-shadow: 0 3px 12px rgba(214, 228, 241, 0.3);
    margin: 0;
}

    .dropdown-menu .dropdown-item:hover,
    .dropdown-menu .dropdown-item:focus {
        background-color: #f1f5fa;
        color: #000444;
    }



/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

    .waves-effect .waves-ripple {
        position: absolute;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
        opacity: 0;
        background: rgba(0, 0, 0, 0.2);
        background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        -webkit-transition-property: -webkit-transform, opacity;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
        -webkit-transform: scale(0) translate(0, 0);
        transform: scale(0) translate(0, 0);
        pointer-events: none;
    }

    .waves-effect.waves-light .waves-ripple {
        background: rgba(255, 255, 255, 0.4);
        background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    }

    .waves-effect.waves-classic .waves-ripple {
        background: rgba(0, 0, 0, 0.2);
    }

    .waves-effect.waves-classic.waves-light .waves-ripple {
        background: rgba(255, 255, 255, 0.4);
    }

.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

.waves-button,
.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

    .waves-button,
    .waves-button:hover,
    .waves-button:visited,
    .waves-button-input {
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: none;
        outline: none;
        color: inherit;
        background-color: rgba(0, 0, 0, 0);
        font-size: 1em;
        line-height: 1em;
        text-align: center;
        text-decoration: none;
        z-index: 1;
    }

.waves-button {
    padding: 0.85em 1.1em;
    border-radius: 0.2em;
}

.waves-button-input {
    margin: 0;
    padding: 0.85em 1.1em;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

    .waves-input-wrapper.waves-button {
        padding: 0;
    }

    .waves-input-wrapper .waves-button-input {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

    .waves-float:active {
        -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
    }

.waves-block {
    display: block;
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.4);
}

.waves-effect.waves-primary .waves-ripple {
    background-color: rgba(80, 110, 228, 0.4);
}

.waves-effect.waves-success .waves-ripple {
    background-color: rgba(45, 218, 181, 0.4);
}

.waves-effect.waves-info .waves-ripple {
    background-color: rgba(155, 167, 202, 0.4);
}

.waves-effect.waves-warning .waves-ripple {
    background-color: rgba(255, 159, 67, 0.4);
}

.waves-effect.waves-danger .waves-ripple {
    background-color: rgba(239, 77, 86, 0.4);
}


/*

    Modal Side bar
*/

.modal.modal-rightbar {
    position: fixed;
    margin: auto;
    right: 0;
    left: auto;
    height: 100%;
    padding-right: 0 !important;
}

    .modal.modal-rightbar .modal-content {
        height: 100vh;
        overflow-y: auto;
        border: none;
        border-radius: 0;
    }

    .modal.modal-rightbar .modal-body {
        padding: 15px;
        overflow-x: hidden;
    }

    .modal.modal-rightbar .modal-dialog {
        width: 320px;
        right: -320px;
        margin: 0 0 0 auto;
    }

    .modal.modal-rightbar.show .modal-dialog {
        right: 0;
        -webkit-transition: left 0.3s ease, right 0.3s ease;
        transition: left 0.3s ease, right 0.3s ease;
    }

.modal-content {
    background-color: #ffffff;
}

    .modal-content .modal-header, .modal-content .modal-footer {
        border-color: #eaf0f9;
        background-color: #eaf0f9;
    }

        .modal-content .modal-header .modal-title, .modal-content .modal-footer .modal-title {
            color: #000444;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
            font-weight: 600;
            margin-top: 0;
        }

        .modal-content .modal-header .close, .modal-content .modal-footer .close {
            color: #435177;
        }

    .modal-content .modal-body p, .modal-content h4 {
        color: #7081b9;
    }

    .modal-content .modal-title.custom-title {
        color: white;
    }
