@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project        :   sash – Bootstrap 5  Admin & Dashboard Template
Copyright      :   Spruko Technologies Private Limited
Author         :   Spruko
Author URL     :   https://themeforest.net/user/spruko
Support	       :   support@spruko.com
License        :   Licensed under ThemeForest License

-------------------------------------------------------------------*/
/*
--- bootstrap-styles
--- accordion
--- alert
--- avatars
--- badges
--- blackquote
--- breadcrumb
--- button
--- buttons
--- cards
--- carousel
--- dropdown
--- forms
--- grid
--- input-group
--- modal
--- navigation
--- pagination
--- panel
--- popover
--- progress
--- tables
--- tags
--- thumbnail
--- tooltip
--- accordion
--- bootstrap-datepicker
--- buttons.bootstrap5
--- c3-chart
--- calendar
--- classic
--- dataTables.bootstrap
--- date-picker
--- daterangepicker
--- dtree
--- edit-table
--- fancy_fileupload
--- fileupload
--- form-wizard-demo
--- fullcalendar
--- gallery
--- intlTelInput
--- ion.rangeSlider
--- ion.rangeSlider.skinFlat
--- ion.rangeSlider.skinSimple
--- jquery.countdown
--- jquery.growl
--- jquery.timepicker
--- jquery.transfer
--- jquery-jvectormap
--- jquerysctipttop
--- jquerytransfer-icon_font
--- jquery-ui
--- leaflet
--- monolith
--- morris
--- multi
--- multiple-select
--- nano
--- notifIt
--- nv.d3
--- owl.carousel
--- perfect-scrollbar
--- quill.bubble
--- quill.snow
--- responsive.bootstrap
--- richtext
--- select2.min
--- sidebar
--- smart_wizard
--- smart_wizard_theme_arrows
--- smart_wizard_theme_circles
--- smart_wizard_theme_dots
--- spectrum
--- star-rating-svg
--- summernote
--- sumoselect
--- sweetalert
--- tabs
--- timeline
--- treeview
--- components-col
--- custom-forms
--- custom-styles
--- file-manager
--- font
--- gallery
--- highlight
--- labels
--- landing
--- list-group
--- media
--- navbar
--- pricing
--- rating
--- tabs-menu
--- timeline
--- footer
--- header
--- horizontal-menu
--- icons-list
--- loaders
--- rtl
--- datepicker
--- jvector
--- select2
--- select-group
--- default-menu
--- sidemenu-icontext
--- closed-menu
--- hover-submenu
--- hover-submenu-style1
--- calender
--- chart
--- chat
--- error-pages
--- range
--- ribbon
--- form-wizard
--- widgets
--- alignments
--- background
--- border
--- display
--- float-elements
--- height
--- margin
--- padding
--- position
--- typography
--- width
*/
/* ######## FONT ######## */
/*-------- Bootstrap Framework -------*/
/* ######## BOOTSTRAP ######## */
/*Color variables*/
/*Gradient variables*/
/*white variables*/
/*black variables*/
/*shadow variables*/
/*Dark Theme Variables*/
/*Transparent variables*/
/* ###### Bootstrap ###### */
:root {
    --primary-bg-color: #6c5ffc;
    --primary-bg-hover: #233ac5;
    --primary-bg-border: #5161c1;
    --dark-body: #292e4a;
    --dark-border: #30314e;
    --transparent-primary: #6c5ffc;
    --transparent-body: #584cd9;
    --transparent-theme: rgba(0, 0, 0, 0.2);
    --transparent-border: rgba(255, 255, 255, 0.1);
    --blue: #1a1a3c;
    --dark-primary-hover: #233ac5;
    --primary-transparentcolor: #eaedf7;
    --darkprimary-transparentcolor: #2b356e;
    --transparentprimary-transparentcolor: rgba(255, 255, 255, 0.05);
    --indigo: #4b0082;
    --purple: #6f42c1;
    --pink: #fc5296;
    --orange: #fd7e14;
    --yellow: #FBB034;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #ffffff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #6c5ffc;
    --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: -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-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

* {
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

article,
dialog,
footer,
header,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #282f53;
    text-align: left;
    background-color: #f0f0f5;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}


ul {
    margin-top: 0;
    margin-bottom: 1rem;
}


ul ul {
    margin-bottom: 0;
}

b,
strong {
    font-weight: bolder;
}

sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
}

pre,
code {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

svg:not(:root) {
    overflow: hidden;
}

th {
    text-align: inherit;
}

input[type=date],
input[type=time],
input[type=month] {
    -webkit-appearance: listbox;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #e9edf4;
    opacity: 0.25;
    background-color: transparent;
}

code,
pre {
    font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
    font-size: 85%;
    color: inherit;
    word-break: break-word;
}

a>code {
    color: inherit;
}

pre {
    display: block;
    font-size: 85%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

@media (max-width: 576px) {
    .container {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.visible {
    visibility: visible !important;
}

.users img {
    max-width: none !important;
}

@media print {
    * {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    *::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;
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }


    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body,
    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }
}

html {
    font-size: 16px;
}

body {
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-font-feature-settings: "liga"0;
    font-feature-settings: "liga"0;
    overflow-y: scroll;
    position: relative;
}

body *::-webkit-scrollbar {
    width: 2px;
    height: 6px;
    transition: 0.3s background;
}

body *::-webkit-scrollbar-thumb {
    background: #f6f6fb;
}

body *:hover::-webkit-scrollbar-thumb {
    background: #f6f6fb;
}

@media print {
    body {
        background: none;
    }
}

a {
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: inherit;
}

strong,
b {
    font-weight: 500;
}

code {
    background: var(--primary005);
    border: 1px solid var(--primary005);
    border-radius: 3px;
    padding: 0px 3px;
    color: #ec82ef;
}

pre code {
    padding: 0;
    border-radius: 0;
    border: none;
    background: none;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

pre {
    color: #343a40;
    padding: 1rem;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    background-color: #f6f6fb;
    border-radius: 3px;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    text-shadow: 0 1px white;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.section-nav:before {
    content: "Table of contents:";
    display: block;
    font-weight: 600;
}

@media print {
    .container {
        max-width: none;
    }
}

/*------ Accordion -------*/

.accordionjs .acc_section .acc_head h3:before {
    color: #76839a;
}

/* #accordion rotate icon option */
#accordion .panel-heading1 a:before {
    content: "\f01a";
    font-size: 24px;
    position: absolute;
    font-family: "FontAwesome";
    right: 5px;
    top: 10px;
    transform: rotate(180deg);
    transition: all 0.5s;
}

#accordion .panel-heading1.active a:before {
    transform: rotate(0deg);
    transition: all 0.5s;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #e9edf4;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    margin-right: 5px;
}

.accordion-button::after {
    background-image: none;
    content: "\e92d";
    font-family: feather !important;
}

.accordion-button::after {
    height: 14px;
}

/*-----Alerts-----*/
.alert {
    position: relative;
    padding: 0.75rem 1.25rem !important;
    margin-bottom: 1rem;
    border: 1px solid transparent;
}

.alert:last-child,
.alert p {
    margin-bottom: 0;
}

.alert-link:hover,
.alert-link a:hover {
    text-decoration: underline;
}

.alert-default {
    background-color: #f9f7f7;
}

.alert {
    font-size: 0.9375rem;
}

.alert .btn-close {
    color: inherit;
}

.alert .btn-close:hover,
.alert .btn-close:focus {
    color: inherit;
}

/*----- Avatars -----*/

.avatar {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 500;
    vertical-align: bottom;
    font-size: 0.875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.avatar i {
    font-size: 125%;
    vertical-align: sub;
}

.avatar-md {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
}

.avatar-group .avatar:hover {
    z-index: 3;
}

/*-----Badges-----*/
.btn .badge {
    position: relative;
    top: -1px;
}

.badge {
    display: inline-block;
    padding: 3px 5px 4px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    font-size: 0.75em;
    font-weight: 500;
}

.blockquote-footer::before {
    content: "— ";
}

p,
ul {
    margin-bottom: 1em;
}

blockquote cite:before {
    content: "— ";
}

/*------ Breadcrumb ------*/

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: rgba(110, 126, 150, 0.4);
    content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
    text-decoration: none;
}

.breadcrumb-style2 .breadcrumb-item1+.breadcrumb-item1::before {
    content: "\e92f";
    font-family: feather !important;
    font-size: 12px;
}

.breadcrumb-style3 .breadcrumb-item1+.breadcrumb-item1::before {
    content: "\e933";
    font-family: feather !important;
    font-size: 12px;
}

.breadcrumb-item1 a:hover {
    color: var(--primary-bg-color);
    text-decoration: underline;
}

.breadcrumb-item1+.breadcrumb-item1::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    content: "/";
    color: #c0c9da;
}

.breadcrumb-item1+.breadcrumb-item1:hover::before {
    text-decoration: underline;
    text-decoration: none;
}

.breadcrumb-item1.active {
    color: #282f53;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 0;
}

input,
button,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type=button],
[type=reset] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

.btn-compose:hover {
    background: none repeat scroll 0 0 #f5675c;
    color: #fff;
}

.btn-send:hover {
    background: none repeat scroll 0 0 #00a8b3;
    color: #fff;
    background: none repeat scroll 0 0 #009da7;
}

button.btn-close {
    right: 15px;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    background-image: none;
}

button.btn-close:focus {
    box-shadow: none;
}

/*--------- Buttons--------------*/
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 1rem;
    font-size: 0.9375rem;
    line-height: 1.84615385;
    border-radius: 5px;
    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;
}

.btn:hover {
    text-decoration: none;
}

.btn:focus {
    text-decoration: none;
    outline: none !important;
}

.btn.focus {
    outline: 0;
    box-shadow: none;
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
    background-image: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-secondary {
    color: #fff;
    background: #05c3fb !important;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #76c9ef;
    border-color: #76c9ef;
    opacity: 0.7;
}

.btn-secondary:focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 2px rgba(130, 207, 242, 0.9);
    border-color: #05c3fb;
    opacity: 0.9;
}

.btn-secondary:disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #76c9ef;
    border-color: #76c9ef;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #76c9ef;
    border-color: #76c9ef;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    border: transparent;
}

.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #05c3fb;
    border-color: #05c3fb;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(130, 207, 242, 0.9);
    border: 1px solid #05c3fb;
}

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(130, 207, 242, 0.9);
    order: 1px solid #05c3fb;
}

.btn-success:hover {
    color: #fff;
    background-color: #13bfa6;
    border-color: #13bfa6;
    opacity: 0.7;
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 2px #13bfa6;
    opacity: 0.9;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #13bfa6;
    border-color: #13bfa6;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #13bfa6;
    border-color: #13bfa6;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(19, 191, 166, 0.9);
}

.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(19, 191, 166, 0.9);
}

.btn-info:hover {
    color: #fff;
    background-color: #086de6;
    border-color: #086de6;
    opacity: 0.7;
}

.btn-info:focus,
.btn-info.focus {
    background: #1170e4;
    border-color: #1170e4;
    color: #fff;
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
    opacity: 0.9;
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #1170e4;
    border-color: #1170e4;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1170e4;
    border-color: #1170e4;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus {
    background: #1170e4;
    border-color: #1170e4;
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
}

.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
}

.btn-warning:hover {
    color: #fff;
    background-color: #dba12a;
    border-color: #dda32b;
    opacity: 0.7;
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 2px rgba(229, 175, 4, 0.9);
    opacity: 0.9;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #fff;
    background-color: #faad3b;
    border-color: #e5a623;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #cc9547;
    border-color: #e5a623;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(237, 156, 76, 0.9);
}

.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(237, 156, 76, 0.9);
}

.btn-danger:hover {
    color: #fff;
    background-color: #dd2540;
    border-color: #df2540;
    opacity: 0.7;
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 2px rgba(245, 51, 79, 0.9);
    opacity: 0.9;
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #f5334f;
    border-color: #ed314c;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #f5334f;
    border-color: #ed314c;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(245, 51, 79, 0.9);
}

.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(245, 51, 79, 0.9);
}

.btn-default {
    color: #282f53;
    background: #e9e9f1;
    border-color: #e9e9f1;
}

.btn-default:hover {
    color: #282f53;
    background-color: #e3e3ef;
    border-color: #e3e3ef;
    opacity: 0.7;
}

.btn-default:focus,
.btn-default.focus {
    box-shadow: 0 0 0 2px rgba(233, 233, 241, 0.9);
    opacity: 0.9;
}

.btn-default.disabled,
.btn-default:disabled {
    color: #282f53;
    background-color: #e9e9f1;
    border-color: #e9e9f1;
}

.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active {
    color: #282f53;
    background-color: #e9e9f1;
    border-color: #e9e9f1;
}

.show>.btn-default.dropdown-toggle {
    color: #282f53;
    background-color: #e9e9f1;
    border-color: #e9e9f1;
}

.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-default:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(233, 233, 241, 0.9);
}

.show>.btn-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(233, 233, 241, 0.9);
}

/*-- light-buttons--*/

.btn-secondary-light:hover {
    color: #fff !important;
    background-color: #05c3fb !important;
    border-color: #05c3fb;
    opacity: 0.7;
}

.btn-secondary-light:focus,
.btn-secondary-light.focus {
    box-shadow: 0 0 0 2px rgba(130, 207, 242, 0.9);
    border: 1px solid #05c3fb;
    opacity: 0.9;
}

.btn-success-light:hover {
    color: #fff !important;
    background-color: #13bfa6 !important;
    border-color: #13bfa6;
    opacity: 0.7;
}

.btn-success-light:focus,
.btn-success-light.focus {
    box-shadow: 0 0 0 2px #13bfa6;
    opacity: 0.9;
}

.btn-info-light:hover {
    color: #fff !important;
    background-color: #1170e4 !important;
    border-color: #1170e4 !important;
    opacity: 0.7;
}

.btn-info-light:focus,
.btn-info-light.focus {
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
    opacity: 0.9;
}

.btn-warning-light:hover {
    color: #fff !important;
    background-color: #f7b731 !important;
    border-color: #e5a623;
    opacity: 0.7;
}

.btn-warning-light:focus,
.btn-warning-light.focus {
    box-shadow: 0 0 0 2px rgba(229, 175, 4, 0.9);
    opacity: 0.9;
}

.btn-danger-light:hover {
    color: #fff !important;
    background-color: #e82646 !important;
    border-color: #ed314c;
    opacity: 0.7;
}

.btn-danger-light:focus,
.btn-danger-light.focus {
    box-shadow: 0 0 0 2px rgba(245, 51, 79, 0.9);
    opacity: 0.9;
}

.btn-default-light:hover {
    color: #282f53;
    background-color: #e3e3ef !important;
    border-color: #e3e3ef;
    opacity: 0.7;
}

.btn-default-light:focus,
.btn-default-light.focus {
    box-shadow: 0 0 0 2px #f6f9fc;
    opacity: 0.9;
}

/*--gradient-buttons--*/

.btn-secondary-gradient:hover {
    color: #fff;
    background-color: #eb6f33;
    border-color: #f66b4e;
    opacity: 0.7;
}

.btn-secondary-gradient:focus,
.btn-secondary-gradient.focus {
    box-shadow: 0 0 0 2px rgba(235, 111, 51, 0.9);
    border: 1px solid #05c3fb;
    opacity: 0.9;
}

.btn-secondary-gradient.disabled,
.btn-secondary-gradient:disabled {
    color: #fff;
    background-color: #eb6f33;
}

.btn-secondary-gradient:not(:disabled):not(.disabled):active,
.btn-secondary-gradient:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #eb6f33;
    border-color: #f66b4e;
}

.btn-secondary-gradient:not(:disabled):not(.disabled):active:focus,
.btn-secondary-gradient:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(235, 111, 51, 0.9);
}

.show>.btn-secondary-gradient.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(235, 111, 51, 0.9);
}

.btn-success-gradient:hover {
    color: #fff;
    background-color: #4b9400;
    border-color: #448700;
    opacity: 0.7;
}

.btn-success-gradient:focus,
.btn-success-gradient.focus {
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.9);
    opacity: 0.9;
}

.btn-success-gradient.disabled,
.btn-success-gradient:disabled {
    color: #fff;
    background-color: #4ecc48;
    border-color: #4ecc48;
}

.btn-success-gradient:not(:disabled):not(.disabled):active,
.btn-success-gradient:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #448700;
    border-color: #3e7a00;
}

.btn-success-gradient:not(:disabled):not(.disabled):active:focus,
.btn-success-gradient:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.9);
}

.show>.btn-success-gradient.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.9);
}

.btn-info-gradient:hover {
    color: #fff;
    background-color: #219af0;
    border-color: #1594ef;
    opacity: 0.7;
}

.btn-info-gradient:focus,
.btn-info-gradient.focus {
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
    opacity: 0.9;
}

.btn-info-gradient.disabled,
.btn-info-gradient:disabled {
    color: #fff;
    background-color: #45aaf2;
    border-color: #07cedc;
}

.btn-info-gradient:not(:disabled):not(.disabled):active,
.btn-info-gradient:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #3979a7;
    border-color: #07cedc;
}

.btn-info-gradient:not(:disabled):not(.disabled):active:focus,
.btn-info-gradient:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
}

.show>.btn-info-gradient.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
}

.btn-warning-gradient:hover {
    color: #fff;
    background-color: #faad3b;
    border-color: #d4952d;
    opacity: 0.7;
}

.btn-warning-gradient:focus,
.btn-warning-gradient.focus {
    box-shadow: 0 0 0 2px rgba(229, 175, 4, 0.9);
    opacity: 0.9;
}

.btn-warning-gradient.disabled,
.btn-warning-gradient:disabled {
    color: #fff;
    background-color: #faad3b;
    border-color: #FBB034;
}

.btn-warning-gradient:not(:disabled):not(.disabled):active,
.btn-warning-gradient:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #cc9547;
    border-color: #FBB034;
}

.btn-warning-gradient:not(:disabled):not(.disabled):active:focus,
.btn-warning-gradient:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(237, 156, 76, 0.9);
}

.show>.btn-warning-gradient.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(237, 156, 76, 0.9);
}

.btn-warning-gradient-gradient:focus {
    box-shadow: 0 0 0 2px rgba(249, 165, 61, 0.4);
}

.btn-warning-gradient.focus {
    box-shadow: 0 0 0 2px rgba(249, 165, 61, 0.4);
}

.btn-warning-gradient:hover {
    color: #fff;
    box-shadow: 0 3px 10px rgba(240, 138, 46, 0.5);
}

.btn-danger-gradient:hover {
    color: #fff;
    background-color: #FF4B2B;
    border-color: #e3325a;
    opacity: 0.7;
}

.btn-danger-gradient:focus,
.btn-danger-gradient.focus {
    box-shadow: 0 0 0 2px rgba(255, 75, 43, 0.9);
    opacity: 0.9;
}

.btn-danger-gradient.disabled,
.btn-danger-gradient:disabled {
    color: #fff;
    background-color: #FF4B2B;
    border-color: #e3325a;
}

.btn-danger-gradient:not(:disabled):not(.disabled):active,
.btn-danger-gradient:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #FF4B2B;
    border-color: #e3325a;
}

.btn-danger-gradient:not(:disabled):not(.disabled):active:focus,
.btn-danger-gradient:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(255, 75, 43, 0.9);
}

.show>.btn-danger-gradient.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(255, 75, 43, 0.9);
}

.btn-default {
    color: #282f53;
    background: #e9e9f1;
    border-color: #e9e9f1;
}

.btn-default:hover {
    color: #282f53;
    background-color: #e3e3ef;
    border-color: #e3e3ef;
    opacity: 0.7;
}

.btn-default:focus,
.btn-default.focus {
    box-shadow: 0 0 0 2px #e9e9f1;
    opacity: 0.9;
}

.btn-default.disabled,
.btn-default:disabled {
    color: #282f53;
    background-color: #e9e9f1;
    border-color: #e9e9f1;
}

.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active {
    color: #282f53;
    background-color: #e9e9f1;
    border-color: #e9e9f1;
}

.show>.btn-default.dropdown-toggle {
    color: #282f53;
    background-color: #e9e5f1;
    border-color: #e9e5f1;
}

.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-default:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(229, 240, 250, 0.9);
}

.show>.btn-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(229, 240, 250, 0.9);
}

.btn-light:hover {
    color: #495057;
    background-color: #e9e9f1;
    border-color: #eeebf3;
    opacity: 0.7;
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
    opacity: 0.9;
}

.btn-light.disabled,
.btn-light:disabled {
    color: #495057;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active {
    color: #495057;
    background-color: #e9e9f1;
    border-color: #f0f0f4;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}

.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    opacity: 0.7;
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
    opacity: 0.9;
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}

.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}

.btn-outline-default:hover {
    color: #282f53;
    background: #e9e9f1;
}

.btn-outline-default.disabled,
.btn-outline-default:disabled {
    color: #282f53;
    background-color: transparent;
}

.btn-outline-default:not(:disabled):not(.disabled):active,
.btn-outline-default:not(:disabled):not(.disabled).active {
    color: #282f53;
    background-color: #e9e9f1;
}

.btn-outline-secondary {
    color: #05c3fb !important;
    background-color: transparent;
    background-image: none;
    border-color: #05c3fb;
}

.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #05c3fb;
    border-color: #76c9ef;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px rgba(235, 111, 51, 0.9);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #76c9ef;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #05c3fb;
    border-color: #76c9ef;
}

.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #05c3fb;
    border-color: #76c9ef;
}

.btn-outline-success {
    color: #13bfa6;
    background-color: transparent;
    background-image: none;
    border-color: #13bfa6;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #13bfa6;
    border-color: #13bfa6;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 2px rgba(19, 191, 166, 0.1);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #13bfa6;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #13bfa6;
    border-color: #13bfa6;
}

.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #13bfa6;
    border-color: #13bfa6;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(19, 191, 166, 0.1);
}

.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(19, 191, 166, 0.1);
}

.btn-outline-info {
    color: #45aaf2;
    background-color: transparent;
    background-image: none;
    border-color: #45aaf2;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #45aaf2;
    border-color: #45aaf2;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.1);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #45aaf2;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #45aaf2;
    border-color: #45aaf2;
}

.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #45aaf2;
    border-color: #45aaf2;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.1);
}

.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.1);
}

.btn-outline-warning {
    color: #ecb403 !important;
    background-color: transparent;
    background-image: none;
    border-color: #ecb403;
}

.btn-outline-warning:hover {
    color: #fff !important;
    background-color: #ecb403;
    border-color: #ecb403;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ecb403;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #ecb403;
    border-color: #ecb403;
}

.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ecb403;
    border-color: #ecb403;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
}

.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
}

.btn-outline-danger {
    color: #c21a1a;
    background-color: transparent;
    background-image: none;
    border-color: #f12c2c;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #f12c2c;
    border-color: #f12c2c;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #c21a1a;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #c21a1a;
    border-color: #c21a1a;
}

.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #c21a1a;
    border-color: #c21a1a;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}

.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}

.btn-outline-light:hover {
    color: #495057;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
    color: #495057;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}

.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}

.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}

.btn-link:hover {
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
    opacity: 0.7;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
    opacity: 0.9;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #868e96;
    pointer-events: none;
}

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.625;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 0.5rem;
}


input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%;
}

/**Btn-group**/

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1;
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active {
    z-index: 1;
}

.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split::after {
    margin-left: 0;
}

.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-lg+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

/*----- Btn styles------*/
.btn {
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 0.03em;
    font-size: 0.8125rem;
    min-width: 2.375rem;
}

.btn-facebook:hover {
    color: #fff;
    background-color: #4d7ad9;
    border-color: #4d7ad9;
}

.btn-facebook:focus,
.btn-facebook.focus {
    box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}

.btn-facebook.disabled,
.btn-facebook:disabled {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #065ef9;
    border-color: #065ef9;
}

.btn-facebook:not(:disabled):not(.disabled):active:focus,
.btn-facebook:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}

.show>.btn-facebook.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}

.btn-twitter:hover {
    color: #fff;
    background-color: #0d8ddc;
    border-color: #0c85d0;
}

.btn-twitter:focus,
.btn-twitter.focus {
    box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5);
}

.btn-twitter.disabled,
.btn-twitter:disabled {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2;
}

.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #0c85d0;
    border-color: #0b7ec4;
}

.btn-twitter:not(:disabled):not(.disabled):active:focus,
.btn-twitter:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5);
}

.show>.btn-twitter.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5);
}

.btn-google:hover {
    color: #fff;
    background-color: #297ff7;
    border-color: #297ff7;
}

.btn-google:focus,
.btn-google.focus {
    box-shadow: 0 0 0 2px rgba(220, 78, 65, 0.5);
}

.btn-google.disabled,
.btn-google:disabled {
    color: #fff;
    background-color: #297ff7;
    border-color: #297ff7;
}

.btn-google:not(:disabled):not(.disabled):active,
.btn-google:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #297ff7;
    border-color: #297ff7;
}

.btn-google:not(:disabled):not(.disabled):active:focus,
.btn-google:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(220, 78, 65, 0.5);
}

.show>.btn-google.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(220, 78, 65, 0.5);
}

.btn-youtube:hover {
    color: #fff;
    background-color: #d90000;
    border-color: #cc0000;
}

.btn-youtube:focus,
.btn-youtube.focus {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
}

.btn-youtube.disabled,
.btn-youtube:disabled {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}

.btn-youtube:not(:disabled):not(.disabled):active,
.btn-youtube:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #cc0000;
    border-color: #bf0000;
}

.btn-youtube:not(:disabled):not(.disabled):active:focus,
.btn-youtube:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
}

.show>.btn-youtube.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
}

.btn-vimeo:hover {
    color: #fff;
    background-color: #139ecb;
    border-color: #1295bf;
}

.btn-vimeo:focus,
.btn-vimeo.focus {
    box-shadow: 0 0 0 2px rgba(26, 183, 234, 0.5);
}

.btn-vimeo.disabled,
.btn-vimeo:disabled {
    color: #fff;
    background-color: #1ab7ea;
    border-color: #1ab7ea;
}

.btn-vimeo:not(:disabled):not(.disabled):active,
.btn-vimeo:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1295bf;
    border-color: #108cb4;
}

.btn-vimeo:not(:disabled):not(.disabled):active:focus,
.btn-vimeo:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(26, 183, 234, 0.5);
}

.show>.btn-vimeo.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(26, 183, 234, 0.5);
}

.btn-dribbble:hover {
    color: #fff;
    background-color: #e62a72;
    border-color: #e51e6b;
}

.btn-dribbble:focus,
.btn-dribbble.focus {
    box-shadow: 0 0 0 2px rgba(234, 76, 137, 0.5);
}

.btn-dribbble.disabled,
.btn-dribbble:disabled {
    color: #fff;
    background-color: #ea4c89;
    border-color: #ea4c89;
}

.btn-dribbble:not(:disabled):not(.disabled):active,
.btn-dribbble:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #e51e6b;
    border-color: #dc1a65;
}

.btn-dribbble:not(:disabled):not(.disabled):active:focus,
.btn-dribbble:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(234, 76, 137, 0.5);
}

.show>.btn-dribbble.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(234, 76, 137, 0.5);
}

.btn-github:hover {
    color: #fff;
    background-color: #040404;
    border-color: black;
}

.btn-github:focus,
.btn-github.focus {
    box-shadow: 0 0 0 2px rgba(24, 23, 23, 0.5);
}

.btn-github.disabled,
.btn-github:disabled {
    color: #fff;
    background-color: #181717;
    border-color: #181717;
}

.btn-github:not(:disabled):not(.disabled):active,
.btn-github:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: black;
    border-color: black;
}

.btn-github:not(:disabled):not(.disabled):active:focus,
.btn-github:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(24, 23, 23, 0.5);
}

.show>.btn-github.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(24, 23, 23, 0.5);
}

.btn-instagram:hover {
    color: #fff;
    background-color: #de1f44;
    border-color: #d31e40;
}

.btn-instagram:focus,
.btn-instagram.focus {
    box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5);
}

.btn-instagram.disabled,
.btn-instagram:disabled {
    color: #fff;
    background-color: #e4405f;
    border-color: #e4405f;
}

.btn-instagram:not(:disabled):not(.disabled):active,
.btn-instagram:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #d31e40;
    border-color: #c81c3d;
}

.btn-instagram:not(:disabled):not(.disabled):active:focus,
.btn-instagram:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5);
}

.show>.btn-instagram.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5);
}

.btn-pinterest:hover {
    color: #fff;
    background-color: #980617;
    border-color: #8c0615;
}

.btn-pinterest:focus,
.btn-pinterest.focus {
    box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5);
}

.btn-pinterest.disabled,
.btn-pinterest:disabled {
    color: #fff;
    background-color: #bd081c;
    border-color: #bd081c;
}

.btn-pinterest:not(:disabled):not(.disabled):active,
.btn-pinterest:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #8c0615;
    border-color: #800513;
}

.btn-pinterest:not(:disabled):not(.disabled):active:focus,
.btn-pinterest:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5);
}

.show>.btn-pinterest.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5);
}

.btn-vk:hover {
    color: #fff;
    background-color: #527093;
    border-color: #4d6a8b;
}

.btn-vk:focus,
.btn-vk.focus {
    box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5);
}

.btn-vk.disabled,
.btn-vk:disabled {
    color: #fff;
    background-color: #6383a8;
    border-color: #6383a8;
}

.btn-vk:not(:disabled):not(.disabled):active,
.btn-vk:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #4d6a8b;
    border-color: #496482;
}

.btn-vk:not(:disabled):not(.disabled):active:focus,
.btn-vk:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5);
}

.show>.btn-vk.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5);
}

.btn-rss:hover {
    color: #fff;
    background-color: #d98c00;
    border-color: #cc8400;
}

.btn-rss:focus,
.btn-rss.focus {
    box-shadow: 0 0 0 2px rgba(255, 165, 0, 0.5);
}

.btn-rss.disabled,
.btn-rss:disabled {
    color: #fff;
    background-color: #ffa500;
    border-color: #ffa500;
}

.btn-rss:not(:disabled):not(.disabled):active,
.btn-rss:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #cc8400;
    border-color: #bf7c00;
}

.btn-rss:not(:disabled):not(.disabled):active:focus,
.btn-rss:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(255, 165, 0, 0.5);
}

.show>.btn-rss.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(255, 165, 0, 0.5);
}

.btn-flickr:hover {
    color: #fff;
    background-color: #0052b6;
    border-color: #004ca9;
}

.btn-flickr:focus,
.btn-flickr.focus {
    box-shadow: 0 0 0 2px rgba(0, 99, 220, 0.5);
}

.btn-flickr.disabled,
.btn-flickr:disabled {
    color: #fff;
    background-color: #0063dc;
    border-color: #0063dc;
}

.btn-flickr:not(:disabled):not(.disabled):active,
.btn-flickr:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #004ca9;
    border-color: #00469c;
}

.btn-flickr:not(:disabled):not(.disabled):active:focus,
.btn-flickr:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(0, 99, 220, 0.5);
}

.show>.btn-flickr.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(0, 99, 220, 0.5);
}

.btn-bitbucket:hover {
    color: #fff;
    background-color: #0043a6;
    border-color: #003e99;
}

.btn-bitbucket:focus,
.btn-bitbucket.focus {
    box-shadow: 0 0 0 2px rgba(0, 82, 204, 0.5);
}

.btn-bitbucket.disabled,
.btn-bitbucket:disabled {
    color: #fff;
    background-color: #0052cc;
    border-color: #0052cc;
}

.btn-bitbucket:not(:disabled):not(.disabled):active,
.btn-bitbucket:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #003e99;
    border-color: #00388c;
}

.btn-bitbucket:not(:disabled):not(.disabled):active:focus,
.btn-bitbucket:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(0, 82, 204, 0.5);
}

.show>.btn-bitbucket.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(0, 82, 204, 0.5);
}

.btn-blue:hover {
    color: #fff;
    background-color: #316cbe;
    border-color: #1f5bb1;
}

.btn-blue:focus,
.btn-blue.focus {
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
}

.btn-blue.disabled,
.btn-blue:disabled {
    color: #fff;
    background-color: #467fcf;
    border-color: #467fcf;
}

.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1f5bb1;
    border-color: #2c60a9;
}

.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
}

.show>.btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
}

.btn-indigo:hover {
    color: #fff;
    background-color: #485ac4;
    border-color: #3f51c1;
}

.btn-indigo:focus,
.btn-indigo.focus {
    box-shadow: 0 0 0 2px rgba(101, 116, 205, 0.5);
}

.btn-indigo.disabled,
.btn-indigo:disabled {
    color: #fff;
    background-color: #6574cd;
    border-color: #6574cd;
}

.btn-indigo:not(:disabled):not(.disabled):active,
.btn-indigo:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #3f51c1;
    border-color: #3b4db7;
}

.btn-indigo:not(:disabled):not(.disabled):active:focus,
.btn-indigo:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(101, 116, 205, 0.5);
}

.show>.btn-indigo.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(101, 116, 205, 0.5);
}

.btn-purple:hover {
    color: #fff;
    background-color: #923ce6;
    border-color: #8c31e4;
}

.btn-purple:focus,
.btn-purple.focus {
    box-shadow: 0 0 0 2px rgba(165, 94, 234, 0.5);
}

.btn-purple.disabled,
.btn-purple:disabled {
    color: #fff;
    background-color: #867efc;
    border-color: #867efc;
}

.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #8c31e4;
    border-color: #8526e3;
}

.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(165, 94, 234, 0.5);
}

.show>.btn-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(165, 94, 234, 0.5);
}

.btn-pink {
    color: #fff !important;
    background-color: #ec82ef !important;
    border-color: #ec82ef;
}

.btn-pink:hover {
    color: #fff;
    background-color: #ec82ef;
    border-color: #ec82ef;
    opacity: 0.9;
}

.btn-pink:focus,
.btn-pink.focus {
    box-shadow: 0 0 0 2px rgba(246, 109, 155, 0.5);
    opacity: 0.9;
}

.btn-pink.disabled,
.btn-pink:disabled {
    color: #fff;
    background-color: #ec82ef;
    border-color: #ec82ef;
    opacity: 0.9;
}

.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #ec82ef;
    border-color: #ec82ef;
}

.show>.btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #ec82ef;
    border-color: #ec82ef;
}

.btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(246, 109, 155, 0.5);
}

.show>.btn-pink.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(246, 109, 155, 0.5);
}

.btn-red:hover {
    color: #fff;
    background-color: #ac1b1a;
    border-color: #a11918;
}

.btn-red:focus,
.btn-red.focus {
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.5);
}

.btn-red.disabled,
.btn-red:disabled {
    color: #fff;
    background-color: #c21a1a;
    border-color: #c21a1a;
}

.btn-red:not(:disabled):not(.disabled):active,
.btn-red:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #a11918;
    border-color: #961717;
}

.btn-red:not(:disabled):not(.disabled):active:focus,
.btn-red:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.5);
}

.show>.btn-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.5);
}

.btn-orange:hover {
    color: #fff;
    background-color: #fd811e;
    border-color: #fc7a12;
}

.btn-orange:focus,
.btn-orange.focus {
    box-shadow: 0 0 0 2px rgba(253, 150, 68, 0.5);
}

.btn-orange.disabled,
.btn-orange:disabled {
    color: #fff;
    background-color: #fc7303;
    border-color: #fc7303;
}

.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #fc7a12;
    border-color: #fc7305;
}

.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(253, 150, 68, 0.5);
}

.show>.btn-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(253, 150, 68, 0.5);
}

.btn-yellow:hover {
    color: #fff;
    background-color: #cea70c;
    border-color: #c29d0b;
}

.btn-yellow:focus,
.btn-yellow.focus {
    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5);
}

.btn-yellow.disabled,
.btn-yellow:disabled {
    color: #fff;
    background-color: #ecb403;
    border-color: #ecb403;
}

.btn-yellow:not(:disabled):not(.disabled):active,
.btn-yellow:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #c29d0b;
    border-color: #b6940b;
}

.btn-yellow:not(:disabled):not(.disabled):active:focus,
.btn-yellow:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5);
}

.show>.btn-yellow.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5);
}

.btn-green:hover {
    color: #fff;
    background-color: #4b9400;
    border-color: #448700;
}

.btn-green:focus,
.btn-green.focus {
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.5);
}

.btn-green.disabled,
.btn-green:disabled {
    color: #fff;
    background-color: #4ecc48;
    border-color: #4ecc48;
}

.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #448700;
    border-color: #3e7a00;
}

.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.5);
}

.show>.btn-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.5);
}

.btn-teal:hover {
    color: #fff;
    background-color: #24ab9d;
    border-color: #22a193;
}

.btn-teal:focus,
.btn-teal.focus {
    box-shadow: 0 0 0 2px rgba(43, 203, 186, 0.5);
}

.btn-teal.disabled,
.btn-teal:disabled {
    color: #fff;
    background-color: #2bcbba;
    border-color: #2bcbba;
}

.btn-teal:not(:disabled):not(.disabled):active,
.btn-teal:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #22a193;
    border-color: #20968a;
}

.btn-teal:not(:disabled):not(.disabled):active:focus,
.btn-teal:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(43, 203, 186, 0.5);
}

.show>.btn-teal.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(43, 203, 186, 0.5);
}

.btn-cyan:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-cyan:focus,
.btn-cyan.focus {
    box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5);
}

.btn-cyan.disabled,
.btn-cyan:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-cyan:not(:disabled):not(.disabled):active,
.btn-cyan:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-cyan:not(:disabled):not(.disabled):active:focus,
.btn-cyan:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5);
}

.show>.btn-cyan.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5);
}

.btn-white:hover {
    color: #495057;
    background-color: #ececec;
    border-color: #e9e9f1;
}

.btn-white:focus,
.btn-white.focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
    color: #495057;
    background-color: #fff;
    border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active {
    color: #495057;
    background-color: #e9e9f1;
    border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.show>.btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.btn-gray:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d;
}

.btn-gray:focus,
.btn-gray.focus {
    box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}

.btn-gray.disabled,
.btn-gray:disabled {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76;
}

.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}

.show>.btn-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}

.btn-gray-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-gray-dark:focus,
.btn-gray-dark.focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
}

.btn-gray-dark.disabled,
.btn-gray-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-gray-dark:not(:disabled):not(.disabled):active,
.btn-gray-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-gray-dark:not(:disabled):not(.disabled):active:focus,
.btn-gray-dark:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
}

.show>.btn-gray-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
}

.btn-azure:hover {
    color: #fff;
    background-color: #219af0;
    border-color: #1594ef;
}

.btn-azure:focus,
.btn-azure.focus {
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.5);
}

.btn-azure.disabled,
.btn-azure:disabled {
    color: #fff;
    background-color: #45aaf2;
    border-color: #45aaf2;
}

.btn-azure:not(:disabled):not(.disabled):active,
.btn-azure:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1594ef;
    border-color: #108ee7;
}

.btn-azure:not(:disabled):not(.disabled):active:focus,
.btn-azure:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.5);
}

.show>.btn-azure.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.5);
}

.btn-lime:hover {
    color: #fff;
    background-color: #69b829;
    border-color: #63ad27;
}

.btn-lime:focus,
.btn-lime.focus {
    box-shadow: 0 0 0 2px rgba(123, 210, 53, 0.5);
}

.btn-lime.disabled,
.btn-lime:disabled {
    color: #fff;
    background-color: #7bd235;
    border-color: #7bd235;
}

.btn-lime:not(:disabled):not(.disabled):active,
.btn-lime:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #63ad27;
    border-color: #5da324;
}

.btn-lime:not(:disabled):not(.disabled):active:focus,
.btn-lime:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(123, 210, 53, 0.5);
}

.show>.btn-lime.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(123, 210, 53, 0.5);
}

.btn-option:hover {
    color: #6e7687;
}

.btn-option:focus {
    box-shadow: none;
    color: #6e7687;
}

.btn-lg {
    font-size: 1rem;
    min-width: 2.75rem;
    font-weight: 400;
}

.btn-loading:after {
    content: "";
    -webkit-animation: loader 500ms infinite linear;
    animation: loader 500ms infinite linear;
    border: 2px solid #fff;
    border-radius: 50%;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    display: block;
    height: 1.4em;
    width: 1.4em;
    position: absolute;
    left: calc(50% - 0.7em);
    top: calc(50% - 0.7em);
    -webkit-transform-origin: center;
    transform-origin: center;
    position: absolute !important;
}

.btn-loading.btn-sm:after {
    height: 1em;
    width: 1em;
    left: calc(50% - 0.5em);
    top: calc(50% - 0.5em);
}

.btn-group-sm>.btn-loading.btn:after {
    height: 1em;
    width: 1em;
    left: calc(50% - 0.5em);
    top: calc(50% - 0.5em);
}

.btn-loading.btn-secondary:after {
    border-color: #495057;
}

.btn.focus,
.btn:focus {
    box-shadow: none !important;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    border-color: #09ad95;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
    outline: none;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: none;
}

.w-sm {
    min-width: 110px;
}

.w-lg {
    min-width: 150px;
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    background-color: #05c3fb;
    border-color: #05c3fb;
}

/*------ Card -------*/
.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;
    border: inherit !important;
    background-clip: border-box;
    border-radius: 7px;
    box-shadow: 0 4px 25px 0 rgba(168, 180, 208, 0.1);
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 25px;
    margin: 0;
    position: relative;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-header:first-child {
    border-radius: 2px 2px 0 0;
}

.card-footer {
    padding: 1.5rem 1.5rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid #e9edf4;
    color: #6e7687;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

/*------ Default Card Values -------*/
.card-header {
    background: none;
    padding: 1.2rem 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #e9edf4;
    letter-spacing: 0.2px;
}

.card-header .card-title {
    margin-bottom: 0;
}

.card-title {
    font-size: 1.075rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

/*------ Card -------*/
.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.card-blog-overlay:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

.card-blog-overlay1:before,
.card-blog-overlay2:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

/*------ Default Card Values -------*/
.card {
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
}

.card .card {
    border: 1px solid #e9edf4;
}

@media print {
    .card {
        box-shadow: none;
        border: none;
    }
}

.card-body+.card-body {
    border-top: 1px solid #e9edf4;
}

.card-body> :last-child {
    margin-bottom: 0;
}

@media print {
    .card-body {
        padding: 0;
    }
}

.card-footer {
    padding: 1rem 1.5rem;
    background: none;
}

@media print {
    .card-header {
        display: none;
    }
}

.card-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.card-title a {
    color: inherit;
}

.card-title:only-child {
    margin-bottom: 0;
}

.card-aside-column {
    min-width: 5rem;
    width: 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    background: no-repeat center/cover;
}

.card-options a:not(.btn):hover {
    text-decoration: none;
    color: #6e7687;
}

.card-options .dropdown-toggle:after {
    display: none;
}

/*Card options*/
.card-collapsed> :not(.card-header):not(.card-status) {
    display: none;
}

.card-collapsed .card-options-collapse i:before {
    content: "\e92d";
}

.card-fullscreen .card-options-fullscreen i:before {
    content: "\e992";
}

/*Card maps*/

/**Card status*/

/**Card alert*/

.card.card-collapsed .card-header {
    border-bottom: 0;
}

/*------ Carousel -------*/
.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    margin: 0 auto;
    text-align: center;
}

.carousel-item.active {
    display: block;
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

.carousel-item-next.carousel-item-start,
.carousel-item-prev.carousel-item-end {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {

    .carousel-item-next.carousel-item-start,
    .carousel-item-prev.carousel-item-end {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-end {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {

    .carousel-item-next,
    .active.carousel-item-end {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-start {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {

    .carousel-item-prev,
    .active.carousel-item-start {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-prev {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {

    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-prev {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    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;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-indicators1 {
    position: absolute;
    right: 0;
    top: 10px;
    left: 0;
    z-index: 8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators1 li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.carousel-indicators1 li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators1 li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators1 .active {
    background-color: #fff;
}

.carousel-indicators2 {
    position: absolute;
    right: 24px;
    left: auto;
    top: 15px;
    z-index: 8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin: 0px;
    list-style: none;
}

.carousel-indicators2 li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.carousel-indicators2 li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators2 li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators2 .active {
    background-color: #fff;
}

.carousel-indicators3 {
    position: absolute;
    top: 15px;
    left: 24px;
    z-index: 8;
    right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin: 0px;
    list-style: none;
}

.carousel-indicators3 li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.carousel-indicators3 li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators3 li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators3 .active {
    background-color: #fff;
}

.carousel-indicators4 {
    position: absolute;
    right: 24px;
    bottom: 15px;
    z-index: 8;
    left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.carousel-indicators4 li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.carousel-indicators4 li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators4 li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators4 .active {
    background-color: #fff;
}

.carousel-indicators5 {
    position: absolute;
    bottom: 15px;
    left: 24px;
    right: auto;
    z-index: 8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.carousel-indicators5 li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.carousel-indicators5 li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators5 li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators5 .active {
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 35%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.carousel-item-background {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
}

.carousel-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
}

@media (min-width: 992px) and (max-width: 1400px) {
    .carousel-caption {
        top: 15%;
    }
}

/*------Drop Downs-------*/

.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.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: 0.9375rem;
    color: #495057;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9edf4;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    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;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    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;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    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;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[data-popper-placement^=top],
.dropdown-menu[data-popper-placement^=right],
.dropdown-menu[data-popper-placement^=bottom],
.dropdown-menu[data-popper-placement^=left] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem !important;
    clear: both;
    font-weight: 400;
    color: #6e84a3;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item.user {
    font-size: 18px;
    padding: 5px;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
    text-decoration: none;
    background-color: var(--primary005);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #fff;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
    margin: 0;
    border: 1px solid #eaf2f6;
    box-shadow: 0 3px 9px 0 rgba(104, 113, 123, 0.15);
    border-radius: 7px;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #868e96;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

/*-----List Of Dropdwons-----*/
btn.dropdown-toggle~.dropdown-menu {
    background-color: #f4f4f4 !important;
    background-color: white !important;
    border: 0 solid #4285f4 !important;
    box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
    top: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

ul.dropdown-menu li.dropdown ul.dropdown-menu {
    background-color: #f4f4f4 !important;
    background-color: white !important;
    border: 0 solid #4285f4 !important;
    box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
    top: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    position: absolute !important;
    width: 100% !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 8;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #76839a;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #76839a;
    background-color: var(--primary005);
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e9edf4;
}

.dropdown-menu .dropdown-plus-title {
    width: 100% !important;
    color: #282f53 !important;
    padding: 6px 12px !important;
    font-weight: 500 !important;
    border: 0 solid #e9edf4 !important;
    border-bottom-width: 1px !important;
    cursor: pointer !important;
}

ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 20px !important;
}

.btn.dropdown-toggle.btn-primary~.dropdown-menu .dropdown-plus-title {
    border-color: #357ebd !important;
}

.btn.dropdown-toggle.btn-success~.dropdown-menu .dropdown-plus-title {
    border-color: #4cae4c !important;
}

.btn.dropdown-toggle.btn-info~.dropdown-menu .dropdown-plus-title {
    border-color: #46b8da !important;
}

.btn.dropdown-toggle.btn-warning~.dropdown-menu .dropdown-plus-title {
    border-color: #eea236 !important;
}

.btn.dropdown-toggle.btn-danger~.dropdown-menu .dropdown-plus-title {
    border-color: #d43f3a !important;
}

.dropdown-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    border-bottom: 1px solid #e9edf4;
}

.dropdown-menu-header label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #76839a;
}

.media {
    display: flex;
    align-items: flex-start;
}

@media (min-width: 768px) {
    ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}

@media (min-width: 768px) {
    ul.dropdown-menu li.dropdown ul.dropdown-menu {
        width: auto !important;
    }
}

.dropdown-menu-arrow:before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 28px;
    transform: rotate(45deg);
    border-top: 1px solid #e9edf4;
    border-left: 1px solid #e9edf4;
}

.dropdown-menu.header-search:before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    left: 28px;
    transform: rotate(45deg);
    border-top: 1px solid #e9edf4;
    border-left: 1px solid #e9edf4;
}

.dropdown {
    display: block;
}

.header .dropdown .nav-link.icon:hover {
    background: none !important;
}

.dropdown-menu {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    min-width: 12rem;
}

.dropdown-menu-arrow.dropdown-menu-end:before,
.dropdown-menu-arrow.dropdown-menu-end:after {
    left: auto;
    right: 18px;
}

.dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.dropdown-toggle:after {
    vertical-align: 0.155em;
}

.dropdown-toggle:empty:after {
    margin-left: 0;
}

.dropdown-icon {
    color: #8f9daf;
    margin-right: 0.5rem;
    margin-left: -0.5rem;
    width: 1em;
    display: inline-block;
    text-align: center;
    vertical-align: -1px;
}

.dropdown-toggle .dropdown-label {
    position: relative;
    top: -18px;
    left: -12px;
    background-color: #fff;
    padding: 0px 10px 0px 10px;
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    background-color: #09ad95;
    border-color: #09ad95;
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    color: #fff;
    background-color: #1170e4;
    border-color: #1170e4;
}

/*------- Forms -------*/
.form-control {
    display: block;
    width: 100%;
    padding: 0.475rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4d5875;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9edf4;
    border-radius: 7px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #6f6e6e;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
    border-color: #e9edf4;
}

.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #76839a;
    opacity: 1;
}

.form-control:disabled {
    background-color: var(--primary01);
    opacity: 1;
}

.form-control:disabled::placeholder {
    opacity: 0.5;
}

.form-control::-webkit-file-upload-button {
    color: #495057;
    background-color: #e9e9f1;
    transition: none;
    padding: 0.65rem 0.75rem;
    margin: -0.575rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #f6f6fb;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    background-color: #e9e9f1;
}

.form-group {
    margin-bottom: 1rem;
    display: block;
}

.form-check-input:disabled~.form-check-label {
    color: #505662;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: none;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    background-color: #198754;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    background-color: #198754;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #f6f6fb, 0 0 0 2px rgba(9, 173, 149, 0.25);
}

.was-validated .form-file-input:valid~.form-file-label::before,
.form-file-input.is-valid~.form-file-label::before {
    border-color: inherit;
}

.was-validated .form-file-input:valid:focus~.form-file-label,
.form-file-input.is-valid:focus~.form-file-label {
    box-shadow: none;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #e23e3d;
    box-shadow: none;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    background-color: #e23e3d;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    background-color: #e23e3d;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #f6f6fb, 0 0 0 2px rgba(232, 38, 70, 0.25);
}

.was-validated .form-file-input:invalid~.form-file-label::before,
.form-file-input.is-invalid~.form-file-label::before {
    border-color: inherit;
}

.was-validated .form-file-input:invalid:focus~.form-file-label,
.form-file-input.is-invalid:focus~.form-file-label {
    box-shadow: none;
}

.form-control.header-search:hover,
.form-control.header-search:focus {
    border: 1px solid rgba(225, 225, 225, 0.1);
    box-shadow: none;
}

.form-required:before {
    content: " ";
}

form.convFormDynamic button.submit:hover {
    color: #fff;
}

ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

ul.labels-info li a:hover,
ul.labels-info li a:focus {
    background: none repeat scroll 0 0 #d5d7de;
    color: #6a6a6a;
}

@media (max-width: 767px) {
    .files .btn span {
        display: none;
    }

    .files .preview * {
        width: 40px;
    }

    .files .name * {
        display: inline-block;
        width: 80px;
        word-wrap: break-word;
    }

    .files .delete {
        width: 60px;
    }
}

.form-check-input:focus {
    border-color: var(--primary-bg-color);
    box-shadow: none;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus,
.input-group>.form-file:focus {
    z-index: 0;
}

.input-group>.form-file:not(:last-child) .form-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.form-file:not(:first-child) .form-file-label::after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus,
.input-group>.form-file:focus {
    z-index: 0;
}

.input-group>.form-file:not(:last-child) .form-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.form-file:not(:first-child) .form-file-label::after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.modal-header h4.modal-title {
    font-weight: 300;
}

.modal-body label {
    font-weight: 400;
}

/*------ Modal -------*/
.modal-open {
    overflow: scroll;
    padding: 0 !important;
    display: block;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: hidden;
    outline: 0;
    padding-right: 0 !important;
    margin: 0 !important;
}

.modal-open,
.modal-backdrop.fade.show {
    padding-right: 0 !important;
}

.modal-open {
    overflow: auto !important;
    padding: 0px !important;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0px !important;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .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, -25%);
    transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.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: 1px solid #e9edf4;
    border-radius: 3px;
    outline: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.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;
    border-bottom: 1px solid #e9edf4;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.modal-header .btn-close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-body p:last-child {
    margin-bottom: 0;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer> :not(:first-child) {
    margin-left: 0.25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: 0.25rem;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.modal.animated .modal-dialog {
    transform: translate(0, 0);
}

.modal.effect-scale .modal-dialog {
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.3s;
}

.modal.effect-scale.show .modal-dialog {
    transform: scale(1);
    opacity: 1;
}

.modal.effect-slide-in-right .modal-dialog {
    transform: translateX(20%);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.modal.effect-slide-in-right.show .modal-dialog {
    transform: translateX(0);
    opacity: 1;
}

.modal.effect-slide-in-bottom .modal-dialog {
    transform: translateY(20%);
    opacity: 0;
    transition: all 0.3s;
}

.modal.effect-slide-in-bottom.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
}

.modal.effect-newspaper .modal-dialog {
    transform: scale(0) rotate(720deg);
    opacity: 0;
}

.modal.effect-newspaper.show~.modal-backdrop,
.modal.effect-newspaper .modal-dialog {
    transition: all 0.5s;
}

.modal.effect-newspaper.show .modal-dialog {
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

.modal.effect-fall {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.modal.effect-fall .modal-dialog {
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
}

.modal.effect-fall.show .modal-dialog {
    transition: all 0.3s ease-in;
    transform: translateZ(0px) rotateX(0deg);
    opacity: 1;
}

.modal.effect-flip-horizontal {
    perspective: 1300px;
}

.modal.effect-flip-horizontal .modal-dialog {
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotateY(-70deg);
    transition: all 0.3s;
    opacity: 0;
}

.modal.effect-flip-horizontal.show .modal-dialog {
    transform: rotateY(0deg);
    opacity: 1;
}

.modal.effect-flip-vertical {
    perspective: 1300px;
}

.modal.effect-flip-vertical .modal-dialog {
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotateX(-70deg);
    transition: all 0.3s;
    opacity: 0;
}

.modal.effect-flip-vertical.show .modal-dialog {
    transform: rotateX(0deg);
    opacity: 1;
}

.modal.effect-super-scaled .modal-dialog {
    transform: scale(2);
    opacity: 0;
    transition: all 0.3s;
}

.modal.effect-super-scaled.show .modal-dialog {
    transform: scale(1);
    opacity: 1;
}

.modal.effect-sign {
    perspective: 1300px;
}

.modal.effect-sign .modal-dialog {
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotateX(-60deg);
    transform-origin: 50% 0;
    opacity: 0;
    transition: all 0.3s;
}

.modal.effect-sign.show .modal-dialog {
    transform: rotateX(0deg);
    opacity: 1;
}

.modal.effect-rotate-bottom {
    perspective: 1300px;
}

.modal.effect-rotate-bottom .modal-dialog {
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateY(100%) rotateX(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition: all 0.3s ease-out;
}

.modal.effect-rotate-bottom.show .modal-dialog {
    transform: translateY(0%) rotateX(0deg);
    opacity: 1;
}

.modal.effect-rotate-left {
    perspective: 1300px;
}

.modal.effect-rotate-left .modal-dialog {
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition: all 0.3s;
}

.modal.effect-rotate-left.show .modal-dialog {
    transform: translateZ(0px) translateX(0%) rotateY(0deg);
    opacity: 1;
}

.modal.effect-just-me .modal-dialog {
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.3s;
}

.modal.effect-just-me .modal-content {
    background-color: #16192f;
    border: 1px solid #4d4e50;
    padding: 0 9px;
}

.modal.effect-just-me .btn-close {
    text-shadow: none;
    color: #fff;
}

.modal.effect-just-me .modal-header {
    background-color: transparent;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    padding-left: 0;
    padding-right: 0;
}

.modal.effect-just-me .modal-header h6 {
    color: #fff;
    font-weight: 500;
}

.modal.effect-just-me .modal-body {
    color: rgba(255, 255, 255, 0.8);
    padding-left: 0;
    padding-right: 0;
}

.modal.effect-just-me .modal-body h6 {
    color: #fff;
}

.modal.effect-just-me .modal-footer {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    border-top-color: rgba(255, 255, 255, 0.1);
}

.modal.effect-just-me.show~.modal-backdrop {
    opacity: 0.96;
}

.modal.effect-just-me.show .modal-dialog {
    transform: scale(1);
    opacity: 1;
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-open .select2-dropdown.select2-dropdown--below {
    z-index: 9999 !important;
}

.modal-open .ui-datepicker {
    z-index: 9999 !important;
    top: 170px !important;
}

.nav-item.show .dropdown-menu.dropdown-menu-arrow.show {
    top: -1px !important;
}

/*------ Navigation -------*/
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.2rem 0.9rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #9ea7af;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active {
    border: 0;
}

.nav-pills .nav-link.active {
    color: #fff;
}

.nav-item1:hover:not(.disabled),
.nav-item1.active {
    color: #fff;
}

.nav-item1 .nav-link.disabled {
    opacity: 6;
    cursor: default;
    pointer-events: none;
}

.nav-tabs .nav-item1 .nav-link:hover:not(.disabled),
.nav-tabs .nav-item1 .nav-link.active {
    color: #fff;
}

.nav-tabs .nav-item1 .nav-link.disabled {
    opacity: 0.6;
    cursor: default;
    pointer-events: none;
}

.nav-tabs .nav-item1:hover .nav-submenu {
    display: block;
}

.nav-tabs .nav-submenu .nav-item1.active {
    color: #467fcf;
}

.nav-tabs .nav-submenu .nav-item1:hover {
    color: #6e7687;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.024);
}

.nav-link {
    min-width: 2rem;
    transition: 0.3s color;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: var(--primary-bg-color);
}

.nav-link.icon {
    margin: 5px;
    padding: 11px;
    text-align: center;
    height: 2.5rem;
    font-size: 1.2rem;
    position: relative;
}

.nav-link.icon i {
    font-size: 20px;
    position: relative;
}

.nav-link.icon i::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 5px;
    bottom: 0;
    border-radius: 50%;
    right: 3px;
    background: rgba(var(--primary-bg-color), 0);
}

@media (max-width: 768px) {
    .nav-link.icon {
        padding: 5px !important;
    }
}

.nav-item {
    min-width: 2rem;
    transition: 0.3s color;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.nav-tabs .nav-link:hover:not(.disabled),
.nav-tabs .nav-link.active {
    color: #fff;
}

.nav-tabs .nav-link.disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
    color: #868e96;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-item:hover .nav-submenu {
    display: block;
}

.nav-link:hover .dropdown-menu,
.nav-item:hover .dropdown-menu,
.nav-link:hover .dropdown-menu.show {
    display: block;
    border-radius: 7px;
}

.nav-tabs .nav-submenu .nav-item.active {
    color: #467fcf;
}

.nav-tabs .nav-submenu .nav-item:hover {
    color: #6e7687;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.024);
}

.sw-theme-dots .nav-tabs .nav-link:hover:not(.disabled) {
    background: transparent;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
}

body.fixed-header .page {
    padding-top: 4.5rem;
}

.page-main {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.page-link:hover {
    z-index: 2;
    text-decoration: none;
    background-color: var(--primary005);
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
}

.page-item.disabled .page-link {
    color: #ced4da;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dadde1;
}

.panel-heading1 a.active {
    border-radius: 5px 5px 0 0;
}

.panel1:last-child .panel-heading1.active {
    border-radius: 0;
    transition: border-radius linear 0s;
}

/* #bs-collapse icon scale option */
.panel-title a.accordion-toggle:before {
    content: "\f068";
    padding: 0 10px 0 0;
    color: #fff;
    font-family: FontAwesome;
    float: right;
}

.panel-title a.accordion-toggle.collapsed:before {
    content: "\f067";
    padding: 0 10px 0 0;
    color: #fff;
    font-family: FontAwesome;
    float: right;
}

.panel-heading1 a.collapsed:before {
    content: "\e9af";
    position: absolute;
    font-family: "feather" !important;
    right: 16px;
    top: 15px;
    font-size: 15px;
    transition: all 0.5s;
    transform: scale(1);
}

.panel-heading1 a:before {
    content: "\e994";
    position: absolute;
    font-family: "feather" !important;
    right: 16px;
    top: 15px;
    font-size: 15px;
    transition: all 0.5s;
    transform: scale(1);
}

.panel-heading1.active a:before {
    content: " ";
    transition: all 0.5s;
    transform: scale(0);
}

/*--------panel----------*/

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    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 #dee3eb;
    border-radius: 3px;
    -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 3px;
    margin-left: calc(0.25rem - 5px);
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] .popover-arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[data-popper-placement^=top] .popover-arrow::after {
    border-width: 0.5rem 0.25rem 0;
}

.bs-popover-top .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] .popover-arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] .popover-arrow::after {
    bottom: 1px;
    border-top-color: #fff;
}

.bs-popover-end .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] .popover-arrow::before,
.bs-popover-end .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] .popover-arrow::after {
    border-width: 0.25rem 0.5rem 0.25rem 0;
}

.bs-popover-end .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] .popover-arrow::before {
    left: 0;
    border-right-color: #dee3eb;
}

.bs-popover-end .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] .popover-arrow::after {
    left: 1px;
    border-right-color: #fff;
}

.bs-popover-bottom .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::before,
.bs-popover-bottom .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::after {
    border-width: 0 0.25rem 0.5rem 0.25rem;
}

.bs-popover-bottom .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::before {
    top: 0;
    border-bottom-color: #dee3eb;
}

.bs-popover-bottom .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::after {
    top: 1px;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 0.5rem;
    margin-left: -0.25rem;
    content: "";
    border-bottom: 1px solid #fff;
}

.bs-popover-start .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] .popover-arrow::before,
.bs-popover-start .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] .popover-arrow::after {
    border-width: 0.25rem 0 0.25rem 0.5rem;
}

.bs-popover-start .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] .popover-arrow::before {
    right: 0;
    border-left-color: #dee3eb;
}

.bs-popover-start .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] .popover-arrow::after {
    right: 1px;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.9375rem;
    color: inherit;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.75rem 1rem;
    color: #6e7687;
}

.popover.bs-popover-top,
.popover.bs-popover-auto[data-popper-placement^=top] {
    margin-bottom: 0.625rem;
}

.popover-static-demo .popover {
    position: relative;
}

/*-----progress-----*/

/*------ progress sizes ------*/

.progress-bar-indeterminate:after {
    content: "";
    position: absolute;
    background-color: inherit;
    left: 0;
    will-change: left, right;
    top: 0;
    bottom: 0;
}

.progress-bar-indeterminate:before {
    content: "";
    position: absolute;
    background-color: inherit;
    left: 0;
    will-change: left, right;
    top: 0;
    bottom: 0;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress-bar-indeterminate:after {
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

/*------ Tables -----*/

.table-hover tbody tr:hover {
    background-color: #f6f6fb;
}

.table-hover .table-primary:hover {
    background-color: #b7cded;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #b7cded;
}

.table-hover .table-secondary:hover {
    background-color: #cfd2d6;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #cfd2d6;
}

.table-hover .table-success:hover {
    background-color: #c5e7a4;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #c5e7a4;
}

.table-hover .table-info:hover {
    background-color: #b3dcf9;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #b3dcf9;
}

.table-hover .table-warning:hover {
    background-color: #fae8a4;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #fae8a4;
}

.table-hover .table-danger:hover {
    background-color: #ecacab;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #ecacab;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe;
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.04);
}

.table-dark.table-hover tbody tr:hover {
    background-color: #212529;
}

.table-inbox tr td:hover {
    cursor: pointer;
}


.table-inbox tr td .fa-star:hover {
    color: #f78a09;
}

.table-calendar-link:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0.25rem;
    top: 0.25rem;
    border-radius: 50px;
    background: #467fcf;
}

.table-calendar-link:hover {
    color: #fff;
    text-decoration: none;
    background: #467fcf;
    transition: 0.3s background;
}

.table-calendar-link:hover:before {
    background: #fff;
}

.table-header:hover {
    color: #495057 !important;
}

.table-header:after {
    content: "\f0dc";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 0.75rem;
}

.table-header-asc:after {
    content: "\f0de";
}

.table-header-desc:after {
    content: "\f0dd";
}

/*---- Tags-----*/
.tag {
    font-size: 0.75rem;
    color: #282f53;
    background-color: var(--primary01);
    border-radius: 3px;
    padding: 0 0.5rem;
    line-height: 2em;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: default;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a.tag {
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s color, 0.3s background;
}

a.tag:hover {
    background-color: rgba(110, 118, 135, 0.2);
    color: inherit;
}

a.tag-addon:hover {
    background: #dee3ea;
    color: inherit;
}

.tags {
    margin-bottom: -0.5rem;
    font-size: 0;
}

.tags>.tag {
    margin-bottom: 0.5rem;
}

.tags>.tag:not(:last-child) {
    margin-right: 0.5rem;
}

.tag-round::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: 8px;
    margin-right: 5px;
}

.tag-outline-success::before {
    border: 1px solid #09ad95;
}

.tag-outline-primary::before {
    border: 1px solid var(--primary-bg-color);
}

.tag-outline-info::before {
    border: 1px solid #1170e4;
}

.tag-outline-secondary::before {
    border: 1px solid #05c3fb;
}

.tag-outline-danger::before {
    border: 1px solid #e82646;
}

.tag-outline-warning::before {
    border: 1px solid #f7b731;
}

.tag-outline-pink::before {
    border: 1px solid #ec82ef;
}

/*---------Thumbnails----------*/
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #e9edf4;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
    border-radius: 7px;
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto;
}

.thumbnail p:last-child {
    margin-bottom: 0;
}

/*-------Tooptip &popover------*/

.tooltip {
    position: absolute;
    z-index: 6;
    display: block;
    margin: 0;
    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;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.tooltip.bs-tether-element-attached-bottom,
.tooltip.tooltip-top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.bs-tether-element-attached-left,
.tooltip.tooltip-end {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,
.tooltip.tooltip-top .tooltip-inner::before {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.bs-tether-element-attached-left .tooltip-inner::before,
.tooltip.tooltip-end .tooltip-inner::before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.bs-tether-element-attached-top,
.tooltip.tooltip-bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.bs-tether-element-attached-top .tooltip-inner::before,
.tooltip.tooltip-bottom .tooltip-inner::before {
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bs-tether-element-attached-right,
.tooltip.tooltip-start {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip.bs-tether-element-attached-right .tooltip-inner::before,
.tooltip.tooltip-start .tooltip-inner::before {
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

/*alerts*/

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 3px;
}

.bs-popover-top .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] .popover-arrow::before,
.bs-popover-top .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] .popover-arrow::after {
    border-width: 0.5rem 0.25rem 0;
}

.bs-popover-top .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] .popover-arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] .popover-arrow::after {
    bottom: 1px;
    border-top-color: #fff;
}

.bs-popover-end .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] .popover-arrow::before,
.bs-popover-end .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] .popover-arrow::after {
    border-width: 0.25rem 0.5rem 0.25rem 0;
}

.bs-popover-end .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] .popover-arrow::before {
    left: 0;
    border-right-color: #dee3eb;
}

.bs-popover-end .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] .popover-arrow::after {
    left: 1px;
    border-right-color: #fff;
}

.bs-popover-bottom .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::before,
.bs-popover-bottom .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::after {
    border-width: 0 0.25rem 0.5rem 0.25rem;
}

.bs-popover-bottom .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::before {
    top: 0;
    border-bottom-color: #dee3eb;
}

.bs-popover-bottom .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::after {
    top: 1px;
    border-bottom-color: #fff;
}

.bs-popover-start .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] .popover-arrow::before,
.bs-popover-start .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] .popover-arrow::after {
    border-width: 0.25rem 0 0.25rem 0.5rem;
}

.bs-popover-start .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] .popover-arrow::before {
    right: 0;
    border-left-color: #dee3eb;
}

.bs-popover-start .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] .popover-arrow::after {
    right: 1px;
    border-left-color: #fff;
}

.popover-static-demo .popover {
    position: relative;
}

.tooltip-static-demo {
    text-align: center;
    background-color: #f6f6fb;
    padding: 20px;
}

.tooltip-static-demo .tooltip {
    z-index: 0;
    opacity: 1;
    position: relative;
    display: inline-block;
    margin: 0 10px;
}

.tooltip-static-demo .bs-tooltip-top .tooltip-arrow,
.tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.tooltip-static-demo .bs-tooltip-bottom .tooltip-arrow,
.tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    left: 50%;
    margin-left: -2px;
}

.tooltip-static-demo .bs-tooltip-start,
.tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=left],
.tooltip-static-demo .bs-tooltip-end,
.tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=right] {
    margin-top: 5px;
}

.tooltip-static-demo .bs-tooltip-start .tooltip-arrow,
.tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.tooltip-static-demo .bs-tooltip-end .tooltip-arrow,
.tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    top: 50%;
    margin-top: -5px;
}

.popover-static-demo {
    background-color: #f6f6fb;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    border: 1px solid #e9edf4;
}

.popover-static-demo .popover {
    z-index: 0;
    opacity: 1;
    position: relative;
    display: inline-block;
    margin: 0 10px;
    border-radius: 5px;
}

.popover-static-demo .bs-popover-top .popover-arrow,
.popover-static-demo .bs-popover-auto[data-popper-placement^=top] .popover-arrow,
.popover-static-demo .bs-popover-bottom .popover-arrow,
.popover-static-demo .bs-popover-auto[data-popper-placement^=bottom] .popover-arrow {
    left: 50%;
    margin-left: -5px;
}

.popover-static-demo .bs-popover-start,
.popover-static-demo .bs-popover-auto[data-popper-placement^=left],
.popover-static-demo .bs-popover-end,
.popover-static-demo .bs-popover-auto[data-popper-placement^=right] {
    margin-top: 5px;
}

.popover-static-demo .bs-popover-start .popover-arrow,
.popover-static-demo .bs-popover-auto[data-popper-placement^=left] .popover-arrow,
.popover-static-demo .bs-popover-end .popover-arrow,
.popover-static-demo .bs-popover-auto[data-popper-placement^=right] .popover-arrow {
    top: 50%;
    margin-top: -5px;
}

.tooltip-primary .tooltip-inner {
    background-color: var(--primary-bg-color) !important;
    color: #fff;
}

.tooltip-primary.bs-tooltip-top .tooltip-arrow::before,
.tooltip-primary.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: var(--primary-bg-color);
}

.tooltip-primary.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip-primary.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: var(--primary-bg-color);
}

.tooltip-primary.bs-tooltip-start .tooltip-arrow::before,
.tooltip-primary.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: var(--primary-bg-color);
}

.tooltip-primary.bs-tooltip-end .tooltip-arrow::before,
.tooltip-primary.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: var(--primary-bg-color);
}

.tooltip-secondary .tooltip-inner {
    background-color: #05c3fb !important;
    color: #fff;
}

.tooltip-secondary.bs-tooltip-top .tooltip-arrow::before,
.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #05c3fb !important;
}

.tooltip-secondary.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: #05c3fb !important;
}

.tooltip-secondary.bs-tooltip-start .tooltip-arrow::before,
.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: #05c3fb !important;
}

.tooltip-secondary.bs-tooltip-end .tooltip-arrow::before,
.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: #05c3fb !important;
}

.tooltip-success .tooltip-inner {
    background-color: #09ad95 !important;
    color: #fff;
}

.tooltip-success.bs-tooltip-top .tooltip-arrow::before,
.tooltip-success.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #09ad95 !important;
}

.tooltip-success.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip-success.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: #09ad95 !important;
}

.tooltip-success.bs-tooltip-start .tooltip-arrow::before,
.tooltip-success.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: #09ad95 !important;
}

.tooltip-success.bs-tooltip-end .tooltip-arrow::before,
.tooltip-success.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: #09ad95 !important;
}

.tooltip-danger .tooltip-inner {
    background-color: #e82646 !important;
    color: #fff;
}

.tooltip-danger.bs-tooltip-top .tooltip-arrow::before,
.tooltip-danger.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #e82646 !important;
}

.tooltip-danger.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip-danger.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: #e82646 !important;
}

.tooltip-danger.bs-tooltip-start .tooltip-arrow::before,
.tooltip-danger.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: #e82646 !important;
}

.tooltip-danger.bs-tooltip-end .tooltip-arrow::before,
.tooltip-danger.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: #e82646 !important;
}

.tooltip-info .tooltip-inner {
    background-color: #1170e4 !important;
    color: #fff;
}

.tooltip-info.bs-tooltip-top .tooltip-arrow::before,
.tooltip-info.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #1170e4 !important;
}

.tooltip-info.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip-info.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: #1170e4 !important;
}

.tooltip-info.bs-tooltip-start .tooltip-arrow::before,
.tooltip-info.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: #1170e4 !important;
}

.tooltip-info.bs-tooltip-end .tooltip-arrow::before,
.tooltip-info.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: #1170e4 !important;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    max-width: 276px;
    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.76562rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #d3dfea;
    border-radius: 0.3rem;
    box-shadow: 0px 16px 18px rgba(6, 10, 48, 0.1);
    border-radius: 5px;
    -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.popover.bs-popover-top,
.popover.bs-popover-auto[data-popper-placement^=top] {
    margin-bottom: 0.625rem;
}

.popover .popover-arrow {
    margin-left: calc(0.25rem - 5px);
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #d3dfea;
}

.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #d3dfea;
}

.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #d3dfea;
}

.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #e9ebfa;
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #d3dfea;
}

.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    color: #191621;
    letter-spacing: 0.5px;
    padding: 12px 15px;
    background-color: #fff;
    border-color: #e9ebfa;
}

.popover-header::before {
    display: none !important;
}

.popover-body {
    padding: 15px;
    color: #6e7687;
}

.popover-body p:last-child {
    margin-bottom: 0;
}

.popover-head-primary .popover-header {
    color: #fff;
    background-color: var(--primary-bg-color) !important;
}

.popover-head-primary.bs-popover-top .popover-arrow,
.popover-head-primary.bs-popover-auto[data-popper-placement^=top] .popover-arrow {
    bottom: -7px;
}

.popover-head-primary.bs-popover-start .popover-arrow,
.popover-head-primary.bs-popover-auto[data-popper-placement^=left] .popover-arrow {
    right: -7px;
}

.popover-head-primary.bs-popover-end .popover-arrow,
.popover-head-primary.bs-popover-auto[data-popper-placement^=right] .popover-arrow {
    left: -7px;
}

.popover-head-primary.bs-popover-bottom .popover-arrow::after,
.popover-head-primary.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::after {
    border-bottom-color: var(--primary-bg-color) !important;
}

.popover-head-primary.bs-popover-bottom .popover-arrow::before,
.popover-head-primary.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::before {
    display: none;
}

.popover-head-secondary .popover-header {
    color: #fff;
    background-color: #05c3fb !important;
}

.popover-head-secondary.bs-popover-top .popover-arrow,
.popover-head-secondary.bs-popover-auto[data-popper-placement^=top] .popover-arrow {
    bottom: -7px;
}

.popover-head-secondary.bs-popover-start .popover-arrow,
.popover-head-secondary.bs-popover-auto[data-popper-placement^=left] .popover-arrow {
    right: -7px;
}

.popover-head-secondary.bs-popover-end .popover-arrow,
.popover-head-secondary.bs-popover-auto[data-popper-placement^=right] .popover-arrow {
    left: -7px;
}

.popover-head-secondary.bs-popover-bottom .popover-arrow::after,
.popover-head-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::after {
    border-bottom-color: #05c3fb !important;
}

.popover-head-secondary.bs-popover-bottom .popover-arrow::before,
.popover-head-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::before {
    display: none;
}

.popover-head-primary,
.popover-head-secondary {
    border: 0;
}

.popover-head-primary .popover-header,
.popover-head-secondary .popover-header {
    border: 0;
}

.popover-head-primary .popover-body,
.popover-head-secondary .popover-body {
    border: 1px solid rgba(20, 17, 45, 0.2);
    border-top-width: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.popover-primary {
    background-color: var(--primary-bg-color) !important;
    border-width: 0 !important;
    padding: 15px;
}

.popover-primary .popover-header {
    background-color: var(--primary-bg-color) !important;
    border-bottom-width: 0 !important;
    padding: 0 0 15px;
    color: #fff;
}

.popover-primary .popover-body {
    padding: 0;
    color: rgba(255, 255, 255, 0.75) !important;
}

.popover-primary .popover-arrow::before {
    display: none;
}

.popover-primary.bs-popover-top .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^=top] .popover-arrow::after {
    border-top-color: var(--primary-bg-color) !important;
}

.popover-primary.bs-popover-bottom .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::after {
    border-bottom-color: var(--primary-bg-color) !important;
}

.popover-primary.bs-popover-start .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^=left] .popover-arrow::after {
    border-left-color: var(--primary-bg-color) !important;
}

.popover-primary.bs-popover-end .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^=right] .popover-arrow::after {
    border-right-color: var(--primary-bg-color) !important;
}

.popover-secondary {
    background-color: #05c3fb !important;
    border-width: 0 !important;
    padding: 15px;
}

.popover-secondary .popover-header {
    background-color: #05c3fb !important;
    border-bottom-width: 0 !important;
    padding: 0 0 15px;
    color: #fff;
}

.popover-secondary .popover-body {
    padding: 0;
    color: rgba(255, 255, 255, 0.75) !important;
}

.popover-secondary .popover-arrow::before {
    display: none;
}

.popover-secondary.bs-popover-top .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^=top] .popover-arrow::after {
    border-top-color: #05c3fb !important;
}

.popover-secondary.bs-popover-bottom .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow::after {
    border-bottom-color: #05c3fb !important;
}

.popover-secondary.bs-popover-start .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^=left] .popover-arrow::after {
    border-left-color: #05c3fb !important;
}

.popover-secondary.bs-popover-end .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^=right] .popover-arrow::after {
    border-right-color: #05c3fb !important;
}

/*  ######## CUSTOM-STYLES ######## */

.is-loading .form-control-plaintext:focus-visible {
    outline: none;
    border: 1px solid #e9edf4;
}


.col-sm-6,
.col-sm-12,
.col-md-4,
.col-md-6,
.col-md-8,
.col-md-12,
.col-lg-3,
.col-lg-4,
.col-lg-6,
.col-lg-9,
.col-lg-12,
.col-xl-3,
.col-xl-4,
.col-xl-6,
.col-xl-8,
.col-xl-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

@media (min-width: 576px) {

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {

    .col-md-4 {
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (min-width: 1280px) {

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

/*----- Custom control -----*/

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: rgba(218, 201, 232, 0.5);
}

.custom-control-input:disabled~.custom-control-label {
    color: #868e96;
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: var(--primary005);
    border-color: var(--primary03);
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e9edf4;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 3px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    opacity: 0.8;
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(212, 182, 228, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    opacity: 0.8;
}

.form-select:focus {
    border-color: #e9edf4;
    outline: 0;
    box-shadow: none;
}

.form-select:focus::-ms-value {
    color: #76839a;
    background-color: #fff;
}

.form-select:disabled {
    color: #9fa7af;
    background-color: #f6f6fb;
}

.form-file-input:focus~.form-file-label {
    box-shadow: none;
    border-color: transparent;
}

.form-file-input:lang(en)~.form-file-label::after {
    content: "Browse";
}

.form-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(2.375rem - 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #fff;
    content: "Browse";
    border-left: 1px solid #e9edf4;
    border-radius: 0 3px 3px 0;
}

.form-range::-webkit-slider-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #f6f6fb, 0 0 0 2px rgba(98, 58, 162, 0.25);
}

.form-range::-webkit-slider-thumb:active {
    background-color: #d4e1f4;
}

.form-range::-moz-range-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #f6f6fb, 0 0 0 2px rgba(98, 58, 162, 0.25);
}

.form-range::-moz-range-thumb:active {
    background-color: #d4e1f4;
}

.form-range::-ms-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #f6f6fb, 0 0 0 2px rgba(98, 58, 162, 0.25);
}

.form-range::-ms-thumb:active {
    background-color: #d4e1f4;
}

.custom-control-label:before {
    border: 1px solid var(--primary02);
    background-color: var(--primary005);
    background-size: 0.5rem;
}

.form-range:focus {
    box-shadow: none;
    outline: none;
}

.form-range:focus::-webkit-slider-thumb,
.form-range:focus::-moz-range-thumb,
.form-range:focus::-ms-thumb {
    border-color: #467fcf;
    background-color: #467fcf;
}

.custom-switch-input:checked~.custom-switch-indicator:before {
    left: calc(1rem + 1px);
}

.custom-switch-input:checked~.custom-switch-description {
    color: #495057;
}

.custom-switch-indicator:before {
    content: "";
    position: absolute;
    height: calc(1.25rem - 4px);
    width: calc(1.25rem - 4px);
    top: 1px;
    left: 1px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s left;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.custom-switch-input:focus~.custom-switch-indicator {
    box-shadow: none;
    border-color: #60529f;
}

.custom-radio-md .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: var(--primary005);
    border-radius: 50%;
}

.custom-radio-md .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-radio-md .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio-md .custom-control-input:disabled:checked~.custom-control-label::before {
    opacity: 0.8;
}

.custom-radio-lg .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 2rem;
    height: 2rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: var(--primary005);
    border-radius: 50%;
}

.custom-radio-lg .custom-control-label::after {
    position: absolute;
    top: 0.35rem;
    left: 1px;
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-radio-lg .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio-lg .custom-control-input:disabled:checked~.custom-control-label::before {
    opacity: 0.8;
}

.custom-checkbox-md .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: var(--primary005);
    border-radius: 3px;
}

.custom-checkbox-md .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox-md .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox-md .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox-md .custom-control-input:disabled:checked~.custom-control-label::before {
    opacity: 0.8;
}

.custom-checkbox-md .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(212, 182, 228, 0.5);
}

.custom-checkbox-lg .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 2rem;
    height: 2rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: var(--primary005);
    border-radius: 3px;
}

.custom-checkbox-lg .custom-control-label::after {
    position: absolute;
    top: 0.35rem;
    left: 1px;
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox-lg .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox-lg .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox-lg .custom-control-input:disabled:checked~.custom-control-label::before {
    opacity: 0.8;
}

.custom-checkbox-lg .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(212, 182, 228, 0.5);
}

.custom-switch-input:disabled:checked~.custom-switch-indicator {
    opacity: 0.7;
}

.custom-switch-input:disabled~.custom-switch-indicator {
    background: var(--primary005);
    opacity: 0.7;
}

.custom-switch-indicator-md::before {
    content: "";
    position: absolute;
    height: calc(1.5rem - 4px);
    width: calc(1.5rem - 4px);
    top: 1px;
    left: 1px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s left;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.custom-switch-input:checked~.custom-switch-indicator.custom-switch-indicator-md:before {
    left: calc(1.46rem + 1px);
}

.custom-switch-indicator-lg::before {
    content: "";
    position: absolute;
    height: calc(2rem - 4px);
    width: calc(2rem - 4px);
    top: 1px;
    left: 1px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s left;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.custom-switch-input:checked~.custom-switch-indicator.custom-switch-indicator-lg:before {
    left: calc(1.96rem + 1px);
}

.fade {
    transition: opacity 0.15s linear;
}

.fade:not(.show) {
    opacity: 0;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.collapse:not(.show) {
    display: none;
    background: #fff;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.block {
    display: block !important;
}

/*----- Global Loader -----*/
#global-loader {
    position: fixed;
    z-index: 50000;
    background: white;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#copy {
    background: none;
    color: white;
    font-weight: bold;
    padding: 8px 25px;
    border: 0;
}

.wrap {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

@-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;
    }
}

.icon i {
    vertical-align: -1px;
}

a.icon {
    text-decoration: none;
    cursor: pointer;
}

a.icon:hover {
    color: #1a1a1a !important;
}

@media (max-width: 992px) {

    .hor-content .container,
    .hor-header .container {
        max-width: none;
    }

    #navbar-example3 {
        border-radius: 7px 7px 0 0 !important;
    }
}

@media (max-width: 480px) {
    .header .nav-link {
        padding: 0.6rem 0.6rem !important;
        line-height: 1.9;
    }

    .header .nav-link.leading-none::after {
        top: 12px !important;
    }

    .header .nav-link.icon {
        font-size: 16px;
    }

    .header .nav-link .badge {
        position: absolute;
        top: -7px;
        right: 6px;
        width: 1rem;
        height: 1rem;
        font-size: 11px;
        text-align: center !important;
        padding: 0.25em 0.4em;
        line-height: 1;
    }
}

@media (max-width: 360px) {

    .header .nav-link {
        line-height: 1.9;
    }

    .dropdown-menu.header-search:before {
        left: 200px !important;
    }
}

@media (max-width: 767px) {

    .carousel-caption {
        display: none;
    }
}

@media (max-width: 991px) {
    .responsive-navbar .collapsing .dropdown-menu {
        display: none !important;
    }

    .responsive-navbar .collapse.show .dropdown-menu.show {
        display: block !important;
    }

    .responsive-navbar .dropdown-menu.dropdown-menu-end.show {
        left: 0 !important;
        top: 2.9rem !important;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .responsive-navbar .dropdown-menu.header-search:before {
        display: none;
    }

    .responsive-navbar .dropdown-menu-arrow:before {
        display: none;
    }

    .responsive-navbar .dropdown-menu.dropdown-menu-start.show {
        right: 0 !important;
        top: 2.9rem !important;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    100%,
    60% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    100%,
    60% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    100%,
    60% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    100%,
    60% {
        left: 107%;
        right: -8%;
    }
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes status-pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.32;
    }
}

@keyframes status-pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.32;
    }
}

.colorinput-color:before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    height: 1.25rem;
    width: 1.25rem;
    transition: 0.3s opacity;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
}

.colorinput-input:checked~.colorinput-color:before {
    opacity: 1;
}

.colorinput-input:focus~.colorinput-color {
    border-color: #e9edf4;
    box-shadow: 0 0 0 2px rgba(98, 58, 162, 0.25);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#back-to-top {
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    display: none;
    text-align: center;
    z-index: 10000;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    border-radius: 7px;
}

#back-to-top i {
    padding-top: 15px;
    font-size: 16px;
}

#back-to-top:hover {
    background: #fff !important;
}

.features {
    overflow: hidden;
}

.features h2 {
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center;
    font-size: 2.2em;
}

.features h3 {
    font-size: 20px;
    font-weight: 600;
}

.features span {
    color: #43414e;
    display: block;
    font-weight: 400;
    text-align: center;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

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

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

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

/* --------Added--------- css*/
#sidebar li a.active {
    background: #fff;
}

#sidebar li a.active a[data-toggle=collapse] {
    background: #fff;
}

.userlist a:hover {
    color: #fff;
    opacity: 0.9;
}

#user-profile h2 {
    padding-right: 15px;
}

@media only screen and (max-width: 767px) {

    .dropdown .avatar.profile-user {
        width: 2rem !important;
        height: 2rem !important;
    }
}

@media only screen and (max-width: 420px) {

    .header .dropdown.shopping-cart .dropdown-menu {
        min-width: 18rem !important;
    }
}

@media (max-width: 1024px) {

    body.search-show,
    body.sidebar-show {
        overflow: hidden;
    }

    body.search-show:before,
    body.sidebar-show:before {
        content: "";
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        opacity: 0.6;
        z-index: 891;
    }
}

@media (max-width: 575.98px) {

    .header .header-brand-img.desktop-logo {
        display: none;
    }
}

.overflow-hidden {
    overflow: hidden;
}

.settings {
    content: "\e8c3";
    top: -7px;
    font-size: 18px;
    position: absolute;
    right: 4px;
    font-family: "feather";
    z-index: 1029;
    line-height: 1;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-animation: anim-rotate 1.5s linear infinite;
    animation: anim-rotate 1.5s linear infinite;
}

.floating:hover {
    animation-play-state: paused;
}

@keyframes floating-lg {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes floating-sm {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0px);
    }
}

.statistics-info .counter-icon {
    margin-bottom: 1rem;
    display: inline-flex;
    width: 4rem;
    height: 4rem;
    padding: 1.3rem 1.4rem;
    border-radius: 50%;
    text-align: center;
}

.statistics-info .counter-icon i {
    font-size: 1.2rem;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.material-switch>label::before {
    background: #76839a;
    box-shadow: inset 0px 0px 10px rgba(228, 229, 237, 0.5);
    border-radius: 8px;
    content: "";
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch>label::after {
    background: white;
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(228, 229, 237, 0.9);
    content: "";
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch>input[type=checkbox]:checked+label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch>input[type=checkbox]:checked+label::after {
    background: inherit;
    left: 20px;
}

.counter-icon {
    margin-bottom: 1rem;
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4rem;
    text-align: center;
    font-size: 24px;
}

.light-logo,
.light-logo1,
.mobile-light {
    display: none;
}

.hor-content {
    min-height: calc(100vh - 56px) !important;
}

.sw-theme-default>ul.step-anchor>li>a::after {
    background: none !important;
}

@media (min-width: 992px) {
    .sticky {
        width: 100%;
    }

    .sticky-pin {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }

    .hor-content .container,
    .hor-header .container,
    .horizontal-main.hor-menu .container {
        max-width: 85%;
    }
}

.card-body.scroll {
    overflow: hidden;
}

.breadcrumb .breadcrumb-item.active {
    color: var(--primary-bg-color);
}

/*********************IE***************************/
*::-ms-backdrop {
    overflow: scroll;
    overflow-x: hidden;
    height: 100vh;
}

*::-ms-backdrop {
    min-height: 0;
}

*::-ms-backdrop {
    width: 100%;
}

*::-ms-backdrop {
    height: 100%;
}

*::-ms-backdrop {
    height: 100%;
}

*::-ms-backdrop,
.card-img-top {
    height: 252px;
}

*::-ms-backdrop,
.custom-control-label::before,
*::-ms-backdrop,
.custom-control-label::after {
    left: -25px;
}

*::-ms-backdrop {
    display: block;
}

*::-ms-backdrop {
    display: block;
}

.pulse-danger:before {
    content: "";
    top: -4px;
    right: -4px;
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    background: rgba(238, 51, 94, 0.8);
    cursor: pointer;
    box-shadow: 0 0 0 rgba(238, 51, 94, 0.9);
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    8% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    15% {
        -webkit-transform: scale(0.1);
        opacity: 1;
    }

    30% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    8% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    15% {
        -webkit-transform: scale(0.1);
        opacity: 1;
    }

    30% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    8% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    15% {
        -webkit-transform: scale(0.1);
        opacity: 1;
    }

    30% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
}

.pulse:before {
    content: "";
    top: -4px;
    right: -4px;
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    background: rgba(34, 192, 60, 0.6);
    cursor: pointer;
    box-shadow: 0 0 0 rgba(34, 192, 60, 0.9);
    animation: pulse 1s linear infinite;
}

.header-right-icons .nav-link.icon {
    margin: 5px;
    padding: 9px !important;
    text-align: center;
    height: 2.5rem;
    font-size: 1.2rem;
    position: relative;
    color: var(--primary-bg-color);
}

a.icon:hover {
    color: var(--primary-bg-color) !important;
}

.avatar {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 500;
    vertical-align: bottom;
    font-size: 0.875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-twitter:before {
    content: "\f099";
}

@media (max-width: 375px) {
    .app-header .header-right-icons .responsive-navbar .nav-link.icon {
        margin: 13px 3px !important;
    }
}

@media (max-width: 991px) {
    .sidenav-toggled .app-header.header {
        padding-left: 0px !important;
    }

    .app-header {
        position: fixed !important;
        z-index: 999999 !important;
    }

    .side-menu {
        padding: 0px !important;
    }

    .app-content .side-app {
        padding: 0px 15px 0 15px !important;
    }

    .header .header-right-icons .nav-link.icon {
        margin: 3px;
        height: 2.3rem;
        width: 2.3rem;
    }


    .responsive-navbar .navbar-collapse {
        margin-top: 72px !important;
    }

    .navbar.responsive-navbar .header-search .form-control {
        line-height: 1.45;
    }
}

@media (max-width: 991px) {

    .app-header.header .header-brand-img.toggle-logo {
        display: none;
    }

    .app-header.header .header-brand-img.desktop-logo {
        display: none;
    }

    .dropdown-menu.header-search:before {
        left: 15px !important;
    }

    .header .dropdown-menu {
        margin-top: 16px !important;
    }
}

.box-shadow-primary {
    box-shadow: 0 5px 10px var(--primary03);
}

.box-shadow-secondary {
    box-shadow: 0 5px 10px #e1f1f9;
}

.box-shadow-success {
    box-shadow: 0 5px 10px #beefe7;
}

.box-shadow-danger {
    box-shadow: 0 5px 10px #efc2c9;
}

.nav.panel-tabs a.active {
    color: var(--primary-bg-color);
}

.nav.panel-tabs.panel-secondary a.active {
    background-color: #05c3fb !important;
    color: #fff;
}

.nav.panel-tabs.panel-danger a.active {
    background-color: #e82646 !important;
    color: #fff;
}

.nav.panel-tabs.panel-success a.active {
    background-color: #09ad95 !important;
    color: #fff;
}

.nav.panel-tabs.panel-info a.active {
    background-color: #1170e4 !important;
    color: #fff;
}

.task-list:before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 0;
    height: 90%;
    left: 15px;
    border-left: 1px solid #e0e9f1;
}

.task-list li:last-child:after {
    display: none;
}


[class*=" ri-"] {
    font-family: "remixicon" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ri-mail-line:before {
    content: "\eef6";
}

.table-inbox tr td i:hover {
    color: #f7284a;
}

.table-inbox tr td .fa-star:hover {
    color: #fbc518;
}

.acc-header a.active {
    border-radius: 5px 5px 0 0;
}

.acc-header a.active span {
    transform: rotate(-90deg);
}

.acc-header a.active.collapsed {
    border-radius: 5px;
}

.card-pay .tabs-menu li a.active {
    background: var(--primary-bg-color);
    color: #fff;
    text-align: center;
}

.main-content-label {
    color: #1d212f;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
}

.sticky.sticky-pin .horizontal-main.hor-menu {
    box-shadow: 5px 7px 26px -5px rgba(104, 113, 123, 0.1);
}

.product-grid6:hover {
    border-radius: 7px;
}

.product-grid6 .icons-wishlist li .btn:hover {
    color: #fff;
}

.product-grid6 .icons-wishlist li .btn:after,
.product-grid6 .icons-wishlist li .btn:before {
    content: attr(data-tip);
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 1px 5px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px;
}

.product-grid6 .icons-wishlist li .btn:after {
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -20px;
    z-index: -1;
}

.product-grid6 .icons-wishlist li .btn:hover:after,
.product-grid6 .icons-wishlist li .btn:hover:before {
    opacity: 1;
}

.product-grid6:hover .icons {
    opacity: 1;
    bottom: 33px;
}

.product-grid6 .icons li .btn:hover {
    color: #fff;
}

.product-grid6 .icons li .btn:after,
.product-grid6 .icons li .btn:before {
    content: attr(data-tip);
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 1px 5px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px;
}

.product-grid6 .icons li .btn:after {
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -20px;
    z-index: -1;
}

.product-grid6 .icons li .btn:hover:after,
.product-grid6 .icons li .btn:hover:before {
    opacity: 1;
}

.bg-recentorder:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to right, var(--primary-bg-color) 100%, rgba(142, 119, 250, 0.1) 0%);
    right: 0;
    left: 0;
    top: 0;
    opacity: 0.7;
}

/*--- Offcanvas ---*/
.offcanvas-header h5 {
    font-weight: 500;
}

.offcanvas-start {
    border-right: 1px solid #e9edf4;
}

.offcanvas-end {
    border-left: 1px solid #e9edf4;
}

.offcanvas-bottom {
    border-top: 1px solid #e9edf4;
}

.offcanvas-top {
    border-bottom: 1px solid #e9edf4;
}

/*--Toast ---*/

.feeds.avatar-circle::before {
    content: "";
    position: absolute;
    left: -15px;
    padding: 1px;
    height: 25px;
    background: var(--primary-bg-color);
    top: 4px;
}

.feeds.avatar-circle-secondary::before {
    background: #05c3fb;
}

.feeds.avatar-circle-danger::before {
    background: #e82646;
}

.feeds.avatar-circle-warning::before {
    background: #f7b731;
}

.feeds.avatar-circle-pink::before {
    background: #ec82ef;
}

.feeds.avatar-circle-info::before {
    background: #1170e4;
}

.nav.product-sale a.active {
    background-color: #fff;
    border-bottom: none;
}

.task-list.timeline-task::before {
    left: 25px;
}

.app-header.header.custom-layout {
    position: absolute;
    left: -73px;
    right: auto;
    top: 32px;
}

.option-dots:focus,
.option-dots:hover {
    background: #f3f5fb;
}

.item2-gl-menu li .active {
    color: var(--primary-bg-color);
}

.product-list:hover .icons {
    opacity: 1;
    bottom: 33px;
}

.product-list .icons li .btn:after,
.product-list .icons li .btn:before {
    content: attr(data-tip);
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 1px 5px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px;
}

.product-list .icons li .btn:after {
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -20px;
    z-index: -1;
}

.product-grid6 .card-footer .btn-outline-primary:hover {
    color: #fff;
}

.carousel-slider #thumbcarousel {
    margin: 10px 0 0 0;
    padding: 0;
}

.carousel-slider #thumbcarousel .carousel-item .thumb {
    width: 100%;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    max-width: 100px;
}

.carousel-inner .carousel-item .thumb.active {
    border: 1px solid #e9edf4;
}

.carousel-inner .carousel-item .thumb {
    padding: 5px;
    border: 1px solid #e9edf4;
    border-radius: 5px;
}

.login-social-icon {
    display: block;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.login-social-icon::before {
    content: "";
    position: absolute;
    width: 28%;
    height: 1px;
    left: 0;
    right: 0;
    background-color: #e9e9ef;
    top: 10px;
}

.login-social-icon::after {
    content: "";
    position: absolute;
    width: 28%;
    height: 1px;
    left: auto;
    right: 0;
    background-color: #e9e9ef;
    top: 10px;
}

.login-social-icon span {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
}

.custom-layout .nav-link.icon i::after {
    background-color: transparent;
}

.services-statistics .counter-icon {
    margin-bottom: 1.5rem;
    margin-top: 14px;
    display: inline-flex;
    width: 4rem;
    height: 4rem;
    padding: 1.3rem 1.4rem;
    border-radius: 7px;
    text-align: center;
}

.theme-container .active {
    border: 1px solid var(--primary-bg-color);
    padding: 5px 10px;
    background: white;
    border-radius: 5px;
    color: var(--primary-bg-color);
    margin-right: 5px;
}

.theme-container1 .active {
    border: 1px solid #ec82ef;
    padding: 5px 10px;
    background: white;
    border-radius: 5px;
    color: #ec82ef;
    margin-right: 5px;
}

.theme-container2 .active {
    border: 1px solid #05c3fb;
    padding: 5px 10px;
    background: white;
    border-radius: 5px;
    color: #05c3fb;
    margin-right: 5px;
}

.pickr .pcr-button::before {
    border-radius: 5px !important;
}

.pickr .pcr-button::after {
    border-radius: 5px !important;
}

.payment-icon.active svg {
    fill: #fff;
}

.notification:before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    width: 3px;
    background: var(--primary02);
    left: 20%;
    margin-left: -1px;
}

.notification .notification-body:before {
    content: "";
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-right-color: #fff;
    left: -20px;
    top: 25px;
}

@media (max-width: 767px) {
    .notification:before {
        display: none;
    }
}

.btn-country:hover {
    border: 1px solid var(--primary-bg-color) !important;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1) !important;
}

.btn-country.active {
    border: 1px solid var(--primary-bg-color) !important;
}

.btn-check:checked+.btn-country,
.btn-country.active,
.btn-country:active {
    border: 1px solid var(--primary-bg-color) !important;
}

#login-otp {
    display: none;
}

.product-grid6 .card-footer .btn-outline-primary:hover .wishlist-icon {
    color: #fff;
}

.btn-outline-primary:hover .wishlist-icon {
    color: #fff !important;
}

#navbar-example2 .nav-item .dropdown-menu.show {
    margin-top: 2px !important;
    box-shadow: none;
}

#chartZoom .btn-outline-primary:hover {
    color: #fff;
}

.sidebar-right .list-group-item:hover,
.sidebar-right .list-group-item:focus {
    z-index: 0;
}

.irs-slider:before {
    background-color: var(--primary-bg-color) !important;
}

.smartphoto-img.active {
    border-radius: 5px;
}

.horizontalMenucontainer {
    background-size: cover;
    overflow: clip;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.horizontal .sub-slide.is-expanded .sub-angle {
    transform: none;
}

.app-header .container-fluid.main-container div:first-child {
    align-items: center !important;
}

.hor-header .container.main-container div:first-child {
    align-items: center !important;
}

.app-sidebar__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .responsive-navbar .collapse.show .dropdown-menu.show {
        left: 5% !important;
        right: 5% !important;
    }
}

@media (max-width: 992px) {


    .wizard>.steps .done a:hover .title,
    .wizard>.steps .done a:active .title {
        display: none !important;
    }
}

.login-img .page {
    position: relative;
}

@media screen and (min-width: 1280px) {
    .main-chat-time::before {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .main-chat-time::before {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }
}

.card-header:first-child {
    border-radius: 7px 7px 0 0;
}

.card-footer:last-child {
    border-radius: 0 0 7px 7px;
}

.offcanvas {
    z-index: 9999;
}

.custom-radio-lg .custom-control-label::after {
    left: 2px;
}

@media screen and (max-width: 428px) {

    .vtimeline .timeline-wrapper .timeline-panel:after {
        display: none !important;
    }
}

.main-chat-time::before {
    content: "";
    position: absolute;
    width: 40% !important;
    height: 1px;
    left: 0;
    right: 0;
    background-color: #e9e9ef;
    top: 10px;
}

.main-chat-time::after {
    content: "";
    position: absolute;
    width: 40% !important;
    height: 1px;
    left: auto;
    right: 0;
    background-color: #e9e9ef;
    top: 10px;
}

@media (max-width: 465px) {
    .main-chat-time::before {
        width: 33% !important;
    }

    .main-chat-time::after {
        width: 33% !important;
    }
}

.modal-open .app-header {
    z-index: 99 !important;
}

.header .header-right-icons .nav-link.icon .header-badge {
    position: absolute;
    top: -3px;
    right: 0px;
    display: block !important;
    padding: 3px 5px !important;
    font-size: 10px;
    border-radius: 50px;
    line-height: 1.1;
}

.header .dropdown.shopping-cart .dropdown-menu {
    min-width: 25rem;
}

.pricing-tabs ul.nav-price {
    text-align: center;
    margin: 0 auto;
    display: inline-flex;
    margin-bottom: 50px;
    border: 1px solid #eaedf1;
    border-radius: 50px;
    padding: 7px;
    background: #fff;
    overflow: hidden;
}

.pricing-tabs ul.nav-price li {
    display: block;
}

.pricing-tabs ul.nav-price li a {
    padding: 10px 18px;
    border-radius: 50px !important;
    display: block;
    background: #fff;
    font-size: 15px;
    border-radius: 0px;
    transition: all 0.3s ease;
}

.pricing-tabs ul.nav-price li a.active {
    color: #fff;
    transition: all 0.3s ease;
    background: var(--primary-bg-color);
}

.pricing-card.advanced {
    box-shadow: 0px 16px 32px rgba(33, 33, 33, 0.15);
}

.pricing-card:hover {
    box-shadow: 0px 16px 32px rgba(33, 33, 33, 0.15);
}

@keyframes blink {
    50% {
        opacity: 0.6;
    }
}

.file-image .icons .btn:after,
.file-image .icons .btn:before {
    content: attr(data-tip);
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 1px 5px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px;
}

.file-image .icons .btn:after {
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -20px;
    z-index: -1;
}

.file-image:hover {
    border-radius: 7px;
}

.file-image:hover .icons {
    opacity: 1;
    bottom: 33px;
}

.file-image .icons .btn:hover {
    color: #fff;
}

.file-image-1:hover .icons {
    opacity: 1;
    bottom: 33px;
}

.card.pos-relative .card-body .bg-primary-transparent path {
    fill: var(--primary-bg-color);
}

.btn-group.file-attach .btn-close.btn-outline-secondary:hover {
    color: #fff !important;
}

.btn-group.file-attach .btn-close.btn-outline-primary:hover {
    color: #fff !important;
    border-color: var(--primary-bg-color) !important;
}

.btn-group.file-attach .btn-close.btn-outline-info:hover {
    color: #fff !important;
}

.btn-group.file-attach .btn-close.btn-outline-warning:hover {
    color: #fff !important;
}

.btn-group.file-attach .btn-close.btn-outline-danger:hover {
    color: #fff !important;
}

.btn-group.file-attach .btn-close.btn-outline-success:hover {
    color: #fff !important;
}

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

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

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

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

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

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

.fs-23 {
    font-size: 23px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fw-semibold {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.image {
    position: relative;
}

img {
    vertical-align: middle;
    border-style: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

img {
    max-width: 100%;
}

.loader-img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 43%;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

.login-img {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-table;
}

.cover-image {
    background-size: cover !important;
}

/*-----Gallery-----*/

.demo-gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.img-card:before {
    content: "";
    position: absolute;
    background: url(../images/svgs/circle.svg);
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.link-overlay:hover .link-overlay-bg {
    opacity: 1;
}

.highlight .language-bash::before,
.highlight .language-sh::before {
    color: #009;
    content: "$ ";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.highlight .language-powershell::before {
    color: #009;
    content: "PM> ";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.landing-top-header {
    background-image: url(../images/landing/bg4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    border-radius: 0px;
}

.landing-top-header::before {
    position: absolute;
    content: "";
    left: -19%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    right: 0;
    width: 35%;
    height: 80%;
    overflow: hidden;
    background-image: url(../images/landing/bg.png);
}

.landing-top-header .top {
    border-bottom: 1px solid transparent;
}

.landing-top-header .top .nav li {
    margin-left: 0;
    margin-right: 28px;
}

.landing-top-header .top .nav li a {
    color: #282f53;
    font-size: 15px;
    text-transform: capitalize;
}

.landing-top-header .top .nav li a.active {
    color: #6c5ffc;
}

@media (max-width: 992px) {
    .landing-page .nav.navbar-nav.nav-pills {
        display: block;
    }

    .landing-page .navbar-toggler {
        border: 0 !important;
    }

    .landing-page .navbar.navbar-expand-lg.navbar-light {
        background-color: #fff;
    }

    .landing-page .side-menu__item {
        padding-left: 25px;
    }

    .landing-page .app-sidebar.horizontal-main {
        background-color: #fff !important;
    }
}

.landing-top-header .nav-pills .nav-link.active {
    background-color: transparent;
    font-weight: bold;
    color: #6c5ffc;
}

.spacing-top {
    padding-top: 50px;
}

.landing-top-header .demo-screen-headline h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.landing-page {
    background-color: #fff;
}

.landing-page .pricing-card.advanced {
    box-shadow: 0px 16px 32px rgba(33, 33, 33, 0.15);
}

.landing-page .demo-footer .btn-list .btn-icon {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.7);
    background-color: #fff;
}

.landing-page .feature-1 {
    border: 1px solid #e9edf4;
    padding: 22px;
    border-radius: 10px;
    position: relative;
    text-align: center;
}

.landing-page .feature-1 a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.landing-page .top-footer h6 {
    font-size: 17px;
}

.landing-page .top-footer h6::before {
    position: absolute;
    content: "";
    height: 8px;
    border: 2px solid #6c5ffc;
    margin: 0px auto;
    transform: rotate(45deg);
    width: 8px;
    left: -3px;
    margin-bottom: 10px;
    top: 5px;
}

.landing-page .owl-controls .owl-page {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../images/landing/10.jpg) no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
}

.landing-page .owl-controls .owl-page:nth-child(2) {
    background: url(../images/landing/16.jpg) no-repeat;
    background-size: cover;
}

.landing-page .owl-controls .owl-page:nth-child(3) {
    background: url(../images/landing/21.jpg) no-repeat;
    background-size: cover;
}

.landing-page .testimonia .post {
    color: #fff;
}

.landing-page .owl-controls .owl-page.active {
    border-color: 3px solid #e9edf4;
    opacity: 1;
}

.landing-page .testimonia .title {
    color: #fff;
}

.landing-page .rating-stars .jq-star {
    width: 18px !important;
    height: 18px !important;
}

.landing-page .services-statistics .counter-icon {
    border-radius: 0 40% 0 40%;
}

.landing-page .footer-social-list a {
    font-size: inherit;
    background: #74829c;
    border-radius: 50px;
    padding: 8px 13px;
}

.landing-page .card {
    box-shadow: none;
}

.landing-page .featured-icon {
    height: 55px;
    width: 55px;
    border-radius: 26% 74% 73% 27%/30% 49% 51% 70%;
}

.landing-page .featured-icon:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 26% 74% 73% 27%/30% 49% 51% 70%;
    left: 0;
    background-color: #000;
    z-index: inherit;
    transform: rotate(23deg);
}

.landing-page .card.features.main-features {
    border: 1px solid transparent !important;
    box-shadow: none !important;
    transition: all ease 0.3s !important;
}

.landing-page .main-features {
    display: flex !important;
    flex-direction: row;
}

.landing-page .main-features {
    position: relative;
    padding: 1.5rem;
    transition: none !important;
}

.landing-page .main-features h4 {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
}

.landing-page .main-features .bg-img {
    margin-right: 1rem;
}

.landing-page .main-features .bg-img img {
    width: 70px;
    height: 50px;
}

.landing-page .owl-item {
    border-radius: 5px;
}

.landing-page .owl-item img {
    border: 1px solid #e9edf4;
    border-radius: 5px;
}

.landing-page .bg-pages .card {
    border-radius: 50px 10px;
    border: 0 !important;
}

.landing-page .bg-pages .feature-icon {
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 0;
    padding: 15px;
    bottom: 0;
}

.landing-page .bg-pages .feature-icon i {
    font-size: 25px;
}

.landing-page .bg-pages .card {
    border-radius: 50px 10px;
    border: 1px solid #e9edf4 !important;
    background-color: #f4f4f7;
}

.landing-page #faqs .card .card-body {
    padding: 3.5rem 3.5rem 1.5rem 3.5rem;
    transition: 0.3s ease all;
}

.landing-page #faqs .card {
    padding: 1rem;
    transition: 0.3s ease all;
}

.landing-page #faqs .card-header {
    background: none;
    padding: 1.5rem 1.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    background-color: transparent;
    letter-spacing: 0.2px;
    width: 100% !important;
    height: 100% !important;
    border-bottom: 0;
}

.landing-page #faqs .card-collapsed .card-header {
    border-radius: 7px;
}

.landing-page .bg-pages .card:hover {
    box-shadow: 0px 6px 18px 4px rgba(6, 10, 48, 0.08);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.landing-page .bg-landing {
    background-color: #f8f9fb;
}

.landing-page .form-landing .form-control {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.landing-page .form-landing .btn {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.landing-page .bg-image-landing {
    background-image: url(../images/landing/bg4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
}

.landing-page .bg-image-landing::before {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    left: -19%;
    right: 0;
    width: 35%;
    height: 80%;
    background-image: url(../images/landing/bg.png);
}

.landing-page .landing-statistics .card-body {
    border-radius: 50px 50px 0 50px;
}

.landing-page .landing-statistics .counter-icon {
    border-radius: 50px 50px 0 50px;
}

.landing-page .testimonial-owl-landing {
    background-image: url(../images/landing/bg2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
}

.landing-page .testimonial-owl-landing::before {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(108, 95, 252, 0.4) 0%, rgba(9, 199, 255, 0.49) 90%);
}

.landing-page .text-white-80 {
    color: rgba(255, 255, 255, 0.8);
}

.landing-page .landing-title {
    background: linear-gradient(to right, transparent, #6c5ffc, transparent);
    height: 1px;
    margin: 0px auto;
    width: 70px !important;
    margin-bottom: 10px;
}

.landing-page .animate-heading {
    position: relative;
    color: var(--primary-bg-color);
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 2rem;
    animation: text 3s steps(4) infinite;
    overflow: hidden;
    display: flex;
}

@keyframes text {

    0%,
    90%,
    100% {
        width: 0;
    }

    30%,
    60% {
        width: 72.23px;
    }
}

.landing-page .animate-heading::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    animation: cursorAnimate 0.8s steps(4) infinite;
}

.landing-page .web-images {
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-page .web-item {
    margin-left: 10px;
    align-items: center;
    padding: 30px 0px;
    justify-content: center;
    border: 1px solid #e9edf4;
    border-radius: 7px;
}

.landing-page .web-item img {
    width: 50px;
    height: 50px;
}

.landing-page .web-item h4 {
    margin-top: 10px;
    margin-left: 10px;
    font-weight: bold;
    color: #74829c;
    font-size: 18px;
}

.landing-page #faqs .card:hover {
    box-shadow: none;
}

.landing-page #faqs .card-header {
    background: none;
    padding: 1.5rem 1.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    background-color: transparent;
    letter-spacing: 0.2px;
    width: 100% !important;
    height: 100% !important;
}

.landing-page #faqs .card-title {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.landing-page #faqs .card-options a:not(.btn) {
    margin-left: 0.5rem;
    color: #76839a;
    display: inline-block;
    min-width: 1rem;
}

.landing-page #faqs .card-collapsed> :not(.card-header):not(.card-status) {
    display: none;
}

.landing-page #faqs .card-header a:hover {
    color: #000;
}

.landing-page #faqs .card .card-body {
    padding: 3.5rem 3.5rem 1.5rem 3.5rem;
    transition: 0.3s ease all;
}

.landing-page #faqs .card .card-header {
    transition: 0.3s ease all;
}

.landing-page #faqs i {
    transform: rotate(180deg);
    transition: all 0.3s;
    color: white;
    border-radius: 50px;
}

.landing-page #faqs .card {
    padding: 1rem;
    transition: 0.3s ease all;
}

.landing-page #faqs.demo-screen-demo #grid p {
    margin-top: 0;
    font-size: 14px;
    line-height: inherit;
    font-family: inherit;
    text-align: left;
}

.landing-page #faqs .card-collapsed> :not(.card-header):not(.card-status) {
    display: none;
}

.landing-page .social-profile-buttons {
    position: fixed;
    z-index: 9;
    right: 0;
    top: 20%;
}

.landing-page .social-profile-buttons .social-icon {
    display: grid;
    margin-bottom: 15px;
    border-radius: 5px;
}

.landing-page .top.sticky.stickyClass {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #ebedfa;
    background: #fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
}

.landing-page #faqs .card.bg-primary-transparent .card-header {
    border-left: 5px solid #6c5ffc;
}

.landing-page #faqs .card.bg-primary-transparent .card-header .card-options-collapse i {
    background-color: #6c5ffc;
}

.landing-page #faqs .card.bg-primary-transparent .card-header a:hover {
    color: var(--primary-bg-color);
}

.landing-page #faqs .card.bg-primary-transparent .card-body {
    border-left: 5px solid #6c5ffc;
    border-radius: 0 0 7px 7px;
}

.landing-page #faqs .card.bg-secondary-transparent .card-header {
    border-left: 5px solid #05c3fb;
}

.landing-page #faqs .card.bg-secondary-transparent .card-header .card-options-collapse i {
    background-color: #05c3fb;
}

.landing-page #faqs .card.bg-secondary-transparent .card-header a:hover {
    color: #05c3fb;
}

.landing-page #faqs .card.bg-secondary-transparent .card-body {
    border-left: 5px solid #05c3fb;
    border-radius: 0 0 7px 7px;
}

.landing-page #faqs .card.bg-success-transparent .card-header {
    border-left: 5px solid #09ad95;
}

.landing-page #faqs .card.bg-success-transparent .card-header .card-options-collapse i {
    background-color: #09ad95;
}

.landing-page #faqs .card.bg-success-transparent .card-header a:hover {
    color: #09ad95;
}

.landing-page #faqs .card.bg-success-transparent .card-body {
    border-left: 5px solid #09ad95;
    border-radius: 0 0 7px 7px;
}

.landing-page #faqs .card.bg-danger-transparent .card-header {
    border-left: 5px solid #e82646;
}

.landing-page #faqs .card.bg-danger-transparent .card-header .card-options-collapse i {
    background-color: #e82646;
}

.landing-page #faqs .card.bg-danger-transparent .card-header a:hover {
    color: #e82646;
}

.landing-page #faqs .card.bg-danger-transparent .card-body {
    border-left: 5px solid #e82646;
    border-radius: 0 0 7px 7px;
}

.landing-page #faqs .card.bg-warning-transparent .card-header {
    border-left: 5px solid #f7b731;
}

.landing-page #faqs .card.bg-warning-transparent .card-header .card-options-collapse i {
    background-color: #f7b731;
}

.landing-page #faqs .card.bg-warning-transparent .card-header a:hover {
    color: #f7b731;
}

.landing-page #faqs .card.bg-warning-transparent .card-body {
    border-left: 5px solid #f7b731;
    border-radius: 0 0 7px 7px;
}

.landing-page #faqs .card.bg-info-transparent .card-header {
    border-left: 5px solid #1170e4;
}

.landing-page #faqs .card.bg-info-transparent .card-header .card-options-collapse i {
    background-color: #1170e4;
}

.landing-page #faqs .card.bg-info-transparent .card-header a:hover {
    color: #1170e4;
}

.landing-page #faqs .card.bg-info-transparent .card-body {
    border-left: 5px solid #1170e4;
    border-radius: 0 0 7px 7px;
}

.landing-page h2 {
    font-size: 30px;
}

.landing-page .buynow-landing {
    top: 70px;
    border-radius: 25px;
    z-index: 1;
    box-shadow: 0px 16px 32px rgba(33, 33, 33, 0.15);
}

.landing-page .buynow-landing::before {
    border-radius: 25px;
}

.landing-page .card-shadow {
    box-shadow: 0 4px 25px 0 rgba(168, 180, 208, 0.1);
}

.landing-page .footer-social-list a:hover {
    color: #fff;
}

.landing-page .user-social-detail .social-profile {
    height: 35px;
    width: 35px;
    background-color: #fff;
    border: 1px solid #6c5ffc;
    font-size: 14px;
    line-height: 2.3;
}

.landing-page .collapse.navbar-collapse {
    background-color: transparent;
}

.landing-page .features.main-features-1.card:hover {
    border: 1px solid #42a3db !important;
    box-shadow: 0px 16px 32px rgba(33, 33, 33, 0.15);
}

.landing-page .features.main-features-2.card:hover {
    border: 1px solid #f6af1a !important;
}

.landing-page .features.main-features-3.card:hover {
    border: 1px solid #be63f9 !important;
}

.landing-page .features.main-features-4.card:hover {
    border: 1px solid #26c6da !important;
}

.landing-page .features.main-features-5.card:hover {
    border: 1px solid #be63f9 !important;
}

.landing-page .features.main-features-6.card:hover {
    border: 1px solid #fc573b !important;
}

.landing-page .features.main-features-7.card:hover {
    border: 1px solid #26c6da !important;
}

.landing-page .features.main-features-8.card:hover {
    border: 1px solid #ffd200 !important;
}

.landing-page .features.main-features-9.card:hover {
    border: 1px solid #f579a2 !important;
}

.landing-page .features.main-features-10.card:hover {
    border: 1px solid #58e1ef !important;
}

.landing-page .features.main-features-11.card:hover {
    border: 1px solid #bed530 !important;
}

.landing-page .features.main-features-12.card:hover {
    border: 1px solid #f49c20 !important;
}

.landing-page .bg-primary-transparent {
    background-color: rgba(108, 95, 252, 0.1);
}

@media (min-width: 1276px) {

    .landing-page.horizontal .hor-header .container,
    .landing-page.horizontal .horizontal-main .container,
    .landing-page.horizontal .main-content.hor-content .container {
        max-width: 1140px !important;
    }
}

@media (min-width: 992px) and (max-width: 1275.98px) {

    .landing-page.horizontal .hor-header .container,
    .landing-page.horizontal .horizontal-main .container,
    .landing-page.horizontal .main-content.hor-content .container {
        max-width: 960px !important;
    }

    .landing-page.horizontal .side-menu>li>a {
        margin: -3px 0px !important;
        color: #282f53;
    }

    .landing-page.horizontal .side-menu .slide .side-menu__item.active {
        font-weight: 500;
    }

    .landing-page.horizontal .fixed-header {
        position: relative;
    }
}

.landing-page .navbar .navbar-brand {
    padding: 8px 15px;
}

.landing-page.horizontal .slide {
    margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .landing-page .landing-top-header .app-sidebar .container {
        max-width: 960px !important;
    }
}

@media (min-width: 768px) {
    .landing-page .hor-content .container {
        max-width: 720px !important;
    }
}

@media (min-width: 576px) {
    .landing-page .hor-content .container {
        max-width: 540px;
    }
}

@media (max-width: 576px) {
    .landing-page .slick-next {
        right: -10px !important;
    }

    .landing-page .demo-screen-headline h1 {
        font-size: 35px;
    }

    .landing-page .slick-prev {
        left: -10px !important;
    }
}

@media (min-width: 576px) {
    .landing-page .demo-footer .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .landing-page .demo-footer .container {
        max-width: 720px !important;
    }
}

@media (min-width: 992px) and (max-width: 1275.98px) {
    .landing-page .demo-footer .container {
        max-width: 960px !important;
    }
}

@media (min-width: 1276px) {
    .landing-page .demo-footer .container {
        max-width: 1140px !important;
    }
}

@media (max-width: 991px) {
    .landing-page .navresponsive-toggler {
        padding: 3px;
    }
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration: 1s;
    animation-delay: 1s;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 3px;
    }
}

/* Slider */
.slick-slide {
    margin: 20px 20px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-slide img {
    width: 90px;
    height: 90px;
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.reveal {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.3s ease;
}

.reveal.active {
    transform: translateY(0px);
    opacity: 1;
}

.reveal.revealleft {
    transform: translateX(-200px);
    opacity: 0;
    transition: all 0.5s ease;
}

.reveal.revealleft.active {
    transform: translateX(0px);
    opacity: 1;
}

.reveal.revealright {
    transform: translateX(200px);
    opacity: 0;
    transition: all 0.5s ease;
}

.reveal.revealright.active {
    transform: translateX(0px);
    opacity: 1;
}

.reveal.revealrotate {
    transform: rotateY(90deg);
    opacity: 0;
    transition: all 0.8s ease;
}

.reveal.revealrotate.active {
    transform: rotateY(0deg);
    opacity: 1;
}

@media (min-width: 992px) {
    .landing-page .navbar-toggler {
        display: none;
    }

    .landing-page .header.hor-header {
        display: none;
    }

    .landing-page .main-sidemenu.container {
        max-width: 960px !important;
    }

    .landing-page .app-sidebar.horizontal-main.fixed-header {
        border-bottom: 1px solid #ebedfa;
        background-color: #fff !important;
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
    }

    .landing-page.horizontal .side-menu>li>a {
        margin: -3px 5px !important;
        font-weight: 500;
    }
}

@media (min-width: 768px) {
    .landing-page .main-sidemenu.container {
        max-width: 720px !important;
    }
}

.bg-image-style {
    background-image: url(../images/landing/bg3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    border-radius: 0px;
}

.landing-page {
    /* Icons */
    /* Arrows */
    /* Dots */
}

@font-face {
    .landing-page {
        font-family: feather;
        src: url(fonts/feather-webfont.eot?t=1501841394106);
        src: url(fonts/feather-webfont.eot?t=1501841394106#iefix) format("embedded-opentype"), url(fonts/feather-webfont.woff?t=1501841394106) format("woff"), url(fonts/feather-webfont.ttf?t=1501841394106) format("truetype"), url(fonts/feather-webfont.svg?t=1501841394106#feather) format("svg");
    }
}

.landing-page .fe {
    font-family: feather !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.landing-page .slick-prev,
.landing-page .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.landing-page .slick-prev:hover,
.landing-page .slick-prev:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.landing-page .slick-next:hover,
.landing-page .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.landing-page .slick-prev:hover:before,
.landing-page .slick-prev:focus:before {
    opacity: 1;
}

.landing-page .slick-next:hover:before,
.landing-page .slick-next:focus:before {
    opacity: 1;
}

.landing-page .slick-prev.slick-disabled:before,
.landing-page .slick-next.slick-disabled:before {
    opacity: 0.25;
}

.landing-page .slick-prev:before,
.landing-page .slick-next:before {
    font-family: "feather";
    font-size: 20px;
    padding: 10px;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}

.landing-page .slick-prev {
    left: -25px;
}

.landing-page [dir=rtl] .slick-prev {
    right: -25px;
    left: auto;
}

.landing-page .slick-prev:before {
    content: "\e92e";
}

.landing-page [dir=rtl] .slick-prev:before {
    content: "→";
}

.landing-page .slick-next {
    right: -25px;
}

.landing-page [dir=rtl] .slick-next {
    right: auto;
    left: -25px;
}

.landing-page .slick-next:before {
    content: "\e92f";
}

.landing-page [dir=rtl] .slick-next:before {
    content: "<";
}

.landing-page .logo-3 {
    display: none;
}

.landing-page .row>* {
    width: 100%;
}

@media (min-width: 992px) {
    .dark-mode.landing-page .app-sidebar.horizontal-main.fixed-header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        background-color: #1a1a3c !important;
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
    }
}

.dark-mode.landing-page .landing-top-header {
    background-image: url(../images/landing/bg4-dark.png);
}

.dark-mode.landing-page .landing-top-header::before {
    background-image: url(../images/landing/bg-dark.png);
}

.dark-mode.landing-page .logo-2 {
    display: none;
}

.dark-mode.landing-page .logo-3 {
    display: block;
}

.dark-mode.landing-page .landing-statistics .card {
    background-color: transparent;
}

.dark-mode.landing-page .text-body {
    color: #dedefd !important;
}

.dark-mode.landing-page .box-shadow-primary {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.dark-mode.landing-page .box-shadow-secondary {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.dark-mode.landing-page .box-shadow-success {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.dark-mode.landing-page .box-shadow-danger {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.dark-mode.landing-page .bg-landing {
    background-color: #2a2a4a;
}

.dark-mode.landing-page .card {
    box-shadow: none;
}

.dark-mode.landing-page .demo-footer {
    background-color: #2a2a4a;
}

.dark-mode.landing-page .demo-footer .btn-list .btn-icon {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.7);
    background-color: #1a1a3c;
}

.dark-mode.landing-page .top-footer img {
    border: 0;
}

.dark-mode.landing-page hr {
    border-top-color: rgba(255, 255, 255, 0);
}

.dark-mode.landing-page .bg-image-landing {
    background-image: url(../images/landing/bg4-dark.png);
}

.dark-mode.landing-page .bg-image-landing::before {
    background-image: url(../images/landing/bg-dark.png);
}

.dark-mode.landing-page .bg-image-style {
    background-image: url(../images/landing/bg3-dark.png);
}

.dark-mode.landing-page .card .card {
    box-shadow: none;
}

@media (max-width: 992px) {
    .dark-mode.landing-page .app-sidebar.horizontal-main {
        background-color: #2a2a4a !important;
    }
}

.dark-mode.landing-page .top.sticky.stickyClass {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #2a2a4a;
}

.dark-mode.landing-page #Contact .card.card-shadow {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.dark-mode.landing-page .pricing-card.card {
    background-color: #1a1a3c;
}

.rtl.landing-page .main-features .bg-img {
    margin-left: 1rem;
    margin-right: inherit;
}

.rtl.landing-page .landing-top-header::before {
    right: -19%;
    left: 0;
}

.rtl.landing-page .landing-top-header .top .nav li {
    margin-right: 0;
    margin-left: 28px;
}

@media (max-width: 992px) {
    .rtl.landing-page .side-menu__item {
        padding-right: 25px;
        padding-left: inherit;
    }
}

.rtl.landing-page .feature-1 a {
    right: 0;
    left: 0;
}

.rtl.landing-page .top-footer h6::before {
    right: -3px;
    left: inherit;
}

.rtl.landing-page .featured-icon:before {
    right: 0;
    left: 0;
}

.rtl.landing-page .bg-image-landing::before {
    right: -19%;
    left: 0;
}

.rtl.landing-page .landing-statistics .card-body {
    border-radius: 50px 50px 50px 0;
}

.rtl.landing-page .landing-statistics .counter-icon {
    border-radius: 50px 50px 50px 0;
}

.rtl.landing-page .animate-heading::before {
    left: 0;
    right: inherit;
}

.rtl.landing-page .web-item {
    margin-right: 10px;
    margin-left: inherit;
}

.rtl.landing-page .web-item h4 {
    margin-right: 10px;
    margin-left: inherit;
}

.rtl.landing-page #faqs.demo-screen-demo #grid p {
    text-align: right;
}

.rtl.landing-page .social-profile-buttons {
    left: 0;
    right: inherit;
}

.rtl.landing-page #faqs .card.bg-primary-transparent .card-header {
    border-right: 5px solid #6c5ffc;
    border-left: inherit;
}

.rtl.landing-page #faqs .card.bg-primary-transparent .card-body {
    border-right: 5px solid #6c5ffc;
    border-left: inherit;
}

.rtl.landing-page #faqs .card.bg-secondary-transparent .card-header {
    border-right: 5px solid #05c3fb;
    border-left: inherit;
}

.rtl.landing-page #faqs .card.bg-secondary-transparent .card-body {
    border-right: 5px solid #05c3fb;
    border-left: inherit;
}

.rtl.landing-page #faqs .card.bg-success-transparent .card-header {
    border-right: 5px solid #09ad95;
    border-left: inherit;
}

.rtl.landing-page #faqs .card.bg-success-transparent .card-body {
    border-right: 5px solid #09ad95;
    border-left: inherit;
}

.rtl.landing-page #faqs .card.bg-danger-transparent .card-header {
    border-right: 5px solid #e82646;
    border-left: inherit;
}

.rtl.landing-page #faqs .card.bg-danger-transparent .card-body {
    border-right: 5px solid #e82646;
    border-left: inherit;
}

.rtl.landing-page #faqs .card.bg-warning-transparent .card-header {
    border-right: 5px solid #f7b731;
    border-left: inherit;
}

.rtl.landing-page #faqs .card.bg-warning-transparent .card-body {
    border-right: 5px solid #f7b731;
    border-left: inherit;
}

.rtl.landing-page #faqs .card.bg-info-transparent .card-header {
    border-right: 5px solid #1170e4;
    border-left: inherit;
}

.rtl.landing-page #faqs .card.bg-info-transparent .card-body {
    border-right: 5px solid #1170e4;
    border-left: inherit;
}

@media (max-width: 576px) {
    .rtl.landing-page .slick-next {
        right: -10px !important;
    }

    .rtl.landing-page .slick-prev {
        left: -10px !important;
    }
}

.rtl.landing-page .slick-track {
    right: 0;
    left: inherit;
}

.rtl.landing-page .slick-slide {
    float: right;
}

/*-----Lists-----*/
.list-group-item.active {
    z-index: 2;
    background-color: var(--primary01);
    color: #282f53;
    border-color: #e9edf4;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    color: #76839a;
    text-decoration: none;
    background-color: var(--primary01);
}

.list-group-item-action:active {
    color: #76839a;
    background-color: var(--primary01);
}

.list-group-item:hover,
.list-group-item:focus {
    z-index: 1;
    text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #c6cad8;
    background-color: #fff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #24426c;
    background-color: #b7cded;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #24426c;
    border-color: #24426c;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #464a4e;
    background-color: #cfd2d6;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #464a4e;
    border-color: #464a4e;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #09ad95;
    background-color: rgba(9, 173, 149, 0.2);
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #09ad95;
    border-color: #09ad95;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #1170e4;
    background-color: rgba(17, 112, 228, 0.2);
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: rgba(17, 112, 228, 0.2);
    border-color: rgba(17, 112, 228, 0.2);
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #f7b731;
    background-color: rgba(247, 183, 49, 0.2);
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #f7b731;
    border-color: #f7b731;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #e82646;
    background-color: rgba(232, 38, 70, 0.2);
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #e82646;
    border-color: #e82646;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.list-group-item.active .icon {
    color: inherit !important;
}

.list-group-transparent .list-group-item.active {
    background: var(--primary01);
    font-weight: 500;
    color: #000;
}

.list.d-flex img {
    width: 60px;
}

.order-list li {
    line-height: 30px;
}

/*------ Media object ------*/
.media {
    zoom: 1;
    overflow: hidden;
}

.media img {
    width: 40px;
    height: 40px;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.btn-close {
    float: right;
    font-size: 1.40625rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: 0.5;
    transition: 0.3s color;
}

.btn-close:hover,
.btn-close:focus {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.btn-close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.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;
}

.navbar>.container,
.navbar>.container-fluid {
    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;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.359375rem;
    padding-bottom: 0.359375rem;
    margin-right: 1rem;
    font-size: 1.125rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.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 (min-width: 992px) {
    .responsive-navbar .navbar-collapse {
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        background: transparent;
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='$black-5' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='$white-5' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

@media (max-width: 991px) {
    .navresponsive-toggler {
        padding: 2px;
    }

    .navresponsive-toggler span {
        margin-top: 8px;
        text-align: center;
        position: relative;
        color: var(--primary-bg-color);
    }

    .navresponsive-toggler span:after {
        content: "";
        position: absolute;
        width: 4px;
        height: 12px;
        top: 4px;
        bottom: 0;
        border-radius: 50%;
        right: 11px;
        background: rgba(var(--primary-bg-color), 0);
    }

    .dropdown-menu.dropdown-menu-right {
        left: 0 !important;
    }

    .responsive-navbar .navbar-collapse .icon.navsearch {
        padding: 7px 10px !important;
        border: 1px solid #e4e6f9;
        margin: 2px;
        border-radius: 25px;
    }

    .responsive-navbar .navbar-collapse .icon.navsearch i {
        line-height: 20px;
    }
}

.navbar-nav {
    flex-direction: initial !important;
}

@media (max-width: 320px) {
    .responsive-navbar .nav-link.icon {
        height: 2rem !important;
        width: 2rem !important;
        font-size: 1.2rem !important;
    }

    .responsive-navbar .dropdown-menu.dropdown-menu-end.show {
        top: 2.59rem !important;
    }

    .responsive-navbar .dropdown-menu.header-search.dropdown-menu-start.show {
        top: 2.59rem !important;
    }

    .header .dropdown.message .dropdown-menu {
        min-width: 18rem !important;
    }
}

@media (max-width: 991px) {
    .responsive-navbar .navbar-collapse {
        padding: 0px 10px;
        position: fixed;
        width: 100%;
        background: #fff;
        margin-top: 41px;
        z-index: 999;
        box-shadow: 0 12px 11px -3px rgba(104, 113, 123, 0.1);
        left: 0;
        right: 0;
        top: 0;
    }

    .responsive-navbar .dropdown-menu.dropdown-menu-left {
        left: -1px;
        right: -1px;
        position: absolute;
    }

    .responsive-navbar .dropdown {
        position: initial;
    }

    .responsive-navbar .nav-link.icon {
        padding: 10px !important;
        margin: 13px 4px !important;
        border-radius: 50px;
        height: 2.5rem;
        width: 2.5rem;
        font-size: 1.2rem;
    }
}

.responsive-navbar {
    display: initial;
    flex-basis: inherit;
    flex-wrap: inherit;
}

/*--scrollspy ---*/

#navbar-example2 .nav-link {
    padding: 0.5rem 0.75rem;
}

#navbar-example3 .nav-link {
    padding: 0.75rem;
    color: #282f53;
}

#navbar-example3 .nav-link.active {
    color: #fff;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--primary-bg-color);
}

/*-----Pricing tables-----*/

/*------ Pricing Styles ---------*/

.ribbone1-price .ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid var(--primary-bg-color);
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid var(--primary-bg-color);
}

.ribbone1-price .ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid var(--primary-bg-color);
    border-bottom: 3px solid transparent;
    border-top: 3px solid var(--primary-bg-color);
}

/*-- rating--*/
.rating-stars {
    width: 100%;
    text-align: center;
    font-size: 30px;
}

.rating-stars i {
    padding: 5px;
}

.rating-stars input {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9edf4;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.star-ratings .stars {
    width: 120px;
    text-align: center;
    margin: auto;
}

.star-ratings .stars-example-fontawesome-o {
    width: 200px;
}

/*----- Ribbons -----*/

.ribbone1:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-inline-start: 20px solid transparent;
    border-inline-end: 24px solid transparent;
    border-top: 13px solid #f8463f;
}

.ribbone1 span:after {
    position: absolute;
    content: "";
}

.ribbone1 span:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    inset-inline-start: -6px;
    top: 0;
    background: #f8463f;
}

.ribbone1 span:after {
    height: 6px;
    width: 8px;
    inset-inline-start: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: #c02031;
}

.arrow-ribbone-left.bg-purple:before {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    bottom: 0;
    content: "";
    inset-inline-end: -12px;
    border-top: 12px solid transparent;
    border-inline-start: 12px solid #6d33ff;
    border-bottom: 11px solid transparent;
    width: 0;
}

.arrow-ribbone-left.bg-danger:before {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    bottom: 0;
    content: "";
    inset-inline-end: -12px;
    border-top: 112px solid transparent;
    border-inline-start: 12px solid #e82646;
    border-bottom: 11px solid transparent;
    width: 0;
}

.arrow-ribbone-left.bg-primary:before {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    bottom: 0;
    content: "";
    inset-inline-end: -12px;
    border-top: 12px solid transparent;
    border-bottom: 11px solid transparent;
    width: 0;
}

.arrow-ribbone-left.bg-secondary:before {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    bottom: 0;
    content: "";
    inset-inline-end: -12px;
    border-top: 12px solid transparent;
    border-inline-start: 12px solid #05c3fb;
    border-bottom: 11px solid transparent;
    width: 0;
}

.arrow-ribbone-left.bg-success:before {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    bottom: 0;
    content: "";
    inset-inline-end: -12px;
    border-top: 12px solid transparent;
    border-inline-start: 12px solid var(--primary-bg-color);
    border-bottom: 11px solid transparent;
    width: 0;
}

.arrow-ribbone-left.bg-info:before {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    bottom: 0;
    content: "";
    inset-inline-end: -12px;
    border-top: 12px solid transparent;
    border-inline-start: 12px solid #1170e4;
    border-bottom: 11px solid transparent;
    width: 0;
}

.arrow-ribbone-left.bg-warning:before {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    bottom: 0;
    content: "";
    inset-inline-end: -12px;
    border-top: 12px solid transparent;
    border-inline-start: 12px solid #FBB034;
    border-bottom: 11px solid transparent;
    width: 0;
}

.arrow-ribbone-left.bg-pink:before {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    bottom: 0;
    content: "";
    inset-inline-end: -12px;
    border-top: 12px solid transparent;
    border-inline-start: 12px solid #ec82ef;
    border-bottom: 11px solid transparent;
    width: 0;
}

.arrow-ribbone-left.bg-teal:before {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    bottom: 0;
    content: "";
    inset-inline-start: -12px;
    border-top: 12px solid transparent;
    border-inline-end: 12px solid #1caf9f;
    border-bottom: 11px solid transparent;
    width: 0;
}

.arrow-ribbone-right.bg-purple:before {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    bottom: 0;
    content: "";
    inset-inline-start: -12px;
    border-top: 12px solid transparent;
    border-inline-end: 12px solid #6d33ff;
    border-bottom: 11px solid transparent;
    width: 0;
}

.arrow-ribbone-right.bg-danger:before {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    bottom: 0;
    content: "";
    inset-inline-start: -12px;
    border-top: 12px solid transparent;
    border-inline-end: 12px solid #e82646;
    border-bottom: 11px solid transparent;
    width: 0;
}

.arrow-ribbone-right.bg-primary:before {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    bottom: 0;
    content: "";
    inset-inline-start: -12px;
    border-top: 12px solid transparent;
    border-bottom: 11px solid transparent;
    width: 0;
}

.arrow-ribbone-right.bg-secondary:before {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    bottom: 0;
    content: "";
    inset-inline-start: -12px;
    border-top: 12px solid transparent;
    border-inline-end: 12px solid #05c3fb;
    border-bottom: 11px solid transparent;
    width: 0;
}

.arrow-ribbone-right.bg-success:before {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    bottom: 0;
    content: "";
    inset-inline-start: -12px;
    border-top: 12px solid transparent;
    border-inline-end: 12px solid var(--primary-bg-color);
    border-bottom: 11px solid transparent;
    width: 0;
}

.arrow-ribbone-right.bg-info:before {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    bottom: 0;
    content: "";
    inset-inline-start: -12px;
    border-top: 12px solid transparent;
    border-inline-end: 12px solid #1170e4;
    border-bottom: 11px solid transparent;
    width: 0;
}

.arrow-ribbone-right.bg-warning:before {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    bottom: 0;
    content: "";
    inset-inline-start: -12px;
    border-top: 12px solid transparent;
    border-inline-end: 12px solid #FBB034;
    border-bottom: 11px solid transparent;
    width: 0;
}

.arrow-ribbone-right.bg-pink:before {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    bottom: 0;
    content: "";
    inset-inline-start: -12px;
    border-top: 12px solid transparent;
    border-inline-end: 12px solid #ec82ef;
    border-bottom: 11px solid transparent;
    width: 0;
}

.arrow-ribbone-right.bg-teal:before {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    bottom: 0;
    content: "";
    inset-inline-start: -12px;
    border-top: 12px solid transparent;
    border-inline-end: 12px solid #1caf9f;
    border-bottom: 11px solid transparent;
    width: 0;
}

.arrow-ribbone2:before {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    bottom: 0;
    content: "";
    inset-inline-end: -24px;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    width: 0;
}

.ribbone::after,
.ribbone::before {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 5px solid;
}

.ribbone-top-left::after {
    border-top-color: transparent;
    border-inline-start-color: transparent;
}

.ribbone-top-left::before {
    border-top-color: transparent;
    border-inline-start-color: transparent;
    top: 0;
    inset-inline-end: 50px;
}

.ribbone-top-left::after {
    bottom: 50px;
    inset-inline-start: 0;
}

.ribbone-top-right::after {
    border-top-color: transparent;
    border-inline-end-color: transparent;
}

.ribbone-top-right::before {
    border-top-color: transparent;
    border-inline-end-color: transparent;
    top: 0;
    inset-inline-start: 50px;
}

.ribbone-top-right::after {
    bottom: 50px;
    inset-inline-end: 0;
}

.ribbone-warning-right:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-inline-start: 17px solid transparent;
    border-inline-end: 17px solid transparent;
    border-top: 10px solid #f7b731;
    z-index: 6;
}

.ribbone-warning-right span:after {
    position: absolute;
    content: "";
}

.ribbone-warning-right span:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 10px;
    inset-inline-start: -9px;
    top: 3px;
    background: #d19518;
}

.ribbone-warning-right span:after {
    inset-inline-end: -6px;
    background: #d19518;
    height: 6px;
    width: 10px;
    inset-inline-start: -9px;
    top: 0;
    border-start-start-radius: 50px;
    border-start-end-radius: 0;
    border-end-start-radius: 0;
    border-end-end-radius: 0;
}

.ribbone-danger-right:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-inline-start: 17px solid transparent;
    border-inline-end: 17px solid transparent;
    border-top: 10px solid #e82646;
    z-index: 6;
}

.ribbone-danger-right span:after {
    position: absolute;
    content: "";
}

.ribbone-danger-right span:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 10px;
    inset-inline-start: -9px;
    top: 3px;
    background: #a10c24;
}

.ribbone-danger-right span:after {
    inset-inline-end: -6px;
    background: #a10c24;
    height: 6px;
    width: 10px;
    inset-inline-start: -9px;
    top: 0;
    border-start-start-radius: 50px;
    border-start-end-radius: 0;
    border-end-start-radius: 0;
    border-end-end-radius: 0;
}

.ribbone-success-left:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-inline-start: 17px solid transparent;
    border-inline-end: 17px solid transparent;
    border-top: 10px solid #09ad95;
    z-index: 6;
}

.ribbone-success-left span:after {
    position: absolute;
    content: "";
}

.ribbone-success-left span:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 10px;
    inset-inline-end: -9px;
    top: 3px;
    background: #088773;
}

.ribbone-success-left span:after {
    inset-inline-end: -6px;
    background: #088773;
    height: 6px;
    width: 10px;
    inset-inline-end: -9px;
    top: 0;
    border-start-start-radius: 0;
    border-start-end-radius: 50px;
    border-end-start-radius: 0;
    border-end-end-radius: 0;
}

.ribbone-info-left:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-inline-start: 17px solid transparent;
    border-inline-end: 17px solid transparent;
    border-top: 10px solid #1170e4;
    z-index: 6;
}

.ribbone-info-left span:after {
    position: absolute;
    content: "";
}

.ribbone-info-left span:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 10px;
    inset-inline-end: -9px;
    top: 3px;
    background: #124a8f;
}

.ribbone-info-left span:after {
    inset-inline-end: -6px;
    background: #124a8f;
    height: 6px;
    width: 10px;
    inset-inline-end: -9px;
    top: 0;
    border-start-start-radius: 0;
    border-start-end-radius: 50px;
    border-end-start-radius: 0;
    border-end-end-radius: 0;
}

.bookmark-ribbone-success-left:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    z-index: 6;
    inset-inline-start: 0;
    border-inline-start: 18px solid #09ad95;
    border-inline-end: 18px solid #09ad95;
    border-bottom: 10px solid transparent;
}

.bookmark-ribbone-danger-left:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    z-index: 6;
    inset-inline-start: 0;
    border-inline-start: 15px solid #e82646;
    border-inline-end: 15px solid #e82646;
    border-bottom: 8px solid transparent;
}

.bookmark-ribbone-secondary-right:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    z-index: 6;
    inset-inline-end: 0;
    border-inline-start: 15px solid #05c3fb;
    border-inline-end: 15px solid #05c3fb;
    border-bottom: 8px solid transparent;
}

.bookmark-sideleft-ribbone-success-left:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    z-index: 6;
    top: 0;
    inset-inline-end: -8px;
    border-top: 13px solid #09ad95;
    border-bottom: 13px solid #09ad95;
    border-inline-end: 8px solid transparent;
}

.bookmark-sideright-ribbone-primary-right:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    z-index: 6;
    top: 0;
    inset-inline-start: -8px;
    border-top: 13px solid var(--primary-bg-color);
    border-bottom: 13px solid var(--primary-bg-color);
    border-inline-start: 8px solid transparent;
}

.ribbone-1 span:after {
    position: absolute;
    content: "";
}

.arrow-ribbone-2:before {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    bottom: 0;
    content: "";
    inset-inline-end: -24px;
    border-top: 16px solid transparent;
    border-inline-start: 24px solid #6963ff;
    border-bottom: 16px solid transparent;
    width: 0;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.tabs-menu ul li .active {
    color: var(--primary-bg-color);
}

.tab_wrapper .content_wrapper .tab_content.active p:last-child {
    margin-bottom: 0;
}

.tabs-menu2 ul li .active {
    font-weight: 600;
}

.search-tabs ul li a.active {
    border-bottom: 3px solid var(--primary-bg-color);
    background-color: transparent !important;
}

.search-tabs ul li a:hover {
    background-color: transparent !important;
}

.tabs-menu-border ul li .active {
    border: 1px solid #e9edf4;
}

.tabs-menu-boxed ul li .active {
    border: 1px solid #e9edf4;
    border-bottom-color: transparent;
}

/***** time-line*****/
.timeline__item:after {
    background: #fff !important;
}

/*---- Time line -----*/

.timeline:before {
    background-color: #e9ecef;
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    top: 0;
    bottom: 0;
    left: 4px;
}

.timeline-item:first-child:before,
.timeline-item:last-child:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 1px;
    left: 0.25rem;
}

.timeline-item:first-child:before {
    top: 0;
    height: 0.5rem;
}

.timeline-item:last-child:before {
    top: 0.5rem;
    bottom: 0;
}

.timeline__item--right .timeline__content:before {
    border-right: 12px solid rgba(238, 232, 239, 0.9);
}

ul.timeline:before {
    content: " ";
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline>li:before {
    content: " ";
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #6c6c6f;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

/*----Timeline---*/

.vtimeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #d1d4e4;
    left: 50%;
    margin-left: -1.5px;
}

.vtimeline .timeline-wrapper:before {
    content: " ";
    display: table;
}

.vtimeline .timeline-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.vtimeline .timeline-wrapper .timeline-panel:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    content: "";
    left: 0;
    right: 0;
}

.vtimeline .timeline-wrapper .timeline-panel:after {
    position: absolute;
    top: 10px;
    right: -10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-left: 10px solid #e9edf4;
    border-right: 0 solid #e9edf4;
    border-bottom: 10px solid transparent;
    content: " ";
}

.vtimeline .timeline-wrapper.timeline-inverted .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 10px;
    left: -10px;
    right: auto;
}

.timeline-wrapper-primary .timeline-panel:before {
    background: var(--primary-bg-color);
}

.timeline-wrapper-secondary .timeline-panel:before {
    background: #05c3fb;
}

.timeline-wrapper-success .timeline-panel:before {
    background: #09ad95;
}

.timeline-wrapper-green .timeline-panel:before {
    background: #4ecc48;
}

.timeline-wrapper-warning .timeline-panel:before {
    background: #fcd539;
}

.timeline-wrapper-danger .timeline-panel:before {
    background: #f16d75;
}

.timeline-wrapper-light .timeline-panel:before {
    background: #f6f6fb;
}

.timeline-wrapper-dark .timeline-panel:before {
    background: #828db1;
}

@media (max-width: 767px) {

    .vtimeline:before {
        left: 14px !important;
    }

    .vtimeline .timeline-wrapper .timeline-panel:after {
        border-right: 14px solid #cad4e4 !important;
        border-left: 0 solid #cad4e4 !important;
        left: -14px !important;
        right: auto !important;
        top: 15px;
    }
}

/* ######## LAYOUT-STYLES ######## */
.footer {
    background: transparent;
    font-size: 0.875rem;
    padding: 1.25rem 1.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.footer .social {
    margin: 0 auto;
}

.footer .social ul li {
    float: left;
    padding: 7px;
}

.footer .social ul li a {
    width: 29px;
    height: 29px;
    display: block;
    border: 1px solid var(--primary-bg-color);
    line-height: 25px;
    border-radius: 50%;
    background: var(--primary01);
    color: var(--primary-bg-color);
}

@media print {
    .footer {
        display: none;
    }
}

.top-footer img:hover {
    color: #8e9090;
    opacity: 0.6;
}

.footer-payments a:hover {
    opacity: 0.9;
}

@media only screen and (max-width: 767px) {
    .footer {
        padding: 1.25rem 0;
    }
}

.header {
    background: #fff;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e9edf4;
}

@media print {
    .header {
        display: none;
    }
}

.header .dropdown-menu {
    margin-top: 0;
}

.header-right-icons a {
    padding-top: 9px;
}

.header-right-icons .dropdown-menu a {
    padding: 12px;
}

.app-header .header-brand {
    color: inherit;
    margin-right: 0;
    font-size: 1.25rem;
    white-space: nowrap;
    font-weight: 600;
    padding: 0;
    transition: 0.3s opacity;
    line-height: 2.9rem;
    min-width: 200px;
    text-align: center;
}

.app-header .header-brand .header-brand-img {
    margin-right: 0;
}

.header-brand:hover {
    color: inherit;
    text-decoration: none;
}

.header-brand-img {
    line-height: 2rem;
    vertical-align: middle;
    width: auto;
}

@media (max-width: 991px) {

    .header.hor-header {
        position: fixed;
        border-bottom: 1px solid #e9edf4;
        width: 100%;
        z-index: 999;
        top: 0;
    }

    .header.hor-header .header-brand-img.light-logo {
        display: none;
    }

    .header.hor-header .header-brand-img.desktop-logo {
        display: none;
        margin: 0 auto;
    }

    .header.hor-header .header-brand-img.light-logo1 {
        display: block;
    }
}

@media (max-width: 991px) {
    .header-brand-img {
        margin-left: 1.5rem;
        margin: 3px auto;
    }
}

@media (min-width: 768px) {
    .app-content .side-app {
        padding-top: 0px !important;
    }
}

.header .dropdown-menu {
    padding: 0;
    border: 0;
}

@media (max-width: 568px) {
    .page-main .header {
        top: 0px !important;
    }
}

.animated-arrow span:before,
.animated-arrow span:after {
    display: none;
}

@media only screen and (max-width: 991px) {

    .animated-arrow span:before,
    .animated-arrow span:after {
        cursor: pointer;
        height: 2px;
        width: 17px;
        background: #282f53;
        position: absolute;
        display: block;
        content: "";
    }

    .animated-arrow span:before,
    .animated-arrow span:after {
        cursor: pointer;
        height: 2px;
        width: 17px;
        background: #282f53;
        position: absolute;
        display: block;
        content: "";
    }
}

@media only screen and (max-width: 991px) {

    .app-header {
        box-shadow: none !important;
        position: fixed !important;
    }

    .page {
        position: inherit;
        background: none;
    }

    body {
        background-color: #f6f6fb;
    }

    .page-main {
        z-index: inherit;
    }
}

.header-right-icons .nav-link.icon:hover {
    background: none;
    border-radius: 50px;
}

.header-right-icons .profile-user:hover {
    box-shadow: none;
}

@media (max-width: 480px) {

    .app-header .header-brand {
        min-width: auto;
    }

    .header-right-icons .dropdown .header-toggler {
        margin-top: 9px;
    }
}

@media (max-width: 991px) {
    .header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 0.95rem;
        padding-bottom: 0.95rem;
    }
}

.header .dropdown.message .dropdown-menu {
    min-width: 19rem;
}

.header .dropdown.notifications .dropdown-item,
.header .dropdown.message .dropdown-item {
    padding: 1rem !important;
}

.header .dropdown-menu {
    box-shadow: 0 10px 40px 0 rgba(104, 113, 123, 0.2);
    border: 1px solid #e9edf4;
    top: 3.5rem !important;
}

.header .dropdown-menu .badge {
    padding: 3px 6px;
}

.header .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #e9edf4;
}

.header .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
}

.header .dropdown-item {
    color: #282f53;
}

.header .dropdown-menu {
    box-shadow: 0 10px 40px 0 rgba(104, 113, 123, 0.2);
    border: 1px solid #e9edf4;
}

.header .dropdown-menu .badge {
    padding: 3px 6px;
}

.header .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #e9edf4;
}

.header .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
}

.header .profile-1 .dropdown-item .dropdown-icon::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 5px;
    bottom: 0;
    border-radius: 50%;
    right: 3px;
    background: rgba(var(--primary-bg-color), 0);
}

.responsive-navbar .dropdown-menu {
    box-shadow: 0 10px 40px 0 rgba(104, 113, 123, 0.2);
    border: 1px solid #e9edf4;
}

.responsive-navbar .dropdown-menu .badge {
    padding: 4px 8px;
}

.responsive-navbar .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #e9edf4;
}

.responsive-navbar .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
}

.responsive-navbar .profile-1 .dropdown-item .dropdown-icon::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 5px;
    bottom: 0;
    border-radius: 50%;
    right: 3px;
    background: rgba(var(--primary-bg-color), 0);
}

.dropdown .avatar.profile-user {
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
}

.app-header .responsive-navbar .notifications-menu .dropdown-item h5,
.app-header .responsive-navbar .notifications-menu .dropdown-item span,
.app-header .responsive-navbar .message-menu .dropdown-item h5,
.app-header .responsive-navbar .message-menu .dropdown-item span {
    white-space: normal !important;
}

.app-header .responsive-navbar .notifications-menu .wd-80p {
    width: 80%;
}

.app-header .profile-1 .dropdown-item {
    white-space: normal;
}

.dropdown-footer {
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
}


.message .ps__rail-y {
    height: 234px !important;
}

.shopping-cart .ps__rail-y:hover>.ps__thumb-y,
.shopping-cart .ps__rail-y:focus>.ps__thumb-y,
.notifications .ps__rail-y:hover>.ps__thumb-y,
.notifications .ps__rail-y:focus>.ps__thumb-y,
.message .ps__rail-y:hover>.ps__thumb-y,
.message .ps__rail-y:focus>.ps__thumb-y {
    background-color: transparent;
}

@media (min-width: 992px) {
    .horizontal-hover.horizontal .slide:hover ul.slide-menu {
        display: block !important;
    }

    .horizontal-hover.horizontal .sub-slide:hover .sub-slide-menu {
        display: block !important;
    }

    .horizontal-hover.horizontal .sub-slide2:hover .sub-slide-menu2 {
        display: block !important;
    }

    .horizontal-hover.horizontal .sub-slide.is-expanded .sub-angle {
        transform: none;
    }

    .horizontal.dark-theme .horizontal-main .slide .slide-menu,
    .horizontal.dark-theme .horizontal-main .slide .sub-slide-menu {
        background-color: #1e2448 !important;
        border: 1px solid #404353;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2) !important;
    }

    .horizontal .horizontal-main {
        z-index: 7 !important;
    }

    .horizontal.dark-theme .logo-1 {
        display: none !important;
    }

    .horizontal.dark-theme .dark-logo-1 {
        display: block !important;
    }

    .horizontal .hor-header .container,
    .horizontal .horizontal-main .container,
    .horizontal .horizontal-content .container {
        max-width: 85% !important;
        padding: 0;
    }

    .horizontal .header.fixed-header.hor-header {
        position: relative;
    }

    .horizontal.scrollable-layout .horizontal-main {
        position: relative;
    }

    .horizontal .app-sidebar.horizontal-main .side-menu .sub-category {
        display: none;
    }

    .horizontal .app-sidebar.horizontal-main .side-menu .side-badge {
        display: none;
    }

    .horizontal .side-menu {
        display: flex;
        overflow: hidden;
        padding: 0;
    }

    .horizontal .main-sidemenu {
        margin-top: 0;
    }

    .horizontal .main-sidemenu {
        overflow: hidden;
    }

    .horizontal .side-header {
        display: none;
    }

    .horizontal .stickyClass .horizontal-main {
        width: 100%;
    }

    .horizontal .horizontal-main {
        position: relative;
        bottom: initial;
    }

    .horizontal .horizontal-main.ps {
        overflow: visible !important;
    }

    .horizontal .horizontal-main .slide .slide-menu,
    .horizontal .horizontal-main .slide .sub-slide-menu,
    .horizontal .horizontal-main .slide .sub-slide-menu2 {
        width: 190px;
        position: absolute;
        background-color: #fff;
        z-index: 9999;
        padding: 5px;
        min-width: fit-content;
        box-shadow: 0px 16px 18px rgba(135, 135, 182, 0.1) !important;
        border: 1px solid #e7eaf3;
    }

    .horizontal .horizontal-main .slide .slide-menu .slide-item:before,
    .horizontal .horizontal-main .slide .sub-slide-menu .slide-item:before,
    .horizontal .horizontal-main .slide .sub-slide-menu2 .slide-item:before {
        left: -15px;
        margin-right: 0px;
    }

    .horizontal .horizontal-main .slide .slide-menu {
        border-radius: 0 0px 5px 5px;
    }

    .horizontal .slide-item {
        padding: 8px 35px;
    }

    .horizontal .fixed-header {
        position: fixed;
    }

    .horizontal .sub-slide-menu .sub-slide-item2 {
        padding: 8px 20px 8px 20px !important;
    }

    .horizontal .sub-slide .sub-angle {
        right: 0px;
        left: auto;
        margin-right: 0 !important;
        position: relative;
    }

    .horizontal .sub-angle2 {
        margin-right: 11px;
    }

    .horizontal .app-sidebar {
        transition: none;
    }

    .horizontal .sub-slide .sub-slide-menu {
        position: absolute;
        background-color: #fff;
        z-index: 9999;
        box-shadow: 5px 5px 5px #b9b9b9;
        border-radius: 5px;
        padding: 0px;
        min-width: fit-content;
        border: 1px solid #f0f0f8;
        left: 180px;
        top: 13px;
    }

    .horizontal .sub-slide .sub-slide-menu2 {
        position: absolute;
        background-color: #fff;
        z-index: 9999;
        box-shadow: 5px 5px 5px #b9b9b9;
        border-radius: 5px;
        padding: 0px;
        min-width: fit-content;
        border: 1px solid #f0f0f8;
        left: 180px;
        top: 13px;
    }

    .horizontal .sub-side-menu__item {
        padding: 8px 35px;
    }

    .horizontal .side-menu>li>a {
        display: flex;
        margin: -3px -5px !important;
        text-decoration: none;
        position: relative;
        color: #7b8191;
        padding: 16px 16px !important;
        font-weight: 400;
    }

    .horizontal .side-menu>li>a.active {
        color: var(--primary-bg-color);
    }

    .horizontal .main-sidemenu i.angle {
        position: relative;
        top: 2px;
        right: -4px;
        transform: rotate(90deg);
        font-size: 15px;
    }

    .horizontal .main-sidemenu .slide.is-expanded i.angle {
        transform: rotate(-90deg);
        position: relative;
        top: 0px;
        font-size: 15px;
    }

    .horizontal .breadcrumb-header {
        margin-top: 20px;
    }

    .horizontal .side-menu .slide .side-menu__item.active {
        border-right: none;
    }

    .horizontal .slide {
        margin: 0 3px;
    }

    .horizontal .logo-horizontal {
        display: block;
    }

    .horizontal .app-sidebar__toggle {
        display: none;
    }

    .horizontal .logo-horizontal .header-brand-img.desktop-logo {
        display: none;
    }

    .horizontal .logo-horizontal .header-brand-img.light-logo1 {
        display: block;
    }

    .main-sidemenu .slide-right {
        right: 20px;
    }

    .main-sidemenu .slide-left,
    .main-sidemenu .slide-right {
        position: absolute;
        top: 9px;
        padding: 6px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        cursor: pointer;
        border: 1px solid #e9edf4;
        border-radius: 50px;
    }

    .main-sidemenu .slide-left {
        left: 23px;
    }

    .horizontal-main {
        position: relative;
        margin: 0 auto;
    }

    .sticky-pin {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1;
    }
}

.app-sidebar.horizontal-main {
    padding-top: 0px;
}

.logo-horizontal {
    display: none;
}

@media (max-width: 991.98px) {
    .horizontal .app-sidebar.horizontal-main {
        left: -300px;
    }

    .horizontal .main-header.hor-header {
        box-shadow: 0px 7px 26px rgba(154, 154, 204, 0.1);
    }

    .horizontal .main-sidemenu {
        padding: 0;
    }

    .horizontal .horizontalMenucontainer .main-header.hor-header {
        position: fixed;
    }

    .horizontal.app .main-sidemenu .slide-left,
    .horizontal.app .main-sidemenu .slide-right {
        display: none;
    }

    .horizontal .app-sidebar {
        width: 270px;
    }
}

.horizontal.transparent-mode .horizontal-main.fixed-header {
    background-color: var(--primary-bg-color);
}

@supports (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px)) {
    .horizontal.transparent-mode .horizontal-main.fixed-header {
        background-color: transparent !important;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }
}

.horizontal .leftmenu-styles {
    display: none;
}

@media (max-width: 991.98px) {
    .transparent-mode.horizontal .app-sidebar.horizontal-main {
        background: var(--primary-bg-color);
    }

    @supports (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px)) {
        .transparent-mode.horizontal .app-sidebar.horizontal-main {
            background: rgba(0, 0, 0, 0.1) !important;
            -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
        }
    }
}

@media (max-width: 991px) {
    .logo-horizontal {
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        width: inherit;
    }
}

@media (max-width: 991px) {
    .horizontal.app .app-sidebar {
        top: 70px;
    }
}

@media (min-width: 992px) {
    .horizontal .horizontal-main .slide .slide-menu .sub-side-menu__item:before {
        inset-inline-start: -15px;
        margin-inline-end: 0px;
    }

    .horizontal .mega-menu {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .horizontal .mega-menu ul {
        display: block !important;
    }

    .horizontal .mega-slide-menu {
        width: auto !important;
        inset-inline-start: 8%;
        inset-inline-end: 0px;
        max-width: 84% !important;
    }
}

.slide.is-expanded .slide-menu.mega-slide-menu {
    display: block !important;
}

/*------ Icons List ------*/

svg {
    -ms-touch-action: none;
    touch-action: none;
}

.col-sm-3 a:hover {
    border: 1px solid #ff4647;
    border-radius: 100% 60%/30% 10%;
    background: linear-gradient(rgba(56, 123, 131, 0.7), rgba(56, 123, 131, 0.7));
}

/*-----Feather icons-----*/
@font-face {
    font-family: "feather";
    src: url("../iconfonts/feather/fonts/feather-webfont.eot?t=1501841394106");
    /* IE9*/
    src: url("../iconfonts/feather/fonts/feather-webfont.eot?t=1501841394106#iefix") format("embedded-opentype"), url("../iconfonts/feather/fonts/feather-webfont.woff?t=1501841394106") format("woff"), url("../iconfonts/feather/fonts/feather-webfont.ttf?t=1501841394106") format("truetype"), url("../iconfonts/feather/fonts/feather-webfont.svg?t=1501841394106#feather") format("svg");
    /* iOS 4.1- */
}

.fe {
    font-family: "feather" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fe-activity:before {
    content: "\e900";
}

.fe-airplay:before {
    content: "\e901";
}

.fe-alert-circle:before {
    content: "\e902";
}

.fe-alert-octagon:before {
    content: "\e903";
}

.fe-alert-triangle:before {
    content: "\e904";
}

.fe-align-center:before {
    content: "\e905";
}

.fe-align-justify:before {
    content: "\e906";
}

.fe-align-left:before {
    content: "\e907";
}

.fe-align-right:before {
    content: "\e908";
}

.fe-anchor:before {
    content: "\e909";
}

.fe-aperture:before {
    content: "\e90a";
}

.fe-arrow-down:before {
    content: "\e90b";
}

.fe-arrow-down-circle:before {
    content: "\e90c";
}

.fe-arrow-down-left:before {
    content: "\e90d";
}

.fe-arrow-down-right:before {
    content: "\e90e";
}

.fe-arrow-left:before {
    content: "\e90f";
}

.fe-arrow-left-circle:before {
    content: "\e910";
}

.fe-arrow-right:before {
    content: "\e911";
}

.fe-arrow-right-circle:before {
    content: "\e912";
}

.fe-arrow-up:before {
    content: "\e913";
}

.fe-arrow-up-circle:before {
    content: "\e914";
}

.fe-arrow-up-left:before {
    content: "\e915";
}

.fe-arrow-up-right:before {
    content: "\e916";
}

.fe-at-sign:before {
    content: "\e917";
}

.fe-award:before {
    content: "\e918";
}

.fe-bar-chart:before {
    content: "\e919";
}

.fe-bar-chart-2:before {
    content: "\e91a";
}

.fe-battery:before {
    content: "\e91b";
}

.fe-battery-charging:before {
    content: "\e91c";
}

.fe-bell:before {
    content: "\e91d";
}

.fe-bell-off:before {
    content: "\e91e";
}

.fe-bluetooth:before {
    content: "\e91f";
}

.fe-bold:before {
    content: "\e920";
}

.fe-book:before {
    content: "\e921";
}

.fe-book-open:before {
    content: "\e922";
}

.fe-bookmark:before {
    content: "\e923";
}

.fe-box:before {
    content: "\e924";
}

.fe-briefcase:before {
    content: "\e925";
}

.fe-calendar:before {
    content: "\e926";
}

.fe-camera:before {
    content: "\e927";
}

.fe-camera-off:before {
    content: "\e928";
}

.fe-cast:before {
    content: "\e929";
}

.fe-check:before {
    content: "\e92a";
}

.fe-check-circle:before {
    content: "\e92b";
}

.fe-check-square:before {
    content: "\e92c";
}

.fe-chevron-down:before {
    content: "\e92d";
}

.fe-chevron-left:before {
    content: "\e92e";
}

.fe-chevron-right:before {
    content: "\e92f";
}

.fe-chevron-up:before {
    content: "\e930";
}

.fe-chevrons-down:before {
    content: "\e931";
}

.fe-chevrons-left:before {
    content: "\e932";
}

.fe-chevrons-right:before {
    content: "\e933";
}

.fe-chevrons-up:before {
    content: "\e934";
}

.fe-chrome:before {
    content: "\e935";
}

.fe-circle:before {
    content: "\e936";
}

.fe-clipboard:before {
    content: "\e937";
}

.fe-clock:before {
    content: "\e938";
}

.fe-cloud:before {
    content: "\e939";
}

.fe-cloud-drizzle:before {
    content: "\e93a";
}

.fe-cloud-lightning:before {
    content: "\e93b";
}

.fe-cloud-off:before {
    content: "\e93c";
}

.fe-cloud-rain:before {
    content: "\e93d";
}

.fe-cloud-snow:before {
    content: "\e93e";
}

.fe-code:before {
    content: "\e93f";
}

.fe-codepen:before {
    content: "\e940";
}

.fe-command:before {
    content: "\e941";
}

.fe-compass:before {
    content: "\e942";
}

.fe-copy:before {
    content: "\e943";
}

.fe-corner-down-left:before {
    content: "\e944";
}

.fe-corner-down-right:before {
    content: "\e945";
}

.fe-corner-left-down:before {
    content: "\e946";
}

.fe-corner-left-up:before {
    content: "\e947";
}

.fe-corner-right-down:before {
    content: "\e948";
}

.fe-corner-right-up:before {
    content: "\e949";
}

.fe-corner-up-left:before {
    content: "\e94a";
}

.fe-corner-up-right:before {
    content: "\e94b";
}

.fe-cpu:before {
    content: "\e94c";
}

.fe-credit-card:before {
    content: "\e94d";
}

.fe-crop:before {
    content: "\e94e";
}

.fe-crosshair:before {
    content: "\e94f";
}

.fe-database:before {
    content: "\e950";
}

.fe-delete:before {
    content: "\e951";
}

.fe-disc:before {
    content: "\e952";
}

.fe-dollar-sign:before {
    content: "\e953";
}

.fe-download:before {
    content: "\e954";
}

.fe-download-cloud:before {
    content: "\e955";
}

.fe-droplet:before {
    content: "\e956";
}

.fe-edit:before {
    content: "\e957";
}

.fe-edit-2:before {
    content: "\e958";
}

.fe-edit-3:before {
    content: "\e959";
}

.fe-external-link:before {
    content: "\e95a";
}

.fe-eye:before {
    content: "\e95b";
}

.fe-eye-off:before {
    content: "\e95c";
}

.fe-facebook:before {
    content: "\e95d";
}

.fe-fast-forward:before {
    content: "\e95e";
}

.fe-feather:before {
    content: "\e95f";
}

.fe-file:before {
    content: "\e960";
}

.fe-file-minus:before {
    content: "\e961";
}

.fe-file-plus:before {
    content: "\e962";
}

.fe-file-text:before {
    content: "\e963";
}

.fe-film:before {
    content: "\e964";
}

.fe-filter:before {
    content: "\e965";
}

.fe-flag:before {
    content: "\e966";
}

.fe-folder:before {
    content: "\e967";
}

.fe-folder-minus:before {
    content: "\e968";
}

.fe-folder-plus:before {
    content: "\e969";
}

.fe-git-branch:before {
    content: "\e96a";
}

.fe-git-commit:before {
    content: "\e96b";
}

.fe-git-merge:before {
    content: "\e96c";
}

.fe-git-pull-request:before {
    content: "\e96d";
}

.fe-github:before {
    content: "\e96e";
}

.fe-gitlab:before {
    content: "\e96f";
}

.fe-globe:before {
    content: "\e970";
}

.fe-grid:before {
    content: "\e971";
}

.fe-hard-drive:before {
    content: "\e972";
}

.fe-hash:before {
    content: "\e973";
}

.fe-headphones:before {
    content: "\e974";
}

.fe-heart:before {
    content: "\e975";
}

.fe-help-circle:before {
    content: "\e976";
}

.fe-home:before {
    content: "\e977";
}

.fe-image:before {
    content: "\e978";
}

.fe-inbox:before {
    content: "\e979";
}

.fe-info:before {
    content: "\e97a";
}

.fe-instagram:before {
    content: "\e97b";
}

.fe-italic:before {
    content: "\e97c";
}

.fe-layers:before {
    content: "\e97d";
}

.fe-layout:before {
    content: "\e97e";
}

.fe-life-buoy:before {
    content: "\e97f";
}

.fe-link:before {
    content: "\e980";
}

.fe-link-2:before {
    content: "\e981";
}

.fe-linkedin:before {
    content: "\e982";
}

.fe-list:before {
    content: "\e983";
}

.fe-loader:before {
    content: "\e984";
}

.fe-lock:before {
    content: "\e985";
}

.fe-log-in:before {
    content: "\e986";
}

.fe-log-out:before {
    content: "\e987";
}

.fe-mail:before {
    content: "\e988";
}

.fe-map:before {
    content: "\e989";
}

.fe-map-pin:before {
    content: "\e98a";
}

.fe-maximize:before {
    content: "\e98b";
}

.fe-maximize-2:before {
    content: "\e98c";
}

.fe-menu:before {
    content: "\e98d";
}

.fe-message-circle:before {
    content: "\e98e";
}

.fe-message-square:before {
    content: "\e98f";
}

.fe-mic:before {
    content: "\e990";
}

.fe-mic-off:before {
    content: "\e991";
}

.fe-minimize:before {
    content: "\e992";
}

.fe-minimize-2:before {
    content: "\e993";
}

.fe-minus:before {
    content: "\e994";
}

.fe-minus-circle:before {
    content: "\e995";
}

.fe-minus-square:before {
    content: "\e996";
}

.fe-monitor:before {
    content: "\e997";
}

.fe-moon:before {
    content: "\e998";
}

.fe-more-horizontal:before {
    content: "\e999";
}

.fe-more-vertical:before {
    content: "\e99a";
}

.fe-move:before {
    content: "\e99b";
}

.fe-music:before {
    content: "\e99c";
}

.fe-navigation:before {
    content: "\e99d";
}

.fe-navigation-2:before {
    content: "\e99e";
}

.fe-octagon:before {
    content: "\e99f";
}

.fe-package:before {
    content: "\e9a0";
}

.fe-paperclip:before {
    content: "\e9a1";
}

.fe-pause:before {
    content: "\e9a2";
}

.fe-pause-circle:before {
    content: "\e9a3";
}

.fe-percent:before {
    content: "\e9a4";
}

.fe-phone:before {
    content: "\e9a5";
}

.fe-phone-call:before {
    content: "\e9a6";
}

.fe-phone-forwarded:before {
    content: "\e9a7";
}

.fe-phone-incoming:before {
    content: "\e9a8";
}

.fe-phone-missed:before {
    content: "\e9a9";
}

.fe-phone-off:before {
    content: "\e9aa";
}

.fe-phone-outgoing:before {
    content: "\e9ab";
}

.fe-pie-chart:before {
    content: "\e9ac";
}

.fe-play:before {
    content: "\e9ad";
}

.fe-play-circle:before {
    content: "\e9ae";
}

.fe-plus:before {
    content: "\e9af";
}

.fe-plus-circle:before {
    content: "\e9b0";
}

.fe-plus-square:before {
    content: "\e9b1";
}

.fe-pocket:before {
    content: "\e9b2";
}

.fe-power:before {
    content: "\e9b3";
}

.fe-printer:before {
    content: "\e9b4";
}

.fe-radio:before {
    content: "\e9b5";
}

.fe-refresh-ccw:before {
    content: "\e9b6";
}

.fe-refresh-cw:before {
    content: "\e9b7";
}

.fe-repeat:before {
    content: "\e9b8";
}

.fe-rewind:before {
    content: "\e9b9";
}

.fe-rotate-ccw:before {
    content: "\e9ba";
}

.fe-rotate-cw:before {
    content: "\e9bb";
}

.fe-rss:before {
    content: "\e9bc";
}

.fe-save:before {
    content: "\e9bd";
}

.fe-scissors:before {
    content: "\e9be";
}

.fe-search:before {
    content: "\e9bf";
}

.fe-send:before {
    content: "\e9c0";
}

.fe-server:before {
    content: "\e9c1";
}

.fe-settings:before {
    content: "\e9c2";
}

.fe-share:before {
    content: "\e9c3";
}

.fe-share-2:before {
    content: "\e9c4";
}

.fe-shield:before {
    content: "\e9c5";
}

.fe-shield-off:before {
    content: "\e9c6";
}

.fe-shopping-bag:before {
    content: "\e9c7";
}

.fe-shopping-cart:before {
    content: "\e9c8";
}

.fe-shuffle:before {
    content: "\e9c9";
}

.fe-sidebar:before {
    content: "\e9ca";
}

.fe-skip-back:before {
    content: "\e9cb";
}

.fe-skip-forward:before {
    content: "\e9cc";
}

.fe-slack:before {
    content: "\e9cd";
}

.fe-slash:before {
    content: "\e9ce";
}

.fe-sliders:before {
    content: "\e9cf";
}

.fe-smartphone:before {
    content: "\e9d0";
}

.fe-speaker:before {
    content: "\e9d1";
}

.fe-square:before {
    content: "\e9d2";
}

.fe-star:before {
    content: "\e9d3";
}

.fe-stop-circle:before {
    content: "\e9d4";
}

.fe-sun:before {
    content: "\e9d5";
}

.fe-sunrise:before {
    content: "\e9d6";
}

.fe-sunset:before {
    content: "\e9d7";
}

.fe-tablet:before {
    content: "\e9d8";
}

.fe-tag:before {
    content: "\e9d9";
}

.fe-target:before {
    content: "\e9da";
}

.fe-terminal:before {
    content: "\e9db";
}

.fe-thermometer:before {
    content: "\e9dc";
}

.fe-thumbs-down:before {
    content: "\e9dd";
}

.fe-thumbs-up:before {
    content: "\e9de";
}

.fe-toggle-left:before {
    content: "\e9df";
}

.fe-toggle-right:before {
    content: "\e9e0";
}

.fe-trash:before {
    content: "\e9e1";
}

.fe-trash-2:before {
    content: "\e9e2";
}

.fe-trending-down:before {
    content: "\e9e3";
}

.fe-trending-up:before {
    content: "\e9e4";
}

.fe-triangle:before {
    content: "\e9e5";
}

.fe-truck:before {
    content: "\e9e6";
}

.fe-tv:before {
    content: "\e9e7";
}

.fe-twitter:before {
    content: "\e9e8";
}

.fe-type:before {
    content: "\e9e9";
}

.fe-umbrella:before {
    content: "\e9ea";
}

.fe-underline:before {
    content: "\e9eb";
}

.fe-unlock:before {
    content: "\e9ec";
}

.fe-upload:before {
    content: "\e9ed";
}

.fe-upload-cloud:before {
    content: "\e9ee";
}

.fe-user:before {
    content: "\e9ef";
}

.fe-user-check:before {
    content: "\e9f0";
}

.fe-user-minus:before {
    content: "\e9f1";
}

.fe-user-plus:before {
    content: "\e9f2";
}

.fe-user-x:before {
    content: "\e9f3";
}

.fe-users:before {
    content: "\e9f4";
}

.fe-video:before {
    content: "\e9f5";
}

.fe-video-off:before {
    content: "\e9f6";
}

.fe-voicemail:before {
    content: "\e9f7";
}

.fe-volume:before {
    content: "\e9f8";
}

.fe-volume-1:before {
    content: "\e9f9";
}

.fe-volume-2:before {
    content: "\e9fa";
}

.fe-volume-x:before {
    content: "\e9fb";
}

.fe-watch:before {
    content: "\e9fc";
}

.fe-wifi:before {
    content: "\e9fd";
}

.fe-wifi-off:before {
    content: "\e9fe";
}

.fe-wind:before {
    content: "\e9ff";
}

.fe-x:before {
    content: "\ea00";
}

.fe-x-circle:before {
    content: "\ea01";
}

.fe-x-square:before {
    content: "\ea02";
}

.fe-zap:before {
    content: "\ea03";
}

.fe-zap-off:before {
    content: "\ea04";
}

.fe-zoom-in:before {
    content: "\ea05";
}

.fe-zoom-out:before {
    content: "\ea06";
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../iconfonts/glyphicons/fonts/glyphicons-halflings-regular.eot");
    src: url("../iconfonts/glyphicons/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../iconfonts/glyphicons/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../iconfonts/glyphicons/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../iconfonts/glyphicons/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../iconfonts/glyphicons/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon-asterisk:before {
    content: "*";
}

.glyphicon-plus:before {
    content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "€";
}

.glyphicon-minus:before {
    content: "−";
}

.glyphicon-cloud:before {
    content: "☁";
}

.glyphicon-envelope:before {
    content: "✉";
}

.glyphicon-pencil:before {
    content: "✏";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "⛺";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "⌛";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before,
.glyphicon-jpy:before {
    content: "¥";
}

.glyphicon-ruble:before,
.glyphicon-rub:before {
    content: "₽";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

/**
Dimmer
*/

.dimmer.active .loader {
    display: block;
}

.dimmer.active .dimmer-content {
    opacity: 0.04;
    pointer-events: none;
}

/*-------- Loaders ---------*/

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

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

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

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

.lds-heart div:after {
    content: " ";
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
}

.lds-heart div:before {
    content: " ";
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    left: -17px;
    border-radius: 50% 0 0 50%;
}

.lds-heart div:after {
    top: -17px;
    border-radius: 50% 50% 0 0;
}

@keyframes lds-heart {
    0% {
        transform: scale(0.95);
    }

    5% {
        transform: scale(1.1);
    }

    39% {
        transform: scale(0.85);
    }

    45% {
        transform: scale(1);
    }

    60% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(0.9);
    }
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    box-sizing: border-box;
    animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}

body.rtl {
    text-align: right;
    direction: rtl;
}

.rtl .custom-radio-lg .custom-control-label::after {
    right: 2px;
    left: inherit;
}

.rtl .app-sidebar {
    right: 0;
    left: inherit;
    -webkit-transition: right 450ms ease, width 450ms ease;
    -o-transition: right 450ms ease, width 450ms ease;
    transition: right 450ms ease, width 450ms ease;
    border-left: 1px solid #e9edf4;
    border-right: inherit;
}

.rtl .app-content {
    -webkit-transition: margin-right 450ms ease;
    -o-transition: margin-right 450ms ease;
    transition: margin-right 450ms ease;
}

@media (min-width: 992px) {
    .rtl .app-content {
        margin-left: inherit;
        margin-right: 270px;
    }

    .rtl .app-header {
        padding-left: 10px;
        padding-right: 285px;
    }
}

@media (max-width: 991px) {
    .rtl.app.sidenav-toggled .app-sidebar {
        right: 0 !important;
        left: inherit;
    }

    .rtl.app .app-sidebar {
        right: -270px !important;
        left: inherit;
    }

    .rtl .app-sidebar__toggle {
        padding-right: 15px !important;
        padding-left: inherit !important;
    }
}

.rtl .app-header {
    transition: padding-right 0.3s ease;
}

.rtl .app-sidebar__toggle {
    transition: padding-right 0.3s ease;
    right: initial;
    left: 7px;
}

.rtl .app-sidebar__toggle:after {
    right: 12px;
    left: inherit;
}

.rtl .dropdown-menu-end[data-bs-popper] {
    left: 0;
    right: auto;
}

.rtl .dropdown-menu-arrow.dropdown-menu-end:before,
.rtl .dropdown-menu-arrow.dropdown-menu-end:after {
    right: auto;
    left: 12px;
}

.rtl .dropdown-menu {
    text-align: right;
}

.rtl .dropdown-icon {
    margin-left: 0.5rem;
    margin-right: -0.5rem;
}

.rtl .breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding-left: inherit;
    padding-right: 0.5rem;
}

.rtl .modal-header .btn-close {
    padding: 1rem;
    margin: -1rem auto -1rem -1rem;
}

.rtl .slide.is-expanded a {
    text-decoration: none;
}

.rtl .side-menu__item.active {
    color: var(--primary-bg-color);
}

.rtl .side-menu__item.active {
    text-decoration: none;
    color: var(--primary-bg-color);
}

.rtl .side-menu__item {
    -webkit-transition: border-right-color 0.3s ease, background-color 0.3s ease;
    -o-transition: border-right-color 0.3s ease, background-color 0.3s ease;
    transition: border-right-color 0.3s ease, background-color 0.3s ease;
}

.rtl .side-menu .side-menu__icon::after {
    left: 3px;
    right: inherit;
}


.rtl .slide-menu open.slide-menu hide .side-badge {
    left: 20px;
    right: inherit;
}

.rtl .slide-menu {
    padding-right: 30px;
    padding-left: inherit;
}

.rtl .slide-menu li .slide-item:before {
    content: "\e046";
    margin-left: 7px;
    margin-right: inherit;
}

.rtl .slide-menu a:before {
    content: "\e046";
    margin-left: 10px;
    margin-right: inherit;
}

.rtl .sub-slide-menu {
    padding: 0 0 15px 15px;
}

.rtl .sub-slide-item {
    padding: 8px 24px 8px 0 !important;
}

.rtl .sub-side-menu__item2 {
    padding: 8px 24px 8px 2px;
}

.rtl .sub-angle2 {
    float: left;
    margin-left: 3px;
    margin-right: inherit;
}

.rtl .sub-angle {
    margin-left: 14px;
    margin-right: inherit;
}

.rtl .sub-slide-menu2 {
    padding-right: 0;
    padding-left: inherit;
}

.rtl .sub-slide-item2 {
    padding: 8px 40px 8px 0px !important;
}

@media (min-width: 992px) {

    .rtl.horizontal .horizontal-main .slide .slide-menu .sub-side-menu__item:before {
        right: -15px;
        left: inherit;
        margin-left: 0px;
        margin-right: inherit;
    }

    .rtl.horizontal .sub-slide .sub-angle {
        left: 0px;
        right: auto;
        margin-left: 0 !important;
        margin-right: inherit !important;
    }

    .rtl.horizontal .horizontal-main .slide .slide-menu .slide-item:before,
    .rtl.horizontal .horizontal-main .slide .sub-slide-menu .slide-item:before,
    .rtl.horizontal .horizontal-main .slide .sub-slide-menu2 .slide-item:before {
        right: -15px;
        left: inherit;
        margin-left: 0px;
        margin-right: inherit !important;
    }
}

.rtl .pulse:before {
    left: -4px;
    right: initial;
}

.rtl .pulse-danger:before {
    left: -4px;
    right: inherit;
}

.rtl .feeds.avatar-circle::before {
    right: -15px;
    left: inherit;
}

.rtl .task-list.timeline-task::before {
    right: 25px;
    left: inherit;
}

.rtl .task-list:before {
    right: 15px;
    left: inherit;
    border-right: 1px solid #e0e9f1;
    border-right: initial;
}

.rtl .main-content-app .dropdown i {
    float: right;
    margin-top: 2px;
}

.rtl .main-content-app .main-chat-body .content-inner .main-msg-wrapper .fe-download {
    float: left;
    margin-top: 4px !important;
}

.rtl .vtimeline .timeline-wrapper .timeline-panel:after {
    left: -10px;
    right: inherit;
    border-left: 0 solid #e9edf4;
    border-right: 10px solid #e9edf4;
}

.rtl .vtimeline .timeline-wrapper.timeline-inverted .timeline-panel:after {
    border-right-width: 0;
    border-left-width: 10px;
    right: -10px;
    left: auto;
}

.rtl .tree ul:before {
    border-right: 1px dotted #9eabc0;
    border-left: inherit;
}

.rtl .tree ul:before {
    right: -10px;
    left: inherit;
}

.rtl .tree ul li:before {
    right: -10px;
    left: inherit;
}

.rtl .main {
    float: right;
}

.rtl .join {
    float: right;
    transform: rotate(180deg);
}

.rtl code,
.rtl pre {
    direction: rtl;
    unicode-bidi: normal;
}

.rtl .footer .social ul li {
    float: right;
}

.rtl .tags>.tag:not(:last-child) {
    margin-left: 0.5rem;
    margin-right: inherit;
}

.rtl .btn-close {
    float: left;
}

.rtl button.btn-close {
    left: 15px;
    right: inherit;
}

.rtl [type=email],
.rtl [type=number],
.rtl [type=url] {
    direction: rtl;
}

.rtl .tag-round::before {
    margin-left: 5px;
    margin-right: inherit;
}

.rtl .fa.fa-angle-right {
    transform: rotate(180deg);
}

.rtl .fa.fa-angle-double-right {
    transform: rotate(180deg);
}

.rtl .accordion-button:not(.collapsed)::after {
    margin-left: 5px;
    margin-right: auto;
}

.rtl .accordionjs .acc_section .acc_head h3:before {
    right: 12px;
    left: inherit;
}

.rtl .panel-heading1 a:before {
    left: 16px;
    right: inherit;
}

.rtl .tooltip-info.bs-tooltip-end .tooltip-arrow::before,
.rtl .tooltip-info.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: #1170e4 !important;
    border-left-color: inherit !important;
}

.rtl .bs-popover-end>.popover-arrow::before,
.rtl .bs-popover-auto[data-popper-placement^=end]>.popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #ededf5;
}

.rtl .bs-popover-end>.popover-arrow::after,
.rtl .bs-popover-auto[data-popper-placement^=end]>.popover-arrow::after {
    right: -1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.rtl .carousel-control-prev {
    left: 0;
    right: inherit;
}

.rtl .carousel-control-next {
    right: 0;
    left: inherit;
}

.rtl .active.carousel-item-start,
.rtl .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(100%) !important;
}

.rtl .active.carousel-item-end {
    transform: translateX(-100%) !important;
}

.rtl .carousel-item-next:not(.carousel-item-start) {
    transform: translateX(-100%) !important;
    transform: translateX(-100%) !important;
}

.rtl .custom-control-label::after {
    right: 0;
    left: inherit;
}

.rtl .custom-control-label::before {
    right: 0;
    left: inherit;
}

.rtl .custom-switch-indicator:before {
    left: 1px;
    right: inherit;
}

.rtl .checkbox-group label:before {
    right: 0;
    left: inherit;
}

.rtl .sw-theme-dots>ul.step-anchor>li>a:before {
    right: 37%;
    left: inherit;
}

.rtl .sw-theme-dots>ul.step-anchor>li>a:after {
    right: 35%;
    left: inherit;
}


.rtl .wizard>.steps a:hover .number,
.rtl .wizard>.steps a:active .number {
    margin-left: 5px;
    margin-right: inherit;
}

.rtl .form-file-label::after {
    left: 0;
    right: initial;
    border-right: 1px solid #e9edf4;
    border-left: inherit;
    border-radius: 3px 0px 0px 3px;
}

.rtl .notification:before {
    right: 20%;
    left: inherit;
    margin-right: -1px;
    margin-left: inherit;
}

.rtl .notification .notification-body:before {
    border-left-color: #fff;
    border-right-color: transparent;
    right: -20px;
    left: inherit;
}

.rtl .owl-nav .owl-next {
    left: -25px;
    right: inherit;
}

@media screen and (max-width: 480px) {
    .rtl .sw-theme-dots>ul.step-anchor:before {
        right: 19px;
        left: auto;
        margin-left: 10px;
        margin-right: auto;
    }

    .rtl .sw-theme-dots>ul.step-anchor>li>a:before {
        right: -14px;
        left: 0;
        margin-left: 10px;
        margin-right: 0;
    }

    .rtl .sw-theme-dots>ul.step-anchor>li>a:after {
        right: -36px;
        left: 0;
        margin-left: 10px;
        margin-right: 0;
    }
}

.rtl #back-to-top {
    left: 20px;
    right: inherit;
}

@media (min-width: 992px) {
    .rtl.icontext-menu .rtl.hover-submenu.sidebar-mini.sidenav-toggled .app-content {
        margin-right: 120px;
        margin-left: inherit;
    }

    .rtl.icontext-menu .rtl.hover-submenu.sidebar-mini.sidenav-toggled .app-header.header {
        padding-right: 130px;
        padding-left: inherit;
    }

    .rtl.icontext-menu .rtl.hover-submenu.sidebar-mini.sidenav-toggled .side-badge {
        left: 40px;
        right: inherit;
    }

    .rtl.icontext-menu .rtl.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-badge {
        left: 20px !important;
        right: inherit !important;
    }

    .rtl.icontext-menu .rtl.hover-submenu .app-content {
        margin-right: 270px;
        margin-left: inherit;
    }

    .rtl.icontext-menu .rtl.hover-submenu .app-header {
        padding-left: 10px;
        padding-right: 285px;
    }

    .rtl.icontext-menu .rtl.hover-submenu .side-badge {
        left: 20px;
        right: inherit !important;
    }
}

@media (min-width: 992px) {
    .rtl.hover-submenu.sidebar-mini.sidenav-toggled .app-content {
        margin-right: 120px;
        margin-left: inherit;
    }

    .rtl.hover-submenu.sidebar-mini.sidenav-toggled .app-header.header {
        padding-right: 130px;
        padding-left: 10px;
    }

    .rtl.hover-submenu.sidebar-mini.sidenav-toggled .side-badge {
        left: 40px;
        right: inherit;
    }

    .rtl.hover-submenu .app-content {
        margin-right: 270px;
        margin-left: inherit;
    }

    .rtl.hover-submenu .app-header {
        padding-left: 10px;
        padding-right: 285px;
    }

    .rtl.hover-submenu .side-badge {
        left: 20px;
        right: inherit !important;
    }

    .rtl.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .slide .slide-menu {
        right: 108px;
        left: inherit;
    }

    .rtl.hover-submenu .app-sidebar__toggle {
        left: 4px;
        right: inherit;
    }

    .rtl.hover-submenu .sub-slide-item2 {
        padding: 8px 40px 8px 0px !important;
    }

    .rtl.hover-submenu .sub-slide-menu {
        padding: 0 0px 15px 15px;
    }

    .rtl.hover-submenu .sub-slide-item {
        padding: 8px 27px 8px 0px !important;
    }

    .rtl.hover-submenu .sub-side-menu__item2 {
        padding: 8px 27px 8px 2px;
    }

    .rtl.hover-submenu .slide-menu {
        padding-right: 3px;
        padding-left: inherit;
        margin-right: 12px;
        margin-left: inherit;
    }
}

@media (min-width: 992px) {
    .rtl.hover-submenu1.sidebar-mini.sidenav-toggled .app-content {
        margin-right: 80px;
        margin-left: inherit;
    }

    .rtl.hover-submenu1.sidebar-mini.sidenav-toggled .app-header.header {
        padding-right: 100px;
        padding-left: 10px;
    }

    .rtl.hover-submenu1.sidebar-mini.sidenav-toggled .side-badge {
        left: 21px;
        right: inherit;
    }

    .rtl.hover-submenu1 .app-content {
        margin-right: 270px;
        margin-left: inherit;
    }

    .rtl.hover-submenu1 .app-header {
        padding-left: 10px;
        padding-right: 285px;
    }

    .rtl.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .slide .slide-menu {
        right: 68px;
        left: inherit;
    }

    .rtl.hover-submenu1 .app-sidebar__toggle {
        left: 10px;
        right: inherit;
    }

    .rtl.hover-submenu1 .sub-slide-item2 {
        padding: 8px 40px 8px 0px !important;
    }

    .rtl.hover-submenu1 .sub-slide-menu {
        padding: 0 0px 15px 15px;
    }

    .rtl.hover-submenu1 .sub-slide-item {
        padding: 8px 27px 8px 0px !important;
    }

    .rtl.hover-submenu1 .sub-side-menu__item2 {
        padding: 8px 27px 8px 2px;
    }

    .rtl.hover-submenu1 .slide-menu {
        padding-right: 3px;
        padding-left: inherit;
        margin-right: 12px;
        margin-left: inherit;
    }
}

.rtl .theme-container .active {
    margin-left: 5px;
    margin-right: inherit;
}

.rtl .theme-container1 .active {
    margin-left: 5px;
    margin-right: inherit;
}

.rtl .theme-container2 .active {
    margin-left: 5px;
    margin-right: inherit;
}

.rtl .float-end {
    float: left !important;
}

.rtl .me-1 {
    margin-left: 0.25rem !important;
    margin-right: inherit !important;
}

.rtl .me-2 {
    margin-left: 0.5rem !important;
    margin-right: inherit !important;
}

.rtl .me-3 {
    margin-left: 0.75rem !important;
    margin-right: initial !important;
}

.rtl .me-4 {
    margin-left: 1rem !important;
    margin-right: initial !important;
}

.rtl .ms-4 {
    margin-right: 1rem !important;
    margin-left: inherit !important;
}

.rtl .ms-5 {
    margin-right: 1.5rem !important;
    margin-left: inherit !important;
}

.rtl .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.rtl .ms-auto {
    margin-right: auto !important;
    margin-left: inherit !important;
}

/*--------- Paddings--------------*/
.rtl .pe-0 {
    padding-left: 0 !important;
    padding-right: inherit !important;
}

.rtl .px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.rtl .ps-0 {
    padding-right: 0 !important;
    padding-left: inherit !important;
}

.rtl .px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.rtl .px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.rtl .ps-3 {
    padding-right: 0.75rem !important;
    padding-left: inherit !important;
}

.rtl .ps-5 {
    padding-right: 1.5rem !important;
    padding-left: inherit !important;
}

.rtl .px-7 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

@media (min-width: 576px) {

    .rtl .px-sm-0 {
        padding-left: 0 !important;
        padding-right: inherit !important;
    }
}

.rtl .text-start {
    text-align: right !important;
}

.rtl .text-end {
    text-align: left !important;
}

.rtl .text-end {
    text-align: left;
}

.rtl.hover-submenu .sub-angle {
    margin-left: 0;
    margin-right: inherit;
}

.rtl.hover-submenu1 .sub-angle {
    margin-left: 0;
    margin-right: inherit;
}

.rtl .fe-chevron-right:before {
    content: "\e92e";
}

.rtl.hover-submenu .slide-menu li .slide-item:before {
    content: "\e046";
}

.rtl.hover-submenu .slide-menu a:before {
    content: "\e046";
}

.rtl.icontext-menu .slide-menu li .slide-item:before {
    content: "\e046";
}

.rtl.icontext-menu .slide-menu a:before {
    content: "\e046";
}

.rtl.closed-leftmenu .slide-menu a:before {
    content: "\e046";
}

.rtl.closed-leftmenu .slide-menu li .slide-item:before {
    content: "\e046";
}

.rtl.hover-submenu1 .slide-menu li .slide-item:before {
    content: "\e046";
}

.rtl.hover-submenu1 .slide-menu a:before {
    content: "\e046";
}

.rtl.horizontal .sub-slide .sub-slide-menu {
    right: 180px;
    left: inherit;
}

.rtl.horizontal .main-sidemenu i.angle {
    left: -4px;
    right: inherit;
    transform: rotate(270deg);
}

.rtl.horizontal .sub-slide .sub-slide-menu2 {
    right: 180px;
    left: inherit;
}

.rtl.horizontal .sub-angle2 {
    margin-left: 11px;
    margin-right: 11px;
}

.rtl.horizontal .main-sidemenu .slide.is-expanded i.angle {
    transform: rotate(90deg);
}

.rtl.dark-mode .bs-popover-end>.popover-arrow::before,
.dark-mode .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {
    border-left-color: #1a1a3c;
}

@media (min-width: 768px) {
    .rtl.horizontal .main-sidemenu .slide-right {
        right: initial !important;
        left: 20px;
        transform: rotate(180deg);
    }

    .rtl.horizontal .main-sidemenu .slide-left {
        left: initial !important;
        right: 20px;
        transform: rotate(180deg);
    }
}

.rtl .main-content-body-chat .border-start-0 {
    border-left: 1px solid #e9edf4 !important;
}

.rtl table.dataTable>thead .sorting::before,
.rtl table.dataTable>thead .sorting_asc::before,
.rtl table.dataTable>thead .sorting_desc::before,
.rtl table.dataTable>thead .sorting_asc_disabled::before,
.rtl table.dataTable>thead .sorting_desc_disabled::before {
    left: 1em;
    right: auto;
}

.rtl table.dataTable>thead .sorting::after,
.rtl table.dataTable>thead .sorting_asc::after,
.rtl table.dataTable>thead .sorting_desc::after,
.rtl table.dataTable>thead .sorting_asc_disabled::after,
.rtl table.dataTable>thead .sorting_desc_disabled::after {
    left: 0.5em;
    right: auto;
}

.rtl.transparent-mode .bs-popover-end>.popover-arrow::after,
.rtl.transparent-mode .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
    border-left-color: var(--transparent-body);
    border-right-color: var(--transparent-body);
}

.rtl.transparent-mode .bs-popover-end>.popover-arrow::before,
.rtl.transparent-mode .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {
    border-left-color: transparent;
}

.rtl table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
.rtl table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    right: 5px;
    left: 0;
}

@media (max-width: 767px) {
    .rtl .vtimeline:before {
        right: 14px !important;
        left: auto !important;
    }

    .rtl .vtimeline .timeline-wrapper .timeline-panel:after {
        right: -14px !important;
        left: auto !important;
        transform: rotate(180deg);
    }
}

.rtl .login-social-icon::after {
    left: 0;
    right: auto;
}

.rtl .main-chat-time::after {
    left: 0;
    right: auto;
}

.rtl .ps__rail-y {
    left: 0;
    right: auto !important;
}

.rtl .dropdown-menu.show li .dropdown-item .float-end .fe-chevron-right {
    float: inherit;
    margin-top: 4px;
}

.rtl .tab_wrapper.right_side>ul li.active:before {
    right: -2px;
    left: inherit;
}

.rtl .tab_wrapper.right_side>ul li.active:after {
    left: 0;
    right: inherit;
}

.rtl .tab_wrapper.right_side>ul li:after {
    left: 0;
    right: inherit;
}

.rtl .dropdown-menu-start {
    --bs-position: end;
}

.rtl .dropdown-menu-start[data-bs-popper] {
    left: auto;
    right: 0;
}

.rtl .slide.is-expanded .angle {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* ######## LIBRARY-STYLES ######## */
/*----- Date Picker ----*/

.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
    font-size: 16px;
    font-family: "FontAwesome";
    position: absolute;
    top: -4px;
    text-indent: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover::before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus::before {
    color: #343a40;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover::before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus::before {
    color: #343a40;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
    right: 5px;
    content: "\f105";
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
    left: 5px;
    content: "\f104";
}

.ui-datepicker .ui-datepicker-calendar td a:hover {
    background-color: #f0f2f7;
    color: #473b52;
}

.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-prev::before {
    left: 10px;
}

.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-next::before {
    right: 10px;
}

.selectgroup-input:checked+.selectgroup-button {
    z-index: 1;
    background: var(--primary01);
}

.selectgroup-input:focus+.selectgroup-button {
    z-index: 2;
    box-shadow: 0 0 0 2px rgba(98, 58, 162, 0.25);
}

/* ######## plugins-STYLES ######## */

.accordionjs .acc_section.acc_active .acc_head h3:before {
    content: "\e995";
    position: absolute;
    font-family: "feather" !important;
    left: 13px;
    color: #fff;
    top: 14px;
    font-size: 15px;
    transition: all 0.5s;
    transform: scale(1);
}

.accordionjs .acc_section .acc_head h3:before {
    content: "\e9b0";
    position: absolute;
    font-family: "feather" !important;
    left: 12px;
    top: 14px;
    font-size: 15px;
    transition: all 0.5s;
    transform: scale(1);
}

div.dt-autofill-list ul li:hover {
    background-color: #f6f6fb;
}

/*!
 * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker-dropdown:before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e9edf4;
    border-top: 0;
    border-bottom-color: #e9edf4;
    position: absolute;
}

.datepicker-dropdown:after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #e9edf4;
    border-top: 0;
    position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #e9edf4;
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #e9edf4;
}

.datepicker .datepicker-switch:hover {
    color: #3b4863 !important;
    background: transparent !important;
}

.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    color: #3b4863 !important;
    background: transparent !important;
}

.datepicker table tr td.day:hover {
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.datepicker table tr td.disabled {
    background: none;
    color: #3b4863;
    cursor: default;
}

.datepicker table tr td.disabled:hover {
    background: none;
    color: #3b4863;
    cursor: default;
}

.datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #7e7da0;
}

.datepicker table tr td.today.disabled {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #7e7da0;
}

.datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #7e7da0;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active {
    background-color: #fdf59a;
}

.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active {
    background-color: #fdf59a;
}

.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active {
    background-color: #fdf59a;
}

.datepicker table tr td.today.disabled {
    background-color: #fdf59a;
}

.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
    background-color: #fdf59a;
}

.datepicker table tr td.today:hover.disabled {
    background-color: #fdf59a;
}

.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled {
    background-color: #fdf59a;
}

.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled] {
    background-color: #fdf59a;
}

.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active {
    background-color: #fbf069 \9;
}

.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active {
    background-color: #fbf069 \9;
}

.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active {
    background-color: #fbf069 \9;
}

.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
    color: #000;
}

.datepicker table tr td.today.active:hover {
    color: #fff;
}

.datepicker table tr td.range:hover {
    background: #d6dcec;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.datepicker table tr td.range.disabled {
    background: #d6dcec;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.datepicker table tr td.range.disabled:hover {
    background: #d6dcec;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.datepicker table tr td.range.today:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.datepicker table tr td.range.today.disabled {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.datepicker table tr td.range.today.disabled:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active {
    background-color: #f3e97a;
}

.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active {
    background-color: #f3e97a;
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active {
    background-color: #f3e97a;
}

.datepicker table tr td.range.today.disabled {
    background-color: #f3e97a;
}

.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
    background-color: #f3e97a;
}

.datepicker table tr td.range.today:hover.disabled {
    background-color: #f3e97a;
}

.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled {
    background-color: #f3e97a;
}

.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled] {
    background-color: #f3e97a;
}

.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active {
    background-color: #efe24b \9;
}

.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active {
    background-color: #efe24b \9;
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active {
    background-color: #efe24b \9;
}

.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
    background-color: #efe24b \9;
}

.datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
    background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: linear-gradient(to bottom, #b3b3b3, #808080);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected.disabled {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
    background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: linear-gradient(to bottom, #b3b3b3, #808080);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
    background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: linear-gradient(to bottom, #b3b3b3, #808080);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active {
    background-color: #808080;
}

.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active {
    background-color: #808080;
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active {
    background-color: #808080;
}

.datepicker table tr td.selected.disabled {
    background-color: #808080;
}

.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
    background-color: #808080;
}

.datepicker table tr td.selected:hover.disabled {
    background-color: #808080;
}

.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled {
    background-color: #808080;
}

.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled] {
    background-color: #808080;
}

.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active {
    background-color: #666666 \9;
}

.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active {
    background-color: #666666 \9;
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active {
    background-color: #666666 \9;
}

.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
    background-color: #666666 \9;
}

.datepicker table tr td.active {
    background-color: #5965f9;
    background-image: -moz-linear-gradient(to bottom, #5965f9, #5965f9);
    background-image: -ms-linear-gradient(to bottom, #5965f9, #5965f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7673e6), to(#7673e6));
    background-image: -webkit-linear-gradient(to bottom, #5965f9, #5965f9);
    background-image: -o-linear-gradient(to bottom, #5965f9, #5965f9);
    background-image: linear-gradient(to bottom, #5965f9, #5965f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7673e6", endColorstr="#7673e6", GradientType=0);
    border-color: #5965f9 #7673e6 #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover {
    background-color: #5965f9;
    background-image: -moz-linear-gradient(to bottom, #5965f9, #5965f9);
    background-image: -ms-linear-gradient(to bottom, #5965f9, #5965f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7673e6), to(#7673e6));
    background-image: -webkit-linear-gradient(to bottom, #5965f9, #5965f9);
    background-image: -o-linear-gradient(to bottom, #5965f9, #5965f9);
    background-image: linear-gradient(to bottom, #5965f9, #5965f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7673e6", endColorstr="#7673e6", GradientType=0);
    border-color: #5965f9 #7673e6 #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active.disabled {
    background-color: #5965f9;
    background-image: -moz-linear-gradient(to bottom, #5965f9, #5965f9);
    background-image: -ms-linear-gradient(to bottom, #5965f9, #5965f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7673e6), to(#7673e6));
    background-image: -webkit-linear-gradient(to bottom, #5965f9, #5965f9);
    background-image: -o-linear-gradient(to bottom, #5965f9, #5965f9);
    background-image: linear-gradient(to bottom, #5965f9, #5965f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7673e6", endColorstr="#7673e6", GradientType=0);
    border-color: #5965f9 #7673e6 #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active.disabled:hover {
    background-color: #5965f9;
    background-image: -moz-linear-gradient(to bottom, #5965f9, #5965f9);
    background-image: -ms-linear-gradient(to bottom, #5965f9, #5965f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7673e6), to(#7673e6));
    background-image: -webkit-linear-gradient(to bottom, #5965f9, #5965f9);
    background-image: -o-linear-gradient(to bottom, #5965f9, #5965f9);
    background-image: linear-gradient(to bottom, #5965f9, #5965f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7673e6", endColorstr="#7673e6", GradientType=0);
    border-color: #5965f9 #7673e6 #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active {
    background-color: #5965f9;
}

.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active {
    background-color: #5965f9;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active {
    background-color: #5965f9;
}

.datepicker table tr td.active.disabled {
    background-color: #5965f9;
}

.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #5965f9;
}

.datepicker table tr td.active:hover.disabled {
    background-color: #5965f9;
}

.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled {
    background-color: #5965f9;
}

.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled] {
    background-color: #5965f9;
}

.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #5965f9;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active {
    background-color: #003399 \9;
}

.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active {
    background-color: #003399 \9;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active {
    background-color: #003399 \9;
}

.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #003399 \9;
}

.datepicker table tr td span:hover {
    background: var(--primary005) !important;
    color: var(--primary-bg-color) !important;
}

.datepicker table tr td span.disabled {
    background: none;
    color: #3b4863;
    cursor: default;
}

.datepicker table tr td span.disabled:hover {
    background: none;
    color: #3b4863;
    cursor: default;
}

.datepicker table tr td span.active {
    background-color: var(--primary-bg-color);
    color: #fff;
}

.datepicker table tr td span.active:hover {
    background-color: var(--primary-bg-color);
    color: #fff;
}

.datepicker table tr td span.active.disabled {
    background-color: var(--primary-bg-color);
    color: #fff;
}

.datepicker table tr td span.active.disabled:hover {
    background-color: var(--primary-bg-color);
    color: #fff;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active {
    background-color: var(--primary-bg-color);
}

.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active {
    background-color: var(--primary-bg-color);
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active {
    background-color: var(--primary-bg-color);
}

.datepicker table tr td span.active.disabled {
    background-color: var(--primary-bg-color);
}

.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    background-color: var(--primary-bg-color);
}

.datepicker table tr td span.active:hover.disabled {
    background-color: var(--primary-bg-color);
}

.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled {
    background-color: var(--primary-bg-color);
}

.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled] {
    background-color: var(--primary-bg-color);
}

.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: var(--primary-bg-color);
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active {
    background-color: var(--primary-bg-color);
}

.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active {
    background-color: var(--primary-bg-color);
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active {
    background-color: var(--primary-bg-color);
}

.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    background-color: var(--primary-bg-color);
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #3b4863;
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
    visibility: hidden;
}

.datepicker-days .table-condensed .active day {
    background-color: #5965f9;
    color: #fff;
}

.dark-theme .datepicker .datepicker-calendar td a:hover,
.dark-theme .datepicker table tr td.day:hover {
    background-color: #5965f9;
    color: #fff;
}

.dark-theme .datepicker-dropdown:before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #191f3a;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}

.dark-theme .datepicker-dropdown:after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #191f3a;
    border-top: 0;
    position: absolute;
}

.dark-theme .datepicker table tr td span:hover {
    background: #292f4b !important;
}

.dark-theme .datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #191f3a;
}

.dark-theme .datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #191f3a;
}

@keyframes dtb-spinner {
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes dtb-spinner {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes dtb-spinner {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dtb-spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes dtb-spinner {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

div.dt-button-collection.fixed:before,
div.dt-button-collection.fixed:after {
    display: none;
}

div.dt-buttons button.btn.processing:after,
div.dt-buttons div.btn.processing:after,
div.dt-buttons a.btn.processing:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    box-sizing: border-box;
    display: block;
    content: " ";
    border: 2px solid #282828;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: dtb-spinner 1500ms infinite linear;
    -o-animation: dtb-spinner 1500ms infinite linear;
    -ms-animation: dtb-spinner 1500ms infinite linear;
    -webkit-animation: dtb-spinner 1500ms infinite linear;
    -moz-animation: dtb-spinner 1500ms infinite linear;
}

/*-- Chart --*/

/*-- Axis --*/
/*-- Grid --*/

/*-- Text on Chart --*/

/*-- Line --*/

/*-- Point --*/

/*-- Bar --*/

/*-- Focus --*/

/*-- Region --*/

/*-- Brush --*/

/*-- Select - Drag --*/
/*-- Legend --*/

/*-- Title --*/

/*-- Tooltip --*/

/*-- Area --*/

/*-- Arc --*/

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover {
    color: #fff;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive:hover {
    background: none;
    cursor: default;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {
    color: #fff;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive:hover {
    background: none;
    cursor: default;
}

.cal1 .clndr .clndr-table tr .day.event:hover,
.cal1 .clndr .clndr-table tr .day.my-event:hover {
    background: var(--primary-bg-color);
    color: #000;
}

.cal2 .clndr .clndr-controls .clndr-previous-button:hover {
    background-color: #f4f4f4;
}

.cal2 .clndr .clndr-controls .clndr-next-button:hover {
    background-color: #f4f4f4;
}

.cal2 .clndr .clndr-today-button:hover {
    background-color: #ddd;
}

.cal2 .multi-month-controls .quarter-button:hover {
    cursor: pointer;
    background-color: #f4f4f4;
}

.cal3 .clndr .clndr-controls .clndr-previous-button:hover {
    background-color: #f4f4f4;
}

.cal3 .clndr .clndr-controls .clndr-next-button:hover {
    background-color: #f4f4f4;
}

.cal3 .clndr .clndr-today-button:hover {
    background-color: #ddd;
}

.cal3 .multi-month-controls .quarter-button:hover {
    cursor: pointer;
    background-color: #f4f4f4;
}

/*! Pickr 1.8.2 MIT | https://github.com/Simonwep/pickr */

.pickr .pcr-button::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
    background-size: 0.5em;
    border-radius: 0.15em;
    z-index: -1;
    z-index: initial;
}

.pickr .pcr-button::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: background 0.3s;
    background: var(--pcr-color);
    border-radius: 0.15em;
}

.pickr .pcr-button.clear::before {
    opacity: 0;
}

.pickr .pcr-button.clear:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

.pickr .pcr-button.disabled {
    cursor: not-allowed;
}

.pickr input:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

.pickr button:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

.pcr-app input:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

.pcr-app button:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

.pickr .pcr-palette:focus,
.pickr .pcr-slider:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(0, 0, 0, 0.25);
}

.pcr-app .pcr-palette:focus,
.pcr-app .pcr-slider:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(0, 0, 0, 0.25);
}

.pcr-app .pcr-swatches>button::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
    background-size: 6px;
    border-radius: 0.15em;
    z-index: -1;
}

.pcr-app .pcr-swatches>button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--pcr-color);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0.15em;
    box-sizing: border-box;
}

.pcr-app .pcr-swatches>button:hover {
    filter: brightness(1.05);
}

.pcr-app .pcr-interaction input:hover {
    filter: brightness(0.975);
}

.pcr-app .pcr-interaction input:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(66, 133, 244, 0.75);
}

.pcr-app .pcr-interaction .pcr-type.active {
    color: #fff;
    background: #4285f4;
}

.pcr-app .pcr-interaction .pcr-save:hover,
.pcr-app .pcr-interaction .pcr-cancel:hover,
.pcr-app .pcr-interaction .pcr-clear:hover {
    filter: brightness(0.925);
}

.pcr-app .pcr-interaction .pcr-clear:focus,
.pcr-app .pcr-interaction .pcr-cancel:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(244, 66, 80, 0.75);
}

.pcr-app .pcr-selection .pcr-color-palette:active,
.pcr-app .pcr-selection .pcr-color-chooser:active,
.pcr-app .pcr-selection .pcr-color-opacity:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
    background-size: 0.5em;
    border-radius: 0.15em;
    z-index: -1;
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-palette .pcr-palette::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
    background-size: 0.5em;
    border-radius: 0.15em;
    z-index: -1;
}

/*! Bootstrap 5 integration for DataTables
 *
 * ©2020 SpryMedia Ltd, all rights reserved.
 * License: MIT datatables.net/license/mit
 */

table.dataTable>thead>tr>th:active,
table.dataTable>thead>tr>td:active {
    outline: none;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting:after {
    position: absolute;
    bottom: 0.5em;
    display: block;
    opacity: 0.3;
}

table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_asc:after {
    position: absolute;
    bottom: 0.5em;
    display: block;
    opacity: 0.3;
}

table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_desc:after {
    position: absolute;
    bottom: 0.5em;
    display: block;
    opacity: 0.3;
}

table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_asc_disabled:after {
    position: absolute;
    bottom: 0.5em;
    display: block;
    opacity: 0.3;
}

table.dataTable>thead .sorting_desc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.5em;
    display: block;
    opacity: 0.3;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before {
    right: 1em;
    content: "↑";
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "↓";
}

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

table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:after {
    opacity: 0;
}

div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none;
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: 0.85em;
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
    top: 5px;
}

div.dt-datetime div.dt-datetime-buttons a:hover {
    text-decoration: underline;
}

div.dt-datetime table td.selectable.disabled {
    color: #aaa;
    background: white;
}

div.dt-datetime table td.selectable.disabled button:hover {
    color: #aaa;
    background: white;
}

div.dt-datetime table td.selectable button:hover {
    background: var(--primary-bg-color);
    color: white;
    border-radius: 2px;
}

div.dt-datetime div.dt-datetime-label:hover {
    border: 1px solid #e9edf4;
    border-radius: 2px;
    background-color: var(--primary01);
}

div.dt-datetime.horizontal {
    width: 550px;
}

div.dt-datetime.horizontal div.dt-datetime-date,
div.dt-datetime.horizontal div.dt-datetime-time {
    width: 48%;
}

div.dt-datetime.horizontal div.dt-datetime-time {
    margin-left: 4%;
}

div.dt-datetime div.dt-datetime-iconLeft:hover,
div.dt-datetime div.dt-datetime-iconRight:hover,
div.dt-datetime div.dt-datetime-iconUp:hover,
div.dt-datetime div.dt-datetime-iconDown:hover {
    border: 1px solid #e9edf4;
    border-radius: 2px;
    background-color: #f0f0f0;
    opacity: 0.6;
}

.datetimetable input:focus-visible {
    outline: none;
}

/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

/* Fix for * { box-sizing: border-box; } */

/* Don't allow text selection */

/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */

/* IE filters do not support multiple color stops.
     Generate 6 divs, line them up, and do two color gradients for each.
     Yes, really.
   */

/* Clearfix hack */

.sp-cf:before {
    content: "";
    display: table;
}

.sp-cf:after {
    content: "";
    display: table;
    clear: both;
}

/* Mobile devices, make hue slider bigger so it is easier to slide */

/*
  Theme authors:
  Here are the basic themeable display options (colors, fonts, global widths).
  See http://bgrins.github.io/spectrum/themes/ for instructions.
  */

/* Input */

.sp-input:focus {
    border: 1px solid orange;
}

/* Palettes */

.sp-palette .sp-thumb-el:hover {
    border-color: orange;
}

/* Initial */

/* Buttons */

/* Replacer (the little preview div that shows up instead of the <input>) */

.sp-replacer:hover {
    color: #111;
}

.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(to top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(to top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(to top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(to top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}

.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}

/* Buttons: http://hellohappy.org/css3-buttons/ */

.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}

.sp-palette span:hover {
    border-color: #000;
}

.daterangepicker:before,
.daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: "";
}

.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
    right: 9px;
}

.daterangepicker.opensleft:after {
    right: 10px;
}

.daterangepicker.openscenter:before,
.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.opensright:before {
    left: 9px;
}

.daterangepicker.opensright:after {
    left: 10px;
}

.daterangepicker.dropup:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}

.daterangepicker.dropup:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #eceef9;
    border-color: transparent;
    color: inherit;
}

.daterangepicker td.active {
    background-color: #eceef9;
    border-color: transparent;
    color: #000 !important;
}

.daterangepicker td.active:hover {
    background-color: #eceef9;
    border-color: transparent;
    color: #000 !important;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
    color: #f4f0f2;
    cursor: not-allowed;
    text-decoration: line-through;
}

.daterangepicker .input-mini.active {
    border: 1px solid #8645ff;
    border-radius: 4px;
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.ranges li:hover,
.ranges li.active {
    background-color: #8645ff;
    border: 1px solid #8645ff;
    color: #fff;
}

/*  Larger Screen Styling */

select {
    border-radius: 0px;
    border-color: rgba(169, 169, 169, 0.3);
}

.text {
    height: 18px;
    display: inline-block;
    text-decoration: none;
}

.main {
    background: url("../plugins/dtree/images/misc.png") 2px 0 no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
}

.join {
    background: url("../plugins/dtree/images/misc.png") 0 -20px no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
}

div.DTE button.btn:hover,
div.DTE div.DTE_Form_Buttons button:hover {
    border: 1px solid #666;
    -webkit-box-shadow: 1px 1px 3px #999;
    -moz-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999;
    background-color: #ccc;
    background-image: -webkit-linear-gradient(to top, #eaeaea 0%, #cccccc 100%);
    background-image: -moz-linear-gradient(to top, #eaeaea 0%, #cccccc 100%);
    background-image: -ms-linear-gradient(to top, #eaeaea 0%, #cccccc 100%);
    background-image: -o-linear-gradient(to top, #eaeaea 0%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eaeaea 0%, #cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#eaeaea", EndColorStr="#cccccc");
}

div.DTE button.btn:active,
div.DTE div.DTE_Form_Buttons button:active {
    -webkit-box-shadow: inset 1px 1px 3px #999;
    -moz-box-shadow: inset 1px 1px 3px #999;
    box-shadow: inset 1px 1px 3px #999;
}

div.DTE button.btn:focus,
div.DTE div.DTE_Form_Buttons button:focus {
    border: 1px solid #426c9e;
    text-shadow: 0 1px 0 #c4def1;
    background-color: #79ace9;
    background-image: -webkit-linear-gradient(to top, #bddef4 0%, #79ace9 100%);
    background-image: -moz-linear-gradient(to top, #bddef4 0%, #79ace9 100%);
    background-image: -ms-linear-gradient(to top, #bddef4 0%, #79ace9 100%);
    background-image: -o-linear-gradient(to top, #bddef4 0%, #79ace9 100%);
    background-image: linear-gradient(to bottom, #bddef4 0%, #79ace9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#bddef4", EndColorStr="#79ace9");
    outline: none;
}

div.DTE button.btn:focus:after,
div.DTE div.DTE_Form_Buttons button:focus:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    display: block;
    content: " ";
    -webkit-animation-duration: 1s;
    -webkit-animation-name: buttonPulse;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-direction: alternate;
    -moz-animation-duration: 1s;
    -moz-animation-name: buttonPulse;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -moz-animation-direction: alternate;
    -o-animation-duration: 1s;
    -o-animation-name: buttonPulse;
    -o-animation-fill-mode: forwards;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    -o-animation-direction: alternate;
    animation-duration: 1s;
    animation-name: buttonPulse;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
}

div.DTE_Field input:focus,
div.DTE_Field textarea:focus {
    background-color: #ffe;
}

div.DTE_Field div.multi-value.multi-noEdit:hover {
    background-color: #fcfcfc;
}

div.DTE_Field div.multi-value:hover {
    background-color: #f1f1f1;
}

div.DTE_Field.disabled {
    color: grey;
}

div.DTE_Field.disabled div.multi-value {
    cursor: default;
    border: 1px dotted #aaa;
    background-color: transparent;
}

div.DTE_Field div.multi-restore:hover {
    text-decoration: underline;
    cursor: pointer;
}

div.DTE_Body div.DTE_Body_Content div.DTE_Field:after {
    display: block;
    content: ".";
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

div.DTE_Body div.DTE_Body_Content div.DTE_Field:hover {
    background-color: #f9f9f9;
    border: 1px solid #f3f3f3;
}

@-webkit-keyframes buttonPulse {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.2;
    }
}

@-moz-keyframes buttonPulse {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.2;
    }
}

@-o-keyframes buttonPulse {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.2;
    }
}

@keyframes buttonPulse {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.2;
    }
}

div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close:after {
    content: "×";
    color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    font-size: 22px;
    font-family: "Courier New", Courier, monospace;
}

div.DTE_Bubble div.DTE_Bubble_Liner div.DTE_Bubble_Close:hover:after {
    color: black;
}

div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTED_Lightbox_Close:after {
    content: "×";
    color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    font-size: 22px;
    font-family: "Courier New", Courier, monospace;
}

div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTED_Lightbox_Close:hover:after {
    color: black;
}

div.DTED_Envelope_Wrapper div.DTED_Envelope_Container div.DTED_Envelope_Close:after {
    content: "×";
    color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    font-size: 22px;
    font-family: "Courier New", Courier, monospace;
}

div.DTED_Envelope_Wrapper div.DTED_Envelope_Container div.DTED_Envelope_Close:hover:after {
    color: black;
}

table.dataTable.hover tbody tr:hover.highlight,
table.dataTable.hover tbody tr.odd:hover.highlight,
table.dataTable.hover tbody tr.even:hover.highlight {
    background-color: #f6f2c5;
}

table.dataTable.display tbody tr:hover.highlight,
table.dataTable.display tbody tr.odd:hover.highlight,
table.dataTable.display tbody tr.even:hover.highlight {
    background-color: #f6f2c5;
}

table.dataTable.display tbody tr:hover.highlight>.sorting_1,
table.dataTable.display tbody tr.odd:hover.highlight>.sorting_1,
table.dataTable.display tbody tr.even:hover.highlight>.sorting_1 {
    background-color: #eae6bb;
}

table.dataTable.order-column.hover tbody tr:hover.highlight>.sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.highlight>.sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.highlight>.sorting_1 {
    background-color: #eae6bb;
}

table.dataTable.display tbody tr:hover.highlight>.sorting_2,
table.dataTable.display tbody tr.odd:hover.highlight>.sorting_2,
table.dataTable.display tbody tr.even:hover.highlight>.sorting_2 {
    background-color: #ece8bd;
}

table.dataTable.order-column.hover tbody tr:hover.highlight>.sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.highlight>.sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.highlight>.sorting_2 {
    background-color: #ece8bd;
}

table.dataTable.display tbody tr:hover.highlight>.sorting_3,
table.dataTable.display tbody tr.odd:hover.highlight>.sorting_3,
table.dataTable.display tbody tr.even:hover.highlight>.sorting_3 {
    background-color: #efebbf;
}

table.dataTable.order-column.hover tbody tr:hover.highlight>.sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.highlight>.sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.highlight>.sorting_3 {
    background-color: #efebbf;
}


div.DTE div.DTE_Processing_Indicator:before,
div.DTE div.DTE_Processing_Indicator:after {
    display: block;
    background: black;
    width: 0.5em;
    height: 1.5em;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-animation: editorProcessing 0.9s infinite ease-in-out;
    animation: editorProcessing 0.9s infinite ease-in-out;
}

div.DTE div.DTE_Processing_Indicator:before,
div.DTE div.DTE_Processing_Indicator:after {
    position: absolute;
    top: 0;
    content: "";
}

div.DTE div.DTE_Processing_Indicator:before {
    left: -1em;
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

div.DTE div.DTE_Processing_Indicator:after {
    left: 1em;
}

@-webkit-keyframes editorProcessing {

    0%,
    80%,
    100% {
        transform: scale(1, 1);
    }

    40% {
        transform: scale(1, 1.5);
    }
}

@keyframes editorProcessing {

    0%,
    80%,
    100% {
        transform: scale(1, 1);
    }

    40% {
        transform: scale(1, 1.5);
    }
}

.ff_fileupload_wrap .ff_fileupload_dropzone:hover,
.ff_fileupload_wrap .ff_fileupload_dropzone:focus,
.ff_fileupload_wrap .ff_fileupload_dropzone:active {
    opacity: 1;
    background-color: #fff;
    border-color: #f3f4f7;
}

.ff_fileupload_wrap .ff_fileupload_dropzone_tool:hover,
.ff_fileupload_wrap .ff_fileupload_dropzone_tool:focus,
.ff_fileupload_wrap .ff_fileupload_dropzone_tool:active {
    opacity: 1;
    background-color: #ffffff;
    border-color: #4e4c73;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image:hover,
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image:focus,
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image:active {
    opacity: 1;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button:hover,
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button:focus,
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button:active {
    opacity: 1;
    background-color: #fdfdfd;
    border-color: #e9edf4;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_actions_mobile button:hover,
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_actions_mobile button:focus,
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_actions_mobile button:active {
    opacity: 1;
    background-color: #fdfdfd;
    border-color: #4e4c73;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename input:focus,
.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename input:hover {
    border: 0px solid #e8ebf3;
}

@keyframes ff_fileupload_recording_animate {
    from {
        border-color: #ef1f1f;
    }

    to {
        border-color: #c9a1a1;
    }
}

@keyframes ff_fileupload_bounce_animate {

    10%,
    90% {
        transform: translateY(-1px);
    }

    20%,
    80% {
        transform: translateY(2px);
    }

    30%,
    50%,
    70% {
        transform: translateY(-3px);
    }

    40%,
    60% {
        transform: translateY(3px);
    }
}

/* Colored buttons based on file extension for non-images. */

/*!
 * =============================================================
 * dropify v0.2.2 - Override your input files with style.
 * https://github.com/JeremyFagis/dropify
 *
 * (c) 2017 - Jeremy FAGIS <jeremy@fagis.fr> (http://fagis.fr)
 * =============================================================
 */
@font-face {
    font-family: "dropify";
    src: url("../plugins/fileuploads/fonts/dropify.eot");
    src: url("../plugins/fileuploads/fonts/dropify.eot#iefix") format("embedded-opentype"), url("../plugins/fileuploads/fonts/dropify.woff") format("woff"), url("../plugins/fileuploads/fonts/dropify.ttf") format("truetype"), url("../plugins/fileuploads/fonts/dropify.svg#dropify") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^=dropify-font-]:before,
[class*=" dropify-font-"]:before,
.dropify-font:before,
.dropify-wrapper .dropify-message span.file-icon:before {
    font-family: "dropify";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-left: 0.2em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}

.dropify-font-upload:before,
.dropify-wrapper .dropify-message span.file-icon:before {
    content: "\e800";
    color: var(--primary-bg-color);
}

.dropify-font-file:before {
    content: "\e801";
}

.dropify-wrapper:hover {
    background-size: 30px 30px;
    background-image: -webkit-linear-gradient(135deg, #f6f6fb 25%, transparent 25%, transparent 50%, #f6f6fb 50%, #f6f6fb 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #f6f6fb 25%, transparent 25%, transparent 50%, #f6f6fb 50%, #f6f6fb 75%, transparent 75%, transparent);
    -webkit-animation: stripes 2s linear infinite;
    animation: stripes 2s linear infinite;
}

.dropify-wrapper.has-error:hover .dropify-errors-container {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.dropify-wrapper.disabled input {
    cursor: not-allowed;
}

.dropify-wrapper.disabled:hover {
    background-image: none;
    -webkit-animation: none;
    animation: none;
}

.dropify-wrapper.disabled .dropify-message {
    opacity: 0.5;
    text-decoration: line-through;
}

.dropify-wrapper.disabled .dropify-infos-message {
    display: none;
}

.dropify-wrapper .dropify-clear:hover {
    background: rgba(255, 255, 255, 0.2);
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #fff;
    width: 30px;
    height: 2px;
}

.dropify-wrapper:hover .dropify-clear {
    opacity: 1;
}

.dropify-wrapper:hover .dropify-preview .dropify-infos {
    opacity: 1;
}

.dropify-wrapper:hover .dropify-preview .dropify-infos .dropify-infos-inner {
    margin-top: -5px;
}

.dropify-wrapper.touch-fallback:hover {
    background-image: none;
    -webkit-animation: none;
    animation: none;
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-render .dropify-font-file::before {
    margin-top: 30px;
    margin-bottom: 30px;
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message::before {
    display: none;
}

.dropify-wrapper.touch-fallback:hover .dropify-preview .dropify-infos .dropify-infos-inner {
    margin-top: 0;
}

.dropify-wrapper .dropify-loader::after {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-animation: rotate 0.6s linear infinite;
    animation: rotate 0.6s linear infinite;
    border-radius: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #777;
    border-left: 1px solid #ccc;
    border-right: 1px solid #777;
    content: "";
}

@-webkit-keyframes stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 60px 30px;
    }
}

@keyframes stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 60px 30px;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }

    100% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }

    100% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

.title {
    margin-top: 30px;
    margin-bottom: 25px;
    min-height: 32px;
    font-weight: 500;
}

.title.text-center {
    margin-bottom: 50px;
}

.switch {
    margin-right: 20px;
}

#navbar-full .navbar {
    border-radius: 0 !important;
    margin-bottom: 15px;
    z-index: 2;
}

#buttons .btn {
    margin: 0 0px 15px;
}

.navbar-default .logo-container .brand {
    color: #999999;
}

.navbar-transparent .logo-container .brand {
    color: #ffffff;
}

.navbar-small .logo-container .brand {
    color: #333333;
}

.fixed-section li a.active {
    color: #00bbff;
}

/*       Loading dots  */
/*      transitions */

.presentation .front:after {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#images h4 {
    margin-bottom: 30px;
}

/*      layer animation          */

.animate {
    transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -webkit-transition: 1.5s ease-in-out;
}

.navbar-default.navbar-small .logo-container .brand {
    color: #333333;
}

.navbar-transparent.navbar-small .logo-container .brand {
    color: #ffffff;
}

.navbar-default.navbar-small .logo-container .brand {
    color: #333333;
}

#navbar .navbar {
    border-radius: 0;
}

.main {
    position: relative;
    z-index: 3;
}

.header-filter:before,
.header-filter:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}

.header-filter::before {
    background-color: rgba(0, 0, 0, 0.4);
}

.section {
    padding: 70px 0;
    background-position: center center;
    background-size: cover;
}

/* .navbar {
    border: 0;
    border-radius: 3px;
    padding: 10px 0;

    -webkit-transition: all 150ms ease 0s;
   -moz-transition: all 150ms ease 0s;
   -o-transition: all 150ms ease 0s;
   -ms-transition: all 150ms ease 0s;
   transition: all 150ms ease 0s;
  } */
.navbar .navbar-brand {
    position: relative;
    height: 50px;
    line-height: 30px;
    color: inherit;
    padding: 10px 15px;
}

.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
    color: inherit;
    background-color: transparent;
}

.navbar.navbar-transparent {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    padding-top: 25px;
}

.navbar-fixed-top {
    border-radius: 0;
}

.navbar .navbar-nav>li>a {
    color: inherit;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
}

.navbar .navbar-nav>li>a .material-icons,
.navbar .navbar-nav>li>a .fa {
    font-size: 20px;
    max-width: 20px;
}

.navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:focus {
    color: inherit;
    background-color: transparent;
}

.navbar .navbar-nav>li>a:not(.btn) .material-icons {
    margin-top: -3px;
    top: 0px;
    position: relative;
    margin-right: 3px;
}

@media (max-width: 1199px) {
    .navbar .navbar-brand {
        height: 50px;
        padding: 10px 15px;
    }

    .navbar .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

footer.footer-documentation li a:hover,
footer.footer-documentation li a:focus {
    color: #89229b;
}

footer ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

footer ul li {
    display: inline-block;
}

footer ul li a {
    color: inherit;
    padding: 15px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
    display: block;
}

footer ul li a:hover {
    text-decoration: none;
}

footer ul li .btn {
    margin: 0;
}

footer .footer-brand:hover,
footer .footer-brand:focus {
    color: #3c4858;
}

@media (max-width: 768px) {

    .navbar.navbar-transparent {
        background-color: rgba(0, 0, 0, 0.4);
        padding-top: 10px;
        border-radius: 0;
    }
}

.fr-desktop .fr-command:hover:not(.fr-table-cell),
.fr-desktop .fr-command:focus:not(.fr-table-cell) {
    background: #edeef4 !important;
}

#fr-logo:hover>span,
#fr-logo:focus>span {
    color: var(--primary-bg-color) !important;
}

#fr-logo:hover>svg .fr-logo,
#fr-logo:focus>svg .fr-logo {
    fill: var(--primary-bg-color) !important;
}

.dark-mode .fr-desktop .fr-command:hover:not(.fr-table-cell),
.dark-mode .fr-desktop .fr-command:focus:not(.fr-table-cell) {
    background-color: #1e2448 !important;
}


.dark-mode .fr-popup .fr-files-upload-layer:hover {
    background-color: #1e2448 !important;
    color: var(--primary-bg-color);
}

.dark-mode .fr-popup .fr-input-line input[type=text]:focus,
.dark-mode .fr-popup .fr-input-line input[type=number]:focus,
.dark-mode .fr-popup .fr-input-line textarea:focus {
    border-color: rgba(255, 255, 255, 0.1);
}


.dark-mode .fr-box a.fr-floating-btn:hover svg {
    fill: #dedefd;
}


.dark-mode .fr-box a.fr-floating-btn:hover {
    background-color: #1e2448;
    color: #dedefd;
}

.dark-mode .fr-popup .fr-video-upload-layer:hover {
    background-color: #1a1a3c;
}


.dark-mode .fr-desktop .fr-command:active {
    color: #dedefd;
}

.dark-mode .fr-desktop .fr-command:hover,
.dark-mode .fr-desktop .fr-command:focus {
    color: #dedefd;
}

.dark-mode .fr-popup .fr-file-upload-layer:hover,
.dark-mode .fr-popup .fr-image-upload-layer:hover {
    background-color: #1a1a3c;
}

.transparent-mode .fr-desktop .fr-command:hover:not(.fr-table-cell),
.transparent-mode .fr-desktop .fr-command:focus:not(.fr-table-cell) {
    background-color: rgba(0, 0, 0, 0.2) !important;
}


.transparent-mode .fr-popup .fr-files-upload-layer:hover {
    background-color: var(--transparent-body) !important;
    color: var(--primary-bg-color);
}

.transparent-mode .fr-popup .fr-input-line input[type=text]:focus,
.transparent-mode .fr-popup .fr-input-line input[type=number]:focus,
.transparent-mode .fr-popup .fr-input-line textarea:focus {
    border-color: rgba(255, 255, 255, 0.1);
}


.transparent-mode .fr-box a.fr-floating-btn:hover svg {
    fill: #dedefd;
}


.transparent-mode .fr-box a.fr-floating-btn:hover {
    background-color: var(--transparent-body);
    color: #dedefd;
}

.transparent-mode .fr-popup .fr-video-upload-layer:hover {
    background-color: var(--transparent-body);
}


.transparent-mode .fr-desktop .fr-command:active {
    color: #dedefd;
}

.transparent-mode .fr-desktop .fr-command:hover,
.transparent-mode .fr-desktop .fr-command:focus {
    color: #dedefd;
}

.transparent-mode .fr-popup .fr-file-upload-layer:hover,
.transparent-mode .fr-popup .fr-image-upload-layer:hover {
    background-color: var(--transparent-body);
}

.transparent-mode .fr-toolbar .fr-command.fr-btn.fr-dropdown:after,
.transparent-mode .fr-popup .fr-command.fr-btn.fr-dropdown:after,
.transparent-mode .fr-modal .fr-command.fr-btn.fr-dropdown:after {
    border-top: 4px solid rgba(255, 255, 255, 0.1);
}

.transparent-mode .fr-popup .fr-action-buttons button.fr-command:hover,
.transparent-mode .fr-popup .fr-action-buttons button.fr-command:focus {
    color: #dedefd;
}

.transparent-mode #fr-logo:hover>span,
.transparent-mode #fr-logo:focus>span {
    color: #dedefd !important;
}

.rtl .fr-toolbar .fr-command.fr-btn.fr-dropdown:after,
.rtl .fr-popup .fr-command.fr-btn.fr-dropdown:after,
.rtl .fr-modal .fr-command.fr-btn.fr-dropdown:after {
    left: 2px;
    right: inherit;
}

/* classes attached to <body> */

.fc a[data-navlink]:hover {
    text-decoration: underline;
}

/* for FF, which doesn't expand a 100% div within a table cell. use absolute positioning */
/* inner-wrappers are responsible for being absolute */
/* TODO: best place for this? */

@font-face {
    font-family: "fcicons";
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.fc-icon-chevron-left:before {
    content: "\e900";
}

.fc-icon-chevron-right:before {
    content: "\e901";
}

.fc-icon-chevrons-left:before {
    content: "\e902";
}

.fc-icon-chevrons-right:before {
    content: "\e903";
}

.fc-icon-minus-square:before {
    content: "\e904";
}

.fc-icon-plus-square:before {
    content: "\e905";
}

.fc-icon-x:before {
    content: "\e906";
}

/*
  Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css

  These styles only apply when the standard-theme is activated.
  When it's NOT activated, the fc-button classes won't even be in the DOM.
  */

.fc .fc-button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

.fc .fc-button:hover {
    text-decoration: none;
}

.fc .fc-button:focus {
    outline: 0;
}

.fc .fc-button:disabled {
    opacity: 0.65;
}

.fc .fc-button-primary:hover {
    color: #fff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
    opacity: 0.9;
}

.fc .fc-button-primary:disabled {
    /* not DRY */
    color: #fff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}

.fc .fc-button-primary:not(:disabled):active {
    color: #fff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
    opacity: 0.9;
}

.fc .fc-button-group>.fc-button:hover,
.fc .fc-button-group>.fc-button:focus,
.fc .fc-button-group>.fc-button:active {
    z-index: 1;
}

/* link resets */
/* ---------------------------------------------------------------------------------------------------- */

a.fc-event:hover {
    text-decoration: none;
}

/* cursor */

/* event text content */
/* ---------------------------------------------------------------------------------------------------- */
/* dragging */
/* ---------------------------------------------------------------------------------------------------- */

/* resizing */
/* ---------------------------------------------------------------------------------------------------- */
/* (subclasses should hone positioning for touch and non-touch) */

.fc-event:hover .fc-event-resizer {
    display: block;
}

.fc-event-selected .fc-event-resizer:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
}

.fc-event-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fc-event-selected:after {
    content: "";
    background: rgba(0, 0, 0, 0.25);
    background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
    position: absolute;
    z-index: 1;
    /* assume there's a border on all sides. overcome it. */
    /* sometimes there's NOT a border, in which case the dimmer will go over */
    /* an adjacent border, which looks fine. */
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
}

/* selecting (always TOUCH) */
/* ---------------------------------------------------------------------------------------------------- */
/*
  A HORIZONTAL event
  */

.fc-h-event.fc-event-selected:before {
    /* expand hit area */
    top: -10px;
    bottom: -10px;
}

/* adjust border and border-radius (if there is any) for non-start/end */

/* resizers */

/* resizers for TOUCH */

:root {
    --fc-daygrid-event-dot-width: 8px;
}

/* help things clear margins of inner content */
.fc-daygrid-day-frame:before,
.fc-daygrid-day-events:before,
.fc-daygrid-event-harness:before,
.fc-daygrid-day-frame:after,
.fc-daygrid-day-events:after,
.fc-daygrid-event-harness:after {
    content: "";
    clear: both;
    display: table;
}

/* --- the rectangle ("block") style of event --- */

/* --- the dot style of event --- */

.fc-daygrid-dot-event:hover {
    background: rgba(0, 0, 0, 0.1);
}

.fc-daygrid-dot-event.fc-event-selected:before {
    /* expand hit area */
    top: -10px;
    bottom: -10px;
}

/* --- spacing between time and title --- */

/*
  A VERTICAL event
  */

.fc-v-event.fc-event-selected:before {
    /* expand hit area */
    left: -10px;
    right: -10px;
}

.fc .fc-timegrid-slot:empty:before {
    content: " ";
    /* make sure there's at least an empty space to create height for height syncing */
}

.fc-timegrid-event-condensed .fc-event-time:after {
    content: " - ";
}

:root {
    --fc-list-event-dot-width: 10px;
    --fc-list-event-hover-bg-color: #f6f6fb;
}

.fc .fc-list-day-cushion:after {
    content: "";
    clear: both;
    display: table;
    /* clear floating */
}

/* make the dot closer to the event title */

.fc .fc-list-event:hover td {
    background-color: #f6f6fb;
    color: var(--primary-bg-color);
}

.fc .fc-list-event.fc-event-forced-url:hover a {
    text-decoration: underline;
}

@font-face {
    font-family: "lg";
    src: url("../plugins/gallery/fonts/lg.eot?n1z373");
    src: url("../plugins/gallery/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../plugins/gallery/fonts/lg.woff?n1z373") format("woff"), url("../plugins/gallery/fonts/lg.ttf?n1z373") format("truetype"), url("../plugins/gallery/fonts/lg.svg?n1z373#lg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff;
}

.lg-actions .lg-next:before {
    content: "\e095";
}

.lg-actions .lg-prev:after {
    content: "\e094";
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-ms-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@-ms-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

.lg-toolbar .lg-icon:hover {
    color: #fff;
}

.lg-toolbar .lg-close:after {
    content: "\e070";
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}

.lg-outer .lg-toggle-thumb:after {
    content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
    color: #fff;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

#lg-zoom-in:after {
    content: "\e311";
}

#lg-actual-size:after {
    content: "\e033";
}

#lg-zoom-out:after {
    content: "\e312";
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px;
}

.lg-outer .lg-dropdown>li:hover a,
.lg-outer .lg-dropdown>li:hover .lg-icon {
    color: #333;
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer #lg-share:after {
    content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903";
}

.group:before {
    display: table;
    content: "";
    line-height: 0;
}

.group:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
}

.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: #f4f5fb;
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
    cursor: default;
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}

.iti--container:hover {
    cursor: pointer;
}

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */

/* Ion.RangeSlider, Flat UI Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */


.irs-slider:hover {
    background-position: 0 -150px;
}

.irs-from:after,
.irs-to:after,
.irs-single:after {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: var(--primary-bg-color);
}

/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */


.irs-slider:hover {
    background-position: 0 -150px;
}

/* jQuery Countdown styles 2.0.0. */

/* jQuery Growl
 * Copyright 2015 Kevin Sylvestre
 * 1.3.5
 */

.ui-timepicker-list:hover .ui-timepicker-duration {
    color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
    background: #fff;
}

.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
    background: var(--primary-bg-color);
    color: #fff;
}

.ui-timepicker-list li:hover .ui-timepicker-duration {
    color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover {
    color: #888;
    cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover {
    background: #f2f2f2;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.radio-group label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 0px;
    background: #fcfcfc;
    border: 1px solid #bbb;
}

.radio-group .radio-normal+label:before {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.radio-group .radio-normal:checked+label:before {
    content: "\e6bf";
    font-family: "iconfont";
    color: #fff;
    font-size: 14px;
    line-height: 15px;
}

.radio-group .radio-normal:disabled+label:before {
    color: #fff;
    border: 1px solid #ccc;
    background: #e7eaf3;
    cursor: not-allowed;
}

/*?????radio???*/
/* + ??????,??????label??*/
.checkbox-group label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #e9edf4;
}

.checkbox-group .checkbox-normal+label:before {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 3px;
}

.checkbox-group .checkbox-normal:checked+label:before {
    content: "\e93e";
    font-family: "iconfont";
    font-size: 9px;
    text-align: center;
    line-height: 13px;
    background: var(--primary-bg-color);
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.checkbox-group .checkbox-normal:disabled+label:before {
    color: #fff;
    border: 1px solid #ccc;
    background-color: #e7eaf3;
    cursor: not-allowed;
}

.checkbox-group .checkbox-indeterminate+label:before {
    content: "\e95f";
    font-family: "iconfont";
    font-size: 14px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*?????radio???*/
/* + ??????,??????label??*/
.multi-select-active:after {
    content: "\e93e";
    font-family: "iconfont";
    margin-left: 64%;
    font-weight: bold;
}

/*
   *????
   */

.clearfix:before {
    display: table;
    content: " ";
}

.clearfix:after {
    display: table;
    content: " ";
    clear: both;
}

/** responsive **/

@font-face {
    font-family: "iconfont";
    src: url("../plugins/jQuerytransfer/icon_font/font/iconfont.eot?t=1519785387995");
    /* IE9*/
    src: url("../plugins/jQuerytransfer/icon_font/font/iconfont.eot?t=1519785387995#iefix") format("embedded-opentype"), url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAABbEAAsAAAAAKngAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFZW7kvRY21hcAAAAYAAAAKNAAAGPpdZLwpnbHlmAAAEEAAADlYAABrcmxAgdmhlYWQAABJoAAAALwAAADYQl7FTaGhlYQAAEpgAAAAcAAAAJAfeA8hobXR4AAAStAAAABUAAAEcG+kAAGxvY2EAABLMAAAAkAAAAJARkxhEbWF4cAAAE1wAAAAfAAAAIAFeAQJuYW1lAAATfAAAAUUAAAJtPlT+fXBvc3QAABTEAAAB/gAAA2ydwgIceJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2BkYWCcwMDKwMHUyXSGgYGhH0IzvmYwYuRgYGBiYGVmwAoC0lxTGBwYKl7eZ27438AQw9zA0AAUZgTJAQDkAgxXeJzN1M1vlFUcxfHvtBVQy4tKBXmTVxV8gdaCVEor1U4DCSWBhrAoQoxx3aSbhrhwUxrYQELapOILSMKaJu6bdNEEWLBFVMrqwvkrynnmdMtGWDg3n0lnkvnl6b3nXOA1oNk+sRZoKtT8F7Un/rbW+L6ZNxrft9T+9Oc6X/k3yxgrLaWj9JYTZagMl9mnXc8eqE3t6lSP+jSgYxrUKZ3TiEY1ocu6qmua0i3d1ozmNK/7Wlhc9LyxwgvmdHtOXUd13HPONuaM65KueM6kpj3nTmPOXT1szHn5V83/W53BF6yTXkOc5ozXcGOd5zu+9/qBC14/NtZPjTlv0uo9avG+vc5ymryDK7xjdVayitWs4S3e5h3W0sa7rGM9G3iPjWxiC5t5n61sYzs72MkuPuBDPmI3e/jYJ/Epn7GXfXTwOZ20s58DfMFBuviSQ3RzmB56fT5H6ONrvqHfD7PslezNf9zQ/8mrtXprPrP0qW5jS/yIhfCpUWpR/aI0RdWQ0hxVQ8qSqhWlI3zOlN7wiVNOBNWMoahaVobDeaDMhpPB066onu3Zg3BaUFs4N6g9nCDUGc4S6g6nCh0O5wv1hJOG+sKZQ/Wgmj0QziE6Gk4kOhbOJjoeTikaDOcVnQonF50NZxh9G04zOhfONRoJJxyNhrOOxsOpRxfD+UcT4SagS+FOoMvhdqAr4Z6gq+HGoGvh7qDJcIvQVLhPaDrcLPRzVLegrofbhn4J9w79Gm4g+i3cRfR7uJXoRrif6GZQndUfQXWGt8LtRbfDPUZ3wo1GM+Fuo7lwy9F8uO/obrj56F5QZeF+UGXhYVBl4a/wDYEehe8K9Hf41kD/BFVe/g3fJOhx+E5BC0H/c9pqRJEAAAB4nK1Ze2xb13m/3zl8iJL45uXV85IUTTLmtaVIfCUxSdOJZ8uK08neyCq2EylKg6k2aqXx6lhwUt028uDONqYWmwO5MSC72TyYf7RYpWXwAovANmCFna3NQGEeljTeVgSIhi1217oDwut95z4oyjPbAZ1w73fPuefxvX/nuxRn5rj7t+m7tIPzco9wg9xObpTjwCJBn4P0QiiW7CcS8CEzL/gcNBaOhazhvn6aA6HP4vMPpZNRwWK1OMEBIiRCQ+lYP4lBKpkn22DI3wvQ2d31W55Ij4fOQ2tHTDyljJDLwAfCPc78VmXPlu2+oaC35dV2j6fT4znbYjGbWwgxOR3wJcFvM9taLcrbZmcX/25gMwlAe2esa++z9mC354XTyaO9EcEGIMvg7Q46rmx3d7nxeq3L7/V0Wl32lo4ue3iTD179t7YOb3tv9F85/COo67v0Gt2P7QGOs0FfFOVNZ9KbBBEEvwOwC7Goycq0EfybMulMHltWC76wWui3lZeGT2eHn+2S0sdh8q180Uvt3X7q2pM+pfzopYGI/5n8KRh4achD/V0Owj+RefPZEFRqta1bMm9+/+rw+aGjA1/ba/db7PYd0488L8n5by18feD5LfJTow672W8f/9zwAbtJlxPJGMzhw4beCOfRmD5LX5Rwn4fBkUG8YEuEPQY55r+PaIUGuTYuwCW4Ye45XBHqiybT6A9cRcOsje5I5yCZZk5xgDmMeqa0ns+/Td2d9kVzkIdMgnXQ/RYcsoTYy2QUu+oeaBUeZy5+VnF4PA5aQHpUbTLS44F07d7i5jRg0+NYxFf/4cB3m1lL7ZK7xlxHhU2DCTazx6PI9RUOtr5xTY+HBLW3DXN0bmwWMxWgDf6OLtEE9zPspJOoXWaI+TKTBdZORhlNR/W2JRozqBVptC+sUq2NrtZpHHikfRZGoywEWNtv0ajVoAJSi49XacLvQ4qxZO2BBIsbP6M+v6DSRNqvUexmkGptn5+1/UM6zYNB0xpN1elQOhVNZzDFomxIbSdTahvf0D8D8IITkLY4iL+tFcDvsgABwUeB+AVs+btNBPheKza9YhtSd8CB1BlwIW0PeIDaRB8QS7cf+6STUb4DwOwRAFocfty6vZUHh8kL4HYjH5MD+NZ2fO13tAAIHjNAB8/4dBKVm4WAT7RR8ATase8KOJE6Am6kbaIXqbUXZ5tUboKfAPUxIS0uZNTa5ieOFuTDFPoqUGfATdVFtIWtMatrOgRkw6NsZhe2wGbnSXsLj0tMHhQQXIDhixK2taFszhbGxGNYQuhkluixMnO0Yp9JSF2qHewoIG1ldrD2MGVop7oA2VAPa1mdKF9bG/IBh8UH4CLIyGNCOfkW1RZ2BCXocJnZKp4yXswYXazP97Ywk2im1+OW4yhHjnMu7PQzyPWJZChPklGyFDk09dyeaHTPc1OHRqJREo9EoyOH1DZ7aGvJKilh3nMsMRGiMKnzQLgDM4TMHFApKRotpMiKu3+GHiHXuW4uwz3FcZFwKhllmR52qDjAM0jPQYLhekzdLYMUd9b25xMYhxlsg/ZQWdL9o3bePtpmt7cZjYPi/sGhbUBnDh2aoZAZODxHHqVXXi8c3aycIeO7d48TlW4abbXbW0fB7nOMtjocraMOn/2bm3OensncwRlKZw5uG+8Nf/d3HY7XrlB4VILE7ucJeX63SnX9H4UFrgX1Z+IzoUHhe3riPT2wAN1ST4/Ureos03+kMtfLbeZSOHfILyQeolsoFULtYg2aQTgV5sN8AtVOwF/t+MpALjKezA8D/f0vTp0hMJL92ncorCl5098PkGNjY68Q8srY2DHy45ObT+IFf7glEnnMHjw2MnWG0jNTI8eCm6rzJzfvv/jD/8ZZbAWjtbts8kk9FlbIBEP/jA2ehOtw/RJcV57kNo559TEyruCTa1XHZFRTQK8GuDAX4yQ83RLo4W3s7EAdQkwPBCw3Qg6e0Sl3MkpD7pA5nEoI+v2wNp1YLNznCirkEoba/TWZyEpBlivqpcgPtEilgH8eR01WlyCtyVCR2ctCpU45zl6XmXJWjF8n1h6a9Ezm7RiZu1HyBB9mN8U7g7e14RljY8wzoVQi9RDN2Do33gKbNxEMQlCWP6pUPgoGK4bITNyJxcVaYXFdP0etQCq1RVnThnKyUgnCYnBCrgSDQdyGdQqF4AYFJ0hQkZFB8KOg7qcSWVVzMsSH3Ak3hpU7DFVlFeIliCurJSiX9I4ew1fIGloBq5EYCFbIwAnozyrnEUUOZ0GG/hxrK+dzdbx4ilxj++N8G1htgFVQhiTAmVXuKJ9mwancySL4ObNwFJw55VNw5bQBFxIVbgwZrZyPC+KmGcEaG4xlvP0kmWfHFgZ/Y3LAD+azN2E+++qLf/wiXhdumkw3Lxx/i9K3jh+/SOlFODifY+PKPhgvr5QncPTCe/voxePGHEPuN4jM9IwIqGjMCnASz5qskvr3LES3a821rHKLq8s4QspY/dg5N24gWIVMLCOYI2DeCjx2IDK6fXkp/5sXlEvKJXKdURhfXl6Cx/s3TU1t6n/2xg3gbty4cWhqakrf77fJT9BuHdwmTWfU2hrDTWk/5PFY8BOrxRRj53BSrQV8sPZ09mm89jK6vCuZOF25tmsKDk8rtxOlD4r79xc/KO2DK8aMvU9nlRO7rlVOJxK7X1ZuT3+RvL1vX/HDIiOMvalu93aUoYdZPtTE4hk+nPK6w25Ya2LyxWKx2MTYf4oj0n3N4rrdjxBJtTtgcKHtCae8n4PDLL5yn8FATgu13LqMT6DdW9DqXYgl7ITAHEpZYxFMNARCtDx7hPmY1cwGEjzu2b1rtfR6loi7qsXXc7Uf71wtHc0S//Zq8Vi2Wlp98vXsrErharG6czp3tFgdPtbAT9rAT980UGdDdcbbwRAFsjurxdncrcJq6Y3crYa2jPvLuVncfy4HpdLqzlnGefiNrGEL8pmRaxmwMlvMKT9SbYH59UCurfvLxvm5Pi6qIRLDG0TGJp7z4gTCS2VJkuNNfQdcsSgXFamJB6FWLG7IUy1emkYLRZxpGikjgNjcjFGuWI8RRCXG0Yt7lcnVGgOpugzMPxpO47g75HWH3Oy0LBO5JhehWlSqpIwHQxw1qlYM2e//jD6t4qAqe6R//WCNDeUhaQhvxiyEyullSpdPa7RwpIDXF+YonYPjJ7IzRdOSPnJ6aX9++uR0DujcF148RWayJxpjvGRg6DYAa2OMwwfK+1k4rJzP/lJ8LkNRgqJSlkCW9E6D/toZxQH6l4UAlgQ86LYgnCTLkqxIzB5x/Fgusq4sQQmNUqxVMftoA18Nf9QdwupuTXG3KpXL0tVKo2dPL5kMc4DMRq9KG9wbU82kzdG/iz4j3yXva7bB/A9j7TYJzwS0pA/A7yjfF5mdDosc97CzYVDF3RjFkrSfFYkMnRp8Cd8W58VXXhH7Jv9kEq8L75lM710wvIViwO+JfyB++cuiYmsq5LqNzSraa+dRhurWhR8si//wVfG6Ydx+tQu9ddtqPn1E9dHGM9EGoqj8i3JbhIBKsItnYkBUbqvEGGh6Jlp/yZn4w2Xxb8A+L55r5p3QEk5wzIvKl5q7h7Pouq9uqIPqWWZOuMNevFmkssoH1a1VJRarklSOxxWZGaVarbIHWmOVxGVWWeBdRfxpco6aI+vnqB0iEJGmoRVsR+MbTlLl5+wlPN5ZWFgodBqH6dDCwsJ6nPSj3CbdZwKCsw34BFCW0D+/o5y9C19R/nwZRqbviHfI/F3l7B14THlnGfZABt9wD8kJlMs4loVmdn9vRpw5EZiZCZyYEd9sZvsjxoyZGfFuM/MTHTcY0luZx0Nq5NCDrhqHR8HLn1c+Vj6GT12YXy93Y6tzAx4aeNBQR8SMiF07IB7A6yCjPzHi9hvGm4MHxL+tB+//R13QoPlFSZKa6HslHoeSUgVpHTOL63VBitVknyhLOhZ8CM+Iyh8hQhwRH3pG/19qgsxkWTorwn+9UJbOiUq71vvpJOshsE2eFc+qFN7BxznxnEqbYBBCENrY24cfeWgT1SDWhg9euCnOBxBk5pvFg4gghePwGxNomnFAiLpwM9pwrOg4+U8GTgqQGsQz5KJqD+W8uAElHyaf6v9mWEGe0DCwr5l4vxojN/qgm2VLxjC02TA9GM6IhQz//HTyalwWYRqtPhtQvvUC68nwn2q3GL/6wqwoqxTKaH45MKvSX6v2wbMwHi/yTeMTOAZdSrMohZok/Xq1TwO3xx6ofTYw2i9tyOcH6htq1DeYurJe36gZe59jAhrYIWnYERFC6sGzETv+0oX857ugU/l4Pa6fVPGOfeturIkadIr8r5JIL9gYhVkEtsaSKGZUejj+CCLew+JTO8yanmW/Kn3e0ePzWtP4NPCkxH6LYbX1IKsz4BMGI+eBZdAzpLOeTXv137fL6vegEy3BqwkueDF2B8NYl6+tiJcuiytwCe8V8XNQES9fFitw73JgZSVQxy+2DUPumIFf90TgAfgA2O6JyhrCFy8adf8ceU2dix/YmNsCnFNn8Jja9wLqIrGOi1gvaXPZB0ICceCYtq+ytmH2ugzs9ydB0zkDn/yCbYxzfwF/zdZh656+bxVWdXmFwUQmRnim04oISVRzpYH/HInp/DOxRMxKhlFtgBUs1i6r9jDmHdDnoXdT6GP4C3Wf9VncA3xxuzDWc4zvCpoUFup8Md/vV6hMCxiXMS7Bfn1Z/2WQ/Z9HSBi/DGLtHqX1383yOgRrUSxoJaI+Fd8OCWl6aIwX+TEnzzuNxhkyOz4+S1T64Y4iIcUdKv3m1iNPfOeWCWfR753altw6N+by+VxjvoAPxpw+n3MMWPOftaUTjD5OSjsKJUJKhR2lb4gh0623CWNETn3PxGOG/Q/T6NQYAAB4nGNgZGBgAOJFJ17zxPPbfGXgZmEAgWt7zFYj6P8NLAzMDUAuBwMTSBQARMYLCAB4nGNgZGBgbvjfwBDDwgACQJKRARW4AwBHTQKweJxjYWBgYH7JwMDCMIrRMQCdwgIFAAAAAAAAAAB2AMoA4AFiAr4C3AL2A1wDcAPEA9ID4AQ6BKYEvgTWBPgFMgVKBXIFtAXuBgYGPgZ0BowGzAcABw4HKgdgB3YHjgeyB+4IBghACGAIggi+CO4JGgk8CXwJlgnACfoKEApICoIKmArSCwoLSgt+C5oLtAvoDCIMOgxaDHAMhgycDLIMxgzaDO4NAg1ueJxjYGRgYHBn+MbAywACTEDMBYQMDP/BfAYAKPgCYQB4nGWPTU7DMBCFX/oHpBKqqGCH5AViASj9EatuWFRq911036ZOmyqJI8et1ANwHo7ACTgC3IA78EgnmzaWx9+8eWNPANzgBx6O3y33kT1cMjtyDRe4F65TfxBukF+Em2jjVbhF/U3YxzOmwm10YXmD17hi9oR3YQ8dfAjXcI1P4Tr1L+EG+Vu4iTv8CrfQ8erCPuZeV7iNRy/2x1YvnF6p5UHFockikzm/gple75KFrdLqnGtbxCZTg6BfSVOdaVvdU+zXQ+ciFVmTqgmrOkmMyq3Z6tAFG+fyUa8XiR6EJuVYY/62xgKOcQWFJQ6MMUIYZIjK6Og7VWb0r7FDwl57Vj3N53RbFNT/c4UBAvTPXFO6stJ5Ok+BPV8bUnV0K27LnpQ0kV7NSRKyQl7WtlRC6gE2ZVeOEXpc0Yk/KGdI/wAJWm7IAAAAeJxtUoly0zAQzWsS23HSu1zlvk8BBsoN5S6/ociKo8bRZmR74vw969htOoBmvPu0fnu8HbXWWvUJW/8/R1hDGx104cFHgB5C9DHAOjawiS1sYwe72MM5nMcFXMQl7OMyruAqruE6buAmbuE27uAu7uE+HuAhHuExnkDgKZ7hOSK8wEu8wgFe4w3e4h3e4wM+4hM+4xBf8BXf8B0/8BO/cITfLZR+SjI2NunElEcDo8iOyOaZknY/N9JOJSUFHZsFU0ojKZZDtp5Sgvlt/tYr1rGRC7LJuOgeLAppN2QcF5l2TidFKt0gG0ubMMfmVIRcpYEdZ1KzVRnBQVtyCwZtTu4MpZp0VUqZDhVNZ6nOtXDBCfRiI1NKfO5ATrgdXapUTmVObiGm0k2E83SZaxtv6tLkYlSkaaac1jZcQX9Ebi5d7BkWLJw/NbbIhOsufXPLvExLp8ZeNnbGTro8mSC/slnjnSCvmlVQsHR831VjrSZDKkWmU61yXeUspQgarMRwRqyXkMFSDpfSMY9LvUYXB2JHs9MAN937Vyrn12IFbf8lV1DY/GJWrxEsqH+CODo4yw7qXTC32cYp4taeM5WEoF4Jl66XshyggeRl5FhAKHneOb+QuW1gqkd5v4bOJOM8qHEx66+o0eAMIeqvEqPeCTsKqmclePOt1h9+EwTFAAA=") format("woff"), url("../plugins/jQuerytransfer/icon_font/font/iconfont.ttf?t=1519785387995") format("truetype"), url("../plugins/jQuerytransfer/icon_font/font/iconfont.svg?t=1519785387995#iconfont") format("svg");
    /* iOS 4.1- */
}

.icon-loading:before {
    content: "\e64f";
}

.icon-dot1:before {
    content: "\e654";
}

.icon-iconfontscan:before {
    content: "\e603";
}

.icon-dot-tmall:before {
    content: "\e602";
}

.icon-cc-dot:before {
    content: "\e6bf";
}

.icon-dot:before {
    content: "\e63f";
}

.icon-tianjiayonghu:before {
    content: "\e65c";
}

.icon-5yuan:before {
    content: "\e632";
}

.icon-adduserregular:before {
    content: "\e604";
}

.icon-shangjiantou:before {
    content: "\e600";
}

.icon-xiajiantou:before {
    content: "\e601";
}

.icon-rili:before {
    content: "\e8cf";
}

.icon-rili-xianxing-xi:before {
    content: "\e915";
}

.icon-add:before {
    content: "\e931";
}

.icon-back:before {
    content: "\e934";
}

.icon-close:before {
    content: "\e93c";
}

.icon-complete-r:before {
    content: "\e93d";
}

.icon-complete:before {
    content: "\e93e";
}

.icon-dialog:before {
    content: "\e942";
}

.icon-error-r:before {
    content: "\e946";
}

.icon-exclamatory-mark-r:before {
    content: "\e947";
}

.icon-extend:before {
    content: "\e949";
}

.icon-exit-fullscreen:before {
    content: "\e94a";
}

.icon-fullscreen:before {
    content: "\e94e";
}

.icon-forward:before {
    content: "\e94d";
}

.icon-info-r:before {
    content: "\e953";
}

.icon-minus-r:before {
    content: "\e95d";
}

.icon-minus:before {
    content: "\e95f";
}

.icon-minus-s:before {
    content: "\e95e";
}

.icon-search:before {
    content: "\e970";
}

.icon-shrink:before {
    content: "\e973";
}

.icon-add-o:before {
    content: "\e985";
}

.icon-add-s-o:before {
    content: "\e986";
}

.icon-add-r-o:before {
    content: "\e987";
}

.icon-back-o:before {
    content: "\e989";
}

.icon-back-r-o:before {
    content: "\e98a";
}

.icon-checkbox-selected-o:before {
    content: "\e98f";
}

.icon-close-o:before {
    content: "\e990";
}

.icon-complete-r-o:before {
    content: "\e993";
}

.icon-delete-o:before {
    content: "\e995";
}

.icon-dialog-o:before {
    content: "\e996";
}

.icon-edit-o:before {
    content: "\e999";
}

.icon-error-r-o:before {
    content: "\e99a";
}

.icon-drop-o:before {
    content: "\e99b";
}

.icon-error-s-o:before {
    content: "\e99c";
}

.icon-exclamatory-mark-r-o:before {
    content: "\e99d";
}

.icon-extend-o:before {
    content: "\e99e";
}

.icon-exit-fullscreen-o:before {
    content: "\e9a2";
}

.icon-extend-r-o:before {
    content: "\e99f";
}

.icon-forward-o:before {
    content: "\e9a0";
}

.icon-forward-r-o:before {
    content: "\e9a1";
}

.icon-fullscreen-o:before {
    content: "\e9a3";
}

.icon-info-r-o:before {
    content: "\e9a6";
}

.icon-minus-r-o:before {
    content: "\e9b0";
}

.icon-minus-s-o:before {
    content: "\e9b1";
}

.icon-rise-o:before {
    content: "\e9c2";
}

.icon-search-o:before {
    content: "\e9c6";
}

.icon-shrink-r-o:before {
    content: "\e9c9";
}

.icon-shrink-o:before {
    content: "\e9ca";
}

.icon-sort-o:before {
    content: "\e9cb";
}

.icon-arrow-down:before {
    content: "\e9d8";
}

.icon-arrow-left:before {
    content: "\e9d9";
}

.icon-arrow-right:before {
    content: "\e9da";
}

.icon-arrow-up:before {
    content: "\e9db";
}

.icon-arrow-down1:before {
    content: "\e9dc";
}

.icon-arrow-right1:before {
    content: "\e9dd";
}

.icon-arrow-left1:before {
    content: "\e9de";
}

.icon-arrow-up1:before {
    content: "\e9df";
}

.icon-user-add:before {
    content: "\e739";
}

table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
    box-shadow: inset 0 0 1px 2px var(--primary-bg-color);
}

div.dtk-focus-alt table.dataTable tbody th.focus,
div.dtk-focus-alt table.dataTable tbody td.focus {
    box-shadow: inset 0 0 1px 2px #ff8b33;
}

.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
    clear: both;
}

/* Interaction Cues
  ----------------------------------*/

/* Icons
  ----------------------------------*/
/* states and images */

/* Misc visuals
  ----------------------------------*/
/* Overlays */


.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */

/* button elements seem to need a little more width */

/* button text element */

/* no icon support for input elements, provide padding by default */

/* button icon element(s) */

/* button sets */

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */

/* with multiple calendars */

/* RTL support */

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

/* icon support */

/* left-aligned */

/* right-aligned */

/* support: IE8 - See #6727 */

/* more specificity required here to override default borders */

/* vertically center icon */

/* TR overrides */

/* Component containers
  ----------------------------------*/

.ui-state-hover a:hover {
    color: #212121;
    text-decoration: none;
}

.ui-state-focus a:hover {
    color: #212121;
    text-decoration: none;
}

/* Interaction Cues
  ----------------------------------*/

/* positioning */

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

/* Misc visuals
  ----------------------------------*/
/* Corner radius */

/* required styles */

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */

/* hack that prevents hw layers "stretching" when loading new tiles */

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */

/* control positioning */

/* zoom and fade animations */

/* cursors */

/* marker & overlays interactivity */

/* visual tweaks */

/* general typography */

/* general toolbar styles */

.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}

.leaflet-bar a:hover {
    background-color: #f4f4f4;
}

/* zoom control */

/* layers control */

/* Default icon URLs */

/* attribution and scale controls */

.leaflet-control-attribution a:hover {
    text-decoration: underline;
}

/* popup */

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
}

/* div icon */

/* Tooltip */
/* Base styles for the element that has a tooltip */

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Directions */

.leaflet-tooltip-bottom:before {
    left: 50%;
    margin-left: -6px;
}

.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}

/*! Pickr 1.8.2 MIT | https://github.com/Simonwep/pickr */

.pickr .pcr-button::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
    background-size: 0.5em;
    border-radius: 0.15em;
    z-index: -1;
    z-index: initial;
}

.pickr .pcr-button::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: background 0.3s;
    background: var(--pcr-color);
    border-radius: 0.15em;
}

.pickr .pcr-button.clear::before {
    opacity: 0;
}

.pickr .pcr-button.clear:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

.pickr .pcr-button.disabled {
    cursor: not-allowed;
}

.pickr input:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

.pickr button:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

.pcr-app input:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

.pcr-app button:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

.pickr .pcr-palette:focus,
.pickr .pcr-slider:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(0, 0, 0, 0.25);
}

.pcr-app .pcr-palette:focus,
.pcr-app .pcr-slider:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(0, 0, 0, 0.25);
}

.pcr-app .pcr-swatches>button::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
    background-size: 6px;
    border-radius: 0.15em;
    z-index: -1;
}

.pcr-app .pcr-swatches>button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--pcr-color);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0.15em;
    box-sizing: border-box;
}

.pcr-app .pcr-swatches>button:hover {
    filter: brightness(1.05);
}

.pcr-app .pcr-interaction input:hover {
    filter: brightness(0.975);
}

.pcr-app .pcr-interaction input:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(66, 133, 244, 0.75);
}

.pcr-app .pcr-interaction .pcr-type.active {
    color: #fff;
    background: #4285f4;
}

.pcr-app .pcr-interaction .pcr-save:hover,
.pcr-app .pcr-interaction .pcr-cancel:hover,
.pcr-app .pcr-interaction .pcr-clear:hover {
    filter: brightness(0.925);
}

.pcr-app .pcr-interaction .pcr-clear:focus,
.pcr-app .pcr-interaction .pcr-cancel:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(244, 66, 80, 0.75);
}

.pcr-app .pcr-selection .pcr-color-palette:active,
.pcr-app .pcr-selection .pcr-color-chooser:active,
.pcr-app .pcr-selection .pcr-color-opacity:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-preview::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
    background-size: 0.5em;
    border-radius: 0.15em;
    z-index: -1;
}

.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette .pcr-palette::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
    background-size: 0.5em;
    border-radius: 0.15em;
    z-index: -1;
}

.multi-wrapper .item-1:hover {
    color: #5646ff;
    border: 0;
    border-radius: 2px;
}

.multi-wrapper .non-selected-wrapper .item.disabled {
    opacity: 0.5;
    text-decoration: line-through;
}

.multi-wrapper .selected-wrapper .item.disabled {
    opacity: 0.5;
    text-decoration: line-through;
}

.multi-wrapper .non-selected-wrapper .item.disabled:hover,
.multi-wrapper .selected-wrapper .item.disabled:hover {
    background: inherit;
    cursor: inherit;
}

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */

.ms-choice.disabled {
    background-color: #f6f6fb;
    background-image: none;
    border: 1px solid #e9edf4;
    cursor: default;
}

.ms-drop ul>li .disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
}

/*! Pickr 1.8.2 MIT | https://github.com/Simonwep/pickr */

.pickr .pcr-button::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
    background-size: 0.5em;
    border-radius: 0.15em;
    z-index: -1;
    z-index: initial;
}

.pickr .pcr-button::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: background 0.3s;
    background: var(--pcr-color);
    border-radius: 0.15em;
}

.pickr .pcr-button.clear::before {
    opacity: 0;
}

.pickr .pcr-button.clear:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

.pickr .pcr-button.disabled {
    cursor: not-allowed;
}

.pickr input:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

.pickr button:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

.pcr-app input:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

.pcr-app button:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

.pickr .pcr-palette:focus,
.pickr .pcr-slider:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(0, 0, 0, 0.25);
}

.pcr-app .pcr-palette:focus,
.pcr-app .pcr-slider:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(0, 0, 0, 0.25);
}

.pcr-app .pcr-swatches>button::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
    background-size: 6px;
    border-radius: 0.15em;
    z-index: -1;
}

.pcr-app .pcr-swatches>button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--pcr-color);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0.15em;
    box-sizing: border-box;
}

.pcr-app .pcr-swatches>button:hover {
    filter: brightness(1.05);
}

.pcr-app .pcr-interaction input:hover {
    filter: brightness(0.975);
}

.pcr-app .pcr-interaction input:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(66, 133, 244, 0.75);
}

.pcr-app .pcr-interaction .pcr-type.active {
    color: #fff;
    background: #4285f4;
}

.pcr-app .pcr-interaction .pcr-save:hover,
.pcr-app .pcr-interaction .pcr-cancel:hover,
.pcr-app .pcr-interaction .pcr-clear:hover {
    filter: brightness(0.925);
}

.pcr-app .pcr-interaction .pcr-clear:focus,
.pcr-app .pcr-interaction .pcr-cancel:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(244, 66, 80, 0.75);
}

.pcr-app .pcr-selection .pcr-color-palette:active,
.pcr-app .pcr-selection .pcr-color-chooser:active,
.pcr-app .pcr-selection .pcr-color-opacity:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
    background-size: 0.5em;
    border-radius: 0.15em;
    z-index: -1;
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette .pcr-palette::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
    background-size: 0.5em;
    border-radius: 0.15em;
    z-index: -1;
}

#ui_notifIt:hover {
    opacity: 1 !important;
}

#notifIt_close:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

/* Color setup */
/* You are free to change all of this */

/* notifit confirm */

.notifit_prompt_accept:hover,
.notifit_prompt_cancel:hover {
    background-color: #666;
}

.notifit_confirm_accept:hover {
    background-color: #abde43;
}

.notifit_confirm_cancel:hover {
    background-color: #ff5611;
}

/* nvd3 version 1.8.6-dev (https://github.com/novus/nvd3) 2018-02-24 */

.nvd3 .nv-bars rect.hover {
    fill-opacity: 1;
}

.nvd3 .nv-bars .hover rect {
    fill: lightblue;
}

.nvd3 .nv-bars .hover text {
    fill: black;
}

.nvd3 .nv-multibar .nv-groups rect:hover,
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
.nvd3 .nv-candlestickBar .nv-ticks rect:hover {
    fill-opacity: 1;
}

.nvd3 .nv-discretebar .nv-groups rect:hover {
    fill-opacity: 1;
}

.nvd3 .nv-boxplot circle:hover {
    fill-opacity: 1;
}

.nvd3 .nv-boxplot rect:hover {
    fill-opacity: 1;
}

/* boxplot CSS */
.nv-boxplot-tick:hover {
    stroke-width: 2.5px;
}

/* bullet */

.nvd3.nv-bullet .nv-measure:hover {
    fill-opacity: 1;
}

.nvd3.nv-bullet .nv-range:hover {
    fill-opacity: 0.7;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.hover {
    stroke-width: 2px;
}

.nvd3.nv-linePlusBar .nv-bar rect:hover {
    fill-opacity: 1;
}

/* line plus bar */

.nvd3.nv-scatter .nv-groups .nv-point.hover,
.nvd3 .nv-groups .nv-point.hover {
    stroke-width: 7px;
    fill-opacity: 0.95 !important;
    stroke-opacity: 0.95 !important;
}

/********************
   * SVG CSS
   */
/********************
    Default CSS for an svg element nvd3 used
  */

/********************
    Box shadow and border radius styling
  */

/**********
  *  Brush
  */

/**********
  *  Legend
  */

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover {
    stroke-width: 2px;
}

.nvd3 .nv-parallelCoordinates .hover {
    fill-opacity: 1;
    stroke-width: 3px;
}

.nvd3.nv-pie .hover path {
    fill-opacity: 1;
}

.nvd3 .nv-groups .nv-point.hover {
    stroke-width: 20px;
    stroke-opacity: 0.5;
}

.nvd3 .nv-scatter .nv-point.hover {
    fill-opacity: 1;
}

/* focus */
/**********
  *  Print
  */

/* scatter */

/* sparkline */

.nvd3.nv-stackedarea path.nv-area.hover {
    fill-opacity: 0.9;
}

/* stacked area */

/*Give tooltips that old fade in transition by
      putting a "with-transitions" class on the container div.
  */

/****
  Interactive Layer
  */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background: rgba(105, 99, 255, 0.3);
    opacity: 7;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel button.owl-dot {
    background: rgba(105, 99, 255, 0.3);
    opacity: 7;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */

/*
   *  Owl Carousel - Animate Plugin
   */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
   * 	Owl Carousel - Auto Height Plugin
   */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
   * 	Owl Carousel - Lazy Load Plugin
   */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/*
   * 	Owl Carousel - Video Plugin
   */
.owl-controls {
    margin-bottom: 30px;
    text-align: center;
}

.owl-controls .owl-page {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 4px solid #d9d6e0;
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
}

.owl-controls .owl-page:nth-child(2) {
    background-size: cover;
}

.owl-controls .owl-page:nth-child(3) {
    background-size: cover;
}

.owl-controls.clickable .owl-page:hover {
    opacity: 0.5;
}

.owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}

.owl-controls .owl-page.active {
    border-color: #ed5151;
    opacity: 1;
}

.owl-controls .owl-page.active:hover {
    border-color: #ed5151;
    opacity: 1;
}

.testimonia .post {
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.testimonia .title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 1px;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -25px;
    right: -1.5em;
    margin-top: -1.65em;
}

.owl-nav button {
    display: block;
    font-size: 1.3rem !important;
    line-height: 2em;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid #e8ebf3 !important;
    z-index: 99;
    box-shadow: 0 4px 15px rgba(67, 67, 67, 0.15);
}

.owl-nav button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -25px;
    margin-top: -1.65em;
}

/*
 * Container style
 */

/*
 * Scrollbar rail styles
 */

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus {
    background-color: transparent;
    opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */

.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x {
    background-color: #8497bf;
    height: 11px;
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y {
    background-color: #8497bf;
    width: 3px;
}

/* MS supports */

/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */

.ql-container.ql-disabled .ql-editor ul[data-checked]>li::before {
    pointer-events: none;
}

.ql-editor ul>li::before {
    content: "•";
}

.ql-editor ul[data-checked=true]>li::before,
.ql-editor ul[data-checked=false]>li::before {
    color: #777;
    cursor: pointer;
    pointer-events: all;
}

.ql-editor ul[data-checked=true]>li::before {
    content: "☑";
}

.ql-editor ul[data-checked=false]>li::before {
    content: "☐";
}

.ql-editor li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right;
}

.ql-editor li.ql-direction-rtl::before {
    margin-left: 0.3em;
    margin-right: -1.5em;
}

.ql-editor ol li:before {
    content: counter(list-0, decimal) ". ";
}

.ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) ". ";
}

.ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) ". ";
}

.ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) ". ";
}

.ql-editor.ql-blank::before {
    color: rgba(0, 0, 0, 0.6);
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px;
}

.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
    clear: both;
    content: "";
    display: table;
}

.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
    outline: none;
}

.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover {
    color: #fff;
}

.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill {
    fill: #fff;
}

.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter {
    stroke: #fff;
}

.ql-bubble .ql-formats:after {
    clear: both;
    content: "";
    display: table;
}

.ql-bubble .ql-picker-label::before {
    display: inline-block;
    line-height: 22px;
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
    content: attr(data-label);
}

.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
    content: "Normal";
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    content: "Heading 1";
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    content: "Heading 2";
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    content: "Heading 3";
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    content: "Heading 4";
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    content: "Heading 5";
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before {
    content: "Heading 6";
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    content: "Heading 6";
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    font-size: 2em;
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    font-size: 1.5em;
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    font-size: 1.17em;
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    font-size: 1em;
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    font-size: 0.83em;
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    font-size: 0.67em;
}

.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
    content: "Sans Serif";
}

.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
    content: "Serif";
}

.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before {
    content: "Monospace";
}

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
    content: "Monospace";
}

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
    font-family: Georgia, Times New Roman, serif;
}

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
    font-family: Monaco, Courier New, monospace;
}

.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
    content: "Normal";
}

.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
    content: "Small";
}

.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
    content: "Large";
}

.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before {
    content: "Huge";
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
    content: "Huge";
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
    font-size: 10px;
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
    font-size: 18px;
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
    font-size: 32px;
}


.ql-bubble .ql-color-picker .ql-picker-item:hover {
    border-color: #fff;
}

.ql-bubble .ql-tooltip-editor a:before {
    color: #ccc;
    content: "×";
    font-size: 16px;
    font-weight: bold;
}

@media (pointer: coarse) {

    .ql-bubble.ql-toolbar button:hover:not(.ql-active),
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
        color: #ccc;
    }

    .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: #ccc;
    }

    .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: #ccc;
    }
}

.ql-container.ql-bubble:not(.ql-disabled) a::before {
    background-color: #444;
    border-radius: 15px;
    top: -5px;
    font-size: 12px;
    color: #fff;
    content: attr(href);
    font-weight: normal;
    overflow: hidden;
    padding: 5px 15px;
    text-decoration: none;
    z-index: 1;
}

.ql-container.ql-bubble:not(.ql-disabled) a::after {
    border-top: 6px solid #444;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: 0;
    content: " ";
    height: 0;
    width: 0;
}

.ql-container.ql-bubble:not(.ql-disabled) a::before,
.ql-container.ql-bubble:not(.ql-disabled) a::after {
    left: 0;
    margin-left: 50%;
    position: absolute;
    transform: translate(-50%, -100%);
    transition: visibility 0s ease 200ms;
    visibility: hidden;
}

.ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
    visibility: visible;
}

/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */

.ql-container.ql-disabled .ql-editor ul[data-checked]>li::before {
    pointer-events: none;
}

.ql-editor ul>li::before {
    content: "•";
}

.ql-editor ul[data-checked=true]>li::before,
.ql-editor ul[data-checked=false]>li::before {
    color: #777;
    cursor: pointer;
    pointer-events: all;
}

.ql-editor ul[data-checked=true]>li::before {
    content: "☑";
}

.ql-editor ul[data-checked=false]>li::before {
    content: "☐";
}

.ql-editor li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right;
}

.ql-editor li.ql-direction-rtl::before {
    margin-left: 0.3em;
    margin-right: -1.5em;
}

.ql-editor ol li:before {
    content: counter(list-0, decimal) ". ";
}

.ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) ". ";
}

.ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) ". ";
}

.ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) ". ";
}

.ql-editor.ql-blank::before {
    color: rgba(0, 0, 0, 0.6);
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px;
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
    clear: both;
    content: "";
    display: table;
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
    outline: none;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover {
    color: var(--primary-bg-color);
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill {
    fill: var(--primary-bg-color);
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter {
    stroke: var(--primary-bg-color);
}

.ql-snow .ql-formats:after {
    clear: both;
    content: "";
    display: table;
}

.ql-snow .ql-picker-label::before {
    display: inline-block;
    line-height: 22px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
    content: attr(data-label);
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
    content: "Normal";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    content: "Heading 1";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    content: "Heading 2";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    content: "Heading 3";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    content: "Heading 4";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    content: "Heading 5";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before {
    content: "Heading 6";
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    content: "Heading 6";
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    font-size: 2em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    font-size: 1.5em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    font-size: 1.17em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    font-size: 1em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    font-size: 0.83em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    font-size: 0.67em;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
    content: "Sans Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
    content: "Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before {
    content: "Monospace";
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
    content: "Monospace";
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
    font-family: Georgia, Times New Roman, serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
    font-family: Monaco, Courier New, monospace;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
    content: "Normal";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
    content: "Small";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
    content: "Large";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before {
    content: "Huge";
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
    content: "Huge";
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
    font-size: 10px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
    font-size: 18px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
    font-size: 32px;
}

/* .ql-snow.ql-toolbar button:first-child,
  .ql-snow .ql-toolbar button:first-child {
      border-radius: 3px 0 0 3px;
  } */
@media (pointer: coarse) {

    .ql-snow.ql-toolbar button:hover:not(.ql-active),
    .ql-snow .ql-toolbar button:hover:not(.ql-active) {
        color: #444;
    }

    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: #444;
    }

    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: #444;
    }
}


.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
    border-color: #000;
}

.ql-snow .ql-tooltip::before {
    content: "Visit URL:";
    line-height: 26px;
    margin-right: 8px;
}

.ql-snow .ql-tooltip a.ql-action::after {
    border-right: 1px solid #e7eaf3;
    content: "Edit";
    margin-left: 16px;
    padding-right: 8px;
}

.ql-snow .ql-tooltip a.ql-remove::before {
    content: "Remove";
    margin-left: 8px;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
    border-right: 0px;
    content: "Save";
    padding-right: 0px;
}

.ql-snow .ql-tooltip[data-mode=link]::before {
    content: "Enter link:";
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
    content: "Enter formula:";
}

.ql-snow .ql-tooltip[data-mode=video]::before {
    content: "Enter video:";
}

.ql-toolbar.ql-snow .ql-picker-label:focus {
    outline: 0;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before {
    display: none !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before {
    display: none !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before {
    display: none !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    top: 50%;
    left: 5px;
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: block;
    position: absolute;
    color: white;
    border: 0.15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 0.2em #777086;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New", Courier, monospace;
    line-height: 1em;
    content: "+";
    background-color: var(--primary-bg-color);
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    content: "-";
    background-color: #f82649;
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th.dtr-control:before {
    left: 4px;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    line-height: 14px;
    text-indent: 3px;
}

table.dataTable.dtr-column>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-column>tbody>tr>th.dtr-control:before,
table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before {
    top: 50%;
    left: 50%;
    height: 0.8em;
    width: 0.8em;
    margin-top: -0.5em;
    margin-left: -0.5em;
    display: block;
    position: absolute;
    color: white;
    border: 0.15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 0.2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New", Courier, monospace;
    line-height: 1em;
    content: "+";
    background-color: #0d6efd;
}

table.dataTable.dtr-column>tbody>tr.parent td.dtr-control:before,
table.dataTable.dtr-column>tbody>tr.parent th.dtr-control:before,
table.dataTable.dtr-column>tbody>tr.parent td.control:before,
table.dataTable.dtr-column>tbody>tr.parent th.control:before {
    content: "-";
    background-color: #d33333;
}

table.dataTable>tbody>tr.child:hover {
    background: transparent !important;
}

div.dtr-modal div.dtr-modal-close:hover {
    background-color: #eaeaea;
}

.richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li a:hover {
    background-color: #ffffff;
}

.richText .richText-toolbar ul li a:hover {
    background-color: #ffffff;
}

.richText .richText-toolbar ul:after {
    display: block;
    content: "";
    clear: both;
}

.richText .richText-toolbar:after {
    display: block;
    clear: both;
    content: "";
}

.richText .richText-editor:focus {
    border-left: transparent solid 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid var(--primary-bg-color);
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid var(--primary-bg-color);
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #76839a;
}

/* All the default sidebar styles */
/* toggle button settings */
/* Note: this disables the navbar-toggle class's hide function. set visibility with the boostrap visible/hidden classes */
/* Note: this also disables the navbar-header class positioning settings in small screens. */
.navbar.navbar-static .navbar-header {
    float: left;
}

.navbar .navbar-toggle.toggle-left {
    float: left;
    margin-left: 15px;
}

.navbar .navbar-toggle.toggle-right {
    float: right;
    margin-right: 15px;
}

.navbar .navbar-toggle.toggle-sidebar {
    display: block;
}

/* sidebar settings */
.sidebar {
    position: fixed;
    display: block;
    top: 0;
    width: 300px;
    bottom: 0;
    z-index: 9999;
    min-height: 100%;
    max-height: none;
    overflow: auto;
    background-color: #fff;
    /* border-right: 1px solid #eee; */
    border: 1px solid #e9edf4;
    box-shadow: 0px 8px 14.72px 1.28px rgba(229, 228, 230, 0.5);
}

/* css to override hiding the sidebar according to different screen sizes */

/*right sidebar is untested */
@media (min-width: 768px) {

    /*right sidebar is untested */
}

/* animation class - optional: without it the sidebar would just pop in and out*/

/* Left panel positioning classes */

/*!
 * SmartWizard v4.3.x
 * jQuery Wizard Plugin
 * http://www.techlaboratory.net/smartwizard
 *
 * Created by Dipu Raj
 * http://dipuraj.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/SmartWizard/blob/master/LICENSE
 */
/* SmartWizard Basic CSS */

/* SmartWizard Theme: White */

.sw-theme-default>ul.step-anchor>li>a:hover {
    border: none !important;
    color: #5c6287 !important;
    text-decoration: none;
    outline-style: none;
    background: transparent !important;
    border: none !important;
    cursor: not-allowed;
    border-radius: 0 !important;
}

.sw-theme-default>ul.step-anchor>li.clickable>a:hover {
    color: #2d66f7 !important;
    background: transparent !important;
    cursor: pointer;
}

.sw-theme-default>ul.step-anchor>li>a::after {
    content: "";
    background: #2d66f7;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    -webkit-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.sw-theme-default>ul.step-anchor>li.active>a {
    border: none !important;
    color: #fff !important;
    background: #2d66f7 !important;
    cursor: pointer;
}

.sw-theme-default>ul.step-anchor>li.active>a::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sw-theme-default>ul.step-anchor>li.done>a::after {
    background: #2d66f7;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sw-theme-default>ul.step-anchor>li.danger>a::after {
    background: #d9534f;
    border-left-color: #f8d7da;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sw-theme-default>ul.step-anchor>li.disabled>a {
    color: #eee !important;
    cursor: not-allowed;
}

.sw-theme-default>ul.step-anchor>li.disabled>a:hover {
    color: #eee !important;
    cursor: not-allowed;
}

/* Responsive CSS */

/* Common Loader */
.sw-loading::after {
    position: absolute;
    display: block;
    opacity: 1;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 2;
}

.sw-loading::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    -webkit-animation: spin 1s linear infinite;
    /* Safari */
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

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

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

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

/*!
 * SmartWizard v4.3.x
 * jQuery Wizard Plugin
 * http://www.techlaboratory.net/smartwizard
 *
 * Created by Dipu Raj
 * http://dipuraj.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/SmartWizard/blob/master/LICENSE
 */
/* SmartWizard Theme: Arrows */

.sw-theme-arrows>ul.step-anchor li+li:before {
    padding: 0;
}

.sw-theme-arrows>ul.step-anchor>li>a:hover {
    color: #5c6287;
    text-decoration: none;
    padding: 10px 0 10px 45px;
    position: relative;
    display: block;
    border: 0 !important;
    border-radius: 0;
    outline-style: none;
    background: #f4f5f5;
}

.sw-theme-arrows>ul.step-anchor>li>a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #f4f5f5;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.sw-theme-arrows>ul.step-anchor>li>a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid #dbdef1;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.sw-theme-arrows>ul.step-anchor>li>a:hover {
    color: #5c6287;
    text-decoration: none;
    outline-style: none;
    background: #f4f5f5;
    border-color: #f4f5f5;
}

.sw-theme-arrows>ul.step-anchor>li>a:hover:after {
    border-left-color: #f4f5f5;
}

.sw-theme-arrows>ul.step-anchor>li.clickable>a:hover {
    color: #4285f4 !important;
    background: #46b8da !important;
}

.sw-theme-arrows>ul.step-anchor>li.active>a {
    border-color: #7673e6 !important;
    color: #fff !important;
    background: #7673e6 !important;
}

.sw-theme-arrows>ul.step-anchor>li.active>a:after {
    border-left: 30px solid #7673e6 !important;
}

.sw-theme-arrows>ul.step-anchor>li.done>a:after {
    border-left: 30px solid #f4f5f5;
    /* c3e6cb */
}

.sw-theme-arrows>ul.step-anchor>li.danger>a:after {
    border-left: 30px solid #d9534f !important;
}

.sw-theme-arrows>ul.step-anchor>li.disabled>a {
    color: #eee !important;
}

.sw-theme-arrows>ul.step-anchor>li.disabled>a:hover {
    color: #eee !important;
}

.sw-theme-arrows::before {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #7673e6;
}

/* Responsive CSS */

@media screen and (max-width: 480px) {

    .sw-theme-arrows>ul.step-anchor>li>a:hover {
        padding-left: 15px;
        margin-right: 0;
        margin-bottom: 1px;
    }

    .sw-theme-arrows>ul.step-anchor>li>a:after,
    .sw-theme-arrows>ul.step-anchor>li>a:before {
        display: none;
    }
}

/* Loader Custom Style */
/*!
 * SmartWizard v4.3.x
 * jQuery Wizard Plugin
 * http://www.techlaboratory.net/smartwizard
 *
 * Created by Dipu Raj
 * http://dipuraj.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/SmartWizard/blob/master/LICENSE
 */
/* SmartWizard Theme: Circles */

.sw-theme-circles>ul.step-anchor:before {
    content: " ";
    position: absolute;
    top: 50%;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
    z-index: 0;
}

.sw-theme-circles>ul.step-anchor>li>a:hover {
    color: #5c6287;
    background: #f5f5f5;
    border-width: 2px;
}

.sw-theme-circles>ul.step-anchor>li.clickable>a:hover {
    color: #4285f4 !important;
}

.sw-theme-circles>ul.step-anchor>li.active>a {
    border-color: #7673e6;
    color: #fff;
    background: #7673e6;
}

.sw-theme-circles>ul.step-anchor>li.active>a>small {
    color: #7673e6;
}

.sw-theme-circles>ul.step-anchor>li.disabled>a {
    color: #eee !important;
}

.sw-theme-circles>ul.step-anchor>li.disabled>a:hover {
    color: #eee !important;
}

/* Responsive CSS */

/*!
 * SmartWizard v4.3.x
 * jQuery Wizard Plugin
 * http://www.techlaboratory.net/smartwizard
 *
 * Created by Dipu Raj
 * http://dipuraj.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/SmartWizard/blob/master/LICENSE
 */
/* SmartWizard Theme: Dots */

.sw-theme-dots>ul.step-anchor:before {
    content: " ";
    position: absolute;
    top: 59px;
    bottom: 0;
    left: 20px;
    width: 96%;
    height: 5px;
    background-color: #ebeff8;
    border-radius: 3px;
    z-index: 9;
}

/* Anchors styles */

.sw-theme-dots>ul.step-anchor>li>a:before {
    content: " ";
    position: absolute;
    bottom: 14px;
    left: 37%;
    margin-top: 20px;
    display: block;
    border-radius: 50%;
    color: var(--primary-bg-color);
    background: #ebeff8;
    border: none;
    width: 30px;
    height: 30px;
    text-decoration: none;
    z-index: 98;
}

.sw-theme-dots nav-tabs .nav-link:hover:not(.disabled) {
    color: inherit;
    background: transparent !important;
}

.sw-theme-dots>ul.step-anchor>li>a:after {
    content: " ";
    position: relative;
    left: 36%;
    bottom: 5px;
    margin-top: 24px;
    display: block;
    width: 16px;
    height: 16px;
    background: #b4bdce;
    border-radius: 50%;
    z-index: 99;
}

.sw-theme-dots>ul.step-anchor>li>a:hover {
    color: #313e6a;
    background: transparent;
}

.sw-theme-dots>ul.step-anchor>li>a:focus {
    color: #313e6a;
    border: none;
}

.sw-theme-dots>ul.step-anchor>li.clickable>a:hover {
    color: #999;
}

.sw-theme-dots>ul.step-anchor>li.active>a {
    color: var(--primary-bg-color);
}

.sw-theme-dots>ul.step-anchor>li.active>a:hover {
    border: none;
}

.sw-theme-dots>ul.step-anchor>li.active>a:after {
    background: var(--primary-bg-color);
}

.sw-theme-dots>ul.step-anchor>li.done>a:after {
    background: #b3b7da;
}

.sw-theme-dots>ul.step-anchor>li.danger>a:after {
    background: #d5cef3;
}

.sw-theme-dots>ul.step-anchor>li.disabled>a {
    color: #eee !important;
}

.sw-theme-dots>ul.step-anchor>li.disabled>a:hover {
    color: #eee !important;
}

.sw-theme-dots>ul.step-anchor>li.disabled>a:after {
    background: #eee;
}

/* Active anchors */
/* Done anchors */
/* Danger anchors */
/* Responsive CSS */
@media screen and (max-width: 480px) {
    .sw-theme-dots>ul.step-anchor:before {
        top: 0;
        bottom: 0;
        left: 19px;
        width: 5px;
        height: 100%;
        background-color: #f5f5f5;
        display: block;
        margin-right: 10px;
    }

    .sw-theme-dots>ul.step-anchor>li>a:before {
        top: -8px;
        left: -14px;
        margin-right: 10px;
        display: block;
    }

    .sw-theme-dots>ul.step-anchor>li>a:after {
        top: -40px;
        left: -36px;
        margin-right: 10px;
        display: block;
    }
}

/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

/* Fix for * { box-sizing: border-box; } */
/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */

/* Don't allow text selection */

/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */

/* IE filters do not support multiple color stops.
     Generate 6 divs, line them up, and do two color gradients for each.
     Yes, really.
   */

/* Clearfix hack */

.sp-cf:before {
    content: "";
    display: table;
}

.sp-cf:after {
    content: "";
    display: table;
    clear: both;
}

/* Mobile devices, make hue slider bigger so it is easier to slide */

/*
  Theme authors:
  Here are the basic themeable display options (colors, fonts, global widths).
  See http://bgrins.github.io/spectrum/themes/ for instructions.
  */

/* Input */

.sp-input:focus {
    border: 1px solid orange;
}

/* Palettes */

.sp-palette .sp-thumb-el:hover {
    border-color: orange;
}

/* Initial */

/* Buttons */

/* Replacer (the little preview div that shows up instead of the <input>) */

.sp-replacer:hover {
    border-color: #f0c49b;
    color: #111;
}

.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(to top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(to top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(to top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(to top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}

.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}

/* Buttons: http://hellohappy.org/css3-buttons/ */

.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}

.sp-palette span:hover {
    border-color: #000;
}

/* un-used */

@font-face {
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../plugins/summernote/font/summernote.eot);
    src: url(../plugins/summernote/font/summernote.eot?#iefix) format("embedded-opentype"), url(../plugins/summernote/font/summernote.woff2) format("woff2"), url(../plugins/summernote/font/summernote.woff) format("woff"), url(../plugins/summernote/font/summernote.ttf) format("truetype");
}

[class*=" note-icon"]:before,
[class^=note-icon]:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.note-icon-align:before {
    content: "\ea01";
}

.note-icon-align-center:before {
    content: "\ea02";
}

.note-icon-align-indent:before {
    content: "\ea03";
}

.note-icon-align-justify:before {
    content: "\ea04";
}

.note-icon-align-left:before {
    content: "\ea05";
}

.note-icon-align-outdent:before {
    content: "\ea06";
}

.note-icon-align-right:before {
    content: "\ea07";
}

.note-icon-arrow-circle-down:before {
    content: "\ea08";
}

.note-icon-arrow-circle-left:before {
    content: "\ea09";
}

.note-icon-arrow-circle-right:before {
    content: "\ea0a";
}

.note-icon-arrow-circle-up:before {
    content: "\ea0b";
}

.note-icon-arrows-alt:before {
    content: "\ea0c";
}

.note-icon-arrows-h:before {
    content: "\ea0d";
}

.note-icon-arrows-v:before {
    content: "\ea0e";
}

.note-icon-bold:before {
    content: "\ea0f";
}

.note-icon-caret:before {
    content: "\ea10";
}

.note-icon-chain-broken:before {
    content: "\ea11";
}

.note-icon-circle:before {
    content: "\ea12";
}

.note-icon-close:before {
    content: "\ea13";
}

.note-icon-code:before {
    content: "\ea14";
}

.note-icon-col-after:before {
    content: "\ea15";
}

.note-icon-col-before:before {
    content: "\ea16";
}

.note-icon-col-remove:before {
    content: "\ea17";
}

.note-icon-eraser:before {
    content: "\ea18";
}

.note-icon-float-left:before {
    content: "\ea19";
}

.note-icon-float-none:before {
    content: "\ea1a";
}

.note-icon-float-right:before {
    content: "\ea1b";
}

.note-icon-font:before {
    content: "\ea1c";
}

.note-icon-frame:before {
    content: "\ea1d";
}

.note-icon-italic:before {
    content: "\ea1e";
}

.note-icon-link:before {
    content: "\ea1f";
}

.note-icon-magic:before {
    content: "\ea20";
}

.note-icon-menu-check:before {
    content: "\ea21";
}

.note-icon-minus:before {
    content: "\ea22";
}

.note-icon-orderedlist:before {
    content: "\ea23";
}

.note-icon-pencil:before {
    content: "\ea24";
}

.note-icon-picture:before {
    content: "\ea25";
}

.note-icon-question:before {
    content: "\ea26";
}

.note-icon-redo:before {
    content: "\ea27";
}

.note-icon-rollback:before {
    content: "\ea28";
}

.note-icon-row-above:before {
    content: "\ea29";
}

.note-icon-row-below:before {
    content: "\ea2a";
}

.note-icon-row-remove:before {
    content: "\ea2b";
}

.note-icon-special-character:before {
    content: "\ea2c";
}

.note-icon-square:before {
    content: "\ea2d";
}

.note-icon-strikethrough:before {
    content: "\ea2e";
}

.note-icon-subscript:before {
    content: "\ea2f";
}

.note-icon-summernote:before {
    content: "\ea30";
}

.note-icon-superscript:before {
    content: "\ea31";
}

.note-icon-table:before {
    content: "\ea32";
}

.note-icon-text-height:before {
    content: "\ea33";
}

.note-icon-trash:before {
    content: "\ea34";
}

.note-icon-underline:before {
    content: "\ea35";
}

.note-icon-undo:before {
    content: "\ea36";
}

.note-icon-unorderedlist:before {
    content: "\ea37";
}

.note-icon-video:before {
    content: "\ea38";
}

.note-editor .note-dropzone.hover {
    color: #098ddf;
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
    background: #eee;
}

.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
    background: #eee;
}

.note-editor .note-toolbar .note-dropdown-menu.right:before,
.note-popover .popover-content .note-dropdown-menu.right:before {
    right: 9px;
    left: auto !important;
}

.note-editor .note-toolbar .note-dropdown-menu.right:after,
.note-popover .popover-content .note-dropdown-menu.right:after {
    right: 10px;
    left: auto !important;
}

.note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i,
.note-popover .popover-content .note-dropdown-menu.note-check a.checked i {
    visibility: visible;
}

.note-editor .note-toolbar .note-color-palette div .note-color-btn:hover,
.note-popover .popover-content .note-color-palette div .note-color-btn:hover {
    transform: scale(1.2);
    transition: all 0.2s;
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
    cursor: pointer;
}

.note-btn.dropdown-toggle::after {
    display: none;
}

.note-editor .btn-default:not(:disabled):not(.disabled):active {
    background-color: #f1f3f5;
}

.note-btn.btn-default:not(:disabled):not(.disabled).active {
    color: #495057;
    background-color: #f1f3f5;
    border-color: #d3d9df;
}

/* Filtering style */

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */

.SumoSelect>.CaptionCont>label>i:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-top: 18px;
    color: #bcccda;
}

.SumoSelect>.optWrapper>.options li.group.disabled>label {
    opacity: 0.5;
}

.SumoSelect>.optWrapper>.options li.opt:hover {
    background-color: #f4f5fb;
}

.SumoSelect>.optWrapper>.options li.opt.disabled {
    background-color: inherit;
    pointer-events: none;
}

.SumoSelect>.optWrapper>.options li.opt.disabled * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus {
    border-color: var(--primary-bg-color);
    outline: none;
    background-color: var(--primary-bg-color);
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover {
    background-color: #f4f5fb;
}

.SumoSelect.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.SumoSelect.disabled>.CaptionCont {
    border-color: #d3dfea;
    box-shadow: none;
    background: #f4f5f9;
}

.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
    content: "";
    width: 20px;
    height: 6px;
    background-color: #f06e57;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -9px;
}

.sweet-alert .sa-input-error::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sweet-alert input:focus {
    outline: none;
    box-shadow: 0px 0px 3px #c4e6f5;
    border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder,
.sweet-alert input:focus:-ms-input-placeholder,
.sweet-alert input:focus::-webkit-input-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5;
}

.sweet-alert button:focus {
    outline: none;
    box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover,
.sweet-alert button:active {
    background-color: #0061da;
}

.sweet-alert button.cancel:hover {
    background-color: #b9b9b9;
}

.sweet-alert button.cancel:active {
    background-color: #a8a8a8;
}

.sweet-alert button.cancel:focus {
    box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.sweet-alert button[disabled] {
    opacity: 0.6;
    cursor: default;
}

.sweet-alert button.confirm[disabled] {
    color: transparent;
}

.sweet-alert button.confirm[disabled]~.la-ball-fall {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.sweet-alert .sa-icon.sa-info::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 18px;
    top: 28px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #45aaf2;
}

.sweet-alert .sa-icon.sa-info::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #45aaf2;
}

.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
    content: "";
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    transform-origin: 0px 60px;
}

/*
   * Animations
   */
@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@-webkit-keyframes slideFromTop {
    0% {
        top: 0%;
    }

    100% {
        top: 50%;
    }
}

@keyframes slideFromTop {
    0% {
        top: 0%;
    }

    100% {
        top: 50%;
    }
}

@-webkit-keyframes slideToTop {
    0% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@keyframes slideToTop {
    0% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%;
    }

    100% {
        top: 50%;
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%;
    }

    100% {
        top: 50%;
    }
}

@-webkit-keyframes slideToBottom {
    0% {
        top: 50%;
    }

    100% {
        top: 70%;
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%;
    }

    100% {
        top: 70%;
    }
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 25px;
    }

    54% {
        width: 0;
        left: 10px;
        top: 19px;
    }

    70% {
        width: 10px;
        left: 15px;
        top: 25px;
    }

    84% {
        width: 10px;
        left: 17px;
        top: 30px;
    }

    100% {
        width: 12px;
        left: 18px;
        top: 34px;
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 25px;
    }

    54% {
        width: 0;
        left: 10px;
        top: 19px;
    }

    70% {
        width: 10px;
        left: 15px;
        top: 25px;
    }

    84% {
        width: 10px;
        left: 17px;
        top: 30px;
    }

    100% {
        width: 12px;
        left: 18px;
        top: 34px;
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 0px;
        top: 26px;
    }

    65% {
        width: 0;
        right: 5px;
        top: 20px;
    }

    84% {
        width: 20px;
        right: 9px;
        top: 25px;
    }

    100% {
        width: 25px;
        right: 13px;
        top: 29px;
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 0px;
        top: 26px;
    }

    65% {
        width: 0;
        right: 5px;
        top: 20px;
    }

    84% {
        width: 20px;
        right: 9px;
        top: 25px;
    }

    100% {
        width: 25px;
        right: 13px;
        top: 29px;
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

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

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

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

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #f8d486;
    }

    100% {
        border-color: #f7b731;
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #f8d486;
    }

    100% {
        border-color: #f7b731;
    }
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #f8d486;
    }

    100% {
        background-color: #f7b731;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #f8d486;
    }

    100% {
        background-color: #f7b731;
    }
}

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

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */

/* Success icon */
/*!
   * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
   * Copyright 2015 Daniel Cardoso <@DanielCardoso>
   * Licensed under MIT
   */

/*
   * Animation
   */
@-webkit-keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%);
    }

    10% {
        opacity: 0.5;
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    90% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        transform: translateY(145%);
    }
}

@-moz-keyframes ball-fall {
    0% {
        opacity: 0;
        -moz-transform: translateY(-145%);
        transform: translateY(-145%);
    }

    10% {
        opacity: 0.5;
    }

    20% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    90% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(145%);
        transform: translateY(145%);
    }
}

@-o-keyframes ball-fall {
    0% {
        opacity: 0;
        -o-transform: translateY(-145%);
        transform: translateY(-145%);
    }

    10% {
        opacity: 0.5;
    }

    20% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    90% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        -o-transform: translateY(145%);
        transform: translateY(145%);
    }
}

@keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        -moz-transform: translateY(-145%);
        -o-transform: translateY(-145%);
        transform: translateY(-145%);
    }

    10% {
        opacity: 0.5;
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    90% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        -moz-transform: translateY(145%);
        -o-transform: translateY(145%);
        transform: translateY(145%);
    }
}

.tab_wrapper>ul li.active {
    color: #fff;
}

.tab_wrapper>ul li.active:after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 1px;
    left: 0;
    background: #fff;
    width: 100%;
}

.tab_wrapper .content_wrapper .accordian_header.active {
    color: var(--primary-bg-color);
    border: 1px solid #eee;
}

.tab_wrapper .content_wrapper .accordian_header.active:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--primary-bg-color);
}

.tab_wrapper .content_wrapper .accordian_header.active .arrow {
    transform: rotate(45deg);
    margin-top: 5px;
    border-top: 3px solid var(--primary-bg-color);
    border-left: 3px solid var(--primary-bg-color);
}

.tab_wrapper.left_side>ul li:after {
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: #ccc;
}

.tab_wrapper.left_side>ul li.active {
    border-color: #ccc;
}

.tab_wrapper.left_side>ul li.active:after {
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: var(--primary-bg-color);
}

.tab_wrapper.left_side>ul li.active:before {
    right: -1px;
    position: absolute;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
}

.tab_wrapper.right_side>ul li:after {
    right: 0;
    left: inherit;
    top: 0;
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: #e9edf4;
}

.tab_wrapper.right_side>ul li.active {
    border-color: #d7e7ff;
}

.tab_wrapper.right_side>ul li.active:after {
    right: 0;
    left: inherit;
    top: 0;
    width: 5px;
    height: 100%;
    content: "";
}

.tab_wrapper.right_side>ul li.active:before {
    left: -2px;
    right: inherit;
    position: absolute;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
}

.tab_wrapper .active_tab .arrow:after {
    content: "";
    width: 10px;
    display: inline-block;
    height: 10px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -8px;
}

@media only screen and (max-width: 768px) {

    .tab_wrapper.show-as-dropdown>.tab_list:before {
        content: "";
        position: absolute;
        top: -6px;
        left: 50%;
        width: 14px;
        height: 14px;
        background: #fff;
        transform: rotate(45deg);
        box-shadow: -3px -4px 5px #efefef;
        margin-left: -7px;
    }

    .tab_wrapper.show-as-dropdown>.tab_list li.active:after {
        display: none;
    }
}


.timeline :after,
.timeline :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.timeline:not(.timeline--horizontal):before {
    background-color: #d1d4e4;
    bottom: 0;
    content: "";
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 0;
    width: 4px;
    z-index: 1;
}

.timeline__item:after {
    background-color: #fff;
    border: 4px solid #d1d4e4;
    border-radius: 50%;
    content: "";
    height: 20px;
    position: absolute;
    right: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 20px;
    z-index: 1;
}

.timeline__item--right:after {
    left: -10px;
}

.timeline__item--right .timeline__content:before {
    border-bottom: 10px solid transparent;
    border-right: 12px solid #e1e6f1;
    border-left: none;
    border-top: 10px solid transparent;
    left: -12px;
}

.timeline__item--right .timeline__content:after {
    border-bottom: 9px solid transparent;
    border-right: 11px solid #fff;
    border-left: none;
    border-top: 9px solid transparent;
    left: -10px;
}

.timeline__content:after {
    content: "";
    height: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 0;
}

.timeline__content:before {
    content: "";
    height: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 0;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #e1e6f1;
    border-top: 10px solid transparent;
    right: -12px;
    z-index: 1;
}

.timeline__content:after {
    border-bottom: 9px solid transparent;
    border-left: 11px solid #fff;
    border-top: 9px solid transparent;
    right: -10px;
    z-index: 2;
}

.timeline--horizontal .timeline__item:after {
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 100%;
}

.timeline--horizontal .timeline__item .timeline__content:before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #e1e6f1;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
}

.timeline--horizontal .timeline__item .timeline__content:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
}

.timeline--horizontal .timeline__item--bottom:after {
    top: 0;
}

.timeline--horizontal .timeline__item--bottom .timeline__content:before {
    border-bottom: 12px solid #e1e6f1;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: none;
    bottom: 100%;
    top: auto;
}

.timeline--horizontal .timeline__item--bottom .timeline__content:after {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: none;
    bottom: 100%;
    top: auto;
}

.timeline-nav-button:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.timeline-nav-button:before {
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    width: 8px;
}

.timeline-nav-button--prev:before {
    background-image: url(../plugins/timeline/images/arrow-left.svg);
}

.timeline-nav-button--next:before {
    background-image: url(../plugins/timeline/images/arrow-right.svg);
}

.timeline--mobile:before {
    left: 10px !important;
    margin: 0 !important;
}

.timeline--mobile .timeline__item:after {
    left: 2px;
    margin: 0;
}

.timeline--mobile .timeline__item .timeline__content:before {
    left: -12px;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #e1e6f1;
    border-left: none;
    border-top: 12px solid transparent;
}

.timeline--mobile .timeline__item .timeline__content:after {
    left: -10px;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    border-left: none;
    border-top: 10px solid transparent;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        top: 70px;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        top: 70px;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

@-webkit-keyframes liftUp {
    0% {
        top: 0;
    }

    100% {
        top: -15px;
    }
}

@keyframes liftUp {
    0% {
        top: 0;
    }

    100% {
        top: -15px;
    }
}

.timeline--horizontal .timeline__item:nth-child(even):after {
    top: 0;
}

.tree ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
}

.tree ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    margin-top: -1px;
    position: absolute;
    top: 13px;
    left: -10px;
}

.tree ul li:last-child:before {
    background: transparent;
    height: auto;
    top: 14px;
    bottom: 0;
}

.tree li button:active,
.tree li button:focus {
    text-decoration: none;
    color: #29273c;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}

.tree ul:before {
    border-left: 1px dotted #9eabc0;
}

.tree ul li:before {
    border-top: 1px dotted #9eabc0;
}

/* Treeview checked */
* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

.treeview .custom-unchecked:hover {
    background-position: 0 -21px;
}

.treeview .custom-checked:hover {
    background-position: 0 -101px;
}

.treeview .custom-indeterminate:hover {
    background-position: 0 -121px;
}

/* ######## SIDEMENU-STYLES ######## */
@media (min-width: 992px) {
    .app.sidenav-toggled .app-content {
        margin-left: 0;
    }

    .app.sidenav-toggled .app-sidebar {
        left: 230px;
    }

    .app.sidenav-toggled .app-sidebar__overlay {
        visibility: hidden;
    }

    .app-sidebar {
        padding-top: 55px;
    }
}

@media (max-width: 991px) {
    .app {
        overflow-x: hidden;
    }

    .app .app-sidebar {
        left: -270px;
        top: 70px;
    }

    .app .app-sidebar__overlay {
        visibility: hidden;
    }

    .app.sidenav-toggled .app-content {
        margin-left: 0;
    }

    .app.sidenav-toggled .app-sidebar {
        left: 0;
    }

    .app.sidenav-toggled .app-sidebar__overlay {
        visibility: visible;
    }

    .app .app-header .header-brand1 {
        width: inherit;
        position: absolute;
        left: 0;
        right: 0;
    }
}

.app-content {
    min-height: calc(100vh - 50px);
    margin-bottom: 0 !important;
    -webkit-transition: margin-left 450ms ease;
    -o-transition: margin-left 450ms ease;
    transition: margin-left 450ms ease;
    overflow: clip;
    margin-top: 74px;
}

.app-content .side-app {
    padding: 0px 20px 0 20px;
}

.footer .container {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 992px) {
    .app-content {
        margin-left: 270px;
    }
}

@media (max-width: 991px) {
    .app-content {
        min-width: 100%;
    }
}

@media print {
    .app-content {
        margin: 0;
        padding: 0;
        background-color: #fff;
    }
}

.app-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9999 !important;
    border-bottom: 1px solid #e9edf4;
    background: #ffffff;
    transition: padding-left 0.3s ease;
}

@media (min-width: 992px) {
    .app-header {
        padding-right: 10px;
        padding-left: 285px;
        z-index: 9 !important;
    }
}

@media print {
    .app-header {
        display: none;
    }
}

.app-header__logo:focus,
.app-header__logo:hover {
    text-decoration: none;
}

.app-sidebar__toggle {
    color: var(--primary-bg-color);
    z-index: 1;
    transition: padding-left 0.3s ease;
    padding: 0 9px;
    text-align: center;
    font-size: 1.5rem;
    position: relative;
    right: 7px;
}

.app-sidebar__toggle:before {
    content: "\e907";
    transition: all 0.25s;
    font-size: 21px;
    font-family: "feather";
}

.app-sidebar__toggle:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    bottom: 0;
    border-radius: 50%;
    right: 12px;
    background: rgba(var(--primary-bg-color), 0);
}

.app-sidebar__toggle:focus,
.app-sidebar__toggle:hover {
    text-decoration: none;
}

@media (max-width: 991px) {
    .app-sidebar__toggle {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

.app-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    color: #282f53;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: 0 8px 24px rgba(168, 180, 208, 0.1);
    box-shadow: 0 8px 24px rgba(168, 180, 208, 0.1);
    -webkit-transition: left 450ms ease, width 450ms ease;
    transition: left 450ms ease, width 450ms ease;
    -o-transition: left 450ms ease, width 450ms ease;
    border-right: 1px solid #e9edf4;
}

.app-sidebar::-webkit-scrollbar {
    width: 6px;
}

.app-sidebar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}

@media print {
    .app-sidebar {
        display: none;
    }
}

@media (max-width: 991px) {
    .app-sidebar__overlay {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 9;
    }
}

.side-menu {
    margin-bottom: 0;
    padding: 0 10px 0 10px;
}

.side-menu__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: border-left-color 0.3s ease, background-color 0.3s ease;
    -o-transition: border-left-color 0.3s ease, background-color 0.3s ease;
    transition: border-left-color 0.3s ease, background-color 0.3s ease;
    color: #282f53;
    margin: 2px 0px;
    white-space: nowrap;
}

.side-menu__item.active {
    text-decoration: none;
    color: var(--primary-bg-color);
}

.side-menu__item.active:hover,
.side-menu__item.active:focus {
    text-decoration: none;
    color: var(--primary-bg-color);
}

.side-menu__item:hover,
.side-menu__item:focus {
    text-decoration: none;
    color: var(--primary-bg-color);
}

.side-menu__item:hover .side-menu__icon,
.side-menu__item:hover .side-menu__label,
.side-menu__item:focus .side-menu__icon,
.side-menu__item:focus .side-menu__label {
    color: var(--primary-bg-color);
}

.slide-item.active,
.slide-item:hover,
.slide-item:focus {
    text-decoration: none;
    color: #b5c1d2;
}

.slide-menu a.active {
    color: var(--primary-bg-color);
}

.slide-item.active,
.slide-item:hover,
.slide-item:focus {
    text-decoration: none;
    color: var(--primary-bg-color) !important;
}

.slide-menu li {
    position: relative;
}

.slide-menu li .slide-item:before {
    content: "\e048";
    font-family: "typicons";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    top: 0px;
    font-size: 10px;
    margin-right: 7px;
    color: #68798b;
}

.slide.is-expanded a {
    text-decoration: none;
}

.side-menu__label {
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 3px;
}

.slide.is-expanded .slide-menu {
    display: block;
}

.slide.is-expanded .angle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.slide-menu {
    display: none;
    font-size: 0.7rem !important;
    padding-left: 30px;
}

.slide-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 8px;
    font-size: 13.3px;
    color: #74829c;
    white-space: nowrap;
}

.slide-item .icon {
    margin-right: 5px;
}

.angle {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    margin-right: 2px;
    font-size: 11px;
}

@media (min-width: 992px) {

    .sidebar-mini.sidenav-toggled .sidebar-mini.sidenav-toggled.user-notification::before {
        background: transparent;
        display: none;
    }

    .sidebar-mini.sidenav-toggled .side-menu li .side-menu__item.active:before {
        display: none;
    }

    .sidebar-mini.sidenav-toggled .app-sidebar:hover {
        overflow: visible;
    }
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-menu.dropdown-menu-right {
    left: auto;
}

.dropdown-item .fa,
.dropdown-item .icon {
    vertical-align: middle;
}

.side-menu li:not(:first-child) h3 {
    margin-top: 0rem;
}

@media (min-width: 991px) {
    .sidenav-toggled .header-brand-img.light-logo {
        display: block;
        margin-right: 0;
    }
}


.slide-menu open.slide-menu hide .side-badge {
    position: absolute;
    top: 18px;
    right: 20px;
    border-radius: 50px;
    padding: 3px 6px 3px;
}

/*-- Subslide ---*/
.sub-side-menu__item {
    padding: 8px 8px;
    font-size: 13px;
    display: flex;
    color: #74829c;
}

.sub-side-menu__item .sub-side-menu__label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.slide-menu a:before {
    content: "\e048";
    margin-right: 10px;
    font-size: 11px;
    position: relative;
    font-family: typicons !important;
    opacity: 0.6;
    top: 2px;
}

.sub-slide.is-expanded .sub-angle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sub-angle {
    float: right;
    line-height: 40px;
    margin-top: 5px;
    margin-right: 14px;
    font-size: 12px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.sub-slide.is-expanded .sub-slide-menu {
    display: block;
}

.sub-slide-menu {
    display: none;
    padding: 0 15px 15px 0;
    font-size: 13px !important;
    list-style: none;
}

.sub-slide-item {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    list-style: none;
    padding: 8px 0 8px 24px !important;
    color: #74829c;
    font-size: 13.5px;
}

/*-- Subslide2 ---*/
.sub-side-menu__item2 {
    padding: 8px 2px 8px 24px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #74829c;
    font-size: 12.5px;
}

.sub-slide2 .sub-side-menu__label2 {
    flex: 1 1 auto;
}

.sub-angle2 {
    float: right;
    line-height: 40px;
    margin-top: -2px;
    margin-right: 3px;
    font-size: 12px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.sub-slide2.is-expanded .sub-angle2 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sub-slide2.is-expanded .sub-slide-menu2 {
    display: block;
}

.sub-slide-menu2 {
    display: none;
    padding: 0;
    font-size: 0.8rem !important;
    padding-left: 0;
    list-style: none;
}

.sub-slide-item2 {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    list-style: none;
    padding: 8px 0 8px 40px !important;
    font-size: 12.5px;
    color: #74829c;
}

.side-menu-label1 {
    display: none;
}

@media screen and (max-width: 991.9px) {
    .side-menu {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 991px) {
    .app-sidebar__toggle {
        padding-left: 15px !important;
    }
}

@media (min-width: 992px) {

    .horizontal-hover .side-menu__item:not(.has-link),
    .horizontal-hover .sub-side-menu__item:not(.has-link),
    .horizontal-hover .sub-side-menu__item2:not(.has-link) {
        pointer-events: none;
        cursor: pointer;
    }
}

.icontext-menu .app-header__logo:focus,
.icontext-menu .app-header__logo:hover {
    text-decoration: none;
}

.icontext-menu .app-sidebar__toggle:before {
    content: "\e907";
    transition: all 0.25s;
    font-size: 21px;
    font-family: "feather";
}

.icontext-menu .app-sidebar__toggle:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    bottom: 0;
    border-radius: 50%;
    right: 12px;
    background: rgba(var(--primary-bg-color), 0);
}

.icontext-menu .app-sidebar__toggle:focus,
.icontext-menu .app-sidebar__toggle:hover {
    text-decoration: none;
}

.icontext-menu .side-menu__item.active {
    text-decoration: none;
    color: var(--primary-bg-color);
}

.icontext-menu .side-menu__item.active:hover,
.icontext-menu .side-menu__item.active:focus {
    text-decoration: none;
    color: var(--primary-bg-color);
}

.icontext-menu .side-menu__item:hover,
.icontext-menu .side-menu__item:focus {
    text-decoration: none;
    color: var(--primary-bg-color);
}

.icontext-menu .side-menu__item:hover .side-menu__icon,
.icontext-menu .side-menu__item:hover .side-menu__label,
.icontext-menu .side-menu__item:focus .side-menu__icon,
.icontext-menu .side-menu__item:focus .side-menu__label {
    color: var(--primary-bg-color) !important;
}

.icontext-menu .slide-item.active,
.icontext-menu .slide-item:hover,
.icontext-menu .slide-item:focus {
    text-decoration: none;
    color: #b5c1d2;
}

.icontext-menu .slide-menu a.active {
    color: var(--primary-bg-color);
}

.icontext-menu .slide-item.active,
.icontext-menu .slide-item:hover,
.icontext-menu .slide-item:focus {
    text-decoration: none;
    color: var(--primary-bg-color) !important;
}

.icontext-menu .slide-menu li .slide-item:before {
    content: "\e048";
    font-family: "typicons";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    top: 2px;
    font-size: 10px;
    margin-right: 8px;
    color: #68798b;
}

.icontext-menu .side-menu .side-menu__icon::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 12px;
    bottom: 0;
    border-radius: 50%;
    right: 3px;
    background: rgba(var(--primary-bg-color), 0);
}

@media (min-width: 992px) {

    .icontext-menu.sidebar-mini.sidenav-toggled .side-menu .side-menu__icon:after {
        top: 6px;
    }

    .icontext-menu.sidebar-mini.sidenav-toggled.sidebar-mini.sidenav-toggled.user-notification::before {
        background: transparent;
        display: none;
    }

    .icontext-menu.sidebar-mini.sidenav-toggled .side-menu li .side-menu__item.active:before {
        display: none;
    }

    .icontext-menu.sidebar-mini.sidenav-toggled .app-sidebar:hover {
        overflow: visible;
    }

    .icontext-menu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu .side-menu__icon:after {
        top: 12px;
    }
}

.icontext-menu .slide-menu a:before {
    content: "\e048";
    margin-right: 10px;
    font-size: 11px;
    position: relative;
    font-family: typicons !important;
    opacity: 0.6;
    top: 2px;
}

.closed-leftmenu .app-header__logo:focus,
.closed-leftmenu .app-header__logo:hover {
    text-decoration: none;
}

.closed-leftmenu .app-sidebar__toggle:before {
    content: "\e907";
    transition: all 0.25s;
    font-size: 21px;
    font-family: "feather";
}

.closed-leftmenu .app-sidebar__toggle:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    bottom: 0;
    border-radius: 50%;
    right: 12px;
    background: rgba(var(--primary-bg-color), 0);
}

.closed-leftmenu .app-sidebar__toggle:focus,
.closed-leftmenu .app-sidebar__toggle:hover {
    text-decoration: none;
}

.closed-leftmenu .side-menu__item.active {
    text-decoration: none;
    color: var(--primary-bg-color);
}

.closed-leftmenu .side-menu__item.active:hover,
.closed-leftmenu .side-menu__item.active:focus {
    text-decoration: none;
    color: var(--primary-bg-color);
}

.closed-leftmenu .side-menu__item:hover,
.closed-leftmenu .side-menu__item:focus {
    text-decoration: none;
    color: var(--primary-bg-color);
}

.closed-leftmenu .side-menu__item:hover .side-menu__icon,
.closed-leftmenu .side-menu__item:hover .side-menu__label,
.closed-leftmenu .side-menu__item:focus .side-menu__icon,
.closed-leftmenu .side-menu__item:focus .side-menu__label {
    color: var(--primary-bg-color) !important;
}

.closed-leftmenu .slide-item.active,
.closed-leftmenu .slide-item:hover,
.closed-leftmenu .slide-item:focus {
    text-decoration: none;
    color: #b5c1d2;
}

.closed-leftmenu .slide-menu a.active {
    color: var(--primary-bg-color);
}

.closed-leftmenu .slide-item.active,
.closed-leftmenu .slide-item:hover,
.closed-leftmenu .slide-item:focus {
    text-decoration: none;
    color: var(--primary-bg-color) !important;
}

.closed-leftmenu .slide-menu li .slide-item:before {
    content: "\e048";
    font-family: "typicons";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    top: 0px;
    font-size: 10px;
    margin-right: 7px;
    color: #68798b;
}

.closed-leftmenu .side-menu .side-menu__icon::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 12px;
    bottom: 0;
    border-radius: 50%;
    right: 3px;
    background: rgba(var(--primary-bg-color), 0);
}

@media (min-width: 992px) {

    .closed-leftmenu.sidebar-mini.sidenav-toggled.sidebar-mini.sidenav-toggled.user-notification::before {
        background: transparent;
        display: none;
    }

    .closed-leftmenu.sidebar-mini.sidenav-toggled .side-menu li .side-menu__item.active:before {
        display: none;
    }

    .closed-leftmenu.sidebar-mini.sidenav-toggled .app-sidebar:hover {
        overflow: visible;
    }
}

.closed-leftmenu .slide-menu a:before {
    content: "\e048";
    margin-right: 10px;
    font-size: 11px;
    position: relative;
    font-family: typicons !important;
    opacity: 0.6;
    top: 2px;
}

@media (min-width: 992px) {
    .hover-submenu.app.sidenav-toggled .app-content {
        margin-left: 0;
    }

    .hover-submenu.app.sidenav-toggled .app-sidebar {
        left: 230px;
    }

    .hover-submenu.app.sidenav-toggled .app-sidebar__overlay {
        visibility: hidden;
    }

    .hover-submenu .app-sidebar {
        padding-top: 55px;
    }

    .hover-submenu .side-header {
        width: 270px;
        left: 0;
        right: 0;
        top: 0;
        position: fixed;
        z-index: 99;
        background: #fff;
    }

    .hover-submenu.app.sidebar-mini.sidenav-toggled .side-header {
        width: 120px !important;
    }

    .hover-submenu.app.sidebar-mini.sidenav-toggled .side-header .header-brand-img.light-logo {
        height: 2.5rem;
    }

    .hover-submenu.sidebar-mini footer.footer {
        padding: 1.25rem 1.25rem 1.25rem 270px;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled footer.footer {
        padding: 1.25rem 1.25rem 1.25rem 80px;
    }
}

@media (max-width: 991px) {
    .hover-submenu.app {
        overflow-x: hidden;
    }

    .hover-submenu.app .app-sidebar {
        left: -270px;
        top: 70px;
    }

    .hover-submenu.app .app-sidebar__overlay {
        visibility: hidden;
    }

    .hover-submenu.app.sidenav-toggled .app-content {
        margin-left: 0;
    }

    .hover-submenu.app.sidenav-toggled .app-sidebar {
        left: 0;
    }

    .hover-submenu.app.sidenav-toggled .app-sidebar__overlay {
        visibility: visible;
    }

    .hover-submenu.app.sidebar-mini.sidebar-gone.sidenav-toggled .app-sidebar {
        left: 0;
    }

    .hover-submenu.app .app-header .header-brand1 {
        width: inherit;
        position: absolute;
        left: 0;
        right: 0;
    }
}

@media (min-width: 992px) {
    .hover-submenu .app-header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: block;
        width: 230px;
    }
}

.hover-submenu .side-menu__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: border-left-color 0.3s ease, background-color 0.3s ease;
    -o-transition: border-left-color 0.3s ease, background-color 0.3s ease;
    transition: border-left-color 0.3s ease, background-color 0.3s ease;
    color: #282f53;
    margin: 2px 0px;
}

.hover-submenu .side-menu__item.active {
    text-decoration: none;
    color: var(--primary-bg-color);
}

.hover-submenu .side-menu__item.active:hover,
.hover-submenu .side-menu__item.active:focus {
    text-decoration: none;
    color: var(--primary-bg-color);
}

.hover-submenu .side-menu__item:hover,
.hover-submenu .side-menu__item:focus {
    text-decoration: none;
    color: var(--primary-bg-color);
}

.hover-submenu .side-menu__item:hover .side-menu__icon,
.hover-submenu .side-menu__item:hover .side-menu__label,
.hover-submenu .side-menu__item:focus .side-menu__icon,
.hover-submenu .side-menu__item:focus .side-menu__label {
    color: var(--primary-bg-color) !important;
}

@media (min-width: 992px) {
    .hover-submenu.app.sidebar-mini.sidenav-toggled .side-menu__label {
        display: block !important;
        font-size: 12px;
        padding-top: 0px;
        margin-top: 0;
    }

    .hover-submenu .slide-menu {
        display: none;
        padding: 0px;
        font-size: 0.7rem !important;
        padding-left: 3px;
        margin-left: 12px;
    }
}

.hover-submenu .slide-item.active,
.hover-submenu .slide-item:hover,
.hover-submenu .slide-item:focus {
    text-decoration: none;
    color: #b5c1d2;
}

.hover-submenu .slide-menu a.active {
    color: var(--primary-bg-color);
}

.hover-submenu .slide-item.active,
.hover-submenu .slide-item:hover,
.hover-submenu .slide-item:focus {
    text-decoration: none;
    color: var(--primary-bg-color) !important;
}

.hover-submenu .slide-menu li {
    position: relative;
}

.hover-submenu .slide-menu li .slide-item:before {
    content: "\e048";
    font-family: "typicons";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    top: 2px;
    font-size: 10px;
    margin-right: 8px;
    color: #68798b;
}

.hover-submenu .slide.is-expanded a {
    text-decoration: none;
}

.hover-submenu .side-menu .side-menu__icon {
    color: var(--primary-bg-color);
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
}

.hover-submenu .side-menu .side-menu__icon::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 12px;
    bottom: 0;
    border-radius: 50%;
    right: 3px;
    background: rgba(var(--primary-bg-color), 0);
}

.hover-submenu .side-menu__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.hover-submenu .side-menu__label {
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 3px;
}

.hover-submenu .slide.is-expanded .slide-menu {
    display: block;
}

.hover-submenu .slide.is-expanded .angle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.hover-submenu .slide-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 17px;
    font-size: 13.3px;
    color: #74829c;
}

.hover-submenu .slide-item .icon {
    margin-right: 5px;
}

.hover-submenu .angle {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    margin-right: 2px;
}

@media (min-width: 992px) {

    .hover-submenu.sidebar-mini.sidenav-toggled .app-sidebar__user-name,
    .hover-submenu.sidebar-mini.sidenav-toggled .app-sidebar__user-designation,
    .hover-submenu.sidebar-mini.sidenav-toggled .angle,
    .hover-submenu.sidebar-mini.sidenav-toggled .app-sidebar__user-name,
    .hover-submenu.sidebar-mini.sidenav-toggled .user-notification,
    .hover-submenu.sidebar-mini.sidenav-toggled .app-sidebar__user-name,
    .hover-submenu.sidebar-mini.sidenav-toggled .user-info {
        display: none;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled .app-header.header {
        padding-left: 130px;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled .side-menu {
        padding: 0 0px 40px 0px;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled .side-menu .sub-category {
        display: none;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled .side-menu .side-menu__icon {
        background: none !important;
        box-shadow: none;
        margin-right: 0;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled .side-menu .side-menu__icon:after {
        top: 6px;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled .side-badge,
    .hover-submenu.sidebar-mini.sidenav-toggled .slide-menu open.slide-menu hide .side-badge {
        top: 1px;
        right: 40px;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled.sidebar-mini.sidenav-toggled.user-notification::before {
        background: transparent;
        display: none;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled .app-sidebar__user-name,
    .hover-submenu.sidebar-mini.sidenav-toggled .avatar-xl {
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
        font-size: 1rem;
        margin-bottom: 0px !important;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled .app-sidebar__user,
    .hover-submenu.sidebar-mini.sidenav-toggled .side-menu {
        margin-top: 20px;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled .app-sidebar__user-avatar {
        width: 25px;
        height: 25px;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled .side-menu li .side-menu__item.active:before {
        display: none;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled .app-sidebar__user {
        padding: 12px 0px 12px 0;
        margin-bottom: 0px;
        border-bottom: 1px solid rgba(225, 225, 225, 0.05);
    }

    .hover-submenu.sidebar-mini.sidenav-toggled .profile-img {
        top: 0px;
        right: 19px;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled .app-content {
        margin-left: 120px;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled .app-sidebar {
        left: 0;
        width: 120px;
        overflow: hidden;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled .app-sidebar:hover {
        overflow: visible;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled .slide-menu {
        position: absolute;
        opacity: 0;
        z-index: 9;
        visibility: hidden;
        -webkit-transition: visibility 0.3s ease;
        -o-transition: visibility 0.3s ease;
        transition: visibility 0.3s ease;
    }

    .hover-submenu.app.sidebar-mini.sidenav-toggled .side-menu__item {
        padding: 12px 5px;
        text-align: center;
        display: block;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled .app-sidebar__user .avatar-md {
        margin: 0 auto;
    }

    .hover-submenu.app.sidebar-mini.sidenav-toggled .nav-badge {
        position: absolute;
        top: 8px;
        right: 28px;
        padding: 0.2rem 0.4rem;
        font-size: 11px;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar {
        width: 120px;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-header {
        width: 120px !important;
        display: flex !important;
        padding: 19px 17px !important;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .light-logo,
    .hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .light-logo1,
    .hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .mobile-light {
        display: none !important;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-header .header-brand-img.light-logo {
        display: block !important;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu .side-menu__icon:after {
        top: 6px;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__item {
        display: block;
        padding: 12px 5px;
        text-align: center;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu .sub-category {
        display: none !important;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__icon {
        background: none !important;
        box-shadow: none;
        margin-right: 0 !important;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__label {
        display: block !important;
        font-size: 12px;
        padding-top: 0px;
        margin-top: 0;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu {
        margin-top: 20px !important;
        padding: 0 0px 40px 0px !important;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .angle {
        display: none;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-badge {
        top: 1px;
        right: 40px;
    }
}

.hover-submenu .dropdown-menu {
    border-radius: 0;
}

.hover-submenu .dropdown-menu.dropdown-menu-right {
    left: auto;
}

.hover-submenu .dropdown-item .fa,
.hover-submenu .dropdown-item .icon {
    vertical-align: middle;
}

.hover-submenu .app-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #FFF;
    margin: -30px -30px 30px;
    padding: 20px 30px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.hover-submenu .app-title h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
}

.hover-submenu .app-title p {
    margin-bottom: 0;
    font-style: italic;
}

@media print {
    .hover-submenu .app-title {
        display: none;
    }
}

@media (max-width: 480px) {
    .hover-submenu .app-title {
        margin: -15px -15px 15px;
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .hover-submenu .app-title p {
        display: none;
    }
}

.hover-submenu .app-breadcrumb {
    margin-bottom: 0;
    text-align: right;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0;
    text-align: left;
    padding: 0;
    background-color: transparent;
}

@media (max-width: 480px) {
    .hover-submenu .app-breadcrumb {
        margin-top: 10px;
    }
}

.hover-submenu.sidenav-toggled .app-sidebar__user .avatar-md {
    line-height: 2rem;
    font-size: 1rem;
}

.hover-submenu.sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge {
    position: absolute;
    top: 5px;
    left: 57px;
    display: block !important;
    padding: 3px 5px !important;
}

.hover-submenu.sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge1 {
    display: none;
}

.hover-submenu .nav-badge {
    border-radius: 30px;
    padding: 0.4em 0.6em;
    font-size: 12px;
}

.hover-submenu .user-info .text-dark {
    color: #25252a !important;
    font-weight: 400;
    font-size: 16px;
}

.hover-submenu .user-info .text-muted {
    color: #74829c !important;
}

.hover-submenu .side-header .header-brand1 {
    text-align: center;
    margin: 0 auto !important;
}

.hover-submenu .side-header .header-brand-img.desktop-logo {
    display: none;
}

.hover-submenu.sidebar-mini.sidenav-toggled .app-sidebar .side-header .header-brand-img.desktop-logo {
    display: none;
}

.hover-submenu .side-header .header-brand-img.toggle-logo {
    display: none;
}

.hover-submenu .side-header .header-brand-img.light-logo1 {
    display: block !important;
}

.hover-submenu.sidebar-mini.sidenav-toggled .app-sidebar .side-header .header-brand-img.light-logo1 {
    display: none !important;
}

.hover-submenu.sidebar-mini.sidenav-toggled .app-sidebar .side-header .header-brand-img.toggle-logo {
    display: none;
    margin-right: 0;
}

.hover-submenu.sidebar-mini.sidenav-toggled .sidebar-navs {
    display: none;
}

.hover-submenu .side-header {
    display: flex;
    border-bottom: 1px solid #e9edf4;
    border-right: 1px solid #e9edf4;
    padding: 19px 17px;
    --webkit-transition: left 0.3s ease, width 0.2s ease;
    -o-transition: left 0.3s ease, width 0.2s ease;
    transition: left 0.3s ease, width 0.2s ease;
    height: 75px;
}

.hover-submenu .side-header .header-brand-img.toggle-logo,
.hover-submenu .side-header .header-brand-img.light-logo {
    height: 2.5rem;
}

.hover-submenu.sidebar-mini.sidenav-toggled .app-sidebar__toggle {
    padding-left: 10px;
}

.hover-submenu .user-pic {
    margin-bottom: 0.8rem;
}

.hover-submenu .side-menu .sub-category {
    color: #74829c;
    margin-bottom: 0.5rem;
    padding: 12px 30px 2px 20px;
    margin-bottom: 0;
}

.hover-submenu .side-menu .sub-category h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 11px;
    font-weight: 500;
}

.hover-submenu .side-menu li:not(:first-child) h3 {
    margin-top: 0rem;
}

.hover-submenu.sidebar-mini .app-header .light-logo1 {
    display: block !important;
}

@media (min-width: 992px) {
    .hover-submenu.sidenav-toggled .header-brand-img.light-logo {
        display: block;
        margin-right: 0;
    }
}

.hover-submenu .side-badge,
.hover-submenu .slide-menu open.slide-menu hide .side-badge {
    position: absolute;
    top: 18px;
    right: 20px;
    border-radius: 50px;
    padding: 3px 6px 3px;
}

.hover-submenu .sub-side-menu__item {
    padding: 8px 17px;
    font-size: 13px;
    display: flex;
    color: #74829c;
}

.hover-submenu .sub-side-menu__item .sub-side-menu__label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.hover-submenu .slide-menu a:before {
    content: "\e048";
    margin-right: 10px;
    font-size: 11px;
    position: relative;
    font-family: typicons !important;
    opacity: 0.6;
    top: 2px;
}

.hover-submenu .sub-slide.is-expanded .sub-angle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.hover-submenu .sub-angle {
    float: right;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    margin-right: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.hover-submenu .sub-slide.is-expanded .sub-slide-menu {
    display: block;
}

.hover-submenu .sub-slide-menu {
    display: none;
    padding: 0 15px 15px 0;
    font-size: 13px !important;
    list-style: none;
}

.hover-submenu .sub-slide-item {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    list-style: none;
    padding: 8px 0 8px 27px !important;
    color: #74829c;
    font-size: 13.5px;
}

.hover-submenu .sub-side-menu__item2 {
    padding: 8px 2px 8px 27px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #74829c;
    font-size: 12.5px;
}

.hover-submenu .sub-slide2 .sub-side-menu__label2 {
    flex: 1 1 auto;
}

.hover-submenu .sub-angle2 {
    float: right;
    line-height: 40px;
    margin-top: -2px;
    margin-right: 0px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.hover-submenu .sub-slide2.is-expanded .sub-angle2 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.hover-submenu .sub-slide2.is-expanded .sub-slide-menu2 {
    display: block;
}

.hover-submenu .sub-slide-menu2 {
    display: none;
    padding: 0;
    font-size: 0.8rem !important;
    padding-left: 0;
    list-style: none;
}

.hover-submenu .sub-slide-item2 {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    list-style: none;
    padding: 8px 0 8px 40px !important;
    font-size: 12.5px;
    color: #74829c;
}

@media (max-width: 991px) {
    .hover-submenu .header-brand1 .desktop-logo {
        margin: 0 auto;
        margin-top: 6px;
    }
}

.hover-submenu.sidebar-mini.dark-mode.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.desktop-logo {
    display: block !important;
}

.hover-submenu.sidebar-mini.dark-mode.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1 {
    display: none !important;
}

.hover-submenu.app.sidebar-mini.sidenav-toggled .app-sidebar .side-header .header-brand-img.light-logo1 {
    display: none !important;
}

.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1 {
    display: none !important;
}

.hover-submenu.app.sidebar-mini.dark-mode.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1 {
    display: none !important;
}

@media (min-width: 992px) {
    .hover-submenu.sidenav-toggled .app-sidebar {
        overflow: visible !important;
        position: absolute !important;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu:hover .side-menu {
        max-height: inherit !important;
        visibility: visible;
        border-radius: 1px !important;
        transition: none !important;
        padding: 8px 0px;
        opacity: inherit;
        display: block !important;
    }

    .hover-submenu .app-sidebar .slide {
        position: relative;
        display: block;
    }

    .hover-submenu.app.sidebar-mini.sidenav-toggled .slide-menu {
        position: absolute;
        left: 108px;
        min-width: 180px;
        opacity: 1;
        z-index: 9999;
        visibility: hidden;
        top: 0;
        display: block;
    }

    .hover-submenu.app.sidebar-mini.sidenav-toggled-open .slide-menu {
        position: absolute;
        left: 108px;
        min-width: 180px;
        opacity: 1;
        z-index: 9999;
        visibility: visible;
        top: 0;
        display: block;
    }

    .hover-submenu.app.sidebar-mini.sidenav-toggled-open .slide-menu.open {
        position: absolute;
        left: 108px;
        min-width: 180px;
        opacity: 1;
        z-index: 9999;
        visibility: visible;
        top: 0;
        display: block;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .slide.is-expanded .slide-menu {
        position: absolute;
        left: 108px;
        min-width: 180px;
        opacity: 1;
        z-index: 9999;
        visibility: hidden;
        top: 0;
        height: auto !important;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .slide .slide-menu {
        position: absolute;
        left: 108px;
        min-width: 180px;
        opacity: 1;
        z-index: 9999;
        visibility: hidden;
        top: 0;
        display: block;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .slide:hover .slide-menu {
        visibility: visible;
        display: block !important;
        height: auto !important;
    }

    .hover-submenu.sidebar-mini.sidenav-toggled .slide-menu {
        position: absolute;
        background: #ffffff;
        opacity: 1;
        visibility: visible;
        z-index: 999;
        left: 72px;
        transition: none !important;
        display: block !important;
        box-shadow: 8px 8px 17px rgba(0, 0, 0, 0.1);
    }

    .hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu-label1 {
        display: none;
    }

    .hover-submenu.sidenav-toggled .app-content {
        min-height: 1262px;
    }
}

.hover-submenu .ps--active-x>.ps__rail-x,
.hover-submenu .ps--active-y>.ps__rail-y {
    display: none;
}

.hover-submenu.color-menu .side-header .light-logo {
    display: none !important;
}

.hover-submenu.sidenav-toggled.sidenav-toggled-open .slide .slide-menu {
    border-radius: 0px 6px 6px 0px !important;
}

.hover-submenu.rtl.sidenav-toggled.sidenav-toggled-open .slide .slide-menu {
    border-radius: 6px 0px 0px 6px !important;
}

@media (min-width: 992px) {
    .hover-submenu.sidebar-mini.sidenav-toggled .slide-menu {
        max-height: inherit !important;
        padding-bottom: 8px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 8px !important;
        height: auto !important;
        overflow: hidden !important;
    }

    .hover-submenu.transparent-mode.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__icon {
        color: #282f53;
    }

    .hover-submenu.transparent-mode.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open.light-menu .side-menu__icon {
        color: #282f53 !important;
    }

    .hover-submenu.transparent-mode.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open.light-menu .side-menu__item:hover .side-menu__icon,
    .hover-submenu.transparent-mode.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open.light-menu .side-menu__item:focus .side-menu__icon {
        color: var(--primary-bg-color) !important;
    }

    .hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__icon {
        color: #282f53;
    }

    .hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__item:hover .side-menu__icon,
    .hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__item:focus .side-menu__icon {
        color: var(--primary-bg-color);
    }
}

@media (min-width: 992px) {
    .hover-submenu1.app.sidenav-toggled .app-content {
        margin-left: 0;
    }

    .hover-submenu1.app.sidenav-toggled .app-sidebar {
        left: 230px;
    }

    .hover-submenu1.app.sidenav-toggled .app-sidebar__overlay {
        visibility: hidden;
    }

    .hover-submenu1 .app-sidebar {
        padding-top: 55px;
    }

    .hover-submenu1 .side-header {
        width: 270px;
        left: 0;
        right: 0;
        top: 0;
        position: fixed;
        z-index: 99;
        background: #fff;
    }

    .hover-submenu1.app.sidebar-mini.sidenav-toggled .side-header {
        width: 80px !important;
    }

    .hover-submenu1.app.sidebar-mini.sidenav-toggled .side-header .header-brand-img.light-logo {
        height: 2.5rem;
    }

    .hover-submenu1.sidebar-mini footer.footer {
        padding: 1.25rem 1.25rem 1.25rem 270px;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled footer.footer {
        padding: 1.25rem 1.25rem 1.25rem 80px;
    }
}

@media (max-width: 991px) {
    .hover-submenu1.app {
        overflow-x: hidden;
    }

    .hover-submenu1.app .app-sidebar {
        left: -270px;
        top: 70px;
    }

    .hover-submenu1.app .app-sidebar__overlay {
        visibility: hidden;
    }

    .hover-submenu1.app.sidenav-toggled .app-content {
        margin-left: 0;
    }

    .hover-submenu1.app.sidenav-toggled .app-sidebar {
        left: 0;
    }

    .hover-submenu1.app.sidenav-toggled .app-sidebar__overlay {
        visibility: visible;
    }

    .hover-submenu1.app.sidebar-mini.sidebar-gone.sidenav-toggled .app-sidebar {
        left: 0;
    }

    .hover-submenu1.app .app-header .header-brand1 {
        width: inherit;
        position: absolute;
        left: 0;
        right: 0;
    }
}

.hover-submenu1 .app-content {
    min-height: calc(100vh - 50px);
    margin-bottom: 0 !important;
    -webkit-transition: margin-left 0.2s ease;
    -o-transition: margin-left 0.2s ease;
    transition: margin-left 0.2s ease;
    overflow: hidden;
    margin-top: 74px;
}

.hover-submenu1 .app-content .side-app {
    padding: 0px 20px 0 20px;
}

.hover-submenu1 .footer .container {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 992px) {
    .hover-submenu1 .app-content {
        margin-left: 270px;
    }
}

@media (max-width: 991px) {
    .hover-submenu1 .app-content {
        min-width: 100%;
    }
}

@media print {
    .hover-submenu1 .app-content {
        margin: 0;
        padding: 0;
        background-color: #fff;
    }
}

.hover-submenu1 .app-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9999 !important;
    border-bottom: 1px solid #e9edf4;
    background: #ffffff;
    transition: padding-left 0.3s ease;
}

@media (min-width: 992px) {
    .hover-submenu1 .app-header {
        padding-right: 10px;
        padding-left: 285px;
        z-index: 9 !important;
    }
}

@media print {
    .hover-submenu1 .app-header {
        display: none;
    }
}

.hover-submenu1 .app-header__logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    color: #fff;
    text-align: center;
    font-family: "Niconne";
    padding: 0 15px;
    font-size: 26px;
    font-weight: 400;
    line-height: 50px;
}

.hover-submenu1 .app-header__logo:focus,
.hover-submenu1 .app-header__logo:hover {
    text-decoration: none;
}

@media (min-width: 992px) {
    .hover-submenu1 .app-header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: block;
        width: 230px;
    }

    .hover-submenu1 .slide-menu {
        display: none;
        padding: 0px;
        font-size: 0.7rem !important;
        padding-left: 2px;
        margin-left: 12px;
    }
}

.hover-submenu1 .app-sidebar__toggle {
    color: var(--primary-bg-color);
    z-index: 1;
    transition: padding-left 0.3s ease;
    padding: 0 9px;
    text-align: center;
    font-size: 1.5rem;
    position: relative;
    right: 10px;
}

.hover-submenu1 .app-sidebar__toggle:before {
    content: "\e907";
    transition: all 0.25s;
    font-size: 21px;
    font-family: "feather";
}

.hover-submenu1 .app-sidebar__toggle:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    bottom: 0;
    border-radius: 50%;
    right: 12px;
    background: rgba(var(--primary-bg-color), 0);
}

.hover-submenu1 .app-sidebar__toggle:focus,
.hover-submenu1 .app-sidebar__toggle:hover {
    text-decoration: none;
}

@media (max-width: 991px) {
    .hover-submenu1 .app-sidebar__toggle {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

.hover-submenu1 .app-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    color: #282f53;
    width: 270px;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: 0 8px 24px rgba(168, 180, 208, 0.1);
    box-shadow: 0 8px 24px rgba(168, 180, 208, 0.1);
    -webkit-transition: left 0.2s ease, width 0.2s ease;
    -o-transition: left 0.2s ease, width 0.2s ease;
    transition: left 0.2s ease, width 0.2s ease;
    border-right: 1px solid #e9edf4;
}

.hover-submenu1 .app-sidebar::-webkit-scrollbar {
    width: 6px;
}

.hover-submenu1 .app-sidebar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}

@media print {
    .hover-submenu1 .app-sidebar {
        display: none;
    }
}

@media (max-width: 991px) {
    .hover-submenu1 .app-sidebar__overlay {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 9;
    }
}

.hover-submenu1 .app-sidebar__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a8a8a8;
    width: 100%;
    padding: 15px 0 15px;
    display: inline-block;
}

.hover-submenu1 .app-sidebar__user .dropdown-menu {
    top: 10px !important;
}

.hover-submenu1 .app-sidebar__user img {
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.1);
    padding: 2px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(44, 44, 44, 0.2);
}

.hover-submenu1 .app-sidebar__user-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px;
}

.hover-submenu1 .app-sidebar__user-name {
    font-size: 17px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 0;
    overflow: hidden;
    font-weight: 600;
    color: #e5e9ec;
    font-size: 15px;
    margin-top: 5px !important;
}

.hover-submenu1 .app-sidebar__user-name.text-sm {
    font-size: 12px;
    font-weight: 400;
}

.hover-submenu1 .app-sidebar__user-designation {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 0;
    overflow: hidden;
    font-weight: 600;
    color: #e5e9ec;
    font-size: 15px;
    margin-top: 5px !important;
}

.hover-submenu1 .side-menu {
    margin-bottom: 0;
    padding: 0 10px 0 10px;
}

.hover-submenu1 .side-menu__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: border-left-color 0.3s ease, background-color 0.3s ease;
    -o-transition: border-left-color 0.3s ease, background-color 0.3s ease;
    transition: border-left-color 0.3s ease, background-color 0.3s ease;
    color: #282f53;
    margin: 2px 0px;
}

.hover-submenu1 .side-menu__item.active {
    text-decoration: none;
    color: var(--primary-bg-color);
}

.hover-submenu1 .side-menu__item.active:hover,
.hover-submenu1 .side-menu__item.active:focus {
    text-decoration: none;
    color: var(--primary-bg-color);
}

.hover-submenu1 .side-menu__item:hover,
.hover-submenu1 .side-menu__item:focus {
    text-decoration: none;
    color: var(--primary-bg-color);
}

.hover-submenu1 .side-menu__item:hover .side-menu__icon,
.hover-submenu1 .side-menu__item:hover .side-menu__label,
.hover-submenu1 .side-menu__item:focus .side-menu__icon,
.hover-submenu1 .side-menu__item:focus .side-menu__label {
    color: var(--primary-bg-color) !important;
}

@media (min-width: 992px) {
    .hover-submenu1.app.sidebar-mini.sidenav-toggled .side-menu__label {
        display: none !important;
        font-size: 12px;
        padding-top: 0px;
        margin-top: 0;
    }
}

.hover-submenu1 .slide-item.active,
.hover-submenu1 .slide-item:hover,
.hover-submenu1 .slide-item:focus {
    text-decoration: none;
    color: #b5c1d2;
}

.hover-submenu1 .slide-menu a.active {
    color: var(--primary-bg-color);
}

.hover-submenu1 .slide-item.active,
.hover-submenu1 .slide-item:hover,
.hover-submenu1 .slide-item:focus {
    text-decoration: none;
    color: var(--primary-bg-color) !important;
}

.hover-submenu1 .slide-menu li {
    position: relative;
}

.hover-submenu1 .slide-menu li .slide-item:before {
    content: "\e048";
    font-family: "typicons";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    top: 2px;
    font-size: 10px;
    margin-right: 8px;
    color: #68798b;
}

.hover-submenu1 .slide.is-expanded a {
    text-decoration: none;
}

.hover-submenu1 .side-menu .side-menu__icon {
    color: var(--primary-bg-color);
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
}

.hover-submenu1 .side-menu .side-menu__icon::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 12px;
    bottom: 0;
    border-radius: 50%;
    right: 3px;
    background: rgba(var(--primary-bg-color), 0);
}

.hover-submenu1 .side-menu__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.hover-submenu1 .side-menu__label {
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 3px;
}

.hover-submenu1 .slide.is-expanded .slide-menu {
    display: block;
}

.hover-submenu1 .slide.is-expanded .angle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.hover-submenu1 .slide-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 17px;
    font-size: 13.3px;
    color: #74829c;
}

.hover-submenu1 .slide-item .icon {
    margin-right: 5px;
}

.hover-submenu1 .angle {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    margin-right: 2px;
}

@media (min-width: 992px) {

    .hover-submenu1.sidebar-mini.sidenav-toggled .app-sidebar__user-name,
    .hover-submenu1.sidebar-mini.sidenav-toggled .app-sidebar__user-designation,
    .hover-submenu1.sidebar-mini.sidenav-toggled .angle,
    .hover-submenu1.sidebar-mini.sidenav-toggled .app-sidebar__user-name,
    .hover-submenu1.sidebar-mini.sidenav-toggled .user-notification,
    .hover-submenu1.sidebar-mini.sidenav-toggled .app-sidebar__user-name,
    .hover-submenu1.sidebar-mini.sidenav-toggled .user-info {
        display: none;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled .app-header.header {
        padding-left: 100px;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled .side-menu {
        padding: 0 0px 40px 0px;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled .side-menu .sub-category {
        display: none;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled .side-menu .side-menu__icon {
        background: none !important;
        box-shadow: none;
        margin-right: 0;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled .side-menu .side-menu__icon:after {
        top: 6px;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled .side-badge,
    .hover-submenu1.sidebar-mini.sidenav-toggled .slide-menu open.slide-menu hide .side-badge {
        top: 1px;
        right: 21px;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled.sidebar-mini.sidenav-toggled.user-notification::before {
        background: transparent;
        display: none;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled .app-sidebar__user-name,
    .hover-submenu1.sidebar-mini.sidenav-toggled .avatar-xl {
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
        font-size: 1rem;
        margin-bottom: 0px !important;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled .app-sidebar__user,
    .hover-submenu1.sidebar-mini.sidenav-toggled .side-menu {
        margin-top: 20px;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled .app-sidebar__user-avatar {
        width: 25px;
        height: 25px;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled .side-menu li .side-menu__item.active:before {
        display: none;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled .app-sidebar__user {
        padding: 12px 0px 12px 0;
        margin-bottom: 0px;
        border-bottom: 1px solid rgba(225, 225, 225, 0.05);
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled .profile-img {
        top: 0px;
        right: 19px;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled .app-content {
        margin-left: 80px;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled .app-sidebar {
        left: 0;
        width: 80px;
        overflow: hidden;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled .app-sidebar:hover {
        overflow: visible;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled .slide-menu {
        position: absolute;
        opacity: 0;
        z-index: 9;
        visibility: hidden;
        -webkit-transition: visibility 0.3s ease;
        -o-transition: visibility 0.3s ease;
        transition: visibility 0.3s ease;
    }

    .hover-submenu1.app.sidebar-mini.sidenav-toggled .side-menu__item {
        padding: 12px 5px;
        text-align: center;
        display: block;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled .app-sidebar__user .avatar-md {
        margin: 0 auto;
    }

    .hover-submenu1.app.sidebar-mini.sidenav-toggled .nav-badge {
        position: absolute;
        top: 8px;
        right: 28px;
        padding: 0.2rem 0.4rem;
        font-size: 11px;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar {
        width: 80px;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-header {
        width: 80px !important;
        display: flex !important;
        padding: 19px 17px !important;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .light-logo,
    .hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .light-logo1,
    .hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .mobile-light {
        display: none !important;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-header .header-brand-img.light-logo {
        display: block !important;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu .side-menu__icon:after {
        top: 6px;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__item {
        display: block;
        padding: 12px 5px;
        text-align: center;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu .sub-category {
        display: none !important;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__icon {
        background: none !important;
        box-shadow: none;
        margin-right: 0 !important;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__label {
        display: none !important;
        font-size: 12px;
        padding-top: 0px;
        margin-top: 0;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu {
        margin-top: 20px !important;
        padding: 0 0px 40px 0px !important;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .angle {
        display: none;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-badge {
        top: 1px;
        right: 21px;
    }
}

.hover-submenu1 .dropdown-menu {
    border-radius: 0;
}

.hover-submenu1 .dropdown-menu.dropdown-menu-right {
    left: auto;
}

.hover-submenu1 .dropdown-item .fa,
.hover-submenu1 .dropdown-item .icon {
    vertical-align: middle;
}

.hover-submenu1 .app-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
    margin: -30px -30px 30px;
    padding: 20px 30px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.hover-submenu1 .app-title h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
}

.hover-submenu1 .app-title p {
    margin-bottom: 0;
    font-style: italic;
}

@media print {
    .hover-submenu1 .app-title {
        display: none;
    }
}

@media (max-width: 480px) {
    .hover-submenu1 .app-title {
        margin: -15px -15px 15px;
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .hover-submenu1 .app-title p {
        display: none;
    }
}

.hover-submenu1 .app-breadcrumb {
    margin-bottom: 0;
    text-align: right;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0;
    text-align: left;
    padding: 0;
    background-color: transparent;
}

@media (max-width: 480px) {
    .hover-submenu1 .app-breadcrumb {
        margin-top: 10px;
    }
}

.hover-submenu1.sidenav-toggled .app-sidebar__user .avatar-md {
    line-height: 2rem;
    font-size: 1rem;
}

.hover-submenu1.sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge {
    position: absolute;
    top: 5px;
    left: 57px;
    display: block !important;
    padding: 3px 5px !important;
}

.hover-submenu1.sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge1 {
    display: none;
}

.hover-submenu1 .nav-badge {
    border-radius: 30px;
    padding: 0.4em 0.6em;
    font-size: 12px;
}

.hover-submenu1 .user-info .text-dark {
    color: #25252a !important;
    font-weight: 400;
    font-size: 16px;
}

.hover-submenu1 .user-info .text-muted {
    color: #74829c !important;
}

.hover-submenu1 .side-header .header-brand1 {
    text-align: center;
    margin: 0 auto !important;
}

.hover-submenu1 .side-header .header-brand-img.desktop-logo {
    display: none;
}

.hover-submenu1.sidebar-mini.sidenav-toggled .app-sidebar .side-header .header-brand-img.desktop-logo {
    display: none;
}

.hover-submenu1 .side-header .header-brand-img.toggle-logo {
    display: none;
}

.hover-submenu1 .side-header .header-brand-img.light-logo1 {
    display: block !important;
}

.hover-submenu1.sidebar-mini.sidenav-toggled .app-sidebar .side-header .header-brand-img.light-logo1 {
    display: none !important;
}

.hover-submenu1.sidebar-mini.sidenav-toggled .app-sidebar .side-header .header-brand-img.toggle-logo {
    display: none;
    margin-right: 0;
}

.hover-submenu1.sidebar-mini.sidenav-toggled .sidebar-navs {
    display: none;
}

.hover-submenu1 .side-header {
    display: flex;
    border-bottom: 1px solid #e9edf4;
    border-right: 1px solid #e9edf4;
    padding: 19px 17px;
    --webkit-transition: left 0.3s ease, width 0.2s ease;
    -o-transition: left 0.3s ease, width 0.2s ease;
    transition: left 0.3s ease, width 0.2s ease;
    height: 75px;
}

.hover-submenu1 .side-header .header-brand-img.toggle-logo,
.hover-submenu1 .side-header .header-brand-img.light-logo {
    height: 2.5rem;
}

.hover-submenu1.sidebar-mini.sidenav-toggled .app-sidebar__toggle {
    padding-left: 10px;
}

.hover-submenu1 .user-pic {
    margin-bottom: 0.8rem;
}

.hover-submenu1 .side-menu .sub-category {
    color: #74829c;
    margin-bottom: 0.5rem;
    padding: 12px 30px 2px 20px;
    margin-bottom: 0;
}

.hover-submenu1 .side-menu .sub-category h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 11px;
    font-weight: 500;
}

.hover-submenu1 .side-menu li:not(:first-child) h3 {
    margin-top: 0rem;
}

.hover-submenu1.sidebar-mini .app-header .light-logo1 {
    display: block !important;
}

@media (min-width: 992px) {
    .hover-submenu1.sidenav-toggled .header-brand-img.light-logo {
        display: block;
        margin-right: 0;
    }
}

.hover-submenu1 .side-badge,
.hover-submenu1 .slide-menu open.slide-menu hide .side-badge {
    position: absolute;
    top: 18px;
    right: 20px;
    border-radius: 50px;
    padding: 3px 6px 3px;
}

.hover-submenu1 .sub-side-menu__item {
    padding: 8px 17px;
    font-size: 13px;
    display: flex;
    color: #74829c;
}

.hover-submenu1 .sub-side-menu__item .sub-side-menu__label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.hover-submenu1 .slide-menu a:before {
    content: "\e048";
    margin-right: 10px;
    font-size: 11px;
    position: relative;
    font-family: typicons !important;
    opacity: 0.6;
    top: 2px;
}

.hover-submenu1 .sub-slide.is-expanded .sub-angle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.hover-submenu1 .sub-angle {
    float: right;
    margin-right: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.hover-submenu1 .sub-slide.is-expanded .sub-slide-menu {
    display: block;
}

.hover-submenu1 .sub-slide-menu {
    display: none;
    padding: 0 15px 15px 0;
    font-size: 13px !important;
    list-style: none;
}

.hover-submenu1 .sub-slide-item {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    list-style: none;
    padding: 8px 0 8px 27px !important;
    color: #74829c;
    font-size: 13.5px;
}

.hover-submenu1 .sub-side-menu__item2 {
    padding: 8px 2px 8px 27px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #74829c;
    font-size: 12.5px;
}

.hover-submenu1 .sub-slide2 .sub-side-menu__label2 {
    flex: 1 1 auto;
}

.hover-submenu1 .sub-angle2 {
    float: right;
    line-height: 40px;
    margin-top: -2px;
    margin-right: 0px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.hover-submenu1 .sub-slide2.is-expanded .sub-angle2 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.hover-submenu1 .sub-slide2.is-expanded .sub-slide-menu2 {
    display: block;
}

.hover-submenu1 .sub-slide-menu2 {
    display: none;
    padding: 0;
    font-size: 0.8rem !important;
    padding-left: 0;
    list-style: none;
}

.hover-submenu1 .sub-slide-item2 {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    list-style: none;
    padding: 8px 0 8px 40px !important;
    font-size: 12.5px;
    color: #74829c;
}

@media (max-width: 991px) {
    .hover-submenu1 .header-brand1 .desktop-logo {
        margin: 0 auto;
        margin-top: 6px;
    }
}

.hover-submenu1.sidebar-mini.dark-mode.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.desktop-logo {
    display: block !important;
}

.hover-submenu1.sidebar-mini.dark-mode.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1 {
    display: none !important;
}

.hover-submenu1.app.sidebar-mini.sidenav-toggled .app-sidebar .side-header .header-brand-img.light-logo1 {
    display: none !important;
}

.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1 {
    display: none !important;
}

.hover-submenu1.app.sidebar-mini.dark-mode.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1 {
    display: none !important;
}

@media (min-width: 992px) {
    .hover-submenu1.sidenav-toggled .app-sidebar {
        overflow: visible !important;
        position: absolute !important;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu:hover .side-menu {
        max-height: inherit !important;
        visibility: visible;
        border-radius: 1px !important;
        transition: none !important;
        padding: 0;
        opacity: inherit;
        display: block !important;
    }

    .hover-submenu1 .app-sidebar .slide {
        position: relative;
        display: block;
    }

    .hover-submenu1.app.sidebar-mini.sidenav-toggled .slide-menu {
        position: absolute;
        left: 68px;
        min-width: 180px;
        opacity: 1;
        z-index: 9999;
        visibility: hidden;
        top: 0;
        display: block;
    }

    .hover-submenu1.app.sidebar-mini.sidenav-toggled-open .slide-menu {
        position: absolute;
        left: 68px;
        min-width: 180px;
        opacity: 1;
        z-index: 9999;
        visibility: visible;
        top: 0;
        display: block;
    }

    .hover-submenu1.app.sidebar-mini.sidenav-toggled-open .slide-menu.open {
        position: absolute;
        left: 68px;
        min-width: 180px;
        opacity: 1;
        z-index: 9999;
        visibility: visible;
        top: 0;
        display: block;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .slide.is-expanded .slide-menu {
        position: absolute;
        left: 68px;
        min-width: 180px;
        opacity: 1;
        z-index: 9999;
        visibility: hidden;
        top: 0;
        height: auto !important;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .slide .slide-menu {
        position: absolute;
        left: 68px;
        min-width: 180px;
        opacity: 1;
        z-index: 9999;
        visibility: hidden;
        top: 0;
        display: block;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .slide:hover .slide-menu {
        visibility: visible;
        padding: 0;
        display: block !important;
        height: auto !important;
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled .slide-menu {
        position: absolute;
        background: #ffffff;
        opacity: 1;
        visibility: visible;
        z-index: 999;
        left: 72px;
        border-radius: 6px !important;
        transition: none !important;
        display: block !important;
        box-shadow: 8px 8px 17px rgba(0, 0, 0, 0.1);
    }

    .hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu-label1 {
        display: block;
        font-size: 16px;
        font-weight: 500;
        border-bottom: 1px solid #e9edf4;
        padding: 10px 15px !important;
        color: #282f53;
        margin-bottom: 6px;
    }

    .hover-submenu1 .slide-menu .side-menu-label1 a {
        color: #282f53;
    }

    .hover-submenu1 .slide-menu .side-menu-label1 a:before {
        top: -1px;
    }

    .hover-submenu1.sidenav-toggled .app-content {
        min-height: 1262px;
    }
}

.hover-submenu1 .ps--active-x>.ps__rail-x,
.hover-submenu1 .ps--active-y>.ps__rail-y {
    display: none;
}

.hover-submenu1 .slide-menu .side-menu-label1 a:before {
    content: "";
}

.hover-submenu1.color-menu .side-header .light-logo {
    display: none !important;
}

.hover-submenu1.sidenav-toggled.sidenav-toggled-open .slide .slide-menu {
    border-radius: 0px 6px 6px 0px !important;
}

.hover-submenu1.rtl.sidenav-toggled.sidenav-toggled-open .slide .slide-menu {
    border-radius: 6px 0px 0px 6px !important;
}

.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open.color-menu .side-menu-label1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 992px) {
    .hover-submenu1.sidebar-mini.sidenav-toggled .slide-menu {
        max-height: inherit !important;
        padding-bottom: 8px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0px !important;
        height: auto !important;
        overflow: hidden !important;
    }

    .hover-submenu1.transparent-mode.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__icon {
        color: #282f53;
    }

    .hover-submenu1.transparent-mode.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open.light-menu .side-menu__icon {
        color: #282f53 !important;
    }

    .hover-submenu1.transparent-mode.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open.light-menu .side-menu__item:hover .side-menu__icon,
    .hover-submenu1.transparent-mode.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open.light-menu .side-menu__item:focus .side-menu__icon {
        color: var(--primary-bg-color) !important;
    }

    .hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__icon {
        color: #282f53;
    }

    .hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__item:hover .side-menu__icon,
    .hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__item:focus .side-menu__icon {
        color: var(--primary-bg-color);
    }
}

/* ######## TEMPLATE-STYLES ######## */

.login-content:after {
    content: "";
}

#footer {
    text-align: center;
}

.cal1 .clndr .clndr-table tr .day:hover {
    background: #f6f6fb;
}

.fc-today-button fc-button fc-state-default fc-corner-left fc-corner-right fc-state-disabled:focus {
    border: none !important;
    box-shadow: none !important;
}

.fc-unthemed .fc-list-item:hover td {
    background-color: #eeeeee;
}

.cal1 .clndr .clndr-table tr .empty:hover,
.cal1 .clndr .clndr-table tr .adjacent-month:hover,
.cal1 .clndr .clndr-table tr .my-empty:hover,
.cal1 .clndr .clndr-table tr .my-adjacent-month:hover {
    background: #fff;
}

/*------ Charts styles ------*/

.social i {
    font-size: 40px;
}

.twitter {
    background-image: linear-gradient(to right bottom, #00f2fe 0%, #1e63c3 100%);
}

.facebook {
    background-image: linear-gradient(to right bottom, #3d6cbf 0%, #1e3c72 100%);
}

.map,
.chart {
    position: relative;
    padding-top: 56.25%;
}

.map-header:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10rem;
    background: linear-gradient(to bottom, rgba(245, 247, 251, 0) 5%, #f6f6fb 95%);
    pointer-events: none;
}

/*----chart-drop-shadow----*/

/*----chart-drop-shadow----*/

/* ###### Chat  ###### */
.main-content-left-chat {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.main-chat-list .media:hover,
.main-chat-list .media:focus {
    cursor: pointer;
    background-color: var(--primary005);
    border-top-color: var(--primary005);
    border-bottom-color: var(--primary005);
}

.main-chat-list .media:hover:first-child,
.main-chat-list .media:focus:first-child {
    border-top-color: transparent;
}

.main-chat-list .media.selected::after {
    display: block;
}

.main-content-body-chat {
    flex-direction: column;
}

@media (min-width: 992px) {
    .main-content-body-chat {
        display: flex;
    }
}

.main-chat-header .nav-link .typcn::before {
    width: auto;
}

.main-chat-footer .form-control:hover,
.main-chat-footer .form-control:focus {
    box-shadow: none;
}

.main-content-title {
    color: #170c6b;
    font-weight: 500;
    font-size: 32px;
    text-indent: -1px;
    line-height: 1;
    position: relative;
    margin-bottom: 20px;
}

.media img {
    border-radius: 4px;
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free";
}

/* ###### Chat  ###### */

@media (min-width: 992px) {
    .main-content-app {
        height: calc(100vh - 250px);
    }
}

.main-chat-list .media:hover,
.main-chat-list .media:focus {
    background: #fff !important;
}

@media (max-width: 575px) and (min-width: 500px) {
    .main-content-app .main-chat-header {
        display: flex !important;
    }
}

.relative {
    position: relative !important;
}

/*----- Range slider -------*/

.ribbon1:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 24px solid transparent;
    border-top: 13px solid #F8463F;
}

.ribbon1 span:before,
.ribbon1 span:after {
    position: absolute;
    content: "";
}

.ribbon1 span:before {
    height: 6px;
    width: 6px;
    left: -6px;
    top: 0;
    background: #F8463F;
}

.ribbon1 span:after {
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: #C02031;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #f8463f;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #f8463f;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #f8463f;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #f8463f;
}

/*--- WIZARD ELEMENTS ---*/

.wizard>.steps a:hover,
.wizard>.steps a:active {
    color: var(--primary-bg-color);
    font-weight: 500;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.wizard>.steps a:hover .number,
.wizard>.steps a:active .number {
    flex-shrink: 0;
    font-weight: 700;
    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";
    display: block;
    text-align: center;
    line-height: 2;
    width: 30px;
    height: 30px;
    background-color: var(--primary01);
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    margin-right: 5px;
}

.wizard>.steps .disabled a {
    color: var(--primary06);
}

.wizard>.steps .disabled a:hover,
.wizard>.steps .disabled a:active {
    color: var(--primary06);
}

.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
    color: var(--primary-bg-color);
}


.wizard>.steps .current a:hover .title,
.wizard>.steps .current a:active .title {
    display: inline-block;
}


.wizard>.steps .current a:hover .number,
.wizard>.steps .current a:active .number {
    background-color: var(--primary-bg-color);
    color: #fff;
}

.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
    color: #09ad95;
}


.wizard>.steps .done a:hover .title,
.wizard>.steps .done a:active .title {
    display: none;
}


.wizard>.steps .done a:hover .number,
.wizard>.steps .done a:active .number {
    background-color: #09ad95;
    color: #fff;
}

.wizard>.actions a:hover,
.wizard>.actions a:active {
    display: block;
    background-color: var(--primary-bg-color);
    padding: 9px 25px;
    line-height: 1.573;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
}

.wizard>.actions .disabled a {
    background-color: #e8ebf2;
    color: #282f53;
}

.wizard>.actions .disabled a:hover,
.wizard>.actions .disabled a:active {
    background-color: #e8ebf2;
    color: #282f53;
}

@media (min-width: 1200px) {

    .wizard>.steps a:hover,
    .wizard>.steps a:active {
        justify-content: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {


    .wizard>.steps a:hover .number,
    .wizard>.steps a:active .number {
        transition: none;
    }
}

@media (min-width: 576px) {


    .wizard>.steps a:hover .number,
    .wizard>.steps a:active .number {
        font-size: 18px;
        font-weight: 600;
        line-height: 2.2;
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 992px) {
    .wizard>.steps .disabled {
        display: block;
    }
}

@media (min-width: 768px) {


    .wizard>.steps .done a:hover .title,
    .wizard>.steps .done a:active .title {
        display: inline-block;
    }
}

/****** EQUAL COLUMN WIDTH STEP INDICATOR *****/

/****** EQUAL COLUMN WIDTH STEP INDICATOR *****/
/***** CUSTOM STYLES *****/

.wizard-style-1>.steps>ul a:hover,
.wizard-style-1>.steps>ul a:active {
    padding: 0;
    height: 50px;
}


.wizard-style-1>.steps>ul a:hover .number,
.wizard-style-1>.steps>ul a:active .number {
    width: 50px;
    height: 100%;
    border: 0;
    font-size: 18px;
    font-weight: bold;
    color: #737688;
    background-color: #f3f7fd;
    border-radius: 0;
}


.wizard-style-1>.steps>ul a:hover .title,
.wizard-style-1>.steps>ul a:active .title {
    margin-right: 20px;
    margin-left: 20px;
}


.wizard-style-1>.steps>ul .current a:hover .number,
.wizard-style-1>.steps>ul .current a:active .number {
    background-color: var(--primary-bg-color);
    color: #fff;
}


.wizard-style-1>.steps>ul .done a:hover .number,
.wizard-style-1>.steps>ul .done a:active .number {
    background-color: #643ab0;
    color: #fff;
}

.wizard-style-2>.steps>ul a:hover,
.wizard-style-2>.steps>ul a:active {
    padding: 0;
    height: 50px;
    border-radius: 50px;
}


.wizard-style-2>.steps>ul a:hover .number,
.wizard-style-2>.steps>ul a:active .number {
    width: 50px;
    height: 100%;
    border: 2px solid #f3f7fd;
    font-size: 18px;
    font-weight: bold;
    color: #737688;
    background-color: #fff;
}


.wizard-style-2>.steps>ul a:hover .title,
.wizard-style-2>.steps>ul a:active .title {
    margin-right: 20px;
}


.wizard-style-2>.steps>ul .current a:hover .number,
.wizard-style-2>.steps>ul .current a:active .number {
    border-color: var(--primary-bg-color);
    color: var(--primary-bg-color);
}


.wizard-style-2>.steps>ul .done a:hover .number,
.wizard-style-2>.steps>ul .done a:active .number {
    border-color: #8c3feb;
    color: #8c3feb;
}

/*--- WIZARD ELEMENTS ---*/

.wizard-card .choice:hover .icon,
.wizard-card .choice.active .icon {
    border-color: var(--primary-bg-color) !important;
    color: var(--primary-bg-color) !important;
}

@media (max-width: 575px) {


    .wizard>.steps .current a:hover .title,
    .wizard>.steps .current a:active .title {
        display: none;
    }
}

/**widgets*/
.widgets {
    font-size: 35px;
    padding: 20px;
}

/* ######## UTILITIES-STYLES ######## */

.fs-18.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive-21by9::before {
    padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

/*------ Alignments -------*/

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.bg-secondary {
    background: #05c3fb !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus {
    background-color: #05c3fb !important;
}

button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #05c3fb !important;
}

.bg-success {
    background: #09ad95 !important;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #15bf42 !important;
}

button.bg-success:hover,
button.bg-success:focus {
    background-color: #15bf42 !important;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #1eb0e2 !important;
}

button.bg-info:hover,
button.bg-info:focus {
    background-color: #1eb0e2 !important;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #e0a325 !important;
}

button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #e0a325 !important;
}

.bg-danger {
    background: #e82646 !important;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #de223d !important;
}

button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #de223d !important;
}

a.bg-light:hover,
a.bg-light:focus {
    background-color: #f6f6fb !important;
}

button.bg-light:hover,
button.bg-light:focus {
    background-color: #f6f6fb !important;
}

a.bg-dark:hover,
a.bg-dark:focus {
    background-color: #1d2124 !important;
}

button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

/*--- gradient-backgrounds --*/

a.bg-secondary-gradient:hover,
a.bg-secondary-gradient:focus {
    background-color: #05c3fb !important;
}

button.bg-secondary-gradient:hover,
button.bg-secondary-gradient:focus {
    background-color: #05c3fb !important;
}

a.bg-success-gradient:hover,
a.bg-success-gradient:focus {
    background-color: #448700 !important;
}

button.bg-success-gradient:hover,
button.bg-success-gradient:focus {
    background-color: #448700 !important;
}

a.bg-info-gradient:hover,
a.bg-info-gradient:focus {
    background-color: #1594ef !important;
}

button.bg-info-gradient:hover,
button.bg-info-gradient:focus {
    background-color: #1594ef !important;
}

a.bg-warning-gradient:hover,
a.bg-warning-gradient:focus {
    background-color: #FBB034 !important;
}

button.bg-warning-gradient:hover,
button.bg-warning-gradient:focus {
    background-color: #FBB034 !important;
}

a.bg-danger-gradient:hover,
a.bg-danger-gradient:focus {
    background-color: #a11918 !important;
}

button.bg-danger-gradient:hover,
button.bg-danger-gradient:focus {
    background-color: #a11918 !important;
}

a.bg-light-gradient:hover,
a.bg-light-gradient:focus {
    background-color: #dae0e5 !important;
}

button.bg-light-gradient:hover,
button.bg-light-gradient:focus {
    background-color: #dae0e5 !important;
}

a.bg-dark-gradient:hover,
a.bg-dark-gradient:focus {
    background-color: #1d2124 !important;
}

button.bg-dark-gradient:hover,
button.bg-dark-gradient:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

/*------ Background colors -------*/

a.bg-purple:hover,
a.bg-purple:focus {
    background-color: #8c31e4 !important;
}

button.bg-purple:hover,
button.bg-purple:focus {
    background-color: #8c31e4 !important;
}

a.bg-blue-lightest:hover,
a.bg-blue-lightest:focus {
    background-color: #c5d5ef !important;
}

button.bg-blue-lightest:hover,
button.bg-blue-lightest:focus {
    background-color: #c5d5ef !important;
}

a.bg-blue-lighter:hover,
a.bg-blue-lighter:focus {
    background-color: #9fbde7 !important;
}

button.bg-blue-lighter:hover,
button.bg-blue-lighter:focus {
    background-color: #9fbde7 !important;
}

a.bg-blue-light:hover,
a.bg-blue-light:focus {
    background-color: #5689d2 !important;
}

button.bg-blue-light:hover,
button.bg-blue-light:focus {
    background-color: #5689d2 !important;
}

a.bg-blue-dark:hover,
a.bg-blue-dark:focus {
    background-color: #2b4f80 !important;
}

button.bg-blue-dark:hover,
button.bg-blue-dark:focus {
    background-color: #2b4f80 !important;
}

a.bg-blue-darker:hover,
a.bg-blue-darker:focus {
    background-color: #0f1c2d !important;
}

button.bg-blue-darker:hover,
button.bg-blue-darker:focus {
    background-color: #0f1c2d !important;
}

a.bg-blue-darkest:hover,
a.bg-blue-darkest:focus {
    background-color: #010203 !important;
}

button.bg-blue-darkest:hover,
button.bg-blue-darkest:focus {
    background-color: #010203 !important;
}

a.bg-purssianblue-lightest:hover,
a.bg-purssianblue-lightest:focus {
    background-color: #3f3688 !important;
}

button.bg-purssianblue-lightest:hover,
button.bg-purssianblue-lightest:focus {
    background-color: #3f3688 !important;
}

a.bg-indigo-lightest:hover,
a.bg-indigo-lightest:focus {
    background-color: #cacded !important;
}

button.bg-indigo-lightest:hover,
button.bg-indigo-lightest:focus {
    background-color: #cacded !important;
}

a.bg-indigo-lighter:hover,
a.bg-indigo-lighter:focus {
    background-color: #abb2e3 !important;
}

button.bg-indigo-lighter:hover,
button.bg-indigo-lighter:focus {
    background-color: #abb2e3 !important;
}

a.bg-indigo-light:hover,
a.bg-indigo-light:focus {
    background-color: #6c7bd0 !important;
}

button.bg-indigo-light:hover,
button.bg-indigo-light:focus {
    background-color: #6c7bd0 !important;
}

a.bg-indigo-dark:hover,
a.bg-indigo-dark:focus {
    background-color: #404a82 !important;
}

button.bg-indigo-dark:hover,
button.bg-indigo-dark:focus {
    background-color: #404a82 !important;
}

a.bg-indigo-darker:hover,
a.bg-indigo-darker:focus {
    background-color: #171b30 !important;
}

button.bg-indigo-darker:hover,
button.bg-indigo-darker:focus {
    background-color: #171b30 !important;
}

a.bg-indigo-darkest:hover,
a.bg-indigo-darkest:focus {
    background-color: #030407 !important;
}

button.bg-indigo-darkest:hover,
button.bg-indigo-darkest:focus {
    background-color: #030407 !important;
}

a.bg-purple-lightest:hover,
a.bg-purple-lightest:focus {
    background-color: #ddc2f7 !important;
}

button.bg-purple-lightest:hover,
button.bg-purple-lightest:focus {
    background-color: #ddc2f7 !important;
}

a.bg-purple-lighter:hover,
a.bg-purple-lighter:focus {
    background-color: #cba2f3 !important;
}

button.bg-purple-lighter:hover,
button.bg-purple-lighter:focus {
    background-color: #cba2f3 !important;
}

a.bg-purple-light:hover,
a.bg-purple-light:focus {
    background-color: #a761ea !important;
}

button.bg-purple-light:hover,
button.bg-purple-light:focus {
    background-color: #a761ea !important;
}

a.bg-purple-dark:hover,
a.bg-purple-dark:focus {
    background-color: #6a3a99 !important;
}

button.bg-purple-dark:hover,
button.bg-purple-dark:focus {
    background-color: #6a3a99 !important;
}

a.bg-purple-darker:hover,
a.bg-purple-darker:focus {
    background-color: #29173a !important;
}

button.bg-purple-darker:hover,
button.bg-purple-darker:focus {
    background-color: #29173a !important;
}

a.bg-purple-darkest:hover,
a.bg-purple-darkest:focus {
    background-color: #08040b !important;
}

button.bg-purple-darkest:hover,
button.bg-purple-darkest:focus {
    background-color: #08040b !important;
}

a.bg-pink-lightest:hover,
a.bg-pink-lightest:focus {
    background-color: #fbc0d5 !important;
}

button.bg-pink-lightest:hover,
button.bg-pink-lightest:focus {
    background-color: #fbc0d5 !important;
}

a.bg-pink-lighter:hover,
a.bg-pink-lighter:focus {
    background-color: #f9a3c0 !important;
}

button.bg-pink-lighter:hover,
button.bg-pink-lighter:focus {
    background-color: #f9a3c0 !important;
}

a.bg-pink-light:hover,
a.bg-pink-light:focus {
    background-color: #f66998 !important;
}

button.bg-pink-light:hover,
button.bg-pink-light:focus {
    background-color: #f66998 !important;
}

a.bg-pink-dark:hover,
a.bg-pink-dark:focus {
    background-color: #ad3c62 !important;
}

button.bg-pink-dark:hover,
button.bg-pink-dark:focus {
    background-color: #ad3c62 !important;
}

a.bg-pink-darker:hover,
a.bg-pink-darker:focus {
    background-color: #3f1c28 !important;
}

button.bg-pink-darker:hover,
button.bg-pink-darker:focus {
    background-color: #3f1c28 !important;
}

a.bg-pink-darkest:hover,
a.bg-pink-darkest:focus {
    background-color: #0e0609 !important;
}

button.bg-pink-darkest:hover,
button.bg-pink-darkest:focus {
    background-color: #0e0609 !important;
}

a.bg-red-lightest:hover,
a.bg-red-lightest:focus {
    background-color: #f1bfbf !important;
}

button.bg-red-lightest:hover,
button.bg-red-lightest:focus {
    background-color: #f1bfbf !important;
}

a.bg-red-lighter:hover,
a.bg-red-lighter:focus {
    background-color: #e79292 !important;
}

button.bg-red-lighter:hover,
button.bg-red-lighter:focus {
    background-color: #e79292 !important;
}

a.bg-red-light:hover,
a.bg-red-light:focus {
    background-color: #d33a38 !important;
}

button.bg-red-light:hover,
button.bg-red-light:focus {
    background-color: #d33a38 !important;
}

a.bg-red-dark:hover,
a.bg-red-dark:focus {
    background-color: #781312 !important;
}

button.bg-red-dark:hover,
button.bg-red-dark:focus {
    background-color: #781312 !important;
}

a.bg-red-darker:hover,
a.bg-red-darker:focus {
    background-color: #260605 !important;
}

button.bg-red-darker:hover,
button.bg-red-darker:focus {
    background-color: #260605 !important;
}

a.bg-red-darkest:hover,
a.bg-red-darkest:focus {
    background-color: black !important;
}

button.bg-red-darkest:hover,
button.bg-red-darkest:focus {
    background-color: black !important;
}

a.bg-orange-lightest:hover,
a.bg-orange-lightest:focus {
    background-color: peachpuff !important;
}

button.bg-orange-lightest:hover,
button.bg-orange-lightest:focus {
    background-color: peachpuff !important;
}

a.bg-orange-lighter:hover,
a.bg-orange-lighter:focus {
    background-color: #fdc495 !important;
}

button.bg-orange-lighter:hover,
button.bg-orange-lighter:focus {
    background-color: #fdc495 !important;
}

a.bg-orange-light:hover,
a.bg-orange-light:focus {
    background-color: #fe9a49 !important;
}

button.bg-orange-light:hover,
button.bg-orange-light:focus {
    background-color: #fe9a49 !important;
}

a.bg-orange-dark:hover,
a.bg-orange-dark:focus {
    background-color: #a2602b !important;
}

button.bg-orange-dark:hover,
button.bg-orange-dark:focus {
    background-color: #a2602b !important;
}

a.bg-orange-darker:hover,
a.bg-orange-darker:focus {
    background-color: #3d2410 !important;
}

button.bg-orange-darker:hover,
button.bg-orange-darker:focus {
    background-color: #3d2410 !important;
}

a.bg-orange-darkest:hover,
a.bg-orange-darkest:focus {
    background-color: #0b0603 !important;
}

button.bg-orange-darkest:hover,
button.bg-orange-darkest:focus {
    background-color: #0b0603 !important;
}

a.bg-yellow-lightest:hover,
a.bg-yellow-lightest:focus {
    background-color: #fcedb6 !important;
}

button.bg-yellow-lightest:hover,
button.bg-yellow-lightest:focus {
    background-color: #fcedb6 !important;
}

a.bg-yellow-lighter:hover,
a.bg-yellow-lighter:focus {
    background-color: #f8e187 !important;
}

button.bg-yellow-lighter:hover,
button.bg-yellow-lighter:focus {
    background-color: #f8e187 !important;
}

a.bg-yellow-light:hover,
a.bg-yellow-light:focus {
    background-color: #f2ca27 !important;
}

button.bg-yellow-light:hover,
button.bg-yellow-light:focus {
    background-color: #f2ca27 !important;
}

a.bg-yellow-dark:hover,
a.bg-yellow-dark:focus {
    background-color: #917609 !important;
}

button.bg-yellow-dark:hover,
button.bg-yellow-dark:focus {
    background-color: #917609 !important;
}

a.bg-yellow-darker:hover,
a.bg-yellow-darker:focus {
    background-color: #302703 !important;
}

button.bg-yellow-darker:hover,
button.bg-yellow-darker:focus {
    background-color: #302703 !important;
}

a.bg-yellow-darkest:hover,
a.bg-yellow-darkest:focus {
    background-color: black !important;
}

button.bg-yellow-darkest:hover,
button.bg-yellow-darkest:focus {
    background-color: black !important;
}

a.bg-green-lightest:hover,
a.bg-green-lightest:focus {
    background-color: #d6edbe !important;
}

button.bg-green-lightest:hover,
button.bg-green-lightest:focus {
    background-color: #d6edbe !important;
}

a.bg-green-lighter:hover,
a.bg-green-lighter:focus {
    background-color: #b6df8b !important;
}

button.bg-green-lighter:hover,
button.bg-green-lighter:focus {
    background-color: #b6df8b !important;
}

a.bg-green-light:hover,
a.bg-green-light:focus {
    background-color: #75b831 !important;
}

button.bg-green-light:hover,
button.bg-green-light:focus {
    background-color: #75b831 !important;
}

a.bg-green-dark:hover,
a.bg-green-dark:focus {
    background-color: #316200 !important;
}

button.bg-green-dark:hover,
button.bg-green-dark:focus {
    background-color: #316200 !important;
}

a.bg-green-darker:hover,
a.bg-green-darker:focus {
    background-color: #0c1700 !important;
}

button.bg-green-darker:hover,
button.bg-green-darker:focus {
    background-color: #0c1700 !important;
}

a.bg-green-darkest:hover,
a.bg-green-darkest:focus {
    background-color: black !important;
}

button.bg-green-darkest:hover,
button.bg-green-darkest:focus {
    background-color: black !important;
}

a.bg-teal-lightest:hover,
a.bg-teal-lightest:focus {
    background-color: #c1f0ea !important;
}

button.bg-teal-lightest:hover,
button.bg-teal-lightest:focus {
    background-color: #c1f0ea !important;
}

a.bg-teal-lighter:hover,
a.bg-teal-lighter:focus {
    background-color: #96e5dd !important;
}

button.bg-teal-lighter:hover,
button.bg-teal-lighter:focus {
    background-color: #96e5dd !important;
}

a.bg-teal-light:hover,
a.bg-teal-light:focus {
    background-color: #42d1c2 !important;
}

button.bg-teal-light:hover,
button.bg-teal-light:focus {
    background-color: #42d1c2 !important;
}

a.bg-teal-dark:hover,
a.bg-teal-dark:focus {
    background-color: #19786e !important;
}

button.bg-teal-dark:hover,
button.bg-teal-dark:focus {
    background-color: #19786e !important;
}

a.bg-teal-darker:hover,
a.bg-teal-darker:focus {
    background-color: #082723 !important;
}

button.bg-teal-darker:hover,
button.bg-teal-darker:focus {
    background-color: #082723 !important;
}

a.bg-teal-darkest:hover,
a.bg-teal-darkest:focus {
    background-color: black !important;
}

button.bg-teal-darkest:hover,
button.bg-teal-darkest:focus {
    background-color: black !important;
}

a.bg-cyan-lightest:hover,
a.bg-cyan-lightest:focus {
    background-color: #c1e7ec !important;
}

button.bg-cyan-lightest:hover,
button.bg-cyan-lightest:focus {
    background-color: #c1e7ec !important;
}

a.bg-cyan-lighter:hover,
a.bg-cyan-lighter:focus {
    background-color: #92d3de !important;
}

button.bg-cyan-lighter:hover,
button.bg-cyan-lighter:focus {
    background-color: #92d3de !important;
}

a.bg-cyan-light:hover,
a.bg-cyan-light:focus {
    background-color: #3aabbd !important;
}

button.bg-cyan-light:hover,
button.bg-cyan-light:focus {
    background-color: #3aabbd !important;
}

a.bg-cyan-dark:hover,
a.bg-cyan-dark:focus {
    background-color: #0c5a66 !important;
}

button.bg-cyan-dark:hover,
button.bg-cyan-dark:focus {
    background-color: #0c5a66 !important;
}

a.bg-cyan-darker:hover,
a.bg-cyan-darker:focus {
    background-color: #03191d !important;
}

button.bg-cyan-darker:hover,
button.bg-cyan-darker:focus {
    background-color: #03191d !important;
}

a.bg-cyan-darkest:hover,
a.bg-cyan-darkest:focus {
    background-color: black !important;
}

button.bg-cyan-darkest:hover,
button.bg-cyan-darkest:focus {
    background-color: black !important;
}

a.bg-white-lightest:hover,
a.bg-white-lightest:focus {
    background-color: #f6f6fb !important;
}

button.bg-white-lightest:hover,
button.bg-white-lightest:focus {
    background-color: #f6f6fb !important;
}

a.bg-white-lighter:hover,
a.bg-white-lighter:focus {
    background-color: #f6f6fb !important;
}

button.bg-white-lighter:hover,
button.bg-white-lighter:focus {
    background-color: #f6f6fb !important;
}

a.bg-white-light:hover,
a.bg-white-light:focus {
    background-color: #f6f6fb !important;
}

button.bg-white-light:hover,
button.bg-white-light:focus {
    background-color: #f6f6fb !important;
}

a.bg-white-dark:hover,
a.bg-white-dark:focus {
    background-color: #b3b2b2 !important;
}

button.bg-white-dark:hover,
button.bg-white-dark:focus {
    background-color: #b3b2b2 !important;
}

a.bg-white-darker:hover,
a.bg-white-darker:focus {
    background-color: #4d4c4c !important;
}

button.bg-white-darker:hover,
button.bg-white-darker:focus {
    background-color: #4d4c4c !important;
}

a.bg-white-darkest:hover,
a.bg-white-darkest:focus {
    background-color: #1a1919 !important;
}

button.bg-white-darkest:hover,
button.bg-white-darkest:focus {
    background-color: #1a1919 !important;
}

a.bg-gray-lightest:hover,
a.bg-gray-lightest:focus {
    background-color: #d7dbde !important;
}

button.bg-gray-lightest:hover,
button.bg-gray-lightest:focus {
    background-color: #d7dbde !important;
}

a.bg-gray-lighter:hover,
a.bg-gray-lighter:focus {
    background-color: #c0c3c8 !important;
}

button.bg-gray-lighter:hover,
button.bg-gray-lighter:focus {
    background-color: #c0c3c8 !important;
}

a.bg-gray-light:hover,
a.bg-gray-light:focus {
    background-color: #8f979e !important;
}

button.bg-gray-light:hover,
button.bg-gray-light:focus {
    background-color: #8f979e !important;
}

a.bg-gray-dark:hover,
a.bg-gray-dark:focus {
    background-color: #53585d !important;
}

button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
    background-color: #53585d !important;
}

a.bg-gray-darker:hover,
a.bg-gray-darker:focus {
    background-color: #1e2021 !important;
}

button.bg-gray-darker:hover,
button.bg-gray-darker:focus {
    background-color: #1e2021 !important;
}

a.bg-gray-darkest:hover,
a.bg-gray-darkest:focus {
    background-color: #030303 !important;
}

button.bg-gray-darkest:hover,
button.bg-gray-darkest:focus {
    background-color: #030303 !important;
}

a.bg-gray-dark-lightest:hover,
a.bg-gray-dark-lightest:focus {
    background-color: #d1d1d3 !important;
}

button.bg-gray-dark-lightest:hover,
button.bg-gray-dark-lightest:focus {
    background-color: #d1d1d3 !important;
}

a.bg-gray-dark-lighter:hover,
a.bg-gray-dark-lighter:focus {
    background-color: #a8abad !important;
}

button.bg-gray-dark-lighter:hover,
button.bg-gray-dark-lighter:focus {
    background-color: #a8abad !important;
}

a.bg-gray-dark-light:hover,
a.bg-gray-dark-light:focus {
    background-color: #585c5f !important;
}

button.bg-gray-dark-light:hover,
button.bg-gray-dark-light:focus {
    background-color: #585c5f !important;
}

a.bg-gray-dark-dark:hover,
a.bg-gray-dark-dark:focus {
    background-color: #131517 !important;
}

button.bg-gray-dark-dark:hover,
button.bg-gray-dark-dark:focus {
    background-color: #131517 !important;
}

a.bg-gray-dark-darker:hover,
a.bg-gray-dark-darker:focus {
    background-color: black !important;
}

button.bg-gray-dark-darker:hover,
button.bg-gray-dark-darker:focus {
    background-color: black !important;
}

a.bg-gray-dark-darkest:hover,
a.bg-gray-dark-darkest:focus {
    background-color: black !important;
}

button.bg-gray-dark-darkest:hover,
button.bg-gray-dark-darkest:focus {
    background-color: black !important;
}

a.bg-azure-lightest:hover,
a.bg-azure-lightest:focus {
    background-color: #bce3fb !important;
}

button.bg-azure-lightest:hover,
button.bg-azure-lightest:focus {
    background-color: #bce3fb !important;
}

a.bg-azure-lighter:hover,
a.bg-azure-lighter:focus {
    background-color: #97d1f8 !important;
}

button.bg-azure-lighter:hover,
button.bg-azure-lighter:focus {
    background-color: #97d1f8 !important;
}

a.bg-azure-light:hover,
a.bg-azure-light:focus {
    background-color: #4daef3 !important;
}

button.bg-azure-light:hover,
button.bg-azure-light:focus {
    background-color: #4daef3 !important;
}

a.bg-azure-dark:hover,
a.bg-azure-dark:focus {
    background-color: #2c6c9a !important;
}

button.bg-azure-dark:hover,
button.bg-azure-dark:focus {
    background-color: #2c6c9a !important;
}

a.bg-azure-darker:hover,
a.bg-azure-darker:focus {
    background-color: #112839 !important;
}

button.bg-azure-darker:hover,
button.bg-azure-darker:focus {
    background-color: #112839 !important;
}

a.bg-azure-darkest:hover,
a.bg-azure-darkest:focus {
    background-color: #020609 !important;
}

button.bg-azure-darkest:hover,
button.bg-azure-darkest:focus {
    background-color: #020609 !important;
}

a.bg-lime-lightest:hover,
a.bg-lime-lightest:focus {
    background-color: #d6f3c1 !important;
}

button.bg-lime-lightest:hover,
button.bg-lime-lightest:focus {
    background-color: #d6f3c1 !important;
}

a.bg-lime-lighter:hover,
a.bg-lime-lighter:focus {
    background-color: #bbe998 !important;
}

button.bg-lime-lighter:hover,
button.bg-lime-lighter:focus {
    background-color: #bbe998 !important;
}

a.bg-lime-light:hover,
a.bg-lime-light:focus {
    background-color: #88d748 !important;
}

button.bg-lime-light:hover,
button.bg-lime-light:focus {
    background-color: #88d748 !important;
}

a.bg-lime-dark:hover,
a.bg-lime-dark:focus {
    background-color: #4a7f20 !important;
}

button.bg-lime-dark:hover,
button.bg-lime-dark:focus {
    background-color: #4a7f20 !important;
}

a.bg-lime-darker:hover,
a.bg-lime-darker:focus {
    background-color: #192b0b !important;
}

button.bg-lime-darker:hover,
button.bg-lime-darker:focus {
    background-color: #192b0b !important;
}

a.bg-lime-darkest:hover,
a.bg-lime-darkest:focus {
    background-color: #010200 !important;
}

button.bg-lime-darkest:hover,
button.bg-lime-darkest:focus {
    background-color: #010200 !important;
}

a.bg-blue:hover,
a.bg-blue:focus {
    background-color: #4032f1 !important;
}

button.bg-blue:hover,
button.bg-blue:focus {
    background-color: #4032f1 !important;
}

a.bg-indigo:hover,
a.bg-indigo:focus {
    background-color: #3f51c1 !important;
}

button.bg-indigo:hover,
button.bg-indigo:focus {
    background-color: #3f51c1 !important;
}

a.bg-purple-gradient:hover,
a.bg-purple-gradient:focus {
    background-color: #8c31e4 !important;
}

button.bg-purple-gradient:hover,
button.bg-purple-gradient:focus {
    background-color: #8c31e4 !important;
}

a.bg-pink:hover,
a.bg-pink:focus {
    background-color: #f33d7a !important;
}

button.bg-pink:hover,
button.bg-pink:focus {
    background-color: #f33d7a !important;
}

a.bg-red:hover,
a.bg-red:focus {
    background-color: #a11918 !important;
}

button.bg-red:hover,
button.bg-red:focus {
    background-color: #a11918 !important;
}

a.bg-orange:hover,
a.bg-orange:focus {
    background-color: #fc7a12 !important;
}

button.bg-orange:hover,
button.bg-orange:focus {
    background-color: #fc7a12 !important;
}

a.bg-yellow:hover,
a.bg-yellow:focus {
    background-color: #c29d0b !important;
}

button.bg-yellow:hover,
button.bg-yellow:focus {
    background-color: #c29d0b !important;
}

a.bg-green:hover,
a.bg-green:focus {
    background-color: #448700 !important;
}

button.bg-green:hover,
button.bg-green:focus {
    background-color: #448700 !important;
}

a.bg-teal:hover,
a.bg-teal:focus {
    background-color: #22a193 !important;
}

button.bg-teal:hover,
button.bg-teal:focus {
    background-color: #22a193 !important;
}

a.bg-cyan:hover,
a.bg-cyan:focus {
    background-color: #117a8b !important;
}

button.bg-cyan:hover,
button.bg-cyan:focus {
    background-color: #117a8b !important;
}

a.bg-white:hover,
a.bg-white:focus {
    background-color: #f6f6fb !important;
}

button.bg-white:hover,
button.bg-white:focus {
    background-color: #f6f6fb !important;
}

a.bg-gray:hover,
a.bg-gray:focus {
    background-color: #6c757d !important;
}

button.bg-gray:hover,
button.bg-gray:focus {
    background-color: #6c757d !important;
}

a.bg-gray-dark:hover,
a.bg-gray-dark:focus {
    background-color: #1d2124 !important;
}

button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
    background-color: #1d2124 !important;
}

a.bg-azure:hover,
a.bg-azure:focus {
    background-color: #1594ef !important;
}

button.bg-azure:hover,
button.bg-azure:focus {
    background-color: #1594ef !important;
}

a.bg-lime:hover,
a.bg-lime:focus {
    background-color: #63ad27 !important;
}

button.bg-lime:hover,
button.bg-lime:focus {
    background-color: #63ad27 !important;
}

/*--bg-transparents--*/
.bg-success-transparent {
    background-color: rgba(0, 230, 130, 0.1) !important;
}

.bg-info-transparent {
    background-color: #c7e0fd !important;
}

.bg-warning-transparent {
    background-color: rgba(255, 162, 43, 0.1) !important;
}

.bg-danger-transparent {
    background-color: rgba(255, 56, 43, 0.1) !important;
}

.bg-secondary-transparent {
    background-color: rgba(5, 195, 251, 0.1) !important;
}

/*--Box-shadow--*/
.border {
    border: 1px solid #e9edf4 !important;
    padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #e9edf4;
}

.border-top {
    border-top: 1px solid #e9edf4 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.br-5 {
    border-radius: 5px !important;
}

.brround {
    border-radius: 50% !important;
}

.clearfix::after {
    display: bsock;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (min-width: 1280px) {

    .d-xl-block {
        display: block !important;
    }
}

.float-end {
    float: right !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.66em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.66em;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}

h1,
.h1 {
    font-size: 2rem;
}

h2,
.h2 {
    font-size: 1.75rem;
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.125rem;
}

h5,
.h5 {
    font-size: 1rem;
}

h6,
.h6 {
    font-size: 0.875rem;
}

/*--------- Height--------------*/

/*--------- Margin--------------*/

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mt-3 {
    margin-top: 0.75rem !important;
}

.me-3 {
    margin-right: 0.75rem !important;
}

.mb-3 {
    margin-bottom: 0.75rem !important;
}

.me-4 {
    margin-right: 1rem !important;
}

.mb-4 {
    margin-bottom: 1rem !important;
}

.ms-4 {
    margin-left: 1rem !important;
}

.mt-5,
.my-5 {
    margin-top: 1.5rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 1.5rem !important;
}

.ms-5 {
    margin-left: 1.5rem !important;
}

.mb-6 {
    margin-bottom: 2rem !important;
}

.mt-7 {
    margin-top: 3rem !important;
}

.mb-7 {
    margin-bottom: 3rem !important;
}

.mb-8 {
    margin-bottom: 4rem !important;
}

.mt-9 {
    margin-top: 6rem !important;
}

.mb-9 {
    margin-bottom: 6rem !important;
}


.my-auto {
    margin-top: auto !important;
}


.mx-auto {
    margin-right: auto !important;
}


.my-auto {
    margin-bottom: auto !important;
}

.ms-auto,
.mx-auto {
    margin-left: auto !important;
}

/*--------- Paddings--------------*/
.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pe-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.ps-0,
.px-0 {
    padding-left: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}


.px-1 {
    padding-right: 0.25rem !important;
}


.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}


.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}


.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 0.75rem !important;
}

.pb-3 {
    padding-bottom: 0.75rem !important;
}

.ps-3 {
    padding-left: 0.75rem !important;
}

.p-4 {
    padding: 1rem !important;
}

.p-5 {
    padding: 1.5rem !important;
}

.pt-5 {
    padding-top: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 1.5rem !important;
}

.ps-5 {
    padding-left: 1.5rem !important;
}

.pt-6 {
    padding-top: 2rem !important;
}

.pb-6 {
    padding-bottom: 2rem !important;
}


.px-7 {
    padding-right: 3rem !important;
}


.px-7 {
    padding-left: 3rem !important;
}

.pt-8 {
    padding-top: 4rem !important;
}

@media (min-width: 576px) {


    .px-sm-0 {
        padding-right: 0 !important;
    }


    .px-sm-0 {
        padding-left: 0 !important;
    }
}

textarea {
    overflow: auto;
    resize: vertical;
}

/*------- Alignments & values-------*/

.text-justify {
    text-align: justify !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #4e12b6 !important;
}

.text-secondary {
    color: #05c3fb !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #05c3fb !important;
}

.text-success {
    color: #09ad95 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #448700 !important;
}

.text-info {
    color: #1170e4 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #1594ef !important;
}

.text-warning {
    color: #f7b731 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #c29d0b !important;
}

.text-danger {
    color: #e82646 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #d22827 !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #dae0e5 !important;
}

.text-dark {
    color: #100f15 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: var(--primary-bg-color) !important;
}

.text-body {
    color: #495057 !important;
}

.text-muted {
    color: #74829c !important;
}

/*----- Typography ------*/

.text-default {
    color: #181c31 !important;
}

.text-white {
    color: #fff !important;
}

.text-gray {
    color: #969696 !important;
}

.text-gray-dark {
    color: #343a40 !important;
}

.text-end {
    text-align: right;
}

textarea.form-control {
    height: auto;
}

/*--text-shadow--*/

/*--------- Width--------------*/
