@charset "UTF-8";
/* ######## THEME FONT ######## */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* ######## BOOTSTRAP ######## */
:root {
    --primary-rgb: 84, 202, 104;
    --primary-bg-color: rgb(var(--primary-rgb));
    --primary-bg-hover: rgb(var(--primary-rgb), 0.9);
    --primary-bg-border: rgb(var(--primary-rgb));
    --primary01: rgba(var(--primary-rgb), 0.1);
    --primary02: rgba(var(--primary-rgb), 0.2);
    --primary03: rgba(var(--primary-rgb), 0.3);
    --primary04: rgba(var(--primary-rgb), 0.4);
    --primary05: rgba(var(--primary-rgb), 0.5);
    --primary06: rgba(var(--primary-rgb), 0.6);
    --primary07: rgba(var(--primary-rgb), 0.7);
    --primary08: rgba(var(--primary-rgb), 0.8);
    --primary09: rgba(var(--primary-rgb), 0.9);
    --primary005: rgba(var(--primary-rgb), 0.05);
    --dark-body: 191, 100, 0;
    --dark-border: #30314e;
    --transparent-primary: #6c5ffc;
    --transparent-bg-rgb: 88, 76, 217;
    --transparent-body: rgb(var(--transparent-bg-rgb));
    --transparent-theme: rgba(0, 0, 0, 0.2);
    --transparent-border: rgba(255, 255, 255, 0.1);
    --blue: 191, 100, 0;
    --dark-primary-hover: #233ac5;
    --primary-transparentcolor: #eaedf7;
    --darkprimary-transparentcolor: #2b356e;
    --transparentprimary-transparentcolor: rgba(255, 255, 255, 0.05);
    --float-right: right;
    --float-left: left;
    --theme-font-family: "Poppins", sans-serif;
    --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: #007f6e;
    --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;
    --border-radius: 5px;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*::before,
*::after {
    -webkit-box-sizing: border-box;
    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,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: var(--theme-font-family);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #475569;
    text-align: start;
    background-color: #f8fafc;
}

.number-font {
    font-weight: 600 !important;
}

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

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

p {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-border-after: 0;
    border-block-end: 0;
}

address {
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

dt {
    font-weight: 700;
}

dd {
    -webkit-margin-after: 0.5rem;
    margin-block-end: 0.5rem;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    inset-block-end: -0.25em;
}

sup {
    inset-block-start: -0.5em;
}

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,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

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

caption {
    -webkit-padding-before: 0.75rem;
    padding-block-start: 0.75rem;
    -webkit-padding-after: 0.75rem;
    padding-block-end: 0.75rem;
    color: #505662;
    text-align: start;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    -webkit-margin-after: 0.5rem;
    margin-block-end: 0.5rem;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    -webkit-margin-after: 0.5rem;
    margin-block-end: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

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

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
.form-control::placeholder {
    color: #cbcbcb;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.lead {
    font-size: 1.171875rem;
    font-weight: 300;
    line-height: 1.4;
}

hr {
    -webkit-margin-before: 1rem;
    margin-block-start: 1rem;
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
    border: 0;
    -webkit-border-before: 1px solid #e9edf4;
    border-block-start: 1px solid #e9edf4;
    opacity: 1;
    background-color: transparent;
}

small,
.small {
    font-size: 87.5%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    list-style: none;
}
/* .list-unstyled li {
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
} */

.list-inline {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

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

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

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 85%;
    color: #fff;
    background-color: #343a40;
    border-radius: 3px;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 85%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-padding-end: 0.75rem;
    padding-inline-end: 0.75rem;
    -webkit-padding-start: 0.75rem;
    padding-inline-start: 0.75rem;
}
.object-fit-contain {
    object-fit: contain;
}
.object-fit-cover {
    object-fit: cover;
}
.loginFormSection {
    background-color: var(--primary01) !important;
}

@media (max-width: 576px) {
    .container {
        -webkit-padding-end: 0.75rem;
        padding-inline-end: 0.75rem;
        -webkit-padding-start: 0.75rem;
        padding-inline-start: 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;
    }
}
.container-fluid {
    width: 100%;
    -webkit-padding-end: 0.75rem;
    padding-inline-end: 0.75rem;
    -webkit-padding-start: 0.75rem;
    padding-inline-start: 0.75rem;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-margin-end: -0.75rem;
    margin-inline-end: -0.75rem;
    -webkit-margin-start: -0.75rem;
    margin-inline-start: -0.75rem;
}

.fixed-top {
    position: fixed;
    inset-block-start: 0;
    inset-inline-end: 0;
    inset-inline-start: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    inset-inline-end: 0;
    inset-block-end: 0;
    inset-inline-start: 0;
    z-index: 1030;
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        inset-block-start: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

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

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

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

@media print {
    * {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-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;
    }
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body,
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table,
    .text-wrap table {
        border-collapse: collapse !important;
    }
    .table td,
    .text-wrap table td,
    .table th,
    .text-wrap table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .text-wrap table th,
    .table-bordered td,
    .text-wrap table td {
        border: 1px solid #e9edf4 !important;
    }
}
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: auto;
    position: relative;
    text-transform: capitalize;
}
body *::-webkit-scrollbar {
    width: 2px;
    height: 6px;
    -webkit-transition: 0.3s background;
    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: #e077e3;
}

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

hr {
    -webkit-margin-before: 1rem;
    margin-block-start: 1rem;
    -webkit-margin-after: 1rem;
    margin-block-end: 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;
    -ms-hyphens: none;
    hyphens: none;
}

.section-nav {
    background-color: #f8f9fa;
    margin: 1rem 0;
    padding: 0.5rem 1rem;
    border: 1px solid #e9edf4;
    border-radius: 3px;
    list-style: none;
}
.section-nav:before {
    content: "Table of contents:";
    display: block;
    font-weight: 600;
}

@media print {
    .container {
        max-width: none;
    }
}
.row-cards > .col,
.row-cards > [class*="col-"] {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.row-deck > .col,
.row-deck > [class*="col-"] {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.row-deck > .col .card,
.row-deck > [class*="col-"] .card {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}

.col-text {
    max-width: 48rem;
}

.col-login {
    max-width: 24rem;
}

/*------ Accordion -------*/
.accordion .card:not(:first-of-type):not(:last-of-type) {
    -webkit-border-after: 0;
    border-block-end: 0;
    border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}
.accordion .card:first-of-type {
    -webkit-border-after: 0;
    border-block-end: 0;
    border-end-end-radius: 0;
    border-end-start-radius: 0;
}
.accordion .card:last-of-type {
    border-start-start-radius: 0;
    border-start-end-radius: 0;
}

.accordionjs .acc_section .acc_head h3 {
    font-weight: 400 !important;
}
.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";
    inset-inline-end: 5px;
    inset-block-start: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#accordion .panel-heading1.active a:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.accordionjs .acc_section.acc_active > .acc_head {
    color: #fff !important;
}

.accordion-wizard .badge-pill {
    -webkit-padding-end: 0.6em;
    padding-inline-end: 0.6em;
    -webkit-padding-start: 0.6em;
    padding-inline-start: 0.6em;
    border-radius: 0;
}

.accordion-item {
    border: 1px solid #e9edf4;
}

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

.accordion-button:not(.collapsed) {
    color: var(--primary-bg-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f6f6fb;
}

.accordion-button.collapsed {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion-button {
    font-size: 14px;
    padding: 15px;
}

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

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

#accordion .panel-default > .panel-heading {
    border: 0px solid #e9edf4;
}

#accordion .panel-default .collapsing .panel-body {
    -webkit-border-before: 0px solid transparent;
    border-block-start: 0px solid transparent;
}

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

/*-----Alerts-----*/
.alert {
    position: relative;
    padding: 0.75rem 1.25rem !important;
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
    border: 1px solid transparent;
}
.alert:last-child,
.alert p {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.alert-heading {
    color: inherit;
}

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

.alert-dismissible {
    -webkit-padding-end: 3.90625rem;
    padding-inline-end: 3.90625rem;
}
.alert-dismissible .btn-close {
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

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

.alert-secondary {
    color: #007f6e;
    background-color: rgba(5, 195, 251, 0.2);
    border-color: rgba(5, 195, 251, 0.1);
}
.alert-secondary hr {
    border-block-start-color: #007f6e;
}
.alert-secondary .alert-link {
    color: #007f6e;
}

.alert-success {
    color: #09ad95;
    background-color: rgba(9, 173, 149, 0.2);
    border-color: rgba(9, 173, 149, 0.1);
}
.alert-success hr {
    border-block-start-color: #09ad95;
    opacity: 0.2;
}
.alert-success .alert-link {
    color: #09ad95;
}

.alert-info {
    color: #1170e4;
    background-color: rgba(17, 112, 228, 0.2);
    border-color: rgba(17, 112, 228, 0.1);
}
.alert-info hr {
    border-block-start-color: #1170e4;
    opacity: 0.2;
}
.alert-info .alert-link {
    color: #0063db;
}

.alert-warning {
    color: #f7b731;
    background-color: rgba(247, 183, 49, 0.2);
    border-color: rgba(247, 183, 49, 0.1);
}
.alert-warning hr {
    border-block-start-color: #f7b731;
    opacity: 0.2;
}
.alert-warning .alert-link {
    color: #eba40f;
}

.alert-danger {
    color: #e82646;
    background-color: rgba(232, 38, 70, 0.2);
    border-color: rgba(232, 38, 70, 0.1);
}
.alert-danger hr {
    border-block-start-color: #e82646;
    opacity: 0.2;
}
.alert-danger .alert-link {
    color: #ff022c;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-block-start-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-block-start-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}

.alert {
    font-size: 0.9375rem;
}

.alert-icon {
    -webkit-padding-start: 3rem;
    padding-inline-start: 3rem;
}
.alert-icon > i {
    color: inherit !important;
    font-size: 1rem;
    position: absolute;
    inset-block-start: 1rem;
    inset-inline-start: 1rem;
}

.alert-avatar {
    -webkit-padding-start: 3.75rem !important;
    padding-inline-start: 3.75rem !important;
}
.alert-avatar .avatar {
    position: absolute;
    inset-block-start: 0.5rem;
    inset-inline-start: 0.75rem;
}

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

/* Start::avatar styles */
.avatar {
    position: relative;
    height: 2.625rem;
    width: 2.625rem;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
}
.avatar a.badge:hover {
    color: #fff;
}
.avatar img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.avatar.avatar-rounded {
    border-radius: 50%;
}
.avatar.avatar-rounded img {
    border-radius: 50%;
}
.avatar.avatar-radius-0 {
    border-radius: 0;
}
.avatar.avatar-radius-0 img {
    border-radius: 0;
}
.avatar .avatar-badge {
    position: absolute;
    inset-block-start: -4%;
    inset-inline-end: -0.375rem;
    width: 1.4rem;
    height: 1.4rem;
    font-size: 0.625rem;
    border: 2px solid #ffffff;
    border-radius: 50% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.avatar.online:before,
.avatar.offline:before {
    position: absolute;
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    inset-inline-end: 0;
    inset-block-end: 0;
    border: 2px solid #fff;
    z-index: 1;
}
.avatar.online:before {
    background-color: #09ad95;
}
.avatar.offline:before {
    background-color: #5a6970;
}
.avatar.avatar-xs {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: 0.65rem;
}
.avatar.avatar-xs .avatar-badge {
    padding: 0.25rem;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.5rem;
    inset-block-start: -25%;
    inset-inline-end: -0.5rem;
}
.avatar.avatar-sm {
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
    font-size: 0.65rem;
}
.avatar.avatar-sm .avatar-badge {
    padding: 0.3rem;
    width: 1.1rem;
    height: 1.1rem;
    line-height: 1.1rem;
    font-size: 0.5rem;
    inset-block-start: -28%;
    inset-inline-end: -0.45rem;
}
.avatar.avatar-sm.online:before,
.avatar.avatar-sm.offline:before {
    width: 0.5rem;
    height: 0.5rem;
}
.avatar.avatar-md {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.8rem;
}
.avatar.avatar-md .avatar-badge {
    padding: 0.4rem;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.65rem;
    inset-block-start: -6%;
    inset-inline-end: -13%;
}
.avatar.avatar-md.online:before,
.avatar.avatar-md.offline:before {
    width: 0.75rem;
    height: 0.75rem;
}
.avatar.avatar-md svg {
    width: 1.5rem;
    height: 1.5rem;
}
.avatar.avatar-lg {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
}
.avatar.avatar-lg .avatar-badge {
    inset-block-start: -15%;
    inset-inline-end: -0.25%;
}
.avatar.avatar-lg.online:before,
.avatar.avatar-lg.offline:before {
    width: 0.8rem;
    height: 0.8rem;
}
.avatar.avatar-lg svg {
    width: 1.8rem;
    height: 1.8rem;
}
.avatar.avatar-xl {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.25rem;
}
.avatar.avatar-xl .avatar-badge {
    inset-block-start: -8%;
    inset-inline-end: -0.2%;
}
.avatar.avatar-xl.online:before,
.avatar.avatar-xl.offline:before {
    width: 0.95rem;
    height: 0.95rem;
}
.avatar.avatar-xxl {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.5rem;
}
.avatar.avatar-xxl .avatar-badge {
    inset-block-start: -4%;
    inset-inline-end: 0rem;
}
.avatar.avatar-xxl.online:before,
.avatar.avatar-xxl.offline:before {
    width: 1.05rem;
    height: 1.05rem;
    inset-block-end: 0.25rem;
}

.avatar-list-stacked {
    padding: 0;
}
.avatar-list-stacked .avatar {
    -webkit-margin-end: -0.65rem !important;
    margin-inline-end: -0.65rem !important;
    border: 1px solid rgba(0, 0, 0, 0.05);
    vertical-align: middle;
    -webkit-transition: -webkit-transform ease 200ms;
    transition: -webkit-transform ease 200ms;
    transition: transform ease 200ms;
    transition: transform ease 200ms, -webkit-transform ease 200ms;
}
.avatar-list-stacked .avatar:last-child {
    -webkit-margin-end: 0 !important;
    margin-inline-end: 0 !important;
}
.avatar-list-stacked .avatar:hover {
    z-index: 1;
    -webkit-transform: translateY(-0.188rem);
    transform: translateY(-0.188rem);
}

[dir="rtl"] .avatar-list-stacked .ri-arrow-right-s-line {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* End::avatar styles */
/*-----Badges-----*/
.btn .badge {
    position: relative;
    inset-block-start: -1px;
}

.badge {
    display: inline-block;
    padding: 7px 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    font-weight: 500;
    font-size: 14px;
    border-radius: 40px;
}

.rounded-pill {
    border-radius: 50px;
}

.badgetext {
    float: var(--float-right);
}

.btn-custom {
    background: #f6f6fb;
    color: #76839a;
}

.badge.badge-sm {
    padding: 3px 8px 5px;
}

blockquote {
    margin: 0 0 1rem;
}

.blockquote {
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
    font-size: 1.171875rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96;
}
.blockquote-footer::before {
    content: "— ";
}

p,
ul,
ol {
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
}

blockquote {
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    font-style: italic;
    color: #475569;
    -webkit-padding-start: 2rem;
    padding-inline-start: 2rem;
    -webkit-border-start: 2px solid #e9edf4;
    border-inline-start: 2px solid #e9edf4;
    font-style: inherit;
}
blockquote p {
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
    font-size: 16px;
}
blockquote cite:before {
    content: "— ";
}

.blockquote-reverse {
    -webkit-border-start: 0;
    border-inline-start: 0;
    -webkit-border-end: 2px solid #e9edf4;
    border-inline-end: 2px solid #e9edf4;
    text-align: end;
    -webkit-padding-end: 2rem;
    padding-inline-end: 2rem;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

/*------ Breadcrumb ------*/
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    list-style: none;
    border-radius: 3px;
    inset-inline-end: 0;
    padding: 0;
    color: #fff;
    background: none;
}

.breadcrumb-item a {
    color: #76839a;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    -webkit-padding-end: 0.5rem;
    padding-inline-end: 0.5rem;
    -webkit-padding-start: 0.5rem;
    padding-inline-start: 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;
}

.breadcrumb1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
    list-style: none;
    border-radius: 0.25rem;
}

.breadcrumb-item1 a:hover {
    color: var(--primary-bg-color);
    text-decoration: underline;
}
.breadcrumb-item1 + .breadcrumb-item1::before {
    display: inline-block;
    -webkit-padding-end: 0.5rem;
    padding-inline-end: 0.5rem;
    -webkit-padding-start: 0.5rem;
    padding-inline-start: 0.5rem;
    content: "/";
    color: #c0c9da;
}
.breadcrumb-item1 + .breadcrumb-item1:hover::before {
    text-decoration: underline;
    text-decoration: none;
}
.breadcrumb-item1.active {
    color: #475569;
}

.breadcrumb-3 ol {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
.breadcrumb-3 li {
    display: contents;
    text-align: center;
}

.breadcrumb-4 li,
.breadcrumb-5 li {
    display: contents;
    text-align: center;
}

.breadcrumb-4 ol,
.breadcrumb-5 ol {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.breadcrumb-1 li,
.breadcrumb-2 li,
.breadcrumb-6 li {
    text-align: end;
    display: contents;
}

.breadcrumb-1 ol,
.breadcrumb-2 ol,
.breadcrumb-6 ol {
    position: relative;
    display: block;
    width: 100%;
    text-align: end;
}

.breadcrumb-item {
    display: -ms-flexbox;
    display: block !important;
}

.breadcrumb-item + .breadcrumb-item {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

button {
    border-radius: 0;
}
button:focus {
    outline: 0;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

.btn-compose {
    background: none repeat scroll 0 0 #ff6c60;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    width: 100%;
}
.btn-compose:hover {
    background: none repeat scroll 0 0 #f5675c;
    color: #fff;
}

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

.fileinput-button {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #e6e6e6;
    float: var(--float-left);
    -webkit-margin-end: 4px;
    margin-inline-end: 4px;
    overflow: hidden;
    position: relative;
}
.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    inset-inline-end: 0;
    inset-block-start: 0;
    -webkit-transform: translate(-300px, 0px) scale(4);
    transform: translate(-300px, 0px) scale(4);
}

button.btn-close {
    inset-inline-end: 15px;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    background-image: none;
}
button.btn-close:focus {
    -webkit-box-shadow: none;
    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;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    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;
    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,
        -webkit-box-shadow 0.15s ease-in-out;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}
.btn:hover {
    text-decoration: none;
}
.btn:focus {
    text-decoration: none;
    outline: none !important;
}
.btn.focus {
    outline: 0;
    -webkit-box-shadow: none;
    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 {
        -webkit-transition: none;
        transition: none;
    }
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-secondary {
    color: #fff;
    background: #007f6e !important;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #76c9ef;
    border-color: #76c9ef;
    opacity: 0.7;
}
.btn-secondary:focus,
.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(130, 207, 242, 0.9);
    box-shadow: 0 0 0 2px rgba(130, 207, 242, 0.9);
    border-color: #007f6e;
    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: #007f6e;
    border-color: #007f6e;
}

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

.show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(130, 207, 242, 0.9);
    box-shadow: 0 0 0 2px rgba(130, 207, 242, 0.9);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1px solid #007f6e;
    order: 1px solid #007f6e;
}

.btn-success {
    background: #54ca68;
    border-color: #54ca68;
    -webkit-box-shadow: 0 2px 6px #8edc9c;
    box-shadow: 0 2px 6px #8edc9c;
    color: #fff;
}
.btn-success:hover {
    color: #fff;
    background: #54ca68;
    border-color: #54ca68;
    opacity: 0.7;
}
.btn-success:focus,
.btn-success.focus {
    -webkit-box-shadow: 0 2px 6px #8edc9c;
    box-shadow: 0 2px 6px #8edc9c;
    opacity: 0.9;
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background: #54ca68;
    border-color: #54ca68;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background: #54ca68;
    border-color: #54ca68;
}

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

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

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

.btn-info {
    color: #fff !important;
    background: #1170e4 !important;
    border-color: #3988e8;
}
.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;
    -webkit-box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
    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;
}

.show > .btn-info.dropdown-toggle {
    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;
    -webkit-box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
}

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

.btn-warning {
    color: #fff !important;
    background: #f7b731 !important;
    border-color: #e5a623;
}
.btn-warning:hover {
    color: #fff;
    background-color: #dba12a;
    border-color: #dda32b;
    opacity: 0.7;
}
.btn-warning:focus,
.btn-warning.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(229, 175, 4, 0.9);
    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;
}

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

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

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

.btn-danger {
    color: #fff;
    background: #e82646 !important;
    border-color: #e62a45;
}
.btn-danger:hover {
    color: #fff;
    background-color: #dd2540;
    border-color: #df2540;
    opacity: 0.7;
}
.btn-danger:focus,
.btn-danger.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(245, 51, 79, 0.9);
    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;
}

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

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

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

.btn-default {
    color: #475569;
    background: #e9e9f1;
    border-color: #e9e9f1;
}
.btn-default:hover {
    color: #475569;
    background-color: #e3e3ef;
    border-color: #e3e3ef;
    opacity: 0.7;
}
.btn-default:focus,
.btn-default.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(233, 233, 241, 0.9);
    box-shadow: 0 0 0 2px rgba(233, 233, 241, 0.9);
    opacity: 0.9;
}
.btn-default.disabled,
.btn-default:disabled {
    color: #475569;
    background-color: #e9e9f1;
    border-color: #e9e9f1;
}
.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active {
    color: #475569;
    background-color: #e9e9f1;
    border-color: #e9e9f1;
}

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

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

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

/*-- light-buttons--*/
.btn-secondary-light {
    color: #007f6e !important;
    background: #ceefff !important;
    border-color: #ceefff;
}
.btn-secondary-light:hover {
    color: #fff !important;
    background-color: #007f6e !important;
    border-color: #007f6e;
    opacity: 0.7;
}
.btn-secondary-light:focus,
.btn-secondary-light.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(130, 207, 242, 0.9);
    box-shadow: 0 0 0 2px rgba(130, 207, 242, 0.9);
    border: 1px solid #007f6e;
    opacity: 0.9;
}

.btn-success-light {
    color: #13bfa6 !important;
    background: #b2fff3 !important;
    border-color: #b2fff3;
}
.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 {
    -webkit-box-shadow: 0 0 0 2px rgb(19, 191, 166);
    box-shadow: 0 0 0 2px rgb(19, 191, 166);
    opacity: 0.9;
}

.btn-info-light {
    color: #1170e4 !important;
    background: #d0e2f7 !important;
    border-color: #d0e2f7 !important;
}
.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 {
    -webkit-box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
    opacity: 0.9;
}

.btn-warning-light {
    color: #e0a01b !important;
    background: #f8e8c6 !important;
    border-color: #f8e8c6;
}
.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 {
    -webkit-box-shadow: 0 0 0 2px rgba(229, 175, 4, 0.9);
    box-shadow: 0 0 0 2px rgba(229, 175, 4, 0.9);
    opacity: 0.9;
}

.btn-danger-light {
    color: #f5334f !important;
    background: #f8ccd3 !important;
    border-color: #f8ccd3;
}
.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 {
    -webkit-box-shadow: 0 0 0 2px rgba(245, 51, 79, 0.9);
    box-shadow: 0 0 0 2px rgba(245, 51, 79, 0.9);
    opacity: 0.9;
}

.btn-default-light {
    color: #475569;
    background: #e9e9f1;
    border-color: #e9e9f1;
}
.btn-default-light:hover {
    color: #475569;
    background-color: #e3e3ef !important;
    border-color: #e3e3ef;
    opacity: 0.7;
}
.btn-default-light:focus,
.btn-default-light.focus {
    -webkit-box-shadow: 0 0 0 2px rgb(246, 249, 252);
    box-shadow: 0 0 0 2px rgb(246, 249, 252);
    opacity: 0.9;
}

/*--gradient-buttons--*/
.btn-secondary-gradient {
    color: #fff;
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#ce4300),
        to(#fb854c)
    ) !important;
    background: linear-gradient(
        to bottom right,
        #ce4300 0%,
        #fb854c 100%
    ) !important;
    border-color: #eb6f33;
}
.btn-secondary-gradient:hover {
    color: #fff;
    background-color: #eb6f33;
    border-color: #f66b4e;
    opacity: 0.7;
}
.btn-secondary-gradient:focus,
.btn-secondary-gradient.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(235, 111, 51, 0.9);
    box-shadow: 0 0 0 2px rgba(235, 111, 51, 0.9);
    border: 1px solid #007f6e;
    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;
}

.show > .btn-secondary-gradient.dropdown-toggle {
    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 {
    -webkit-box-shadow: 0 0 0 2px rgba(235, 111, 51, 0.9);
    box-shadow: 0 0 0 2px rgba(235, 111, 51, 0.9);
}

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

.btn-success-gradient {
    color: #fff;
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#1ea38f),
        to(#5cf9e2)
    ) !important;
    background: linear-gradient(
        to bottom right,
        #1ea38f 0%,
        #5cf9e2 100%
    ) !important;
    border-color: #4ecc48;
}
.btn-success-gradient:hover {
    color: #fff;
    background-color: #4b9400;
    border-color: #448700;
    opacity: 0.7;
}
.btn-success-gradient:focus,
.btn-success-gradient.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.9);
    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;
}

.show > .btn-success-gradient.dropdown-toggle {
    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 {
    -webkit-box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.9);
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.9);
}

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

.btn-info-gradient {
    color: #fff;
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#1e63c3),
        to(#00f2fe)
    ) !important;
    background: linear-gradient(
        to bottom right,
        #1e63c3 0%,
        #00f2fe 100%
    ) !important;
    border-color: #07cedc;
}
.btn-info-gradient:hover {
    color: #fff;
    background-color: #219af0;
    border-color: #1594ef;
    opacity: 0.7;
}
.btn-info-gradient:focus,
.btn-info-gradient.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
    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: #007abf;
    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;
}

.show > .btn-info-gradient.dropdown-toggle {
    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 {
    -webkit-box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
}

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

.btn-warning-gradient {
    color: #fff;
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#ec6900),
        to(#fbb034)
    ) !important;
    background: linear-gradient(
        to bottom right,
        #ec6900 0%,
        #fbb034 100%
    ) !important;
    border-color: #fbb034;
}
.btn-warning-gradient:hover {
    color: #fff;
    background-color: #faad3b;
    border-color: #d4952d;
    opacity: 0.7;
}
.btn-warning-gradient:focus,
.btn-warning-gradient.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(229, 175, 4, 0.9);
    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;
}

.show > .btn-warning-gradient.dropdown-toggle {
    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 {
    -webkit-box-shadow: 0 0 0 2px rgba(237, 156, 76, 0.9);
    box-shadow: 0 0 0 2px rgba(237, 156, 76, 0.9);
}

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

.btn-warning-gradient-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#fbc434),
        to(#f66b4e)
    );
    background: linear-gradient(to bottom right, #fbc434 0%, #f66b4e 100%);
}
.btn-warning-gradient-gradient:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(249, 165, 61, 0.4);
    box-shadow: 0 0 0 2px rgba(249, 165, 61, 0.4);
}

.btn-warning-gradient.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(249, 165, 61, 0.4);
    box-shadow: 0 0 0 2px rgba(249, 165, 61, 0.4);
}
.btn-warning-gradient:hover {
    color: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(240, 138, 46, 0.5);
    box-shadow: 0 3px 10px rgba(240, 138, 46, 0.5);
}

.btn-danger-gradient {
    color: #fff;
    background-image: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#b51b35),
        to(#fd4a68)
    ) !important;
    background-image: linear-gradient(
        to bottom right,
        #b51b35 0%,
        #fd4a68 100%
    ) !important;
    border-color: #e3325a;
}
.btn-danger-gradient:hover {
    color: #fff;
    background-color: #ff4b2b;
    border-color: #e3325a;
    opacity: 0.7;
}
.btn-danger-gradient:focus,
.btn-danger-gradient.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 75, 43, 0.9);
    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;
}

.show > .btn-danger-gradient.dropdown-toggle {
    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 {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 75, 43, 0.9);
    box-shadow: 0 0 0 2px rgba(255, 75, 43, 0.9);
}

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

.btn-default {
    color: #475569;
    background: #e9e9f1;
    border-color: #e9e9f1;
}
.btn-default:hover {
    color: #475569;
    background-color: #e3e3ef;
    border-color: #e3e3ef;
    opacity: 0.7;
}
.btn-default:focus,
.btn-default.focus {
    -webkit-box-shadow: 0 0 0 2px rgb(233, 233, 241);
    box-shadow: 0 0 0 2px rgb(233, 233, 241);
    opacity: 0.9;
}
.btn-default.disabled,
.btn-default:disabled {
    color: #475569;
    background-color: #e9e9f1;
    border-color: #e9e9f1;
}
.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active {
    color: #475569;
    background-color: #e9e9f1;
    border-color: #e9e9f1;
}

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

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

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

.btn-purple-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#8027dc),
        to(#647dee)
    ) !important;
    background: linear-gradient(
        to bottom right,
        #8027dc 0%,
        #647dee 100%
    ) !important;
    color: #fff !important;
}

.btn-light {
    color: #495057;
    background-color: #e9e9f1;
    border-color: #f0f0f4;
}
.btn-light:hover {
    color: #495057;
    background-color: #e9e9f1;
    border-color: #eeebf3;
    opacity: 0.7;
}
.btn-light:focus,
.btn-light.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
    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;
}

.show > .btn-light.dropdown-toggle {
    color: #495057;
    background-color: #f6f3f9;
    border-color: #f0f0f4;
}

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

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

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    opacity: 0.7;
}
.btn-dark:focus,
.btn-dark.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
    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;
}

.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

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

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

.btn-outline-default {
    color: #475569;
    background: transparent;
    background-image: none;
    border-color: #cbcbd0;
}
.btn-outline-default:hover {
    color: #475569;
    background: #e9e9f1;
}
.btn-outline-default.disabled,
.btn-outline-default:disabled {
    color: #475569;
    background-color: transparent;
}
.btn-outline-default:not(:disabled):not(.disabled):active,
.btn-outline-default:not(:disabled):not(.disabled).active {
    color: #475569;
    background-color: #e9e9f1;
}

.show > .btn-outline-default.dropdown-toggle {
    color: #475569;
    background-color: #e9e9f1;
    border-color: #f0f0f4;
}

.btn-outline-secondary {
    color: #007f6e !important;
    background-color: transparent;
    background-image: none;
    border-color: #007f6e;
}
.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #007f6e;
    border-color: #76c9ef;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(235, 111, 51, 0.9);
    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: #007f6e;
    border-color: #76c9ef;
}

.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #007f6e;
    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 {
    -webkit-box-shadow: 0 0 0 2px rgba(19, 191, 166, 0.1);
    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 {
    -webkit-box-shadow: 0 0 0 2px rgba(19, 191, 166, 0.1);
    box-shadow: 0 0 0 2px rgba(19, 191, 166, 0.1);
}

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

.btn-outline-info {
    color: #007abf;
    background-color: transparent;
    background-image: none;
    border-color: #007abf;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #007abf;
    border-color: #007abf;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.1);
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.1);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #007abf;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #007abf;
    border-color: #007abf;
}

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

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

.show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.1);
    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 {
    -webkit-box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
    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 {
    -webkit-box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
}

.show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
    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 {
    -webkit-box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
    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 {
    -webkit-box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}

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

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #495057;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
    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;
}

.show > .btn-outline-light.dropdown-toggle {
    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 {
    -webkit-box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
    box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}

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

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
    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;
}

.show > .btn-outline-dark.dropdown-toggle {
    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 {
    -webkit-box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}

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

.btn-link {
    font-weight: 400;
    background-color: transparent;
}
.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;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.9;
}
.btn-link:disabled,
.btn-link.disabled {
    color: #868e96;
    pointer-events: none;
}

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

.btn-sm,
.btn-group-sm > .btn {
    padding: 0.251rem 0.51rem;
    font-size: 0.875rem;
    border-radius: 3px;
    line-height: 1.5;
}

.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    -webkit-margin-before: 0.5rem;
    margin-block-start: 0.5rem;
}

.btn-facebook {
    background: #4d7ad9;
}

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

/**Btn-group**/
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
}

.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;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group {
    -webkit-margin-start: -1px;
    margin-inline-start: -1px;
}
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    -webkit-margin-start: -1px;
    margin-inline-start: -1px;
}

.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group {
    -webkit-margin-start: -1px;
    margin-inline-start: -1px;
}
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
    -webkit-margin-start: -1px;
    margin-inline-start: -1px;
}

.btn-toolbar {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}

.btn-group > .btn:first-child {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

.dropdown-toggle-split {
    -webkit-padding-end: 0.5625rem;
    padding-inline-end: 0.5625rem;
    -webkit-padding-start: 0.5625rem;
    padding-inline-start: 0.5625rem;
}
.dropdown-toggle-split::after {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}

.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}

.dropleft .dropdown-toggle-split::before {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
    -webkit-padding-end: 0.375rem;
    padding-inline-end: 0.375rem;
    -webkit-padding-start: 0.375rem;
    padding-inline-start: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
    -webkit-padding-end: 0.75rem;
    padding-inline-end: 0.75rem;
    -webkit-padding-start: 0.75rem;
    padding-inline-start: 0.75rem;
}

.btn-group-vertical {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group {
    -webkit-margin-before: -1px;
    margin-block-start: -1px;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    -webkit-margin-before: -1px;
    margin-block-start: -1px;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-end-end-radius: 0;
    border-end-start-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-start-start-radius: 0;
    border-start-end-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

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

.btn-icon {
    -webkit-padding-start: 0.5rem;
    padding-inline-start: 0.5rem;
    -webkit-padding-end: 0.5rem;
    padding-inline-end: 0.5rem;
    text-align: center;
}

.btn-pill {
    border-radius: 10rem;
    -webkit-padding-start: 1.5em;
    padding-inline-start: 1.5em;
    -webkit-padding-end: 1.5em;
    padding-inline-end: 1.5em;
}

.btn-radius {
    border-radius: 3px;
}

.btn-facebook {
    color: #fff;
    background-color: #4d7ad9;
    border-color: #4d7ad9;
}
.btn-facebook:hover {
    color: #fff;
    background-color: #4d7ad9;
    border-color: #4d7ad9;
}
.btn-facebook:focus,
.btn-facebook.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
    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;
}

.show > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: #293e6a;
}

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

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

.btn-twitter {
    color: #fff;
    background-color: #17a7ff;
    border-color: #17a7ff;
}
.btn-twitter:hover {
    color: #fff;
    background-color: #0d8ddc;
    border-color: #0c85d0;
}
.btn-twitter:focus,
.btn-twitter.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5);
    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;
}

.show > .btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #0c85d0;
    border-color: #0b7ec4;
}

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

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

.btn-google {
    color: #fff;
    background-color: #297ff7;
    border-color: #297ff7;
}
.btn-google:hover {
    color: #fff;
    background-color: #297ff7;
    border-color: #297ff7;
}
.btn-google:focus,
.btn-google.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(220, 78, 65, 0.5);
    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;
}

.show > .btn-google.dropdown-toggle {
    color: #fff;
    background-color: #c63224;
    border-color: #bb2f22;
}

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

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

.btn-youtube {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}
.btn-youtube:hover {
    color: #fff;
    background-color: #d90000;
    border-color: #cc0000;
}
.btn-youtube:focus,
.btn-youtube.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
    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;
}

.show > .btn-youtube.dropdown-toggle {
    color: #fff;
    background-color: #cc0000;
    border-color: #bf0000;
}

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

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

.btn-vimeo {
    color: #fff;
    background-color: #37cbfb;
    border-color: #37cbfb;
}
.btn-vimeo:hover {
    color: #fff;
    background-color: #139ecb;
    border-color: #1295bf;
}
.btn-vimeo:focus,
.btn-vimeo.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(26, 183, 234, 0.5);
    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;
}

.show > .btn-vimeo.dropdown-toggle {
    color: #fff;
    background-color: #1295bf;
    border-color: #108cb4;
}

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

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

.btn-dribbble {
    color: #fff;
    background-color: #ea4c89;
    border-color: #ea4c89;
}
.btn-dribbble:hover {
    color: #fff;
    background-color: #e62a72;
    border-color: #e51e6b;
}
.btn-dribbble:focus,
.btn-dribbble.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(234, 76, 137, 0.5);
    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;
}

.show > .btn-dribbble.dropdown-toggle {
    color: #fff;
    background-color: #e51e6b;
    border-color: #dc1a65;
}

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

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

.btn-github {
    color: #fff;
    background-color: #181717;
    border-color: #181717;
}
.btn-github:hover {
    color: #fff;
    background-color: #040404;
    border-color: black;
}
.btn-github:focus,
.btn-github.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(24, 23, 23, 0.5);
    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;
}

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

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

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

.btn-instagram {
    color: #fff;
    background-color: #e4405f;
    border-color: #e4405f;
}
.btn-instagram:hover {
    color: #fff;
    background-color: #de1f44;
    border-color: #d31e40;
}
.btn-instagram:focus,
.btn-instagram.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5);
    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;
}

.show > .btn-instagram.dropdown-toggle {
    color: #fff;
    background-color: #d31e40;
    border-color: #c81c3d;
}

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

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

.btn-pinterest {
    color: #fff;
    background-color: #e9152c;
    border-color: #e9152c;
}
.btn-pinterest:hover {
    color: #fff;
    background-color: #980617;
    border-color: #8c0615;
}
.btn-pinterest:focus,
.btn-pinterest.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5);
    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;
}

.show > .btn-pinterest.dropdown-toggle {
    color: #fff;
    background-color: #8c0615;
    border-color: #800513;
}

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

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

.btn-vk {
    color: #fff;
    background-color: #6383a8;
    border-color: #6383a8;
}
.btn-vk:hover {
    color: #fff;
    background-color: #527093;
    border-color: #4d6a8b;
}
.btn-vk:focus,
.btn-vk.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5);
    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;
}

.show > .btn-vk.dropdown-toggle {
    color: #fff;
    background-color: #4d6a8b;
    border-color: #496482;
}

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

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

.btn-rss {
    color: #fff;
    background-color: #ffa500;
    border-color: #ffa500;
}
.btn-rss:hover {
    color: #fff;
    background-color: #d98c00;
    border-color: #cc8400;
}
.btn-rss:focus,
.btn-rss.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 165, 0, 0.5);
    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;
}

.show > .btn-rss.dropdown-toggle {
    color: #fff;
    background-color: #cc8400;
    border-color: #bf7c00;
}

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

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

.btn-flickr {
    color: #fff;
    background-color: #0063dc;
    border-color: #0063dc;
}
.btn-flickr:hover {
    color: #fff;
    background-color: #0052b6;
    border-color: #004ca9;
}
.btn-flickr:focus,
.btn-flickr.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 99, 220, 0.5);
    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;
}

.show > .btn-flickr.dropdown-toggle {
    color: #fff;
    background-color: #004ca9;
    border-color: #00469c;
}

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

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

.btn-bitbucket {
    color: #fff;
    background-color: #0052cc;
    border-color: #0052cc;
}
.btn-bitbucket:hover {
    color: #fff;
    background-color: #0043a6;
    border-color: #003e99;
}
.btn-bitbucket:focus,
.btn-bitbucket.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 82, 204, 0.5);
    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;
}

.show > .btn-bitbucket.dropdown-toggle {
    color: #fff;
    background-color: #003e99;
    border-color: #00388c;
}

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

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

.btn-blue {
    color: #fff;
    background-color: #467fcf;
    border-color: #467fcf;
}
.btn-blue:hover {
    color: #fff;
    background-color: #316cbe;
    border-color: #1f5bb1;
}
.btn-blue:focus,
.btn-blue.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
    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;
}

.show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #1f5bb1;
    border-color: #2c60a9;
}

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

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

.btn-indigo {
    color: #fff;
    background-color: #515eae;
    border-color: #515eae;
}
.btn-indigo:hover {
    color: #fff;
    background-color: #485ac4;
    border-color: #3f51c1;
}
.btn-indigo:focus,
.btn-indigo.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(101, 116, 205, 0.5);
    box-shadow: 0 0 0 2px rgba(101, 116, 205, 0.5);
}
.btn-indigo.disabled,
.btn-indigo:disabled {
    color: #fff;
    background-color: #515eae;
    border-color: #515eae;
}
.btn-indigo:not(:disabled):not(.disabled):active,
.btn-indigo:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #3f51c1;
    border-color: #3b4db7;
}

.show > .btn-indigo.dropdown-toggle {
    color: #fff;
    background-color: #3f51c1;
    border-color: #3b4db7;
}

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

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

.btn-purple {
    color: #fff;
    background: #661fd6 !important;
    border-color: #661fd6;
}
.btn-purple:hover {
    color: #fff;
    background-color: #923ce6;
    border-color: #8c31e4;
}
.btn-purple:focus,
.btn-purple.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(165, 94, 234, 0.5);
    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;
}

.show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #8c31e4;
    border-color: #8526e3;
}

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

.show > .btn-purple.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(165, 94, 234, 0.5);
    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 {
    -webkit-box-shadow: 0 0 0 2px rgba(246, 109, 155, 0.5);
    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 {
    -webkit-box-shadow: 0 0 0 2px rgba(246, 109, 155, 0.5);
    box-shadow: 0 0 0 2px rgba(246, 109, 155, 0.5);
}

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

.btn-red {
    color: #fff;
    background-color: #c21a1a;
    border-color: #c21a1a;
}
.btn-red:hover {
    color: #fff;
    background-color: #ac1b1a;
    border-color: #a11918;
}
.btn-red:focus,
.btn-red.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.5);
    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;
}

.show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #a11918;
    border-color: #961717;
}

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

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

.btn-orange {
    color: #fff;
    background-color: #ec6900;
    border-color: #ec6900;
}
.btn-orange:hover {
    color: #fff;
    background-color: #fd811e;
    border-color: #fc7a12;
}
.btn-orange:focus,
.btn-orange.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(253, 150, 68, 0.5);
    box-shadow: 0 0 0 2px rgba(253, 150, 68, 0.5);
}
.btn-orange.disabled,
.btn-orange:disabled {
    color: #fff;
    background-color: #ec6900;
    border-color: #ec6900;
}
.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #fc7a12;
    border-color: #fc7305;
}

.show > .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #fc7a12;
    border-color: #fc7305;
}

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

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

.btn-yellow {
    color: #fff;
    background-color: #ecb403;
    border-color: #ecb403;
}
.btn-yellow:hover {
    color: #fff;
    background-color: #cea70c;
    border-color: #c29d0b;
}
.btn-yellow:focus,
.btn-yellow.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5);
    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;
}

.show > .btn-yellow.dropdown-toggle {
    color: #fff;
    background-color: #c29d0b;
    border-color: #b6940b;
}

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

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

.btn-green {
    color: #fff;
    background-color: #4ecc48;
    border-color: #4ecc48;
}
.btn-green:hover {
    color: #fff;
    background-color: #4b9400;
    border-color: #448700;
}
.btn-green:focus,
.btn-green.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.5);
    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;
}

.show > .btn-green.dropdown-toggle {
    color: #fff;
    background-color: #448700;
    border-color: #3e7a00;
}

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

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

.btn-teal {
    color: #fff;
    background-color: #2bcbba;
    border-color: #2bcbba;
}
.btn-teal:hover {
    color: #fff;
    background-color: #24ab9d;
    border-color: #22a193;
}
.btn-teal:focus,
.btn-teal.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(43, 203, 186, 0.5);
    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;
}

.show > .btn-teal.dropdown-toggle {
    color: #fff;
    background-color: #22a193;
    border-color: #20968a;
}

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

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

.btn-cyan {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-cyan:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-cyan:focus,
.btn-cyan.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5);
    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;
}

.show > .btn-cyan.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

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

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

.btn-white {
    color: #495057;
    background-color: #fff;
    border: 1px solid #e9ebfa;
}
.btn-white:hover {
    color: #495057;
    background-color: #ececec;
    border-color: #e9e9f1;
}
.btn-white:focus,
.btn-white.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
    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;
}

.show > .btn-white.dropdown-toggle {
    color: #495057;
    background-color: #e9e9f1;
    border-color: #dfdfdf;
}

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

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

.btn-gray {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
.btn-gray:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d;
}
.btn-gray:focus,
.btn-gray.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
    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;
}

.show > .btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76;
}

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

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

.btn-gray-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-gray-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-gray-dark:focus,
.btn-gray-dark.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
    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;
}

.show > .btn-gray-dark.dropdown-toggle {
    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 {
    -webkit-box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
}

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

.btn-azure {
    color: #fff;
    background-color: #007abf;
    border-color: #007abf;
}
.btn-azure:hover {
    color: #fff;
    background-color: #219af0;
    border-color: #1594ef;
}
.btn-azure:focus,
.btn-azure.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.5);
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.5);
}
.btn-azure.disabled,
.btn-azure:disabled {
    color: #fff;
    background-color: #007abf;
    border-color: #007abf;
}
.btn-azure:not(:disabled):not(.disabled):active,
.btn-azure:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1594ef;
    border-color: #108ee7;
}

.show > .btn-azure.dropdown-toggle {
    color: #fff;
    background-color: #1594ef;
    border-color: #108ee7;
}

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

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

.btn-lime {
    color: #fff;
    background-color: #7bd235;
    border-color: #7bd235;
}
.btn-lime:hover {
    color: #fff;
    background-color: #69b829;
    border-color: #63ad27;
}
.btn-lime:focus,
.btn-lime.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(123, 210, 53, 0.5);
    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;
}

.show > .btn-lime.dropdown-toggle {
    color: #fff;
    background-color: #63ad27;
    border-color: #5da324;
}

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

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

.btn-option {
    background: transparent;
    color: #9aa0ac;
}
.btn-option:hover {
    color: #6e7687;
}
.btn-option:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #6e7687;
}

.btn-sm,
.btn-group-sm > .btn {
    font-size: 0.75rem;
    min-width: 1.625rem;
}

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

.btn-list {
    -webkit-margin-after: -0.5rem;
    margin-block-end: -0.5rem;
    font-size: 0;
}
.btn-list > .btn,
.btn-list > .dropdown {
    -webkit-margin-after: 0.5rem;
    margin-block-end: 0.5rem;
}
.btn-list > .btn:not(:last-child),
.btn-list > .dropdown:not(:last-child) {
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.btn-loading {
    color: transparent !important;
    pointer-events: none;
    position: relative;
}
.btn-loading:after {
    content: "";
    -webkit-animation: loader 500ms infinite linear;
    animation: loader 500ms infinite linear;
    border: 2px solid #fff;
    border-radius: 50%;
    border-inline-end-color: transparent !important;
    border-block-start-color: transparent !important;
    display: block;
    height: 1.4em;
    width: 1.4em;
    position: absolute;
    inset-inline-start: calc(50% - 0.7em);
    inset-block-start: calc(50% - 0.7em);
    -webkit-transform-origin: center;
    transform-origin: center;
    position: absolute !important;
}
.btn-loading.btn-sm:after {
    height: 1em;
    width: 1em;
    inset-inline-start: calc(50% - 0.5em);
    inset-block-start: calc(50% - 0.5em);
}

.btn-group-sm > .btn-loading.btn:after {
    height: 1em;
    width: 1em;
    inset-inline-start: calc(50% - 0.5em);
    inset-block-start: calc(50% - 0.5em);
}

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

.btn-circle {
    text-align: center;
    padding: 6px 0;
    border-radius: 50%;
    text-align: center;
}
.btn-circle i {
    font-size: 0.9rem;
}

.btn-social.btn-lg {
    -webkit-padding-start: 61px;
    padding-inline-start: 61px;
}
.btn-social.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}
.btn-social.btn-sm {
    -webkit-padding-start: 38px;
    padding-inline-start: 38px;
}
.btn-social.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}
.btn-social.btn-xs {
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
}
.btn-social.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}

.btn-social-icon {
    position: relative;
    -webkit-padding-start: 44px;
    padding-inline-start: 44px;
    text-align: start;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}
.btn-social-icon > :first-child {
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    width: 40px;
    line-height: 34px;
    font-size: 1.1em;
    text-align: center;
    -webkit-border-end: 1px solid rgba(0, 0, 0, 0.2);
    border-inline-end: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
    -webkit-padding-start: 61px;
    padding-inline-start: 61px;
}
.btn-social-icon.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}
.btn-social-icon.btn-sm {
    -webkit-padding-start: 38px;
    padding-inline-start: 38px;
}
.btn-social-icon.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}
.btn-social-icon.btn-xs {
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
}
.btn-social-icon.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}
.btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100%;
    color: #fff;
}
.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
}
.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
}
.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none !important;
    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 {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.w-xs {
    min-width: 90px;
}

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

.w-md {
    min-width: 130px;
}

.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: #007f6e;
    border-color: #007f6e;
}

@media (max-width: 576px) {
    .radiobtns [class*="btn-outline-"],
    .checkboxbtns [class*="btn-outline-"] {
        padding: 0.1rem 0.2rem !important;
        font-size: 12px !important;
    }
    .example {
        padding: 1rem !important;
    }
}
/*------ Card -------*/
.card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: inherit !important;
    background-clip: border-box;
    border-radius: 7px;
    -webkit-box-shadow: 0 4px 25px 0 rgba(168, 180, 208, 0.1);
    box-shadow: 0 4px 25px 0 rgba(168, 180, 208, 0.1);
}
.card > hr {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-start-start-radius: 3px;
    border-start-end-radius: 3px;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-end-end-radius: 7px;
    border-end-start-radius: 7px;
}

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

.card-subtitle {
    -webkit-margin-before: -0.75rem;
    margin-block-start: -0.75rem;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.card-text:last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    -webkit-margin-start: 1.5rem;
    margin-inline-start: 1.5rem;
}

.card-header:first-child {
    border-radius: 2px 2px 0 0;
}
.card-header + .list-group .list-group-item:first-child {
    -webkit-border-before: 0;
    border-block-start: 0;
}

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

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

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

.card-img-bottom {
    width: 100%;
    border-end-end-radius: 2px;
    border-end-start-radius: 2px;
}

.card-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.card-group > .card {
    -webkit-margin-after: 0.75rem;
    margin-block-end: 0.75rem;
}

.card-columns .card {
    -webkit-margin-after: 1.5rem;
    margin-block-end: 1.5rem;
}

/*------ Default Card Values -------*/
.card-header {
    background: none;
    padding: 1.2rem 1.5rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    background-color: transparent;
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
    letter-spacing: 0.2px;
}
.card-header .card-title {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}
.card-header.border-0 + .card-body {
    -webkit-padding-before: 0;
    padding-block-start: 0;
}

.card-title {
    font-size: 1.075rem;
    font-weight: 500;
    -webkit-margin-after: 1.5rem;
    margin-block-end: 1.5rem;
}

.card-table {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}
.card-table tr:first-child td,
.card-table tr:first-child th {
    -webkit-border-before: 0;
    border-block-start: 0;
}
.card-table tr td:first-child,
.card-table tr th:first-child {
    -webkit-padding-start: 1.5rem !important;
    padding-inline-start: 1.5rem !important;
}
.card-table tr td:last-child,
.card-table tr th:last-child {
    -webkit-padding-end: 1.5rem;
    padding-inline-end: 1.5rem;
}

.card-fullscreen {
    position: fixed;
    inset-block-start: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-end: 0;
    z-index: 1;
    margin: 0;
}

.card .box .img img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
}
.card .box h2 {
    font-size: 20px;
    color: #262626;
    margin: 20px auto;
}
.card .box h2 span {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 15px;
}
.card .box p {
    color: #262626;
}

/*------ Card -------*/
.card > hr {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-start-start-radius: 7px;
    border-start-end-radius: 7px;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-end-end-radius: 7px;
    border-end-start-radius: 7px;
}

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

.card-img-bottom {
    width: 100%;
    border-end-end-radius: 7px;
    border-end-start-radius: 7px;
}

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -ms-flex: 1 0 0%;
        -webkit-box-flex: 1;
        flex: 1 0 0%;
        -webkit-margin-after: 0;
        margin-block-end: 0;
    }
    .card-group > .card + .card {
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        -webkit-border-start: 0;
        border-inline-start: 0;
    }
    .card-group > .card:first-child {
        border-start-end-radius: 0;
        border-end-end-radius: 0;
    }
    .card-group > .card:first-child .card-img-top,
    .card-group > .card:first-child .card-header {
        border-start-end-radius: 0;
    }
    .card-group > .card:first-child .card-img-bottom,
    .card-group > .card:first-child .card-footer {
        border-end-end-radius: 0;
    }
    .card-group > .card:last-child {
        border-start-start-radius: 0;
        border-end-start-radius: 0;
    }
    .card-group > .card:last-child .card-img-top,
    .card-group > .card:last-child .card-header {
        border-start-start-radius: 0;
    }
    .card-group > .card:last-child .card-img-bottom,
    .card-group > .card:last-child .card-footer {
        border-end-start-radius: 0;
    }
    .card-group > .card:only-child {
        border-radius: 3px;
    }
    .card-group > .card:only-child .card-img-top,
    .card-group > .card:only-child .card-header {
        border-start-start-radius: 3px;
        border-start-end-radius: 3px;
    }
    .card-group > .card:only-child .card-img-bottom,
    .card-group > .card:only-child .card-footer {
        border-end-end-radius: 3px;
        border-end-start-radius: 3px;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    .card-group
        > .card:not(:first-child):not(:last-child):not(:only-child)
        .card-img-top,
    .card-group
        > .card:not(:first-child):not(:last-child):not(:only-child)
        .card-img-bottom,
    .card-group
        > .card:not(:first-child):not(:last-child):not(:only-child)
        .card-header,
    .card-group
        > .card:not(:first-child):not(:last-child):not(:only-child)
        .card-footer {
        border-radius: 0;
    }
}
@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.card-blog-overlay {
    background: url("../images/media/thumbnails/thumb2.jpg");
    background-size: cover;
    position: relative;
}
.card-blog-overlay:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    inset-inline-end: 0;
    inset-block-start: 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%;
    inset-inline-end: 0;
    inset-block-start: 0;
}

.card-blog-overlay1 {
    background: url("../images/media/thumbnails/thumb3.jpg");
    background-size: cover;
}

.card-blog-overlay2 {
    background: url("../images/media/22.jpg");
    background-size: cover;
}

/*------ Default Card Values -------*/
.card {
    position: relative;
    -webkit-margin-after: 1.5rem;
    margin-block-end: 1.5rem;
    width: 100%;
}
.card .card {
    border: 1px solid #e9edf4;
}

@media print {
    .card {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }
}
.card-body + .card-body {
    -webkit-border-before: 1px solid #e9edf4;
    border-block-start: 1px solid #e9edf4;
}
.card-body > :last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

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

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

@media print {
    .card-header {
        display: none;
    }
}
.card-title {
    font-size: 1rem;
    font-weight: 500;
    -webkit-margin-after: 1.5rem;
    margin-block-end: 1.5rem;
    position: relative;
    margin-left: 10px;
}

.card-header h3:before {
    content: "";
    position: absolute;
    left: auto;
    right: -15px;
    height: 5px;
    width: 5px;
    background: var(--primary-bg-color);
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 10px;
}
.card-header h3:after {
    content: "";
    position: absolute;
    left: -15px;
    right: auto;
    height: 5px;
    width: 5px;
    background: var(--primary-bg-color);
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 10px;
}

.reg {
    text-align: center;
    font-size: 50px;
    color: #2e1170;
    float: var(--float-right);
}

.card-title a {
    color: inherit;
}
.card-title:only-child {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}
.card-title small {
    color: #9aa0ac;
    font-size: 0.875rem;
    display: block;
    margin: -0.75rem 0 1rem;
    line-height: 1.1;
    font-weight: 400;
}

.card-subtitle {
    color: #9aa0ac;
    font-size: 0.875rem;
    display: block;
    margin: -0.75rem 0 1rem;
    line-height: 1.1;
    font-weight: 400;
}

.card-body + .card-table {
    -webkit-border-before: 1px solid #e9edf4;
    border-block-start: 1px solid #e9edf4;
}

.card-profile .card-header {
    height: 5rem;
    background-size: cover;
    border: 0;
}

.card-link + .card-link {
    -webkit-margin-start: 1rem;
    margin-inline-start: 1rem;
}

.card-body + .card-list-group {
    -webkit-border-before: 1px solid #e9edf4;
    border-block-start: 1px solid #e9edf4;
}

.card-list-group .list-group-item {
    -webkit-border-end: 0;
    border-inline-end: 0;
    -webkit-border-start: 0;
    border-inline-start: 0;
    border-radius: 0;
    -webkit-padding-start: 1.5rem;
    padding-inline-start: 1.5rem;
    -webkit-padding-end: 1.5rem;
    padding-inline-end: 1.5rem;
}
.card-list-group .list-group-item:last-child {
    -webkit-border-after: 0;
    border-block-end: 0;
}
.card-list-group .list-group-item:first-child {
    -webkit-border-before: 0;
    border-block-start: 0;
}

.card-header-pills {
    margin: -0.75rem 0;
    -webkit-margin-end: -0.75rem;
    margin-inline-end: -0.75rem;
    -webkit-margin-start: -0.75rem;
    margin-inline-start: -0.75rem;
}

.card-aside {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

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

.card-value {
    font-size: 1rem;
    line-height: 3.4rem;
    height: 3.4rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 400;
}
.card-value i {
    vertical-align: middle;
    font-size: 30px;
}

.card-options {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-order: 100;
    -webkit-box-ordinal-group: 101;
    order: 100;
    -webkit-margin-end: -0.5rem;
    margin-inline-end: -0.5rem;
    color: #9aa0ac;
    -ms-flex-item-align: center;
    align-self: center;
}
.card-options a:not(.btn) {
    -webkit-margin-start: 0.5rem;
    margin-inline-start: 0.5rem;
    color: #76839a;
    display: inline-block;
    min-width: 1rem;
}
.card-options a:not(.btn):hover {
    text-decoration: none;
    color: #6e7687;
}
.card-options a:not(.btn) i {
    font-size: 1rem;
    vertical-align: middle;
}
.card-options .dropdown-toggle:after {
    display: none;
}

.card-img-absolute {
    position: absolute;
    overflow: hidden;
    inset-block-start: 0;
    height: 100%;
    width: 100%;
    -webkit-margin-start: -28px;
    margin-inline-start: -28px;
}

.card-image {
    position: absolute;
    inset-block-start: 0;
    height: 100%;
    -webkit-margin-start: -126px;
    margin-inline-start: -126px;
}

/*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-fullscreen .card-options-remove {
    display: none;
}

/*Card maps*/
.card-map {
    height: 15rem;
    background: #e9ecef;
}

/**Card status*/
.card-status {
    position: absolute;
    inset-block-start: -1px;
    inset-inline-start: 0px;
    inset-inline-end: 0px;
    height: 3px;
    border-radius: 7px 7px 0 0;
}

.card-status-left {
    inset-inline-end: auto;
    inset-block-end: 0;
    height: auto;
    width: 3px;
    border-radius: 3px 0 0 3px;
}

/**Card alert*/
.card-alert {
    border-radius: 0;
    margin: -1px -1px 0;
}

.cardheader-tabs .card-header {
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
    -webkit-padding-after: 0;
    padding-block-end: 0;
}

.card-headpills .card-header-pills {
    margin: 0;
}

.card.card-collapsed .card-header {
    -webkit-border-after: 0;
    border-block-end: 0;
}

.card-fullscreen {
    position: fixed;
    inset-block-start: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-end: 0;
    z-index: 9999;
    margin: 0;
}

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

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

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform 0.6s ease;
    -webkit-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 {
        -webkit-transition: none;
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    inset-block-start: 0;
}

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

@supports (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 (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 (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;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: opacity;
    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 (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;
    inset-block-start: 0;
    inset-block-end: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-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 {
    inset-inline-start: 0;
}

.carousel-control-next {
    inset-inline-end: 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;
    inset-inline-end: 0;
    inset-block-end: 10px;
    inset-inline-start: 0;
    z-index: 8;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-margin-end: 15%;
    margin-inline-end: 15%;
    -webkit-margin-start: 15%;
    margin-inline-start: 15%;
    list-style: none;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    -webkit-margin-end: 3px;
    margin-inline-end: 3px;
    -webkit-margin-start: 3px;
    margin-inline-start: 3px;
    text-indent: -999px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
    position: absolute;
    inset-block-start: -10px;
    inset-inline-start: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators li::after {
    position: absolute;
    inset-block-end: -10px;
    inset-inline-start: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators .active {
    background-color: #fff;
}

.carousel-indicators1 {
    position: absolute;
    inset-inline-end: 0;
    inset-block-start: 10px;
    inset-inline-start: 0;
    z-index: 8;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-margin-end: 15%;
    margin-inline-end: 15%;
    -webkit-margin-start: 15%;
    margin-inline-start: 15%;
    list-style: none;
}
.carousel-indicators1 li {
    position: relative;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    -webkit-margin-end: 3px;
    margin-inline-end: 3px;
    -webkit-margin-start: 3px;
    margin-inline-start: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.carousel-indicators1 li::before {
    position: absolute;
    inset-block-start: -10px;
    inset-inline-start: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators1 li::after {
    position: absolute;
    inset-block-end: -10px;
    inset-inline-start: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators1 .active {
    background-color: #fff;
}

.carousel-indicators2 {
    position: absolute;
    inset-inline-end: 24px;
    inset-inline-start: auto;
    inset-block-start: 15px;
    z-index: 8;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    margin: 0px;
    list-style: none;
}
.carousel-indicators2 li {
    position: relative;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    -webkit-margin-end: 3px;
    margin-inline-end: 3px;
    -webkit-margin-start: 3px;
    margin-inline-start: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.carousel-indicators2 li::before {
    position: absolute;
    inset-block-start: -10px;
    inset-inline-start: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators2 li::after {
    position: absolute;
    inset-block-end: -10px;
    inset-inline-start: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators2 .active {
    background-color: #fff;
}

.carousel-indicators3 {
    position: absolute;
    inset-block-start: 15px;
    inset-inline-start: 24px;
    z-index: 8;
    inset-inline-end: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    margin: 0px;
    list-style: none;
}
.carousel-indicators3 li {
    position: relative;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    -webkit-margin-end: 3px;
    margin-inline-end: 3px;
    -webkit-margin-start: 3px;
    margin-inline-start: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.carousel-indicators3 li::before {
    position: absolute;
    inset-block-start: -10px;
    inset-inline-start: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators3 li::after {
    position: absolute;
    inset-block-end: -10px;
    inset-inline-start: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators3 .active {
    background-color: #fff;
}

.carousel-indicators4 {
    position: absolute;
    inset-inline-end: 24px;
    inset-block-end: 15px;
    z-index: 8;
    inset-inline-start: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    margin: 0;
    list-style: none;
}
.carousel-indicators4 li {
    position: relative;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    -webkit-margin-end: 3px;
    margin-inline-end: 3px;
    -webkit-margin-start: 3px;
    margin-inline-start: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.carousel-indicators4 li::before {
    position: absolute;
    inset-block-start: -10px;
    inset-inline-start: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators4 li::after {
    position: absolute;
    inset-block-end: -10px;
    inset-inline-start: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators4 .active {
    background-color: #fff;
}

.carousel-indicators5 {
    position: absolute;
    inset-block-end: 15px;
    inset-inline-start: 24px;
    inset-inline-end: auto;
    z-index: 8;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    margin: 0;
    list-style: none;
}
.carousel-indicators5 li {
    position: relative;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    -webkit-margin-end: 3px;
    margin-inline-end: 3px;
    -webkit-margin-start: 3px;
    margin-inline-start: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.carousel-indicators5 li::before {
    position: absolute;
    inset-block-start: -10px;
    inset-inline-start: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators5 li::after {
    position: absolute;
    inset-block-end: -10px;
    inset-inline-start: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators5 .active {
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    inset-inline-end: 15%;
    inset-block-start: 35%;
    inset-inline-start: 15%;
    z-index: 10;
    -webkit-padding-before: 20px;
    padding-block-start: 20px;
    -webkit-padding-after: 20px;
    padding-block-end: 20px;
    color: #fff;
    text-align: center;
}

.carousel-item-background {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-end: 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 {
        inset-block-start: 15%;
    }
}
/*------Drop Downs-------*/
.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    -webkit-margin-start: 0.255em;
    margin-inline-start: 0.255em;
    vertical-align: 0.255em;
    content: "";
    -webkit-border-before: 0.3em solid;
    border-block-start: 0.3em solid;
    -webkit-border-end: 0.3em solid transparent;
    border-inline-end: 0.3em solid transparent;
    -webkit-border-after: 0;
    border-block-end: 0;
    -webkit-border-start: 0.3em solid transparent;
    border-inline-start: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}

.dropdown-menu {
    position: absolute;
    inset-block-start: 100%;
    inset-inline-start: 0;
    z-index: 1000;
    display: none;
    float: var(--float-left);
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.9375rem;
    color: #495057;
    text-align: start;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9edf4;
}

.dropup .dropdown-menu {
    inset-block-start: auto;
    inset-block-end: 100%;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0.125rem;
    margin-block-end: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    -webkit-margin-start: 0.255em;
    margin-inline-start: 0.255em;
    vertical-align: 0.255em;
    content: "";
    -webkit-border-before: 0;
    border-block-start: 0;
    -webkit-border-end: 0.3em solid transparent;
    border-inline-end: 0.3em solid transparent;
    -webkit-border-after: 0.3em solid;
    border-block-end: 0.3em solid;
    -webkit-border-start: 0.3em solid transparent;
    border-inline-start: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}

.dropright .dropdown-menu {
    inset-block-start: 0;
    inset-inline-end: auto;
    inset-inline-start: 100%;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-start: 0.125rem;
    margin-inline-start: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    -webkit-margin-start: 0.255em;
    margin-inline-start: 0.255em;
    vertical-align: 0.255em;
    content: "";
    -webkit-border-before: 0.3em solid transparent;
    border-block-start: 0.3em solid transparent;
    -webkit-border-end: 0;
    border-inline-end: 0;
    -webkit-border-after: 0.3em solid transparent;
    border-block-end: 0.3em solid transparent;
    -webkit-border-start: 0.3em solid;
    border-inline-start: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}

.dropleft .dropdown-menu {
    inset-block-start: 0;
    inset-inline-end: 100%;
    inset-inline-start: auto;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-end: 0.125rem;
    margin-inline-end: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    -webkit-margin-start: 0.255em;
    margin-inline-start: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    -webkit-margin-end: 0.255em;
    margin-inline-end: 0.255em;
    vertical-align: 0.255em;
    content: "";
    -webkit-border-before: 0.3em solid transparent;
    border-block-start: 0.3em solid transparent;
    -webkit-border-end: 0.3em solid;
    border-inline-end: 0.3em solid;
    -webkit-border-after: 0.3em solid transparent;
    border-block-end: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
    -webkit-margin-start: 0;
    margin-inline-start: 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"] {
    inset-inline-end: auto;
    inset-block-end: auto;
}

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

.drop-heading {
    padding: 1rem 1rem;
    color: #8f9daf;
}

.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;
    -webkit-box-shadow: 0 3px 9px 0 rgba(104, 113, 123, 0.15);
    box-shadow: 0 3px 9px 0 rgba(104, 113, 123, 0.15);
    border-radius: 7px;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    -webkit-margin-after: 0;
    margin-block-end: 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: rgb(244, 244, 244) !important;
    background-color: rgb(255, 255, 255) !important;
    border: 0 solid rgb(66, 133, 244) !important;
    -webkit-box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
    box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
    inset-block-start: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

ul.dropdown-menu li.dropdown ul.dropdown-menu {
    background-color: rgb(244, 244, 244) !important;
    background-color: rgb(255, 255, 255) !important;
    border: 0 solid rgb(66, 133, 244) !important;
    -webkit-box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
    box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
    inset-block-start: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    position: absolute !important;
    width: 100% !important;
}

.dropdown-menu {
    position: absolute;
    inset-block-start: 100%;
    inset-inline-start: 0;
    z-index: 8;
    display: none;
    float: var(--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: #475569 !important;
    padding: 6px 12px !important;
    font-weight: 500 !important;
    border: 0 solid #e9edf4 !important;
    border-block-end-width: 1px !important;
    cursor: pointer !important;
}

ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title {
    -webkit-padding-before: 10px !important;
    padding-block-start: 10px !important;
    -webkit-padding-after: 10px !important;
    padding-block-end: 10px !important;
    line-height: 20px !important;
}

.btn.dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-plus-title {
    border-color: rgb(53, 126, 189) !important;
}
.btn.dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-plus-title {
    border-color: rgb(76, 174, 76) !important;
}
.btn.dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-plus-title {
    border-color: rgb(70, 184, 218) !important;
}
.btn.dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-plus-title {
    border-color: rgb(238, 162, 54) !important;
}
.btn.dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-plus-title {
    border-color: rgb(212, 63, 58) !important;
}

.dropdown-menu-header {
    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;
    padding: 12px 15px;
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
}

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

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (min-width: 768px) {
    ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title {
        -webkit-padding-before: 15px !important;
        padding-block-start: 15px !important;
        -webkit-padding-after: 15px !important;
        padding-block-end: 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;
    inset-block-start: -7px;
    inset-inline-end: 28px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-border-before: 1px solid #e9edf4;
    border-block-start: 1px solid #e9edf4;
    -webkit-border-start: 1px solid #e9edf4;
    border-inline-start: 1px solid #e9edf4;
}

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

.dropdown {
    display: block;
}

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

.dropdown-menu {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    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 {
    inset-inline-start: auto;
    inset-inline-end: 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 {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}

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

.dropdown-toggle .dropdown-label {
    position: relative;
    inset-block-start: -18px;
    inset-inline-start: -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;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-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;
    -webkit-box-shadow: none;
    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: red;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: var(--primary01);
    opacity: 1;
}
.form-control:disabled::-webkit-input-placeholder {
    opacity: 0.5;
}
.form-control:disabled::-moz-placeholder {
    opacity: 0.5;
}
.form-control:disabled:-ms-input-placeholder {
    opacity: 0.5;
}
.form-control:disabled::-ms-input-placeholder {
    opacity: 0.5;
}
.form-control:disabled::placeholder {
    opacity: 0.5;
}
.form-control::-webkit-file-upload-button {
    color: #495057;
    background-color: #e9e9f1;
    -webkit-transition: none;
    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;
}

.form-control-sm::-webkit-file-upload-button {
    padding: 0.55rem 0.5rem;
    margin: -0.95rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-lg::-webkit-file-upload-button {
    padding: 0.75rem 1rem;
    margin: -0.8rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    font-size: 1rem;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    -webkit-padding-before: calc(0.375rem + 1px);
    padding-block-start: calc(0.375rem + 1px);
    -webkit-padding-after: calc(0.375rem + 1px);
    padding-block-end: calc(0.375rem + 1px);
    -webkit-margin-after: 0;
    margin-block-end: 0;
    font-size: inherit;
    line-height: 1.6;
}

.col-form-label-lg {
    -webkit-padding-before: calc(0.5rem + 1px);
    padding-block-start: calc(0.5rem + 1px);
    -webkit-padding-after: calc(0.5rem + 1px);
    padding-block-end: calc(0.5rem + 1px);
    font-size: 1.125rem;
    line-height: 1.44444444;
}

.col-form-label-sm {
    -webkit-padding-before: calc(0.25rem + 1px);
    padding-block-start: calc(0.25rem + 1px);
    -webkit-padding-after: calc(0.25rem + 1px);
    padding-block-end: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.14285714;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    -webkit-padding-before: 0.375rem;
    padding-block-start: 0.375rem;
    -webkit-padding-after: 0.375rem;
    padding-block-end: 0.375rem;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    line-height: 1.6;
    color: #495057;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    outline: 0;
}
.form-control-plaintext.form-control-sm {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-text > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-text > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-text > .form-control-plaintext.btn,
.input-group-sm > .input-group-text > .form-control-plaintext.btn {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

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

.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
    border-radius: 5px;
}

.form-control-plaintext.form-control-lg {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-text > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-text > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-text > .form-control-plaintext.btn,
.input-group-lg > .input-group-text > .form-control-plaintext.btn {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

.form-control-sm {
    padding: 0.251rem 0.51rem;
    font-size: 0.75rem;
    line-height: 1.5;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-text > .input-group-text,
.input-group-sm > .input-group-text > .input-group-text,
.input-group-sm > .input-group-text > .btn,
.input-group-sm > .input-group-text > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.14285714;
}

select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm
    > .input-group-text
    > select.input-group-text:not([size]):not([multiple]),
.input-group-sm
    > .input-group-text
    > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-text > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-text > select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.form-control-lg {
    padding: 0.63rem 1rem;
    font-size: 1rem;
    line-height: 1.44444444;
    border-radius: 7px;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-text > .input-group-text,
.input-group-lg > .input-group-text > .input-group-text,
.input-group-lg > .input-group-text > .btn,
.input-group-lg > .input-group-text > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.44444444;
    border-radius: 3px;
}

.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg
    > .input-group-text
    > select.input-group-text:not([size]):not([multiple]),
.input-group-lg
    > .input-group-text
    > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-text > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-text > select.btn:not([size]):not([multiple]) {
    height: calc(2.6875rem + 2px);
}

.form-group {
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
    display: block;
}

.form-text {
    display: block;
    -webkit-margin-before: 0.25rem;
    margin-block-start: 0.25rem;
}

.form-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-margin-end: -5px;
    margin-inline-end: -5px;
    -webkit-margin-start: -5px;
    margin-inline-start: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    -webkit-padding-end: 5px;
    padding-inline-end: 5px;
    -webkit-padding-start: 5px;
    padding-inline-start: 5px;
}

.form-check {
    position: relative;
    display: block;
    -webkit-padding-start: 1.25rem;
    padding-inline-start: 1.25rem;
}

.form-check-input {
    position: absolute;
    -webkit-margin-before: 0.3rem;
    margin-block-start: 0.3rem;
    -webkit-margin-start: -1.25rem;
    margin-inline-start: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
    color: #505662;
}

.form-check-label {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-end: 0.3125rem;
    margin-inline-end: 0.3125rem;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: #58c995;
}

.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;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
    display: block;
}

.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-select:valid ~ .valid-feedback,
.was-validated .form-select:valid ~ .valid-tooltip {
    display: block;
}

.form-select.is-valid ~ .valid-feedback,
.form-select.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #198754;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}

.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

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

.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 ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block;
}

.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.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 {
    -webkit-box-shadow: 0 0 0 1px #f6f6fb, 0 0 0 2px rgba(9, 173, 149, 0.25);
    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,
.form-file-input.is-valid ~ .form-file-label {
    border-color: #198754;
}

.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 ~ .valid-feedback,
.was-validated .form-file-input:valid ~ .valid-tooltip {
    display: block;
}

.form-file-input.is-valid ~ .valid-feedback,
.form-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

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

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

.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;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}

.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-select:invalid ~ .invalid-feedback,
.was-validated .form-select:invalid ~ .invalid-tooltip {
    display: block;
}

.form-select.is-invalid ~ .invalid-feedback,
.form-select.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #e23e3d;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}

.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

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

.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 ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.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 {
    -webkit-box-shadow: 0 0 0 1px #f6f6fb, 0 0 0 2px rgba(232, 38, 70, 0.25);
    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,
.form-file-input.is-invalid ~ .form-file-label {
    border-color: #e23e3d;
}

.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 ~ .invalid-feedback,
.was-validated .form-file-input:invalid ~ .invalid-tooltip {
    display: block;
}

.form-file-input.is-invalid ~ .invalid-feedback,
.form-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

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

.form-inline {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.header .form-inline {
    -webkit-margin-end: 7px;
    margin-inline-end: 7px;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-margin-after: 0;
        margin-block-end: 0;
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-margin-after: 0;
        margin-block-end: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .form-select {
        width: auto;
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        width: auto;
        -webkit-padding-start: 0;
        padding-inline-start: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-end: 0.25rem;
        margin-inline-end: 0.25rem;
        -webkit-margin-start: 0;
        margin-inline-start: 0;
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        -webkit-margin-after: 0;
        margin-block-end: 0;
    }
}
.form-label {
    display: block;
    -webkit-margin-after: 0.375rem;
    margin-block-end: 0.375rem;
    font-weight: 400;
    font-size: 0.875rem;
    color: #1a1c23;
}

.dark-mode .form-label {
    color: #fff;
}

.form-label-small {
    font-weight: 400;
    font-size: 87.5%;
}

.form-footer {
    -webkit-margin-before: 2rem;
    margin-block-start: 2rem;
}

.form-control.header-search {
    background: #f6f6fb;
    border: 1px solid rgba(225, 225, 225, 0.1);
    color: #fff;
    padding: 0.375rem 0.75rem;
    width: 100%;
    -webkit-margin-before: 4px;
    margin-block-start: 4px;
}
.form-control.header-search::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.7;
}
.form-control.header-search::-moz-placeholder {
    color: #fff;
    opacity: 0.7;
}
.form-control.header-search:-ms-input-placeholder {
    color: #fff;
    opacity: 0.7;
}
.form-control.header-search::-ms-input-placeholder {
    color: #fff;
    opacity: 0.7;
}
.form-control.header-search::placeholder {
    color: #fff;
    opacity: 0.7;
}
.form-control.header-search:hover,
.form-control.header-search:focus {
    border: 1px solid rgba(225, 225, 225, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-required {
    color: #e23e3d;
}
.form-required:before {
    content: " ";
}

.state-valid {
    background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235eba00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'><polyline points='20 6 9 17 4 12'></polyline></svg>")
        no-repeat center right 0.5rem/1rem;
}

.state-invalid {
    background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23cd201f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'><line x1='18' y1='6' x2='6' y2='18'></line><line x1='6' y1='6' x2='18' y2='18'></line></svg>")
        no-repeat center right 0.5rem/1rem;
}

.wizard-card .moving-tab {
    -webkit-margin-before: 5px;
    margin-block-start: 5px;
}
.wizard-card.form-group .form-control {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#c4c4c4),
        color-stop(#c4c4c4),
        to(linear-gradient(#e1e1e2, #e1e1e2))
    );
    background-image: linear-gradient(
        #c4c4c4,
        #c4c4c4,
        linear-gradient(#e1e1e2, #e1e1e2)
    );
}

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

.valid-feedback {
    display: none;
    width: 100%;
    -webkit-margin-before: 0.25rem;
    margin-block-start: 0.25rem;
    font-size: 87.5%;
    color: #198754;
}

.valid-tooltip {
    position: absolute;
    inset-block-start: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    -webkit-margin-before: 0.1rem;
    margin-block-start: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgb(9, 173, 149);
    border-radius: 0.2rem;
}

.invalid-feedback {
    display: none;
    width: 100%;
    -webkit-margin-before: 0.25rem;
    margin-block-start: 0.25rem;
    font-size: 87.5%;
    color: #e23e3d;
}

.invalid-tooltip {
    position: absolute;
    inset-block-start: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    -webkit-margin-before: 0.1rem;
    margin-block-start: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgb(232, 38, 70);
    border-radius: 0.2rem;
}

ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}
ul.labels-info li {
    margin: 0;
}
ul.labels-info li h4 {
    color: #5c5c5e;
    font-size: 13px;
    -webkit-padding-start: 15px;
    padding-inline-start: 15px;
    -webkit-padding-end: 15px;
    padding-inline-end: 15px;
    -webkit-padding-before: 5px;
    padding-block-start: 5px;
    text-transform: uppercase;
}
ul.labels-info li a {
    border-radius: 0;
    color: #6a6a6a;
}
ul.labels-info li a:hover,
ul.labels-info li a:focus {
    background: none repeat scroll 0 0 #d5d7de;
    color: #6a6a6a;
}
ul.labels-info li a i {
    -webkit-padding-end: 10px;
    padding-inline-end: 10px;
}

.files .progress {
    width: 200px;
}

* html .fileinput-button {
    line-height: 24px;
    margin: 1px -3px 0 0;
}
* + html .fileinput-button {
    margin: 1px 0 0;
    padding: 2px 15px;
}

@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 .progress {
        width: 20px;
    }
    .files .delete {
        width: 60px;
    }
    .border-right-1 {
        -webkit-border-end: 0 !important;
        border-inline-end: 0 !important;
    }
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
    font-size: 1.1rem;
    line-height: 1.64444444;
}

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

.no-gutters {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

.gutters-0 {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}
.gutters-0 > .col,
.gutters-0 > [class*="col-"] {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}
.gutters-0 .card {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.gutters-xs {
    -webkit-margin-end: -0.25rem;
    margin-inline-end: -0.25rem;
    -webkit-margin-start: -0.25rem;
    margin-inline-start: -0.25rem;
}
.gutters-xs > .col,
.gutters-xs > [class*="col-"] {
    -webkit-padding-end: 0.25rem;
    padding-inline-end: 0.25rem;
    -webkit-padding-start: 0.25rem;
    padding-inline-start: 0.25rem;
}
.gutters-xs .card {
    -webkit-margin-after: 0.5rem;
    margin-block-end: 0.5rem;
}

.gutters-sm {
    -webkit-margin-end: -0.5rem;
    margin-inline-end: -0.5rem;
    -webkit-margin-start: -0.5rem;
    margin-inline-start: -0.5rem;
}
.gutters-sm > .col,
.gutters-sm > [class*="col-"] {
    -webkit-padding-end: 0.5rem;
    padding-inline-end: 0.5rem;
    -webkit-padding-start: 0.5rem;
    padding-inline-start: 0.5rem;
}
.gutters-sm .card {
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
}

.gutters-lg {
    -webkit-margin-end: -1rem;
    margin-inline-end: -1rem;
    -webkit-margin-start: -1rem;
    margin-inline-start: -1rem;
}
.gutters-lg > .col,
.gutters-lg > [class*="col-"] {
    -webkit-padding-end: 1rem;
    padding-inline-end: 1rem;
    -webkit-padding-start: 1rem;
    padding-inline-start: 1rem;
}
.gutters-lg .card {
    -webkit-margin-after: 2rem;
    margin-block-end: 2rem;
}

.gutters-xl {
    -webkit-margin-end: -1.5rem;
    margin-inline-end: -1.5rem;
    -webkit-margin-start: -1.5rem;
    margin-inline-start: -1.5rem;
}
.gutters-xl > .col,
.gutters-xl > [class*="col-"] {
    -webkit-padding-end: 1.5rem;
    padding-inline-end: 1.5rem;
    -webkit-padding-start: 1.5rem;
    padding-inline-start: 1.5rem;
}
.gutters-xl .card {
    -webkit-margin-after: 3rem;
    margin-block-end: 3rem;
}

.no-gutters {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

.gutters-0 {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}
.gutters-0 > .col,
.gutters-0 > [class*="col-"] {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}
.gutters-0 .card {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.gutters-xs {
    -webkit-margin-end: -0.25rem;
    margin-inline-end: -0.25rem;
    -webkit-margin-start: -0.25rem;
    margin-inline-start: -0.25rem;
}
.gutters-xs > .col,
.gutters-xs > [class*="col-"] {
    -webkit-padding-end: 0.25rem;
    padding-inline-end: 0.25rem;
    -webkit-padding-start: 0.25rem;
    padding-inline-start: 0.25rem;
}
.gutters-xs .card {
    -webkit-margin-after: 0.5rem;
    margin-block-end: 0.5rem;
}

.gutters-sm {
    -webkit-margin-end: -0.5rem;
    margin-inline-end: -0.5rem;
    -webkit-margin-start: -0.5rem;
    margin-inline-start: -0.5rem;
}
.gutters-sm > .col,
.gutters-sm > [class*="col-"] {
    -webkit-padding-end: 0.5rem;
    padding-inline-end: 0.5rem;
    -webkit-padding-start: 0.5rem;
    padding-inline-start: 0.5rem;
}
.gutters-sm .card {
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
}

.gutters-lg {
    -webkit-margin-end: -1rem;
    margin-inline-end: -1rem;
    -webkit-margin-start: -1rem;
    margin-inline-start: -1rem;
}
.gutters-lg > .col,
.gutters-lg > [class*="col-"] {
    -webkit-padding-end: 1rem;
    padding-inline-end: 1rem;
    -webkit-padding-start: 1rem;
    padding-inline-start: 1rem;
}
.gutters-lg .card {
    -webkit-margin-after: 2rem;
    margin-block-end: 2rem;
}

.gutters-xl {
    -webkit-margin-end: -1.5rem;
    margin-inline-end: -1.5rem;
    -webkit-margin-start: -1.5rem;
    margin-inline-start: -1.5rem;
}
.gutters-xl > .col,
.gutters-xl > [class*="col-"] {
    -webkit-padding-end: 1.5rem;
    padding-inline-end: 1.5rem;
    -webkit-padding-start: 1.5rem;
    padding-inline-start: 1.5rem;
}
.gutters-xl .card {
    -webkit-margin-after: 3rem;
    margin-block-end: 3rem;
}

.no-gutters {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

.gutters-0 {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}
.gutters-0 > .col,
.gutters-0 > [class*="col-"] {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}
.gutters-0 .card {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.gutters-xs {
    -webkit-margin-end: -0.25rem;
    margin-inline-end: -0.25rem;
    -webkit-margin-start: -0.25rem;
    margin-inline-start: -0.25rem;
}
.gutters-xs > .col,
.gutters-xs > [class*="col-"] {
    -webkit-padding-end: 0.25rem;
    padding-inline-end: 0.25rem;
    -webkit-padding-start: 0.25rem;
    padding-inline-start: 0.25rem;
}
.gutters-xs .card {
    -webkit-margin-after: 0.5rem;
    margin-block-end: 0.5rem;
}

.gutters-sm {
    -webkit-margin-end: -0.5rem;
    margin-inline-end: -0.5rem;
    -webkit-margin-start: -0.5rem;
    margin-inline-start: -0.5rem;
}
.gutters-sm > .col,
.gutters-sm > [class*="col-"] {
    -webkit-padding-end: 0.5rem;
    padding-inline-end: 0.5rem;
    -webkit-padding-start: 0.5rem;
    padding-inline-start: 0.5rem;
}
.gutters-sm .card {
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
}

.gutters-lg {
    -webkit-margin-end: -1rem;
    margin-inline-end: -1rem;
    -webkit-margin-start: -1rem;
    margin-inline-start: -1rem;
}
.gutters-lg > .col,
.gutters-lg > [class*="col-"] {
    -webkit-padding-end: 1rem;
    padding-inline-end: 1rem;
    -webkit-padding-start: 1rem;
    padding-inline-start: 1rem;
}
.gutters-lg .card {
    -webkit-margin-after: 2rem;
    margin-block-end: 2rem;
}

.gutters-xl {
    -webkit-margin-end: -1.5rem;
    margin-inline-end: -1.5rem;
    -webkit-margin-start: -1.5rem;
    margin-inline-start: -1.5rem;
}
.gutters-xl > .col,
.gutters-xl > [class*="col-"] {
    -webkit-padding-end: 1.5rem;
    padding-inline-end: 1.5rem;
    -webkit-padding-start: 1.5rem;
    padding-inline-start: 1.5rem;
}
.gutters-xl .card {
    -webkit-margin-after: 3rem;
    margin-block-end: 3rem;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-file {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-file:focus {
    z-index: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .form-select,
.input-group > .form-control + .form-file {
    -webkit-margin-start: -1px;
    margin-inline-start: -1px;
}
.input-group > .form-select + .form-control,
.input-group > .form-select + .form-select,
.input-group > .form-select + .form-file {
    -webkit-margin-start: -1px;
    margin-inline-start: -1px;
}
.input-group > .form-file + .form-control,
.input-group > .form-file + .form-select,
.input-group > .form-file + .form-file {
    -webkit-margin-start: -1px;
    margin-inline-start: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .form-select:not(:last-child) {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .form-select:not(:first-child) {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}
.input-group > .form-file {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.input-group > .form-file:not(:last-child) .form-file-label {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}
.input-group > .form-file:not(:last-child) .form-file-label::after {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}
.input-group > .form-file:not(:first-child) .form-file-label {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}
.input-group > .form-file:not(:first-child) .form-file-label::after {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

.input-group-text {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0.64rem 0.75rem;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 0.9;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: var(--primary-bg-color);
    border: 1px solid #e9edf4;
    border-start-end-radius: 7px;
    border-end-end-radius: 7px;
    border-start-start-radius: 5px;
    border-end-start-radius: 5px;
    -webkit-border-end: 0;
    border-inline-end: 0;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    -webkit-margin-before: 0;
    margin-block-start: 0;
}

.input-group-btn {
    font-size: 0.9375rem;
    border: 0;
}

.input-group-btn > .btn {
    height: 100%;
    border-color: rgb(36, 196, 180);
}

.input-group-text {
    -webkit-border-end: 0;
    border-inline-end: 0;
}

.input-group-text {
    -webkit-border-start: 0;
    border-inline-start: 0;
}

.input-group-addon {
    padding: 10px 0px 6px 12px;
    width: 38px;
    height: 38px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1 !important;
    color: #555;
    text-align: center;
    -webkit-border-end: 0;
    border-inline-end: 0;
    border-radius: 4px 0 0 4px;
}

.input-indec .input-group-btn > .btn {
    height: 100%;
    border-color: #e9edf4;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-file {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-file:focus {
    z-index: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .form-select,
.input-group > .form-control + .form-file {
    -webkit-margin-start: -1px;
    margin-inline-start: -1px;
}
.input-group > .form-select + .form-control,
.input-group > .form-select + .form-select,
.input-group > .form-select + .form-file {
    -webkit-margin-start: -1px;
    margin-inline-start: -1px;
}
.input-group > .form-file + .form-control,
.input-group > .form-file + .form-select,
.input-group > .form-file + .form-file {
    -webkit-margin-start: -1px;
    margin-inline-start: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .form-select:not(:last-child) {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .form-select:not(:first-child) {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}
.input-group > .form-file {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.input-group > .form-file:not(:last-child) .form-file-label {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}
.input-group > .form-file:not(:last-child) .form-file-label::after {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}
.input-group > .form-file:not(:first-child) .form-file-label {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}
.input-group > .form-file:not(:first-child) .form-file-label::after {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}

.input-group-text {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0.64rem 0.75rem;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #e9edf4;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    -webkit-margin-before: 0;
    margin-block-start: 0;
}

.input-icon .form-group.is-empty {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}
.input-icon .form-group.is-empty .form-control {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.input-group-addon {
    padding: 10px 0px 6px 12px;
    width: 38px;
    height: 38px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1 !important;
    color: #555;
    text-align: center;
    -webkit-border-end: 0;
    border-inline-end: 0;
    border-radius: 4px 0 0 4px;
}

.input-indec .input-group-btn > .btn {
    height: 100%;
    border-color: #e9edf4;
}

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

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

.modal {
    position: fixed;
    inset-block-start: 0;
    inset-inline-end: 0;
    inset-block-end: 0;
    inset-inline-start: 0;
    z-index: 9999;
    display: none;
    overflow: hidden;
    outline: 0;
    -webkit-padding-end: 0 !important;
    padding-inline-end: 0 !important;
    margin: 0 !important;
}

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

.modal-open {
    overflow: auto !important;
    padding: 0px !important;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-padding-end: 0px !important;
    padding-inline-end: 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;
    -webkit-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 {
        -webkit-transition: none;
        transition: none;
    }
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9edf4;
    border-radius: 3px;
    outline: 0;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.modal-backdrop {
    position: fixed;
    inset-block-start: 0;
    inset-inline-end: 0;
    inset-block-end: 0;
    inset-inline-start: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
    border-start-start-radius: 3px;
    border-start-end-radius: 3px;
}

.modal-title {
    -webkit-margin-after: 0;
    margin-block-end: 0;
    line-height: 1.5;
}
.modal-header .modal-title {
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1rem;
    margin-left: 1rem;
}
.modal-header .modal-title::before,
.modal-header .modal-title::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background: var(--primary-bg-color);
    top: 50%;
    bottom: 0;
    border-radius: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.modal-header .modal-title::before {
    left: auto;
    right: -15px;
}
.modal-header .modal-title::after {
    left: -15px;
    right: auto;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-body p:last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.modal-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    -webkit-border-before: 1px solid #e9ecef;
    border-block-start: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
    -webkit-margin-start: 0.25rem;
    margin-inline-start: 0.25rem;
}
.modal-footer > :not(:last-child) {
    -webkit-margin-end: 0.25rem;
    margin-inline-end: 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;
    }
}
.pos-static {
    position: static;
}

.modal.animated .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal.effect-scale .modal-dialog {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.modal.effect-scale.show .modal-dialog {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.modal.effect-slide-in-right .modal-dialog {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.modal.effect-slide-in-right.show .modal-dialog {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.modal.effect-slide-in-bottom .modal-dialog {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.modal.effect-slide-in-bottom.show .modal-dialog {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.modal.effect-newspaper .modal-dialog {
    -webkit-transform: scale(0) rotate(720deg);
    transform: scale(0) rotate(720deg);
    opacity: 0;
}
.modal.effect-newspaper.show ~ .modal-backdrop,
.modal.effect-newspaper .modal-dialog {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.modal.effect-newspaper.show .modal-dialog {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1;
}
.modal.effect-fall {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}
.modal.effect-fall .modal-dialog {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(600px) rotateX(20deg);
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
}
.modal.effect-fall.show .modal-dialog {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: translateZ(0px) rotateX(0deg);
    transform: translateZ(0px) rotateX(0deg);
    opacity: 1;
}
.modal.effect-flip-horizontal {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}
.modal.effect-flip-horizontal .modal-dialog {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.modal.effect-flip-horizontal.show .modal-dialog {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}
.modal.effect-flip-vertical {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}
.modal.effect-flip-vertical .modal-dialog {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.modal.effect-flip-vertical.show .modal-dialog {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}
.modal.effect-super-scaled .modal-dialog {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.modal.effect-super-scaled.show .modal-dialog {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.modal.effect-sign {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}
.modal.effect-sign .modal-dialog {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.modal.effect-sign.show .modal-dialog {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}
.modal.effect-rotate-bottom {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}
.modal.effect-rotate-bottom .modal-dialog {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(100%) rotateX(90deg);
    transform: translateY(100%) rotateX(90deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.modal.effect-rotate-bottom.show .modal-dialog {
    -webkit-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
    opacity: 1;
}
.modal.effect-rotate-left {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}
.modal.effect-rotate-left .modal-dialog {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.modal.effect-rotate-left.show .modal-dialog {
    -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    transform: translateZ(0px) translateX(0%) rotateY(0deg);
    opacity: 1;
}
.modal.effect-just-me .modal-dialog {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.modal.effect-just-me .modal-content {
    background-color: #40414c;
    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-block-end-color: rgba(255, 255, 255, 0.1);
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-padding-end: 0;
    padding-inline-end: 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);
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
}
.modal.effect-just-me .modal-body h6 {
    color: #fff;
}
.modal.effect-just-me .modal-footer {
    background-color: transparent;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.modal.effect-just-me.show ~ .modal-backdrop {
    opacity: 0.96;
}
.modal.effect-just-me.show .modal-dialog {
    -webkit-transform: scale(1);
    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;
    inset-block-start: 170px !important;
}

.nav-sidebar .list-unstyled li:last-child {
    -webkit-border-after: 0px;
    border-block-end: 0px;
}

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

/*------ Navigation -------*/
.nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 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-link.disable {
    color: #cba4f7;
}

.nav-tabs {
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
}
.nav-tabs .nav-item {
    -webkit-margin-after: -1px;
    margin-block-end: -1px;
    position: relative;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active {
    border: 0;
}
.nav-tabs .nav-item.show .nav-link {
    border: 0;
}
.nav-tabs .dropdown-menu {
    border-start-start-radius: 0;
    border-start-end-radius: 0;
}

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

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center;
}

.nav.nav-pills.nav-stacked.labels-info p {
    color: #9d9f9e;
    font-size: 11px;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    padding: 0 22px;
}

.nav-item1 {
    padding: 10px;
    min-width: 2rem;
    -webkit-transition: 0.3s color;
    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: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.nav1 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    list-style: none;
    background: var(--primary005);
}

.nav-item1:hover:not(.disabled),
.nav-item1.active {
    color: #fff;
}
.nav-item1 .nav-link.disabled {
    opacity: 6;
    cursor: default;
    pointer-events: none;
}
.nav-item1 .nav-link.disable {
    opacity: 3;
}

.nav-tabs {
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
}
.nav-tabs .nav-item1 {
    -webkit-margin-after: -1px;
    margin-block-end: -1px;
    position: relative;
}
.nav-tabs .nav-item1.nav-link {
    border: 1px solid transparent;
    border-start-start-radius: 3px;
    border-start-end-radius: 3px;
}
.nav-tabs .nav-item1 .nav-link {
    border: 0;
    color: inherit;
    -webkit-margin-after: -1px;
    margin-block-end: -1px;
    color: #76839a;
    -webkit-transition: 0.3s border-color;
    transition: 0.3s border-color;
    font-weight: 400;
}
.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 i {
    -webkit-margin-end: 0.25rem;
    margin-inline-end: 0.25rem;
    line-height: 1;
    font-size: 0rem;
    width: 0.875rem;
    vertical-align: baseline;
    display: inline-block;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}
.nav-tabs .nav-item1:hover .nav-submenu {
    display: block;
}
.nav-tabs .nav-submenu .nav-item1 {
    display: block;
    padding: 0.5rem 1rem;
    color: #9aa0ac;
    margin: 0 !important;
    cursor: pointer;
    -webkit-transition: 0.3s background;
    transition: 0.3s background;
}
.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;
    -webkit-transition: 0.3s color;
    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: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-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;
    inset-block-start: 5px;
    inset-block-end: 0;
    border-radius: 50%;
    inset-inline-end: 3px;
    background: rgba(var(--primary-bg-color), 0);
}

@media (max-width: 768px) {
    .nav-link.icon {
        padding: 5px !important;
    }
}
.nav-item {
    min-width: 2rem;
    -webkit-transition: 0.3s color;
    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: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.nav-tabs {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    margin: 0 -0.75rem;
}
.nav-tabs .nav-link {
    border: 0;
    color: inherit;
    color: #76839a;
    -webkit-transition: 0.3s border-color;
    transition: 0.3s border-color;
    font-weight: 500;
    padding: 1rem 1.8rem;
    font-size: 13px;
    text-align: 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;
}

@media (max-width: 1279px) and (min-width: 992px) {
    .nav-tabs .nav-link {
        padding: 1rem 0.95rem;
        font-size: 13px;
    }
}
.nav-tabs .nav-item i {
    -webkit-margin-end: 0.25rem;
    margin-inline-end: 0.25rem;
    line-height: 1;
    font-size: 0rem;
    width: 0.875rem;
    vertical-align: baseline;
    display: inline-block;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}
.nav-tabs .nav-submenu {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #e9edf4;
    -webkit-border-before: none;
    border-block-start: none;
    z-index: 10;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    min-width: 10rem;
    border-radius: 0 0 3px 3px;
}
.nav-tabs .nav-submenu .nav-item {
    display: block;
    padding: 0.5rem 1rem;
    color: #9aa0ac;
    margin: 0 !important;
    cursor: pointer;
    -webkit-transition: 0.3s background;
    transition: 0.3s background;
}
.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);
}

.hor-menu .nav-badge {
    border-radius: 30px;
    position: absolute;
    inset-block-start: 3px;
    inset-inline-end: 14px;
    padding: 0.2em 0.4em;
    font-size: 12px;
}

@media (max-width: 992px) {
    .hor-menu .nav-badge {
        inset-inline-end: auto !important;
    }
}
#smartwizard .nav.nav-tabs.step-anchor {
    -webkit-border-after: 0 !important;
    border-block-end: 0 !important;
    padding: 30px;
}
#smartwizard .nav-tabs {
    -webkit-border-before: 0 !important;
    border-block-start: 0 !important;
}
#smartwizard .nav-link {
    padding: 8px 40px;
    border-radius: 5px !important;
}

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

#basicwizard .nav-tabs .nav-link {
    padding: 0.8rem 0.8rem;
}

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

.page {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: calc(100vh - 62px);
}

body.fixed-header .page {
    -webkit-padding-before: 4.5rem;
    padding-block-start: 4.5rem;
}

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

.page-content {
    margin: 0.75rem 0;
}

@media (min-width: 768px) {
    .page-content {
        margin: 1.5rem 0;
    }
}
.example .pagination {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.pagination {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    list-style: none;
    border-radius: 3px;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    -webkit-margin-start: -1px;
    margin-inline-start: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dadde1;
    color: #475569;
}
.page-link:hover {
    z-index: 2;
    text-decoration: none;
    background-color: var(--primary005);
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    border-start-start-radius: 5px;
    border-end-start-radius: 5px;
}
.page-item:last-child .page-link {
    border-start-end-radius: 5px;
    border-end-end-radius: 5px;
}
.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;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.3rem;
    font-size: 1.125rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-start-start-radius: 7px;
    border-end-start-radius: 7px;
}
.pagination-lg .page-item:last-child .page-link {
    border-start-end-radius: 7px;
    border-end-end-radius: 7px;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-start-start-radius: 7px;
    border-end-start-radius: 7px;
}
.pagination-sm .page-item:last-child .page-link {
    border-start-end-radius: 7px;
    border-end-end-radius: 7px;
}

.page-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 1.5rem 0rem 1.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    position: relative;
    min-height: 50px;
    border: 1px solid transparent;
    border-radius: 5px;
}

.page-title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    -webkit-margin-after: 0.2rem;
    margin-block-end: 0.2rem;
}

.page-options {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}

.page-header .breadcrumb {
    font-size: 13px;
    -webkit-padding-start: 0 !important;
    padding-inline-start: 0 !important;
}

@media (max-width: 400px) {
    .pagination-lg .page-link {
        padding: 0.75rem 1rem;
    }
}
.panel-title-landing {
    color: #1643a3 !important;
    font-size: 35px;
    font-weight: bold;
}

.panel-footer-landing {
    border: solid 2px #1643a3 !important;
    border-end-start-radius: 10px !important;
    border-end-end-radius: 10px !important;
    -webkit-border-before: none !important;
    border-block-start: none !important;
    text-align: center;
    background: #f7f7f7;
}

.panel-body {
    padding: 15px;
}
.panel-body .lead {
    font-size: 20px;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    padding: 10px 0;
}
.panel-body .lead strong {
    font-size: 40px;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #fff;
    -webkit-border-before: 1px solid #e9edf4;
    border-block-start: 1px solid #e9edf4;
    -webkit-border-start: 1px solid #e9edf4;
    border-inline-start: 1px solid #e9edf4;
    -webkit-border-end: 1px solid #e9edf4;
    border-inline-end: 1px solid #e9edf4;
    border-end-end-radius: 3px;
    border-end-start-radius: 3px;
}

.panel-group .panel,
.panel-group1 .panel {
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e9edf4;
    overflow: hidden;
}

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

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    background-color: #f6f6fb;
    border-color: #e9edf4;
}

.panel-title {
    font-size: 14px;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}
.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0px solid #e9edf4;
    -webkit-border-before: 0;
    border-block-start: 0;
}

.panel1 {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel1:last-child {
    -webkit-border-after: none;
    border-block-end: none;
}

.panel-group1 > .panel1:first-child .panel-heading1 {
    border-radius: 4px 4px 0 0;
}
.panel-group1 .panel1 {
    border-radius: 0;
}

.panel-body1 {
    padding: 10px;
    background: #fff;
}

.panel-title1 {
    font-size: 14px;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.panel-group1 .panel1 + .panel1 {
    -webkit-margin-before: 0;
    margin-block-start: 0;
}

.panel-heading1 {
    background-color: #5797fc;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 0;
}

.panel-group1 .panel-body {
    border: 0px solid #e9edf4;
}

.panel-title1 a {
    display: block;
    color: #fff !important;
    padding: 15px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
}

.panel1:last-child .panel-body1 {
    border-radius: 0 0 4px 4px;
}
.panel1:last-child .panel-heading1 {
    border-radius: 0 0 4px 4px;
    -webkit-transition: border-radius 0.3s linear 0.2s;
    transition: border-radius 0.3s linear 0.2s;
}
.panel1:last-child .panel-heading1.active {
    border-radius: 0;
    -webkit-transition: border-radius linear 0s;
    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: var(--float-right);
}
.panel-title a.accordion-toggle.collapsed:before {
    content: "\f067";
    padding: 0 10px 0 0;
    color: #fff;
    font-family: FontAwesome;
    float: var(--float-right);
}

.panel-heading1 a.collapsed:before {
    content: "\e9af";
    position: absolute;
    font-family: "feather" !important;
    inset-inline-end: 16px;
    inset-block-start: 15px;
    font-size: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.panel-heading1 a:before {
    content: "\e994";
    position: absolute;
    font-family: "feather" !important;
    inset-inline-end: 16px;
    inset-block-start: 15px;
    font-size: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.panel-heading1.active a:before {
    content: " ";
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.demo-accordion p:last-child,
.panel-group1 p:last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

/*--------panel----------*/
.expanel-default {
    border: #ddd !important;
}

.expanel-secondary {
    border: #007f6e !important;
}

.expanel-success {
    border: #4ecc48 !important;
}

.expanel-danger {
    border: #c21a1a !important;
}

.expanel-primary > .expanel-heading {
    color: #fff !important;
}

.expanel-secondary > .expanel-heading {
    color: #fff !important;
    background-color: #007f6e !important;
    border-color: #007f6e !important;
}

.expanel-success > .expanel-heading {
    color: #fff !important;
    background-color: #4ecc48 !important;
    border-color: #4ecc48 !important;
}

.expanel-danger > .expanel-heading {
    color: #fff !important;
    background-color: #c21a1a !important;
    border-color: #c21a1a !important;
}

.expanel-warning > .expanel-heading {
    color: #fff !important;
    background-color: #ecd938 !important;
    border-color: #ecd938 !important;
}

.expanel-title {
    -webkit-margin-before: 0 !important;
    margin-block-start: 0 !important;
    -webkit-margin-after: 0 !important;
    margin-block-end: 0 !important;
    font-size: 16px !important;
    color: inherit !important;
}

.expanel {
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
    background-color: #fff !important;
    border: 1px solid #e9edf4 !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01) !important;
}

.expanel-default > .expanel-heading {
    background-color: var(--primary005) !important;
    border-color: #f6f6fb !important;
}

.expanel-heading {
    padding: 10px 15px !important;
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
    border-start-start-radius: 3px !important;
    border-start-end-radius: 3px !important;
}

.expanel-footer {
    padding: 10px 15px !important;
    background-color: var(--primary005) !important;
    -webkit-border-before: 1px solid #e9edf4 !important;
    border-block-start: 1px solid #e9edf4 !important;
    border-end-end-radius: 3px !important;
    border-end-start-radius: 3px !important;
}

.expanel-body {
    padding: 15px !important;
}

.popover {
    inset-block-start: 0;
    inset-inline-start: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: start;
    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;
    -webkit-margin-start: calc(0.25rem - 5px);
    margin-inline-start: 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,
.bs-popover-auto[data-popper-placement^="top"] {
    -webkit-margin-after: 0.5rem;
    margin-block-end: 0.5rem;
}

.bs-popover-top .popover-arrow,
.bs-popover-auto[data-popper-placement^="top"] .popover-arrow {
    inset-block-end: calc((0.5rem + 1px) * -1);
}

.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 {
    inset-block-end: 0;
    border-block-start-color: rgba(0, 0, 0, 0.25);
}

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

.bs-popover-end,
.bs-popover-auto[data-popper-placement^="right"] {
    -webkit-margin-start: 0.5rem;
    margin-inline-start: 0.5rem;
}

.bs-popover-end .popover-arrow,
.bs-popover-auto[data-popper-placement^="right"] .popover-arrow {
    inset-inline-end: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 0.5rem;
    margin: 3px 0;
}

.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-block-start-width: 0.25rem;
    border-inline-end-width: 0.5rem;
    border-block-end-width: 0.25rem;
    border-inline-start-width: 0px;
}

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

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

.bs-popover-bottom,
.bs-popover-auto[data-popper-placement^="bottom"] {
    -webkit-margin-before: 0.5rem;
    margin-block-start: 0.5rem;
}

.bs-popover-bottom .popover-arrow,
.bs-popover-auto[data-popper-placement^="bottom"] .popover-arrow {
    inset-block-start: calc((0.5rem + 1px) * -1);
}

.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 {
    inset-block-start: 0;
    border-block-end-color: #dee3eb;
}

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

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

.bs-popover-start,
.bs-popover-auto[data-popper-placement^="left"] {
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.bs-popover-start .popover-arrow,
.bs-popover-auto[data-popper-placement^="left"] .popover-arrow {
    inset-inline-end: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 0.5rem;
    margin: 3px 0;
}

.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-block-start-width: 0.25rem;
    border-inline-end-width: 0px;
    border-block-end-width: 0.25rem;
    border-inline-start-width: 0.5rem;
}

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

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

.popover-header {
    padding: 0.5rem 0.75rem;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    font-size: 0.9375rem;
    color: inherit;
    background-color: #fff;
    -webkit-border-after: 1px solid #ebebeb;
    border-block-end: 1px solid #ebebeb;
    border-start-start-radius: 5px;
    border-start-end-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"] {
    -webkit-margin-after: 0.625rem;
    margin-block-end: 0.625rem;
}

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

progress {
    vertical-align: baseline;
}

/*-----progress-----*/
.progress {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.703125rem;
    background-color: #f6f6fb;
    border-radius: 7px;
    position: relative;
}

.progress-bar {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: 7px;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.current-progressbar {
    -webkit-margin-before: 14.5px;
    margin-block-start: 14.5px;
}

.progress-content {
    -webkit-margin-after: 16.5px;
    margin-block-end: 16.5px;
}
.progress-content:last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    ) !important;
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

/*------ progress sizes ------*/
.progress-xs {
    height: 0.25rem;
}
.progress-xs .progress-bar {
    height: 0.25rem;
}

.progress-sm {
    height: 0.5rem;
}
.progress-sm .progress-bar {
    height: 0.5rem;
}

.progress-lg {
    height: 1.25rem;
}
.progress-lg .progress-bar {
    height: 1.25rem;
}

.progress-bar-indeterminate:after {
    content: "";
    position: absolute;
    background-color: inherit;
    inset-inline-start: 0;
    will-change: left, right;
    inset-block-start: 0;
    inset-block-end: 0;
}
.progress-bar-indeterminate:before {
    content: "";
    position: absolute;
    background-color: inherit;
    inset-inline-start: 0;
    will-change: left, right;
    inset-block-start: 0;
    inset-block-end: 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,
.text-wrap table {
    width: 100%;
    max-width: 100%;
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
}

.table th {
    padding: 0.73rem;
    vertical-align: top;
}

.text-wrap table th,
.text-wrap table td {
    padding: 0.75rem;
    vertical-align: top;
}

.table td {
    padding: 15px 0.73rem;
    vertical-align: middle;
    -webkit-border-before: 0;
    border-block-start: 0;
}
.table thead th {
    vertical-align: middle;
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
    border-block-end-width: 1px;
    -webkit-padding-before: 0.5rem;
    padding-block-start: 0.5rem;
    -webkit-padding-after: 0.5rem;
    padding-block-end: 0.5rem;
    -webkit-border-before: 0;
    border-block-start: 0;
}

.text-wrap table thead th {
    vertical-align: middle;
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
    border-block-end-width: 1px;
    -webkit-padding-before: 0.5rem;
    padding-block-start: 0.5rem;
    -webkit-padding-after: 0.5rem;
    padding-block-end: 0.5rem;
}

.table tbody + tbody,
.text-wrap table tbody + tbody {
    -webkit-border-before: 2px solid #e9edf4;
    border-block-start: 2px solid #e9edf4;
}

.table .table,
.text-wrap table .table,
.table .text-wrap table {
    background-color: #f6f6fb;
}

.text-wrap .table table,
.text-wrap table table {
    background-color: #f6f6fb;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered,
.text-wrap table,
.table-bordered th,
.text-wrap table th,
.table-bordered td,
.text-wrap table td {
    border: 1px solid #e9edf4;
}

.table-bordered thead th,
.text-wrap table thead th,
.table-bordered thead td,
.text-wrap table thead td {
    border-block-end-width: 1px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

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

.table-primary {
    background-color: #d2cdf9;
}
.table-primary > th,
.table-primary > td {
    background-color: #d2cdf9;
}

.table-hover .table-primary:hover {
    background-color: #b7cded;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #b7cded;
}

.table-secondary {
    background-color: #fdccdb;
}
.table-secondary > th,
.table-secondary > td {
    background-color: #fdccdb;
}

.table-hover .table-secondary:hover {
    background-color: #cfd2d6;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #cfd2d6;
}

.table-success {
    background-color: #d2ecb8;
}
.table-success > th,
.table-success > td {
    background-color: #d2ecb8;
}

.table-hover .table-success:hover {
    background-color: #c5e7a4;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #c5e7a4;
}

.table-info {
    background-color: #cbe7fb;
}
.table-info > th,
.table-info > td {
    background-color: #cbe7fb;
}

.table-hover .table-info:hover {
    background-color: #b3dcf9;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #b3dcf9;
}

.table-warning {
    background-color: #f1d5a7;
}
.table-warning > th,
.table-warning > td {
    background-color: #f1d5a7;
}

.table-hover .table-warning:hover {
    background-color: #fae8a4;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #fae8a4;
}

.table-danger {
    background-color: #f1c1c0;
}
.table-danger > th,
.table-danger > td {
    background-color: #f1c1c0;
}

.table-hover .table-danger:hover {
    background-color: #ecacab;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #ecacab;
}

.table-light {
    background-color: #fdfdfe;
}
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark {
    background-color: #212529;
}
.table-dark > th,
.table-dark > td {
    background-color: #212529;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active {
    background-color: rgba(0, 0, 0, 0.04);
}
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.04);
}

.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 .thead-dark th,
.text-wrap table .thead-dark th {
    color: #f6f6fb;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th,
.text-wrap table .thead-light th {
    color: #495057;
    background-color: #f6f6fb;
    border-color: #e9edf4;
}

.table-dark {
    color: #f6f6fb;
    background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
    color: #f6f6fb;
    border-block-end-color: rgba(255, 255, 255, 0.05) !important;
}
.table-dark.table-bordered {
    border: 0;
}

.text-wrap table.table-dark {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: #212529 !important;
}
.table-dark.table-striped tbody tr:nth-of-type(even) {
    background-color: #272b2f !important;
}
.table-dark.table-hover tbody tr:hover {
    background-color: #212529;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
    .text-wrap .table-responsive-sm > table {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
    .text-wrap .table-responsive-md > table {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
    .text-wrap .table-responsive-lg > table {
        border: 0;
    }
}
@media (max-width: 1279.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
    .text-wrap .table-responsive-xl > table {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
    border: 0;
}

.text-wrap .table-responsive > table {
    border: 0;
}

.table-inbox {
    border: 1px solid #e9edf4;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}
.table-inbox tr {
    -webkit-border-after: 1px solid rgba(238, 238, 238, 0.7);
    border-block-end: 1px solid rgba(238, 238, 238, 0.7);
}
.table-inbox tr:last-child {
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
}
.table-inbox tr td {
    padding: 12px !important;
}
.table-inbox tr td:hover {
    cursor: pointer;
}
.table-inbox tr td .fa-star.inbox-started,
.table-inbox tr td .fa-star:hover {
    color: #f78a09;
}
.table-inbox tr.unread td {
    background: #f6f6fb;
    font-weight: 500;
}

.table th,
.text-wrap table th {
    color: #2e3138;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 400;
}

.table-md th,
.table-md td {
    padding: 0.5rem;
}

.table-vcenter td,
.table-vcenter th {
    vertical-align: middle;
    -webkit-border-before: 1px solid #e9edf4;
    border-block-start: 1px solid #e9edf4;
}

.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: rgba(255, 255, 255, 0.2);
}

.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: rgba(255, 255, 255, 0.2);
}

.table-center td,
.table-center th {
    text-align: center;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: transparent;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #f6f6fb;
}

.table-calendar {
    margin: 0 0 0.75rem;
}
.table-calendar td,
.table-calendar th {
    border: 0;
    text-align: center;
    padding: 0 !important;
    width: 14.28571429%;
    line-height: 2.5rem;
}
.table-calendar td {
    -webkit-border-before: 0;
    border-block-start: 0;
}

.table-calendar-link {
    line-height: 2rem;
    min-width: calc(2rem + 2px);
    display: inline-block;
    border-radius: 3px;
    background: #f8f9fa;
    color: #495057;
    font-weight: 600;
    -webkit-transition: 0.3s background, 0.3s color;
    transition: 0.3s background, 0.3s color;
    position: relative;
}
.table-calendar-link:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    inset-inline-start: 0.25rem;
    inset-block-start: 0.25rem;
    border-radius: 50px;
    background: #467fcf;
}
.table-calendar-link:hover {
    color: #fff;
    text-decoration: none;
    background: #467fcf;
    -webkit-transition: 0.3s background;
    transition: 0.3s background;
}
.table-calendar-link:hover:before {
    background: #fff;
}

.table-header {
    cursor: pointer;
    -webkit-transition: 0.3s color;
    transition: 0.3s color;
}
.table-header:hover {
    color: #495057 !important;
}
.table-header:after {
    content: "\f0dc";
    font-family: FontAwesome;
    display: inline-block;
    -webkit-margin-start: 0.5rem;
    margin-inline-start: 0.5rem;
    font-size: 0.75rem;
}

.table-header-asc {
    color: #495057 !important;
}
.table-header-asc:after {
    content: "\f0de";
}

.table-header-desc {
    color: #495057 !important;
}
.table-header-desc:after {
    content: "\f0dd";
}

table {
    border-collapse: collapse;
}

.table > :not(:last-child) > :last-child > * {
    border-block-end-color: #e9edf4;
}

.table > :not(caption) > * > * {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table tbody td {
    border-color: #e9edf4;
}

.table > :not(:first-child) {
    -webkit-border-before: 1px solid #e9edf4;
    border-block-start: 1px solid #e9edf4;
}

.table.table-lg td,
.table.table-lg th {
    padding: 0.9rem 0.8rem;
}

.table.table-xl td,
.table.table-xl th {
    padding: 1.25rem 0.8rem;
}

.table.table-xs td,
.table.table-xs th {
    padding: 0.4rem 0.8rem;
}

/*---- Tags-----*/
.tag {
    font-size: 0.75rem;
    color: #475569;
    background-color: var(--primary01);
    border-radius: 3px;
    padding: 0 0.5rem;
    line-height: 2em;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    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;
    -webkit-transition: 0.3s color, 0.3s background;
    transition: 0.3s color, 0.3s background;
}
a.tag:hover {
    background-color: rgba(110, 118, 135, 0.2);
    color: inherit;
}

.tag-addon {
    display: inline-block;
    padding: 0 0.5rem;
    color: inherit;
    text-decoration: none;
    -webkit-margin-before: 0px;
    margin-block-start: 0px;
    -webkit-margin-end: -0.5rem;
    margin-inline-end: -0.5rem;
    -webkit-margin-after: 0px;
    margin-block-end: 0px;
    -webkit-margin-start: 0.5rem;
    margin-inline-start: 0.5rem;
    text-align: center;
    min-width: 1.5rem;
}
.tag-addon:last-child {
    border-start-end-radius: 3px;
    border-end-end-radius: 3px;
}
.tag-addon i {
    vertical-align: middle;
    margin: 0 -0.25rem;
    line-height: 2;
}

a.tag-addon {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.3s color, 0.3s background;
    transition: 0.3s color, 0.3s background;
}
a.tag-addon:hover {
    background: #dee3ea;
    color: inherit;
}

.tag-avatar {
    width: 1.5rem;
    height: 1.5rem;
    border-start-start-radius: 3px;
    border-start-end-radius: 0px;
    border-end-end-radius: 0px;
    border-end-start-radius: 3px;
    -webkit-margin-before: 0px;
    margin-block-start: 0px;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
    -webkit-margin-after: 0px;
    margin-block-end: 0px;
    -webkit-margin-start: -0.5rem;
    margin-inline-start: -0.5rem;
}

.tag-blue {
    background-color: #467fcf !important;
    color: #fff;
}

.tag-indigo {
    background-color: #515eae !important;
    color: #fff;
}

.tag-purple {
    background-color: #867efc !important;
    color: #fff;
}

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

.tag-red {
    background-color: #c21a1a !important;
    color: #fff;
}

.tag-orange {
    background-color: #ec6900 !important;
    color: #fff;
}

.tag-yellow {
    background-color: #ecb403 !important;
    color: #fff;
}

.tag-green {
    background-color: #4ecc48 !important;
    color: #fff;
}

.tag-teal {
    background-color: #2bcbba !important;
    color: #fff;
}

.tag-cyan {
    background-color: #17a2b8 !important;
    color: #fff;
}

.tag-white {
    background-color: #fff;
    color: #fff;
}

.tag-gray {
    background-color: #868e96 !important;
    color: #fff;
}

.tag-gray-dark {
    background-color: #343a40;
    color: #fff;
}

.tag-azure {
    background-color: #007abf !important;
    color: #fff;
}

.tag-lime {
    background-color: #7bd235 !important;
    color: #fff;
}

.tag-primary {
    background-color: #467fcf;
    color: #fff;
}

.tag-primary {
    background-color: var(--primary-bg-color) !important;
    color: #fff;
}

.tag-secondary {
    background-color: #868e96;
    color: #fff;
}

.tag-success {
    background-color: #4ecc48 !important;
    color: #fff;
}

.tag-info {
    background-color: #007abf;
    color: #fff;
}

.tag-warning {
    background-color: #ecb403 !important;
    color: #fff;
}

.tag-danger {
    background-color: #c21a1a !important;
    color: #fff;
}

.tag-light {
    background-color: #f8f9fa;
    color: #fff;
}

.tag-dark {
    background-color: #343a40;
    color: #fff;
}

.tag-rounded {
    border-radius: 50px;
}
.tag-rounded .tag-avatar {
    border-radius: 50px;
}

.tags {
    -webkit-margin-after: -0.5rem;
    margin-block-end: -0.5rem;
    font-size: 0;
}
.tags > .tag {
    -webkit-margin-after: 0.5rem;
    margin-block-end: 0.5rem;
}
.tags > .tag:not(:last-child) {
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.tag-radius {
    border-start-start-radius: 50px;
    border-start-end-radius: 50px;
    border-end-end-radius: 50px;
    border-end-start-radius: 50px;
}

.tag-round::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-margin-before: 8px;
    margin-block-start: 8px;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.tag-rounded.tag-icon i {
    margin: 6px;
}

.tag-addon.tag-addon-cross {
    border-start-start-radius: 0px;
    border-start-end-radius: 50px;
    border-end-end-radius: 50px;
    border-end-start-radius: 0px;
}

.tag-outline-primary {
    background-color: var(--primary01) !important;
    color: var(--primary-bg-color);
    border: 1px solid var(--primary-bg-color);
}

.tag-outline-success {
    background-color: rgba(0, 230, 130, 0.1) !important;
    color: #09ad95;
    border: 1px solid #09ad95;
}

.tag-outline-success::before {
    border: 1px solid #09ad95;
}

.tag-outline-primary::before {
    border: 1px solid var(--primary-bg-color);
}

.tag-outline-secondary {
    background-color: rgba(5, 195, 251, 0.1) !important;
    color: #007f6e;
    border: 1px solid #007f6e;
}

.tag-outline-info {
    background-color: #c7e0fd;
    color: #1170e4;
    border: 1px solid #1170e4;
}

.tag-outline-info::before {
    border: 1px solid #1170e4;
}

.tag-outline-secondary::before {
    border: 1px solid #007f6e;
}

.tag-outline-danger {
    background-color: rgba(255, 56, 43, 0.1) !important;
    color: #e82646;
    border: 1px solid #e82646;
}

.tag-outline-danger::before {
    border: 1px solid #e82646;
}

.tag-outline-warning {
    background-color: rgba(255, 162, 43, 0.1) !important;
    color: #f7b731;
    border: 1px solid #f7b731;
}

.tag-outline-warning::before {
    border: 1px solid #f7b731;
}

.tag-outline-pink {
    background-color: rgba(236, 130, 239, 0.2) !important;
    color: #ec82ef;
    border: 1px solid #ec82ef;
}

.tag-outline-pink::before {
    border: 1px solid #ec82ef;
}

.tag-border {
    border: 1px solid #e9edf4;
    background-color: #fff;
}

/*---------Thumbnails----------*/
.thumbnail {
    display: block;
    padding: 4px;
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #e9edf4;
    -webkit-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
    border-radius: 7px;
}
.thumbnail a > img,
.thumbnail > img {
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}
.thumbnail p:last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.thumbimg {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 7px;
}

.thumbnail .caption {
    padding: 15px;
}

/*-------Tooptip &popover------*/
.bd-example {
    position: relative;
    padding: 1rem;
    margin: 1rem -1rem;
    border-width: 0.2rem 0 0;
}

.bd-example-tooltip-static .tooltip {
    position: relative;
    display: inline-block;
    margin: 10px 20px;
    opacity: 1;
}

.tooltip {
    position: absolute;
    z-index: 6;
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: start;
    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;
    -webkit-margin-before: -3px;
    margin-block-start: -3px;
}

.tooltip.bs-tether-element-attached-left,
.tooltip.tooltip-end {
    padding: 0 5px;
    -webkit-margin-start: 3px;
    margin-inline-start: 3px;
}
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,
.tooltip.tooltip-top .tooltip-inner::before {
    inset-block-end: 0;
    inset-inline-start: 50%;
    -webkit-margin-start: -5px;
    margin-inline-start: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-block-start-color: #000;
}
.tooltip.bs-tether-element-attached-left .tooltip-inner::before,
.tooltip.tooltip-end .tooltip-inner::before {
    inset-block-start: 50%;
    inset-inline-start: 0;
    -webkit-margin-before: -5px;
    margin-block-start: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-inline-end-color: #000;
}
.tooltip.bs-tether-element-attached-top,
.tooltip.tooltip-bottom {
    padding: 5px 0;
    -webkit-margin-before: 3px;
    margin-block-start: 3px;
}
.tooltip.bs-tether-element-attached-top .tooltip-inner::before,
.tooltip.tooltip-bottom .tooltip-inner::before {
    inset-block-start: 0;
    inset-inline-start: 50%;
    -webkit-margin-start: -5px;
    margin-inline-start: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-block-end-color: #000;
}
.tooltip.bs-tether-element-attached-right,
.tooltip.tooltip-start {
    padding: 0 5px;
    -webkit-margin-start: -3px;
    margin-inline-start: -3px;
}
.tooltip.bs-tether-element-attached-right .tooltip-inner::before,
.tooltip.tooltip-start .tooltip-inner::before {
    inset-block-start: 50%;
    inset-inline-end: 0;
    -webkit-margin-before: -5px;
    margin-block-start: -5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-inline-start-color: #000;
}

.tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

/*alerts*/
.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    inset-block-end: 0;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    inset-block-start: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-block-start-color: #000;
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    inset-inline-end: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    inset-inline-end: 0;
    border-block-start-width: 0.4rem;
    border-inline-end-width: 0.4rem;
    border-block-end-width: 0.4rem;
    border-inline-start-width: 0px;
    border-inline-end-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    inset-block-start: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    inset-block-end: 0;
    border-width: 0 0.4rem 0.4rem;
    border-block-end-color: #000;
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    inset-inline-end: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    inset-inline-start: -1px;
    border-block-start-width: 0.4rem;
    border-inline-end-width: 0px;
    border-block-end-width: 0.4rem;
    border-inline-start-width: 0.4rem;
    border-inline-start-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,
.bs-popover-auto[data-popper-placement^="top"] .popover-arrow {
    inset-block-end: calc((0.5rem + 1px) * -1);
}

.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 {
    inset-block-end: 0;
    border-block-start-color: rgba(0, 0, 0, 0.25);
}

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

.bs-popover-end .popover-arrow,
.bs-popover-auto[data-popper-placement^="right"] .popover-arrow {
    inset-inline-end: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 0.5rem;
    margin: 3px 0;
}

.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 {
    inset-inline-start: 0;
    border-inline-end-color: #dee3eb;
}

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

.bs-popover-bottom .popover-arrow,
.bs-popover-auto[data-popper-placement^="bottom"] .popover-arrow {
    inset-block-start: calc((0.5rem + 1px) * -1);
}

.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 {
    inset-block-start: 0;
    border-block-end-color: #dee3eb;
}

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

.bs-popover-start .popover-arrow,
.bs-popover-auto[data-popper-placement^="left"] .popover-arrow {
    inset-inline-end: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 0.5rem;
    margin: 3px 0;
}

.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 {
    inset-inline-end: 0;
    border-inline-start-color: #dee3eb;
}

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

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

.jqstooltip {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-family: inherit !important;
    background: #333 !important;
    border: none !important;
    border-radius: 3px;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    padding: 6px !important;
}
.jqstooltip .jqsfield {
    font: inherit !important;
}

.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 {
    inset-inline-start: 50%;
    -webkit-margin-start: -2px;
    margin-inline-start: -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"] {
    -webkit-margin-before: 5px;
    margin-block-start: 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 {
    inset-block-start: 50%;
    -webkit-margin-before: -5px;
    margin-block-start: -5px;
}

.popover-static-demo {
    background-color: #f6f6fb;
    -webkit-padding-before: 40px;
    padding-block-start: 40px;
    -webkit-padding-after: 40px;
    padding-block-end: 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 {
    inset-inline-start: 50%;
    -webkit-margin-start: -5px;
    margin-inline-start: -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"] {
    -webkit-margin-before: 5px;
    margin-block-start: 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 {
    inset-block-start: 50%;
    -webkit-margin-before: -5px;
    margin-block-start: -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-block-start-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-block-end-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-inline-start-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-inline-end-color: var(--primary-bg-color);
}

.tooltip-secondary .tooltip-inner {
    background-color: #007f6e !important;
    color: #fff;
}
.tooltip-secondary.bs-tooltip-top .tooltip-arrow::before,
.tooltip-secondary.bs-tooltip-auto[data-popper-placement^="top"]
    .tooltip-arrow::before {
    border-block-start-color: #007f6e !important;
}
.tooltip-secondary.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip-secondary.bs-tooltip-auto[data-popper-placement^="bottom"]
    .tooltip-arrow::before {
    border-block-end-color: #007f6e !important;
}
.tooltip-secondary.bs-tooltip-start .tooltip-arrow::before,
.tooltip-secondary.bs-tooltip-auto[data-popper-placement^="left"]
    .tooltip-arrow::before {
    border-inline-start-color: #007f6e !important;
}
.tooltip-secondary.bs-tooltip-end .tooltip-arrow::before,
.tooltip-secondary.bs-tooltip-auto[data-popper-placement^="right"]
    .tooltip-arrow::before {
    border-inline-end-color: #007f6e !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-block-start-color: #09ad95 !important;
}
.tooltip-success.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip-success.bs-tooltip-auto[data-popper-placement^="bottom"]
    .tooltip-arrow::before {
    border-block-end-color: #09ad95 !important;
}
.tooltip-success.bs-tooltip-start .tooltip-arrow::before,
.tooltip-success.bs-tooltip-auto[data-popper-placement^="left"]
    .tooltip-arrow::before {
    border-inline-start-color: #09ad95 !important;
}
.tooltip-success.bs-tooltip-end .tooltip-arrow::before,
.tooltip-success.bs-tooltip-auto[data-popper-placement^="right"]
    .tooltip-arrow::before {
    border-inline-end-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-block-start-color: #e82646 !important;
}
.tooltip-danger.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip-danger.bs-tooltip-auto[data-popper-placement^="bottom"]
    .tooltip-arrow::before {
    border-block-end-color: #e82646 !important;
}
.tooltip-danger.bs-tooltip-start .tooltip-arrow::before,
.tooltip-danger.bs-tooltip-auto[data-popper-placement^="left"]
    .tooltip-arrow::before {
    border-inline-start-color: #e82646 !important;
}
.tooltip-danger.bs-tooltip-end .tooltip-arrow::before,
.tooltip-danger.bs-tooltip-auto[data-popper-placement^="right"]
    .tooltip-arrow::before {
    border-inline-end-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-block-start-color: #1170e4 !important;
}
.tooltip-info.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip-info.bs-tooltip-auto[data-popper-placement^="bottom"]
    .tooltip-arrow::before {
    border-block-end-color: #1170e4 !important;
}
.tooltip-info.bs-tooltip-start .tooltip-arrow::before,
.tooltip-info.bs-tooltip-auto[data-popper-placement^="left"]
    .tooltip-arrow::before {
    border-inline-start-color: #1170e4 !important;
}
.tooltip-info.bs-tooltip-end .tooltip-arrow::before,
.tooltip-info.bs-tooltip-auto[data-popper-placement^="right"]
    .tooltip-arrow::before {
    border-inline-end-color: #1170e4 !important;
}

.popover {
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    z-index: 1;
    display: block;
    max-width: 276px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: start;
    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 rgb(211, 223, 234);
    border-radius: 0.3rem;
    -webkit-box-shadow: 0px 16px 18px rgba(6, 10, 48, 0.1);
    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"] {
    -webkit-margin-after: 0.625rem;
    margin-block-end: 0.625rem;
}
.popover .popover-arrow {
    -webkit-margin-start: calc(0.25rem - 5px);
    margin-inline-start: calc(0.25rem - 5px);
}

.bs-popover-top,
.bs-popover-auto[data-popper-placement^="top"] {
    -webkit-margin-after: 0.5rem;
    margin-block-end: 0.5rem;
}

.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
    inset-block-end: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    inset-block-end: 0;
    border-width: 0.5rem 0.5rem 0;
    border-block-start-color: rgb(211, 223, 234);
}

.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    inset-block-end: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-block-start-color: #fff;
}

.bs-popover-end,
.bs-popover-auto[data-popper-placement^="right"] {
    -webkit-margin-start: 0.5rem;
    margin-inline-start: 0.5rem;
}

.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
    inset-inline-end: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    inset-inline-start: 0;
    border-block-start-width: 0.5rem;
    border-inline-end-width: 0.5rem;
    border-block-end-width: 0.5rem;
    border-inline-start-width: 0px;
    border-inline-end-color: rgb(211, 223, 234);
}

.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    inset-inline-start: 1px;
    border-block-start-width: 0.5rem;
    border-inline-end-width: 0.5rem;
    border-block-end-width: 0.5rem;
    border-inline-start-width: 0px;
    border-inline-end-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[data-popper-placement^="bottom"] {
    -webkit-margin-before: 0.5rem;
    margin-block-start: 0.5rem;
}

.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
    inset-block-start: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    inset-block-start: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-block-end-color: rgb(211, 223, 234);
}

.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    inset-block-start: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-block-end-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 50%;
    display: block;
    width: 1rem;
    -webkit-margin-start: -0.5rem;
    margin-inline-start: -0.5rem;
    content: "";
    -webkit-border-after: 1px solid #e9ebfa;
    border-block-end: 1px solid #e9ebfa;
}

.bs-popover-start,
.bs-popover-auto[data-popper-placement^="left"] {
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
    inset-inline-end: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    inset-inline-end: 0;
    border-block-start-width: 0.5rem;
    border-inline-end-width: 0px;
    border-block-end-width: 0.5rem;
    border-inline-start-width: 0.5rem;
    border-inline-start-color: rgb(211, 223, 234);
}

.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    inset-inline-end: 1px;
    border-block-start-width: 0.5rem;
    border-inline-end-width: 0px;
    border-block-end-width: 0.5rem;
    border-inline-start-width: 0.5rem;
    border-inline-start-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 {
    -webkit-margin-after: 0;
    margin-block-end: 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 {
    inset-block-end: -7px;
}
.popover-head-primary.bs-popover-start .popover-arrow,
.popover-head-primary.bs-popover-auto[data-popper-placement^="left"]
    .popover-arrow {
    inset-inline-end: -7px;
}
.popover-head-primary.bs-popover-end .popover-arrow,
.popover-head-primary.bs-popover-auto[data-popper-placement^="right"]
    .popover-arrow {
    inset-inline-start: -7px;
}
.popover-head-primary.bs-popover-bottom .popover-arrow::after,
.popover-head-primary.bs-popover-auto[data-popper-placement^="bottom"]
    .popover-arrow::after {
    border-block-end-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: #007f6e !important;
}
.popover-head-secondary.bs-popover-top .popover-arrow,
.popover-head-secondary.bs-popover-auto[data-popper-placement^="top"]
    .popover-arrow {
    inset-block-end: -7px;
}
.popover-head-secondary.bs-popover-start .popover-arrow,
.popover-head-secondary.bs-popover-auto[data-popper-placement^="left"]
    .popover-arrow {
    inset-inline-end: -7px;
}
.popover-head-secondary.bs-popover-end .popover-arrow,
.popover-head-secondary.bs-popover-auto[data-popper-placement^="right"]
    .popover-arrow {
    inset-inline-start: -7px;
}
.popover-head-secondary.bs-popover-bottom .popover-arrow::after,
.popover-head-secondary.bs-popover-auto[data-popper-placement^="bottom"]
    .popover-arrow::after {
    border-block-end-color: #007f6e !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-block-start-width: 0;
    border-end-end-radius: 5px;
    border-end-start-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-block-end-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-block-start-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-block-end-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-inline-start-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-inline-end-color: var(--primary-bg-color) !important;
}

.popover-secondary {
    background-color: #007f6e !important;
    border-width: 0 !important;
    padding: 15px;
}
.popover-secondary .popover-header {
    background-color: #007f6e !important;
    border-block-end-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-block-start-color: #007f6e !important;
}
.popover-secondary.bs-popover-bottom .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^="bottom"]
    .popover-arrow::after {
    border-block-end-color: #007f6e !important;
}
.popover-secondary.bs-popover-start .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^="left"]
    .popover-arrow::after {
    border-inline-start-color: #007f6e !important;
}
.popover-secondary.bs-popover-end .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^="right"]
    .popover-arrow::after {
    border-inline-end-color: #007f6e !important;
}

/*  ######## CUSTOM-STYLES ######## */
.was-validated .is-loading > .form-control:valid ~ .spinner-border,
.was-validated .is-loading > .form-control:valid ~ .spinner-grow,
.is-loading > .form-control.is-valid ~ .spinner-border,
.is-loading > .form-control.is-valid ~ .spinner-grow {
    inset-inline-end: calc(1.75rem + 2px + 3px);
}

.is-loading > .form-control ~ .spinner-border,
.is-loading > .form-control ~ .spinner-grow,
.is-loading > .form-control-plaintext ~ .spinner-border,
.is-loading > .form-control-plaintext ~ .spinner-grow,
.is-loading > .custom-select ~ .spinner-border,
.is-loading > .custom-select ~ .spinner-grow,
.is-loading > textarea[rows="1"].form-control ~ .spinner-border,
.is-loading > textarea[rows="1"].form-control ~ .spinner-grow {
    position: absolute;
    inset-block-start: 7px;
    inset-inline-end: calc(0.375em + 0.1875rem);
    z-index: 4;
    border-radius: 50% !important;
}

.is-loading {
    position: relative;
}
.is-loading .spinner-border {
    color: var(--primary-bg-color);
}

.was-validated .is-loading > .form-control:valid,
.is-loading > .form-control.is-valid {
    -webkit-padding-end: calc(1.5em + 0.75rem + 25px);
    padding-inline-end: calc(1.5em + 0.75rem + 25px);
}

.is-loading > .form-control,
.is-loading > .form-control-plaintext,
.is-loading > .custom-select,
.is-loading > textarea[rows="1"].form-control {
    -webkit-padding-end: calc(1.5em + 0.75rem);
    padding-inline-end: calc(1.5em + 0.75rem);
}

.is-loading > .form-control ~ .spinner-border.spinner-border-sm,
.is-loading > .form-control ~ .spinner-border.spinner-grow-sm,
.is-loading > .form-control ~ .spinner-grow.spinner-border-sm,
.is-loading > .form-control ~ .spinner-grow.spinner-grow-sm,
.is-loading > .form-control-plaintext ~ .spinner-border.spinner-border-sm,
.is-loading > .form-control-plaintext ~ .spinner-border.spinner-grow-sm,
.is-loading > .form-control-plaintext ~ .spinner-grow.spinner-border-sm,
.is-loading > .form-control-plaintext ~ .spinner-grow.spinner-grow-sm,
.is-loading > .custom-select ~ .spinner-border.spinner-border-sm,
.is-loading > .custom-select ~ .spinner-border.spinner-grow-sm,
.is-loading > .custom-select ~ .spinner-grow.spinner-border-sm,
.is-loading > .custom-select ~ .spinner-grow.spinner-grow-sm,
.is-loading
    > textarea[rows="1"].form-control
    ~ .spinner-border.spinner-border-sm,
.is-loading > textarea[rows="1"].form-control ~ .spinner-border.spinner-grow-sm,
.is-loading > textarea[rows="1"].form-control ~ .spinner-grow.spinner-border-sm,
.is-loading > textarea[rows="1"].form-control ~ .spinner-grow.spinner-grow-sm {
    inset-block-start: calc(0.375em + 0.1875rem + 2px);
    border-radius: 50% !important;
}

.was-validated .is-loading > .form-control:invalid ~ .spinner-border,
.was-validated .is-loading > .form-control:invalid ~ .spinner-grow,
.is-loading > .form-control.is-invalid ~ .spinner-border,
.is-loading > .form-control.is-invalid ~ .spinner-grow {
    inset-inline-end: calc(1.75rem + 2px + 3px);
}

.is-loading .form-control-plaintext {
    -webkit-padding-start: 7px;
    padding-inline-start: 7px;
}
.is-loading .form-control-plaintext:focus-visible {
    outline: none;
    border: 1px solid #e9edf4;
}
.is-loading
    .input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
        .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: 50%;
}
.is-loading .flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.is-loading .spinner-border {
    width: 1.5rem;
    height: 1.5rem;
}
.is-loading .spinner-border-sm {
    width: 1rem;
    height: 1rem;
}
.is-loading .spinner-grow {
    width: 1.5rem;
    height: 1.5rem;
    color: var(--primary09);
}
.is-loading .spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
.is-loading select option {
    padding: 3px;
    -webkit-padding-start: 7px;
    padding-inline-start: 7px;
}

.is-loading > .form-control-sm ~ .spinner-border.spinner-border-sm {
    inset-block-start: 6px;
}

.is-loading > .form-control-lg ~ .spinner-border.spinner-border-sm {
    inset-block-start: 15px;
}

.is-loading > .form-control-lg ~ .spinner-border {
    inset-block-start: 10px;
}

.input-group .is-loading.spinner-append .form-control {
    border-start-end-radius: 0px;
    border-end-end-radius: 0px;
    line-height: 1.66;
}

.input-group.is-loading .form-control {
    border-start-end-radius: 5px !important;
    border-end-end-radius: 5px !important;
}

.input-group.multiple-input-group .input-group-text {
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.input-group.multiple-input-group .is-loading .form-control {
    line-height: 1.63;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-padding-end: 0.75rem;
    padding-inline-end: 0.75rem;
    -webkit-padding-start: 0.75rem;
    padding-inline-start: 0.75rem;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.33333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}

.col-2 {
    -ms-flex: 0 0 16.66666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.33333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}

.col-5 {
    -ms-flex: 0 0 41.66666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.33333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}

.col-8 {
    -ms-flex: 0 0 66.66666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.33333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
}

.col-11 {
    -ms-flex: 0 0 91.66666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}

.offset-1 {
    -webkit-margin-start: 8.33333333%;
    margin-inline-start: 8.33333333%;
}

.offset-2 {
    -webkit-margin-start: 16.66666667%;
    margin-inline-start: 16.66666667%;
}

.offset-3 {
    -webkit-margin-start: 25%;
    margin-inline-start: 25%;
}

.offset-4 {
    -webkit-margin-start: 33.33333333%;
    margin-inline-start: 33.33333333%;
}

.offset-5 {
    -webkit-margin-start: 41.66666667%;
    margin-inline-start: 41.66666667%;
}

.offset-6 {
    -webkit-margin-start: 50%;
    margin-inline-start: 50%;
}

.offset-7 {
    -webkit-margin-start: 58.33333333%;
    margin-inline-start: 58.33333333%;
}

.offset-8 {
    -webkit-margin-start: 66.66666667%;
    margin-inline-start: 66.66666667%;
}

.offset-9 {
    -webkit-margin-start: 75%;
    margin-inline-start: 75%;
}

.offset-10 {
    -webkit-margin-start: 83.33333333%;
    margin-inline-start: 83.33333333%;
}

.offset-11 {
    -webkit-margin-start: 91.66666667%;
    margin-inline-start: 91.66666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.33333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.33333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.33333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.33333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-sm-0 {
        -webkit-margin-start: 0;
        margin-inline-start: 0;
    }
    .offset-sm-1 {
        -webkit-margin-start: 8.33333333%;
        margin-inline-start: 8.33333333%;
    }
    .offset-sm-2 {
        -webkit-margin-start: 16.66666667%;
        margin-inline-start: 16.66666667%;
    }
    .offset-sm-3 {
        -webkit-margin-start: 25%;
        margin-inline-start: 25%;
    }
    .offset-sm-4 {
        -webkit-margin-start: 33.33333333%;
        margin-inline-start: 33.33333333%;
    }
    .offset-sm-5 {
        -webkit-margin-start: 41.66666667%;
        margin-inline-start: 41.66666667%;
    }
    .offset-sm-6 {
        -webkit-margin-start: 50%;
        margin-inline-start: 50%;
    }
    .offset-sm-7 {
        -webkit-margin-start: 58.33333333%;
        margin-inline-start: 58.33333333%;
    }
    .offset-sm-8 {
        -webkit-margin-start: 66.66666667%;
        margin-inline-start: 66.66666667%;
    }
    .offset-sm-9 {
        -webkit-margin-start: 75%;
        margin-inline-start: 75%;
    }
    .offset-sm-10 {
        -webkit-margin-start: 83.33333333%;
        margin-inline-start: 83.33333333%;
    }
    .offset-sm-11 {
        -webkit-margin-start: 91.66666667%;
        margin-inline-start: 91.66666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.33333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.33333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.33333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.33333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-md-0 {
        -webkit-margin-start: 0;
        margin-inline-start: 0;
    }
    .offset-md-1 {
        -webkit-margin-start: 8.33333333%;
        margin-inline-start: 8.33333333%;
    }
    .offset-md-2 {
        -webkit-margin-start: 16.66666667%;
        margin-inline-start: 16.66666667%;
    }
    .offset-md-3 {
        -webkit-margin-start: 25%;
        margin-inline-start: 25%;
    }
    .offset-md-4 {
        -webkit-margin-start: 33.33333333%;
        margin-inline-start: 33.33333333%;
    }
    .offset-md-5 {
        -webkit-margin-start: 41.66666667%;
        margin-inline-start: 41.66666667%;
    }
    .offset-md-6 {
        -webkit-margin-start: 50%;
        margin-inline-start: 50%;
    }
    .offset-md-7 {
        -webkit-margin-start: 58.33333333%;
        margin-inline-start: 58.33333333%;
    }
    .offset-md-8 {
        -webkit-margin-start: 66.66666667%;
        margin-inline-start: 66.66666667%;
    }
    .offset-md-9 {
        -webkit-margin-start: 75%;
        margin-inline-start: 75%;
    }
    .offset-md-10 {
        -webkit-margin-start: 83.33333333%;
        margin-inline-start: 83.33333333%;
    }
    .offset-md-11 {
        -webkit-margin-start: 91.66666667%;
        margin-inline-start: 91.66666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.33333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.33333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.33333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.33333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-lg-0 {
        -webkit-margin-start: 0;
        margin-inline-start: 0;
    }
    .offset-lg-1 {
        -webkit-margin-start: 8.33333333%;
        margin-inline-start: 8.33333333%;
    }
    .offset-lg-2 {
        -webkit-margin-start: 16.66666667%;
        margin-inline-start: 16.66666667%;
    }
    .offset-lg-3 {
        -webkit-margin-start: 25%;
        margin-inline-start: 25%;
    }
    .offset-lg-4 {
        -webkit-margin-start: 33.33333333%;
        margin-inline-start: 33.33333333%;
    }
    .offset-lg-5 {
        -webkit-margin-start: 41.66666667%;
        margin-inline-start: 41.66666667%;
    }
    .offset-lg-6 {
        -webkit-margin-start: 50%;
        margin-inline-start: 50%;
    }
    .offset-lg-7 {
        -webkit-margin-start: 58.33333333%;
        margin-inline-start: 58.33333333%;
    }
    .offset-lg-8 {
        -webkit-margin-start: 66.66666667%;
        margin-inline-start: 66.66666667%;
    }
    .offset-lg-9 {
        -webkit-margin-start: 75%;
        margin-inline-start: 75%;
    }
    .offset-lg-10 {
        -webkit-margin-start: 83.33333333%;
        margin-inline-start: 83.33333333%;
    }
    .offset-lg-11 {
        -webkit-margin-start: 91.66666667%;
        margin-inline-start: 91.66666667%;
    }
}
@media (min-width: 1280px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.33333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.33333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.33333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.33333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-xl-0 {
        -webkit-margin-start: 0;
        margin-inline-start: 0;
    }
    .offset-xl-1 {
        -webkit-margin-start: 8.33333333%;
        margin-inline-start: 8.33333333%;
    }
    .offset-xl-2 {
        -webkit-margin-start: 16.66666667%;
        margin-inline-start: 16.66666667%;
    }
    .offset-xl-3 {
        -webkit-margin-start: 25%;
        margin-inline-start: 25%;
    }
    .offset-xl-4 {
        -webkit-margin-start: 33.33333333%;
        margin-inline-start: 33.33333333%;
    }
    .offset-xl-5 {
        -webkit-margin-start: 41.66666667%;
        margin-inline-start: 41.66666667%;
    }
    .offset-xl-6 {
        -webkit-margin-start: 50%;
        margin-inline-start: 50%;
    }
    .offset-xl-7 {
        -webkit-margin-start: 58.33333333%;
        margin-inline-start: 58.33333333%;
    }
    .offset-xl-8 {
        -webkit-margin-start: 66.66666667%;
        margin-inline-start: 66.66666667%;
    }
    .offset-xl-9 {
        -webkit-margin-start: 75%;
        margin-inline-start: 75%;
    }
    .offset-xl-10 {
        -webkit-margin-start: 83.33333333%;
        margin-inline-start: 83.33333333%;
    }
    .offset-xl-11 {
        -webkit-margin-start: 91.66666667%;
        margin-inline-start: 91.66666667%;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xxl-1 {
        -ms-flex: 0 0 8.33333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-xxl-2 {
        -ms-flex: 0 0 16.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.33333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        -ms-flex: 0 0 58.33333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-xxl-8 {
        -ms-flex: 0 0 66.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        -ms-flex: 0 0 83.33333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-xxl-11 {
        -ms-flex: 0 0 91.66666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xxl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-xxl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-xxl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-xxl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-xxl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-xxl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-xxl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-xxl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-xxl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-xxl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-xxl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-xxl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-xxl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-xxl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-xxl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-xxl-0 {
        -webkit-margin-start: 0;
        margin-inline-start: 0;
    }
    .offset-xxl-1 {
        -webkit-margin-start: 8.33333333%;
        margin-inline-start: 8.33333333%;
    }
    .offset-xxl-2 {
        -webkit-margin-start: 16.66666667%;
        margin-inline-start: 16.66666667%;
    }
    .offset-xxl-3 {
        -webkit-margin-start: 25%;
        margin-inline-start: 25%;
    }
    .offset-xxl-4 {
        -webkit-margin-start: 33.33333333%;
        margin-inline-start: 33.33333333%;
    }
    .offset-xxl-5 {
        -webkit-margin-start: 41.66666667%;
        margin-inline-start: 41.66666667%;
    }
    .offset-xxl-6 {
        -webkit-margin-start: 50%;
        margin-inline-start: 50%;
    }
    .offset-xxl-7 {
        -webkit-margin-start: 58.33333333%;
        margin-inline-start: 58.33333333%;
    }
    .offset-xxl-8 {
        -webkit-margin-start: 66.66666667%;
        margin-inline-start: 66.66666667%;
    }
    .offset-xxl-9 {
        -webkit-margin-start: 75%;
        margin-inline-start: 75%;
    }
    .offset-xxl-10 {
        -webkit-margin-start: 83.33333333%;
        margin-inline-start: 83.33333333%;
    }
    .offset-xxl-11 {
        -webkit-margin-start: 91.66666667%;
        margin-inline-start: 91.66666667%;
    }
}
/*----- Custom control -----*/
.custom-control {
    position: relative;
    display: block;
    min-height: 1.2rem;
    -webkit-padding-start: 1.5rem;
    padding-inline-start: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
}
.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: none;
    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(--primary-bg-color);
    border-color: var(--primary-bg-color);
}

.custom-control-label::before {
    position: absolute;
    inset-block-start: 0.25rem;
    inset-inline-start: 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;
    inset-block-start: 0.25rem;
    inset-inline-start: 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 {
    display: inline-block;
    width: 100%;
    height: 2.375rem;
    padding: 0.5rem 1.75rem 0.5rem 0.75rem;
    line-height: 1.5;
    color: #76839a;
    vertical-align: middle;
    background-size: 8px 10px;
    border-radius: 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e9edf4;
}
.form-select:focus {
    border-color: #e9edf4;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-select:focus::-ms-value {
    color: #76839a;
    background-color: #fff;
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    height: auto;
    -webkit-padding-end: 0.75rem;
    padding-inline-end: 0.75rem;
    background-image: none;
}
.form-select:disabled {
    color: #9fa7af;
    background-color: #f6f6fb;
}
.form-select::-ms-expand {
    opacity: 0;
}

.form-select-sm {
    height: calc(1.8125rem + 2px);
    -webkit-padding-before: 0.5rem;
    padding-block-start: 0.5rem;
    -webkit-padding-after: 0.5rem;
    padding-block-end: 0.5rem;
    font-size: 75%;
}

div.dataTables_wrapper div.dataTables_filter input {
    -webkit-margin-start: 0.5em;
    margin-inline-start: 0.5em;
    display: inline-block;
    width: auto;
}

.form-select-lg {
    height: calc(2.6875rem + 2px);
    -webkit-padding-before: 0.5rem;
    padding-block-start: 0.5rem;
    -webkit-padding-after: 0.5rem;
    padding-block-end: 0.5rem;
    font-size: 125%;
}

.form-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2.375rem;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.form-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 2.375rem;
    margin: 0;
    opacity: 0;
}
.form-file-input:focus ~ .form-file-label {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
}
.form-file-input:lang(en) ~ .form-file-label::after {
    content: "Browse";
}

.form-file-label {
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;
    inset-inline-start: 0;
    z-index: 1;
    height: 38px;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #76839a;
    background-color: #f6f6fb;
    border: 1px solid #e9edf4;
    border-radius: 5px;
}
.form-file-label::after {
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;
    inset-block-end: 0;
    z-index: 3;
    display: block;
    height: calc(2.375rem - 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #fff;
    content: "Browse";
    -webkit-border-start: 1px solid #e9edf4;
    border-inline-start: 1px solid #e9edf4;
    border-start-start-radius: 0px;
    border-start-end-radius: 3px;
    border-end-end-radius: 3px;
    border-end-start-radius: 0px;
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    -webkit-margin-before: -0.25rem;
    margin-block-start: -0.25rem;
    border: 0;
    border-radius: 1rem;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.3s border-color, 0.3s background-color;
    transition: 0.3s border-color, 0.3s background-color;
}
.form-range::-webkit-slider-thumb:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 1px #f6f6fb, 0 0 0 2px rgba(98, 58, 162, 0.25);
    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::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e9edf4;
    border-color: transparent;
    border-radius: 1rem;
    background: #467fcf;
    content: "";
    pointer-events: none;
}
.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    border: 0;
    border-radius: 1rem;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    position: relative;
    -moz-transition: 0.3s border-color, 0.3s background-color;
    transition: 0.3s border-color, 0.3s background-color;
}
.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::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e9edf4;
    border-color: transparent;
    border-radius: 1rem;
    background: rgba(0, 50, 126, 0.12);
}
.form-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    border: 0;
    border-radius: 1rem;
    appearance: none;
    background: #fff;
    border-radius: 50px;
    border: 1px solid rgba(0, 30, 75, 0.12);
    -ms-transition: 0.3s border-color, 0.3s background-color;
    transition: 0.3s border-color, 0.3s background-color;
}
.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;
}
.form-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
    background: transparent;
    border: 0;
    border-radius: 0;
    margin-block-start: 10px;
}
.form-range::-ms-fill-lower {
    background-color: #e9edf4;
    border-radius: 1rem;
    background: #467fcf;
}

.custom-controls-stacked .custom-control {
    -webkit-margin-after: 0.25rem;
    margin-block-end: 0.25rem;
}

.custom-control-label {
    vertical-align: middle;
    position: unset;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}
.custom-control-label:before {
    border: 1px solid var(--primary-bg-color);
    background-color: var(--primary-bg-color);
    background-size: 0.5rem;
}

.custom-control-description {
    line-height: 1.5rem;
}

.form-range {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 100%;
    min-height: 2.375rem;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 100%;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-range:focus {
    -webkit-box-shadow: none;
    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;
}
.form-range::-moz-focus-outer {
    border: 0;
}
.form-range::-moz-range-progress {
    height: 2px;
    background: #467fcf;
    border: 0;
    margin-block-start: 0;
}
.form-range::-ms-fill-upper {
    background: rgba(0, 50, 126, 0.12);
    border-radius: 0;
    margin-inline-end: 15px;
    background-color: #e9edf4;
}
.form-range::-ms-tooltip {
    display: none;
}

.custom-switch {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

.custom-switch-input:checked ~ .custom-switch-indicator:before {
    inset-inline-start: calc(1rem + 1px);
}

.custom-switch-description {
    -webkit-margin-start: 0.5rem;
    margin-inline-start: 0.5rem;
    color: #6e7687;
    -webkit-transition: 0.3s color;
    transition: 0.3s color;
}

.custom-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-switch-input:checked ~ .custom-switch-description {
    color: #495057;
}

.custom-switches-stacked {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.custom-switches-stacked .custom-switch {
    -webkit-margin-after: 0.5rem;
    margin-block-end: 0.5rem;
}

.custom-switch-indicator {
    display: inline-block;
    height: 1.25rem;
    width: 2.25rem;
    background: var(--primary-bg-color);
    border-radius: 50px;
    position: relative;
    vertical-align: bottom;
    border: 1px solid var(--primary-bg-color);
    -webkit-transition: 0.3s border-color, 0.3s background-color;
    transition: 0.3s border-color, 0.3s background-color;
}
.custom-switch-indicator:before {
    content: "";
    position: absolute;
    height: calc(1.25rem - 4px);
    width: calc(1.25rem - 4px);
    inset-block-start: 1px;
    inset-inline-start: 1px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: 0.3s left;
    transition: 0.3s left;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.custom-switch-input:focus ~ .custom-switch-indicator {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #60529f;
}

.select2-sm .select2-container .select2-selection--single {
    height: calc(1.5rem + 4px) !important;
    -webkit-padding-before: 0.391rem;
    padding-block-start: 0.391rem;
    -webkit-padding-after: 0.391rem;
    padding-block-end: 0.391rem;
    font-size: 0.75rem;
}
.select2-sm
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 13px !important;
}
.select2-sm
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 1.85rem !important;
}

.select2-lg .select2-container .select2-selection--single {
    height: calc(2.6975rem + 2px) !important;
    -webkit-padding-before: 0.5rem;
    padding-block-start: 0.5rem;
    -webkit-padding-after: 0.5rem;
    padding-block-end: 0.5rem;
    font-size: 100%;
}
.select2-lg
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 28px !important;
}
.select2-lg
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 2.95rem !important;
}

.custom-radio-md .custom-control-label::before {
    position: absolute;
    inset-block-start: 0.25rem;
    inset-inline-start: 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(--primary-bg-color);
    border-radius: 50%;
}
.custom-radio-md .custom-control-label::after {
    position: absolute;
    inset-block-start: 0.25rem;
    inset-inline-start: 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 {
    -webkit-margin-after: 0.75rem;
    margin-block-end: 0.75rem;
    -webkit-padding-start: 2rem;
    padding-inline-start: 2rem;
    -webkit-padding-before: 5px;
    padding-block-start: 5px;
    vertical-align: middle;
}
.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;
    inset-block-start: 0.25rem;
    inset-inline-start: 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(--primary-bg-color);
    border-radius: 50%;
}
.custom-radio-lg .custom-control-label::after {
    position: absolute;
    inset-block-start: 0.35rem;
    inset-inline-start: 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 {
    -webkit-margin-after: 1.5rem;
    margin-block-end: 1.5rem;
    -webkit-padding-start: 3rem;
    padding-inline-start: 3rem;
    -webkit-padding-before: 9px;
    padding-block-start: 9px;
    vertical-align: middle;
}
.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;
    inset-block-start: 0.25rem;
    inset-inline-start: 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(--primary-bg-color);
    border-radius: 3px;
}
.custom-checkbox-md .custom-control-label::after {
    position: absolute;
    inset-block-start: 0.25rem;
    inset-inline-start: 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 {
    -webkit-margin-after: 0.75rem;
    margin-block-end: 0.75rem;
    -webkit-padding-start: 2rem;
    padding-inline-start: 2rem;
    -webkit-padding-before: 5px;
    padding-block-start: 5px;
    vertical-align: middle;
}
.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;
    inset-block-start: 0.25rem;
    inset-inline-start: 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(--primary-bg-color);
    border-radius: 3px;
}
.custom-checkbox-lg .custom-control-label::after {
    position: absolute;
    inset-block-start: 0.35rem;
    inset-inline-start: 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 {
    -webkit-margin-after: 1.5rem;
    margin-block-end: 1.5rem;
    -webkit-padding-start: 3rem;
    padding-inline-start: 3rem;
    -webkit-padding-before: 9px;
    padding-block-start: 9px;
    vertical-align: middle;
}
.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(--primary-bg-color);
    opacity: 0.7;
}

.custom-switch-indicator-md {
    display: inline-block;
    height: 1.5rem;
    width: 3rem;
    background: var(--primary-bg-color);
    border-radius: 50px;
    position: relative;
    vertical-align: bottom;
    border: 1px solid var(--primary-bg-color);
    -webkit-transition: 0.3s border-color, 0.3s background-color;
    transition: 0.3s border-color, 0.3s background-color;
}
.custom-switch-indicator-md::before {
    content: "";
    position: absolute;
    height: calc(1.5rem - 4px);
    width: calc(1.5rem - 4px);
    inset-block-start: 1px;
    inset-inline-start: 1px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: 0.3s left;
    transition: 0.3s left;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.custom-switch-input:checked
    ~ .custom-switch-indicator.custom-switch-indicator-md:before {
    inset-inline-start: calc(1.46rem + 1px);
}

.custom-switch-indicator-lg {
    display: inline-block;
    height: 2rem;
    width: 4rem;
    background: var(--primary-bg-color);
    border-radius: 50px;
    position: relative;
    vertical-align: bottom;
    border: 1px solid var(--primary-bg-color);
    -webkit-transition: 0.3s border-color, 0.3s background-color;
    transition: 0.3s border-color, 0.3s background-color;
}
.custom-switch-indicator-lg::before {
    content: "";
    position: absolute;
    height: calc(2rem - 4px);
    width: calc(2rem - 4px);
    inset-block-start: 1px;
    inset-inline-start: 1px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: 0.3s left;
    transition: 0.3s left;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.custom-switch-input:checked
    ~ .custom-switch-indicator.custom-switch-indicator-lg:before {
    inset-inline-start: calc(1.96rem + 1px);
}

.input-group-text .form-check-input {
    margin: 0;
    position: relative;
}

.input-group .select2-container--default {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

select + .select2-container--default {
    z-index: 1;
}

.select2-container--default {
    display: block !important;
}

:root {
    --vh: 9.19px;
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade:not(.show) {
    opacity: 0;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}
.collapse:not(.show) {
    display: none;
    background: #fff;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}
.notifyimg {
    color: #fff;
    float: var(--float-left);
    height: 40px;
    line-height: 43px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    font-size: 16px;
}

.block {
    display: block !important;
}

/*----- Global Loader -----*/
#global-loader {
    position: fixed;
    z-index: 50000;
    background: rgb(255, 255, 255);
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#popup {
    position: absolute;
    width: auto;
    height: 30px;
    background: #fe6b1f;
    display: none;
    color: white;
    border-radius: 5px;
}

#copy {
    background: none;
    color: white;
    font-weight: bold;
    padding: 8px 25px;
    border: 0;
}

.popsecondary {
    color: #628dea;
}

.popinfo {
    color: #88c8f7;
}

.popsuccess {
    color: #bfff80;
}

.popdanger {
    color: #ea6262;
}

.popwarning {
    color: #f7db6e;
}

.more-less {
    float: var(--float-right);
    color: #212121;
}

.wrap {
    -webkit-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);
    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;
    }
}
.content-heading {
    font-weight: 400;
    margin: 2rem 0 1.5rem;
    font-size: 1.25rem;
    line-height: 1.25;
}
.content-heading:first-child {
    -webkit-margin-before: 0;
    margin-block-start: 0;
}

.aside {
    position: fixed;
    inset-block-start: 0;
    inset-inline-end: 0;
    inset-block-end: 0;
    width: 22rem;
    background: #fff;
    -webkit-border-start: 1px solid #e9edf4;
    border-inline-start: 1px solid #e9edf4;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    z-index: 100;
    visibility: hidden;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
}

.center-block {
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    float: inherit !important;
}

.tracking-tight {
    letter-spacing: -0.05em !important;
}

.tracking-normal {
    letter-spacing: 0 !important;
}

.tracking-wide {
    letter-spacing: 0.05em !important;
}

.leading-none {
    line-height: 1 !important;
}

.leading-tight {
    line-height: 1.25 !important;
}

.leading-normal {
    line-height: 1.5 !important;
}

.leading-loose {
    line-height: 3 !important;
}

.icon i {
    vertical-align: -1px;
}

a.icon {
    text-decoration: none;
    cursor: pointer;
}
a.icon:hover {
    color: #1a1a1a !important;
}

.o-auto {
    overflow: auto !important;
}

.o-hidden {
    overflow: hidden !important;
}

.shadow {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

@media (max-width: 992px) {
    .about-con {
        -webkit-border-after: 1px solid #e9edf4;
        border-block-end: 1px solid #e9edf4;
    }
    .hor-content .container,
    .hor-header .container {
        max-width: none;
    }
    #navbar-example3 {
        border-radius: 7px 7px 0 0 !important;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .page-header .notifications {
        display: none !important;
    }
}
@media (max-width: 480px) {
    .header .nav-link {
        padding: 0.6rem 0.6rem !important;
        line-height: 1.9;
    }
    .header .nav-link.leading-none::after {
        inset-block-start: 12px !important;
    }
    .header .navsearch i {
        font-size: 20px !important;
        -webkit-margin-before: -2px;
        margin-block-start: -2px;
    }
    .header .nav-link.icon {
        font-size: 16px;
    }
    .header .nav-link .badge {
        position: absolute;
        inset-block-start: -7px;
        inset-inline-end: 6px;
        width: 1rem;
        height: 1rem;
        font-size: 11px;
        text-align: center !important;
        padding: 0.25em 0.4em;
        line-height: 1;
    }
    #user-profile .tabs-menu2 ul li a {
        padding: 10px 8px 11px 8px;
    }
    .tabs-menu ul li {
        width: 100%;
        margin: 15px 15px 0 15px;
    }
    .tabs-menu ul li:last-child {
        -webkit-margin-after: 15px;
        margin-block-end: 15px;
    }
    .tabs-menu ul li a {
        width: 100%;
        border: 1px solid #e9edf4;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    .cal1 .clndr .clndr-table tr {
        height: 50px !important;
    }
    .tabs-menu1 ul li {
        width: 100%;
        margin: 15px 15px 0 15px;
        border: 1px solid #e9edf4;
    }
    .tabs-menu1 ul li:last-child {
        -webkit-margin-after: 15px;
        margin-block-end: 15px;
    }
    .tabs-menu1 ul li a {
        width: 100%;
    }
    .wizard-card .nav-pills > li {
        text-align: center;
        padding: 9px !important;
    }
    .form-control.form-select.w-auto {
        display: none;
    }
    .mail-inbox .badge {
        margin: 0;
    }
    .construction .display-5 {
        font-size: 1.5rem;
    }
    .mail-option .hidden-phone {
        display: none;
    }
    .error-page .display-1 {
        font-size: 8.5rem !important;
        text-align: center;
        -webkit-margin-end: 2px;
        margin-inline-end: 2px;
    }
}
@media (max-width: 320px) {
    .error-page .display-1 {
        font-size: 6.5rem !important;
        text-align: center;
    }
    .construction .btn.btn-icon {
        width: 40px !important;
        height: 40px !important;
        border-radius: 50%;
        text-align: center;
        padding: 0;
        background: transparent;
        font-size: 16px;
        color: #fff;
        margin: 0 2px !important;
    }
}
@media (max-width: 360px) {
    .error-page .display-1 {
        font-size: 6.5rem !important;
        text-align: center;
    }
    .page-header {
        display: block !important;
    }
    .breadcrumb {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-margin-after: 0;
        margin-block-end: 0;
        list-style: none;
        border-radius: 3px;
        position: relative;
        inset-inline-end: 0;
        inset-block-start: 0px;
        -webkit-padding-end: 0;
        padding-inline-end: 0;
        color: #fff;
        inset-inline-start: 0px;
        padding: 0;
        -webkit-margin-before: 5px;
        margin-block-start: 5px;
    }
    #user-profile .tabs-menu2 ul li a {
        padding: 10px 6px 11px 6px;
    }
    .header .nav-link {
        line-height: 1.9;
    }
    #user-profile .user-pro-1 .media.media-xs {
        display: inline-block !important;
    }
    #user-profile .user-pro-2 .media {
        display: inline-block !important;
    }
    .toast {
        font-size: 11px;
        width: 100%;
    }
    .dropdown-menu.header-search:before {
        inset-inline-start: 200px !important;
    }
}
@media (max-width: 400px) {
    .page-header {
        display: block !important;
    }
    .hor-content .container .page-header .breadcrumb {
        -webkit-margin-after: 0.8rem;
        margin-block-end: 0.8rem;
    }
}
@media (max-width: 767px) {
    .footer .privacy {
        text-align: center !important;
    }
    .responsive-navbar .pulse {
        inset-block-start: 5px !important;
    }
    .responsive-navbar .pulse-danger {
        inset-block-start: 5px !important;
        inset-inline-end: 5px !important;
    }
}
@media (max-width: 767px) {
    .nav-tabs .nav-link {
        width: 100%;
    }
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        -webkit-margin-before: 10px !important;
        margin-block-start: 10px !important;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .page-title {
        -webkit-margin-after: 0;
        margin-block-end: 0;
    }
    .carousel-caption {
        display: none;
    }
    .demo-gallery > ul > li {
        width: 100% !important;
    }
    ul.inbox-pagination li span {
        display: none;
    }
    .header.hor-header .animated-arrow.hor-toggle {
        margin: 20px 0 0 18px;
    }
}
@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 {
        inset-inline-start: 0 !important;
        inset-block-start: 2.9rem !important;
        border-start-end-radius: 0;
        border-start-start-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 {
        inset-inline-end: 0 !important;
        inset-block-start: 2.9rem !important;
        border-start-end-radius: 0;
        border-start-start-radius: 0;
    }
}
@media (max-width: 320px) {
    .wizard-card .nav-pills > li > a,
    .wizard-card .moving-tab {
        font-size: 11px;
    }
}
@media (max-width: 576px) {
    .mb-sm-0,
    .my-sm-0 {
        -webkit-margin-after: 0 !important;
        margin-block-end: 0 !important;
    }
    .sm-mb-3 {
        -webkit-margin-after: 1.5rem !important;
        margin-block-end: 1.5rem !important;
    }
    .page-header {
        display: block;
    }
    .responsive-navbar .full-screen-link {
        display: none;
    }
}
@media (max-width: 990px) {
    .header-toggler {
        inset-block-start: 6px;
    }
    .nav-tabs .nav-link {
        width: 100%;
    }
    form.convFormDynamic button.submit {
        margin: 4px !important;
    }
    .messages-list .media {
        padding: 9px !important;
    }
    .nav-tabs {
        z-index: 9;
    }
}
.icon-size {
    font-size: 2rem !important;
}

.visitor-list p {
    font-size: 12px;
}
.visitor-list i {
    font-size: 20px;
}

@-webkit-keyframes indeterminate {
    0% {
        inset-inline-start: -35%;
        inset-inline-end: 100%;
    }
    100%,
    60% {
        inset-inline-start: 100%;
        inset-inline-end: -90%;
    }
}
@keyframes indeterminate {
    0% {
        inset-inline-start: -35%;
        inset-inline-end: 100%;
    }
    100%,
    60% {
        inset-inline-start: 100%;
        inset-inline-end: -90%;
    }
}
@-webkit-keyframes indeterminate-short {
    0% {
        inset-inline-start: -200%;
        inset-inline-end: 100%;
    }
    100%,
    60% {
        inset-inline-start: 107%;
        inset-inline-end: -8%;
    }
}
@keyframes indeterminate-short {
    0% {
        inset-inline-start: -200%;
        inset-inline-end: 100%;
    }
    100%,
    60% {
        inset-inline-start: 107%;
        inset-inline-end: -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);
    }
}
.fs {
    font-size: 25px;
}

.sparkline {
    display: inline-block;
    height: 2rem;
}

@-webkit-keyframes status-pulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.32;
    }
}
@keyframes status-pulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.32;
    }
}
.stamp {
    color: #fff;
    background: #868e96;
    display: inline-block;
    min-width: 40px;
    height: 40px;
    padding: 0 0.25rem;
    line-height: 2rem;
    text-align: center;
    border-radius: 100%;
    font-weight: 600;
}

.example {
    padding: 1.5rem;
    border: 1px solid #e9edf4;
    border-radius: 3px 3px 0 0;
    font-size: 0.9375rem;
}

.example-bg {
    background: #fff;
}

.example-column {
    margin: 0 auto;
}
.example-column > .card:last-of-type {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.example-column-1 {
    max-width: 20rem;
}

.example-column-2 {
    max-width: 40rem;
}

.colorinput {
    margin: 0;
    position: relative;
    cursor: pointer;
}

.colorinput-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.colorinput-color {
    display: inline-block;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    border: 3px solid #e9edf4;
    color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.colorinput-color:before {
    content: "";
    opacity: 0;
    position: absolute;
    inset-block-start: 0.25rem;
    inset-inline-start: 0.25rem;
    height: 1.25rem;
    width: 1.25rem;
    -webkit-transition: 0.3s opacity;
    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;
}

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

#back-to-top {
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    display: none;
    text-align: center;
    z-index: 10000;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#back-to-top i {
    font-size: 25px;
}
#back-to-top:hover {
    background: #fff !important;
}

.features {
    overflow: hidden;
}
.features h2 {
    font-weight: 600;
    -webkit-margin-after: 12px;
    margin-block-end: 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;
}

.feature .feature-svg {
    width: 25%;
}
.feature .feature-svg3 {
    width: 12%;
}

.col-sm-2 .feature {
    padding: 0;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.feature .border {
    position: relative;
    display: inline-block;
    width: 3em;
    height: 3em;
    line-height: 2em;
    vertical-align: middle;
    -webkit-padding-before: 8px;
    padding-block-start: 8px;
    border-radius: 7px;
    color: #fff;
}
.feature p {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.actions {
    list-style: none;
    padding: 0;
    margin: 0;
}
.actions > li {
    display: inline-block;
}
.actions:not(.a-alt) > li > a > i {
    color: #939393;
}
.actions > li > a {
    display: block;
    padding: 0 10px;
}
.actions > li > a > i {
    font-size: 20px;
}

.rotation {
    -webkit-animation: rotation 2s infinite linear;
    animation: rotation 2s infinite linear;
}

@-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;
}

.line-divide {
    border: 1px solid rgba(218, 216, 219, 0.2);
}

.activity {
    position: relative;
    -webkit-border-start: 1px solid rgba(0, 0, 0, 0.125);
    border-inline-start: 1px solid rgba(0, 0, 0, 0.125);
    -webkit-margin-start: 16px;
    margin-inline-start: 16px;
}

.user-profile .box {
    position: absolute;
    inset-block-start: 50%;
    inset-inline-start: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.user-profile .box .img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.userlist a:hover {
    color: #fff;
    opacity: 0.9;
}

.username {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.username + p {
    color: #f2f2f2;
    font-size: 13px;
    line-height: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.error-template h2 {
    font-size: 3.5rem;
}

.counters h3 {
    font-weight: 400;
}

#user-profile h2 {
    -webkit-padding-end: 15px;
    padding-inline-end: 15px;
}
#user-profile .profile-img {
    padding: 4px;
}
#user-profile .profile-label {
    text-align: center;
}
#user-profile .profile-label .label {
    padding: 5px 15px;
    font-size: 1em;
}
#user-profile .profile-details ul {
    padding: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-start: 40px;
    margin-inline-start: 40px;
}
#user-profile .profile-details ul > li {
    margin: 3px 0;
    line-height: 1.5;
}
#user-profile .profile-details a > i {
    -webkit-padding-before: 2px;
    padding-block-start: 2px;
}
#user-profile .profile-details ul > li > span {
    color: #643ba2;
}

@media only screen and (max-width: 767px) {
    #user-profile .profile-social {
        -webkit-margin-before: 20px;
        margin-block-start: 20px;
    }
    .dropdown .avatar.profile-user {
        height: 30px !important;
        width: 32px !important;
        border-radius: 0;
    }
}
@media only screen and (max-width: 420px) {
    #user-profile .profile-message-btn .btn {
        display: block;
    }
    .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-right.datepicker-orient-top {
        inset-inline-start: 5% !important;
        float: none;
        inset-inline-end: 5%;
    }
    .multi-wrapper .non-selected-wrapper,
    .multi-wrapper .selected-wrapper {
        width: 100%;
    }
    .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;
        inset-inline-start: 0;
        inset-inline-end: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        opacity: 0.6;
        z-index: 891;
    }
}
@media (max-width: 575.98px) {
    body.search-show .header .form-inline .search-element {
        display: block;
    }
    .header .form-inline .search-element .form-control {
        float: var(--float-left);
        width: 100%;
        height: 40px;
        margin: 0 auto;
        background: #fff;
        border-radius: 0;
    }
    .search-show .search-element {
        display: block;
        inset-inline-start: 0;
        inset-block-start: 0;
        inset-inline-end: 0;
        width: 100%;
        padding: 10px 13px;
    }
    .form-control.header-search {
        color: #000;
    }
    .header .form-inline .search-element {
        position: absolute;
        z-index: 892;
        display: none;
    }
    .header .form-inline .btn {
        color: #46494a !important;
    }
    .header .form-inline .form-control::-webkit-input-placeholder {
        color: #fff !important;
    }
    .header .navsearch i {
        font-size: 20px;
        color: #fff;
        -webkit-padding-before: 4px;
        padding-block-start: 4px;
    }
    .header .header-brand-img.desktop-logo {
        display: none;
    }
}
.server i {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    position: relative;
}

#orders {
    position: relative;
    inset-block-end: -10px;
    height: 102px !important;
    width: 100% !important;
}

#profit {
    position: relative;
    inset-block-end: -13px;
    height: 111px !important;
}

.overflow-hidden {
    overflow: hidden;
}

.dot-label {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

@media (max-width: 768px) {
    .page-header .breadcrumb {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-margin-after: 0;
        margin-block-end: 0;
        list-style: none;
        -webkit-margin-before: 5px;
        margin-block-start: 5px;
    }
}
.settings {
    content: "\e8c3";
    inset-block-start: -7px;
    font-size: 18px;
    position: absolute;
    inset-inline-end: 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;
}

.member {
    width: 100%;
    float: var(--float-left);
    background: #fff;
    border: 1px solid #e6eaea;
    padding: 3px;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
}

.floating {
    -webkit-animation: floating 3s ease infinite;
    animation: floating 3s ease infinite;
    will-change: transform;
}
.floating:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.floating-lg {
    -webkit-animation: floating-lg 3s ease infinite;
    animation: floating-lg 3s ease infinite;
}

.floating-sm {
    -webkit-animation: floating-sm 3s ease infinite;
    animation: floating-sm 3s ease infinite;
}

@-webkit-keyframes floating-lg {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes floating-lg {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes floating {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@-webkit-keyframes floating-sm {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes floating-sm {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.statistics-info .counter-icon {
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    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;
}

.service .item-box i {
    font-size: 35px;
}

.productdesc .list-unstyled li {
    -webkit-border-after: 0 !important;
    border-block-end: 0 !important;
    -webkit-margin-after: 18px;
    margin-block-end: 18px;
}
.productdesc i {
    color: inherit;
}

@-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;
    }
}
@media (max-width: 988px) {
    .note-toolbar {
        display: block !important;
    }
}
@media only screen and (max-width: 1279px) and (min-width: 992px) {
    #orders {
        position: relative;
        inset-block-end: -6px;
        height: 102px !important;
        width: 100% !important;
        inset-inline-start: -6px;
    }
}
@media screen and (max-width: 998px) and (min-width: 768px) {
    .note-popover .popover-content,
    .card-header.note-toolbar {
        padding: 14px 0 5px 5px !important;
        margin: 0;
        background: #f6f6fb;
    }
}
@media only screen and (max-width: 490px) {
    #smartwizard .nav-link {
        padding: 15px 21px;
    }
}
@media (max-width: 495px) {
    .nested-media .media {
        display: block;
    }
}
.material-switch > input[type="checkbox"] {
    display: none;
}
.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}
.material-switch > label::before {
    background: #76839a;
    -webkit-box-shadow: inset 0px 0px 10px rgba(228, 229, 237, 0.5);
    box-shadow: inset 0px 0px 10px rgba(228, 229, 237, 0.5);
    border-radius: 8px;
    content: "";
    height: 16px;
    -webkit-margin-before: -8px;
    margin-block-start: -8px;
    position: absolute;
    opacity: 0.3;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 5px rgba(228, 229, 237, 0.9);
    box-shadow: 0px 0px 5px rgba(228, 229, 237, 0.9);
    content: "";
    height: 24px;
    inset-inline-start: -4px;
    -webkit-margin-before: -8px;
    margin-block-start: -8px;
    position: absolute;
    inset-block-start: -4px;
    -webkit-transition: all 0.3s ease-in-out;
    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;
    inset-inline-start: 20px;
}

.counter-icon {
    -webkit-margin-after: 1rem;
    margin-block-end: 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-menu .desktop-logo {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}

.hor-content {
    min-height: calc(100vh - 56px) !important;
}

.sw-theme-default > ul.step-anchor > li > a::after {
    background: none !important;
}

@media (min-width: 992px) {
    .header .dropdown.shopping-cart .dropdown-menu {
        min-width: 25rem;
    }
    .sticky {
        width: 100%;
    }
    .sticky-pin {
        position: fixed;
        inset-block-start: 0;
        width: 100%;
        z-index: 999;
    }
    .product-grid6 .product-image6 img {
        width: 100%;
        height: auto;
    }
    .hor-content .container,
    .hor-header .container,
    .horizontal-main.hor-menu .container {
        max-width: 85%;
    }
}
.input-group-btn .btn {
    border-start-start-radius: 0px;
    border-start-end-radius: 4px;
    border-end-start-radius: 4px;
    border-end-end-radius: 0px;
}

.card-body.scroll {
    overflow: hidden;
}

.border-transparet {
    border-color: rgba(255, 255, 255, 0.1);
}

.breadcrumb .breadcrumb-item.active {
    color: var(--primary-bg-color);
}

.breadcrumb-item1 a {
    color: var(--primary-bg-color);
}

.input-group.input-indec .form-control {
    border-color: #e9edf4;
}

/*********************IE***************************/
*::-ms-backdrop,
html.fullscreenie .app-content {
    overflow: scroll;
    overflow-x: hidden;
    height: 100vh;
}

*::-ms-backdrop,
html.fullscreenie .container.app-content {
    min-height: 0;
}

*::-ms-backdrop,
html.fullscreenie {
    width: 100%;
}

*::-ms-backdrop,
.ieh-100 {
    height: 100%;
}

*::-ms-backdrop,
.mail-chats li.chat-persons {
    height: 100%;
}

*::-ms-backdrop,
.card-img-top {
    height: 252px;
}

*::-ms-backdrop,
.custom-control-label::before,
*::-ms-backdrop,
.custom-control-label::after {
    inset-inline-start: -25px;
}

*::-ms-backdrop,
.media-body,
.media-left,
.media-right {
    display: block;
}

*::-ms-backdrop,
.resp-vtabs .resp-tabs-list li {
    display: block;
}

@media (min-width: 1165px) {
    .main-header-center .form-control {
        width: 350px;
    }
}
@media (min-width: 992px) {
    .main-header-center .form-control {
        height: 40px;
        border-radius: 7px;
        background: #ffffff;
        border: 1px solid #e9edf4;
    }
}
.main-header-center .form-control {
    padding: 1rem 1.03rem 1rem 3.4rem;
}

@media (min-width: 992px) {
    .main-header-center .btn {
        position: absolute;
        left: 5px;
        background-color: transparent;
        height: 40px;
        color: #b4bdce;
        -webkit-transition: none;
        transition: none;
        font-size: 16px;
        border: 0px;
        border-right: 1px solid #e9edf4;
        border-radius: 0px;
    }
}
.header .main-header-center {
    position: relative;
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pulse-danger {
    display: block;
    position: absolute;
    inset-block-start: 7px;
    inset-inline-end: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ee335e;
}

.pulse-danger:before {
    content: "";
    inset-block-start: -4px;
    inset-inline-end: -4px;
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    background: rgba(238, 51, 94, 0.8);
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 rgba(238, 51, 94, 0.9);
    box-shadow: 0 0 0 rgba(238, 51, 94, 0.9);
    -webkit-animation: pulse 2s infinite;
    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);
    }
}
.pulse {
    display: block;
    position: absolute;
    inset-block-start: 7px;
    inset-inline-end: 8px;
    inset-inline-start: 22px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c03c;
}

.pulse:before {
    content: "";
    inset-block-start: -4px;
    inset-inline-end: -4px;
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    background: rgba(34, 192, 60, 0.6);
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 rgba(34, 192, 60, 0.9);
    box-shadow: 0 0 0 rgba(34, 192, 60, 0.9);
    -webkit-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite;
}

.progress.info1 {
    background: #fed5db;
}

.progress.secondary {
    background: #f9d1bd;
}

.header-right-icons .nav-link.icon {
    position: relative;
    margin: 5px 0px;
    padding: 9px !important;
    text-align: center;
    font-size: 1.2rem;
    color: var(--primary-bg-color);
    height: 2.5rem;
    z-index: 1;
}
.header-right-icons .profile-1 a .profile-user {
    height: 40px;
    width: 40px;
}

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;
}

.badge-success-light {
    background-color: rgba(19, 191, 27, 0.15) !important;
    color: #13bf1b;
}

.badge-orange-light {
    color: #e17626;
    background-color: rgba(225, 118, 38, 0.15);
}

.badge-primary-light {
    color: var(--primary-bg-color);
    background-color: var(--primary01);
}

.badge-danger-light {
    color: #f33819;
    background-color: rgba(243, 56, 25, 0.15);
}

.fa-user-plus:before {
    content: "\f234";
}

.activity-details {
    -webkit-margin-start: 15px;
    margin-inline-start: 15px;
    width: 80%;
    -webkit-margin-before: 6px;
    margin-block-start: 6px;
}

.chart-circle-sm {
    height: 4rem;
    width: 4rem;
    font-size: 0.8rem;
}

.chart-circle {
    display: block;
    height: 8rem;
    width: 8rem;
    position: relative;
    margin: 0 auto;
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-twitter:before {
    content: "\f099";
}

.browser-stats {
    min-height: 70px;
}
.browser-stats img {
    background: #f3f3fb;
    padding: 10px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
}

@media (max-width: 375px) {
    .app-header .header-right-icons .responsive-navbar .nav-link.icon {
        margin: 13px 5px !important;
    }
}
@media (max-width: 991px) {
    .sidenav-toggled .app-header.header {
        -webkit-padding-start: 0px !important;
        padding-inline-start: 0px !important;
    }
    .sidenav-toggled .header-brand1 .light-logo {
        display: none !important;
    }
    .header-brand1 {
        width: 100%;
        margin: 0 auto;
    }
    .header-brand1 .light-logo1 {
        -webkit-margin-before: 7px !important;
        margin-block-start: 7px !important;
        margin: 0 auto;
    }
    .app-header {
        position: fixed !important;
        z-index: 999999 !important;
    }
    .side-menu {
        padding: 0px !important;
    }
    .app-content .side-app {
        padding: 10px 10px !important;
    }
    .header .header-right-icons .nav-link.icon {
        margin: 3px;
        border-radius: 0;
        height: 30px;
        width: 30px;
        padding: 9px 10px !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .sidebar-mini .responsive-navbar .navbar-collapse,
    .responsive-navbar .navbar-collapse {
        -webkit-margin-before: 72px !important;
        margin-block-start: 72px !important;
    }
    .header .header-right-icons .demo-icon.nav-link.icon {
        -webkit-margin-after: 0;
        margin-block-end: 0;
        -webkit-margin-before: 1px;
        margin-block-start: 1px;
    }
    .sidebar-mini .app-sidebar {
        inset-block-start: 69px;
    }
    .sidebar-mini .side-menu {
        -webkit-margin-before: 0px !important;
        margin-block-start: 0px !important;
    }
    .navbar.responsive-navbar .header-search .form-control {
        line-height: 1.45;
    }
}

@media (max-width: 767px) {
    .sidebar-mini .side-menu {
        -webkit-margin-before: 2px !important;
        margin-block-start: 2px !important;
    }
    .card-img-left {
        border-radius: 7px 7px 0 0 !important;
        width: 100%;
    }
    .card-img-right {
        border-radius: 0 0 7px 7px !important;
        width: 100%;
    }
    .dTree {
        overflow: auto;
    }
}
@media (max-width: 991px) {
    .main-header-center .form-control {
        display: none !important;
    }
    .main-header-center .btn {
        display: none !important;
    }
    .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 {
        inset-inline-start: 15px !important;
    }
    .header .dropdown-menu {
        -webkit-margin-before: 16px !important;
        margin-block-start: 16px !important;
    }
    .transfer-double-content-middle {
        float: none !important;
    }
    .transfer-double-content-middle {
        margin: 15px 50%;
    }
}
.box-shadow-primary {
    -webkit-box-shadow: 0 5px 10px var(--primary03);
    box-shadow: 0 5px 10px var(--primary03);
}

.box-shadow-secondary {
    -webkit-box-shadow: 0 5px 10px #e1f1f9;
    box-shadow: 0 5px 10px #e1f1f9;
}

.box-shadow-success {
    -webkit-box-shadow: 0 5px 10px #beefe7;
    box-shadow: 0 5px 10px #beefe7;
}

.box-shadow-danger {
    -webkit-box-shadow: 0 5px 10px #efc2c9;
    box-shadow: 0 5px 10px #efc2c9;
}

.box-shadow-pink {
    -webkit-box-shadow: 0 5px 10px #fdc5db;
    box-shadow: 0 5px 10px #fdc5db;
}

.sidebar .tab-menu-heading {
    background: var(--primary-bg-color);
    color: #fff;
}

.sidebar-right .tab-content i {
    font-size: 16px;
    line-height: 2;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
}
.sidebar-right .dropdown-item h6 {
    color: #475569;
    font-weight: 500;
}

.nav.panel-tabs a.active,
.dark-mode .nav.panel-tabs a.active {
    color: #fff !important;
}

.nav.panel-tabs.panel-secondary a.active {
    background-color: #007f6e !important;
    color: #fff;
}

.nav.panel-tabs.panel-secondary a {
    color: #007f6e;
}

.nav.panel-tabs.panel-danger a.active {
    background-color: #e82646 !important;
    color: #fff;
}

.nav.panel-tabs.panel-danger a {
    color: #e82646;
}

.nav.panel-tabs.panel-success a {
    color: #09ad95;
}

.nav.panel-tabs.panel-success a.active {
    background-color: #09ad95 !important;
    color: #fff;
}

.nav.panel-tabs.panel-info a {
    color: #1170e4;
}

.nav.panel-tabs.panel-info a.active {
    background-color: #1170e4 !important;
    color: #fff;
}

.task-list {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0px 0 0;
    color: #3c4858;
}

.task-list li {
    -webkit-margin-after: 23px;
    margin-block-end: 23px;
    -webkit-padding-start: 55px;
    padding-inline-start: 55px;
    position: relative;
}

.task-list li .task-icon {
    position: absolute;
    inset-inline-start: 10px;
    inset-block-start: 5px;
    border-radius: 50%;
    padding: 2px;
    width: 12px;
    height: 12px;
    z-index: 2;
}

.task-list:before {
    content: "";
    position: absolute;
    inset-block-start: 4px;
    inset-block-end: 0;
    height: 90%;
    inset-inline-start: 15px;
    -webkit-border-start: 1px solid #e0e9f1;
    border-inline-start: 1px solid #e0e9f1;
}
.task-list li {
    position: relative;
}
.task-list li:last-child:after {
    display: none;
}

.cart-img {
    height: 55px !important;
    width: 55px;
    border-radius: 10px !important;
}

.mail-inbox .icons {
    text-align: center;
    font-size: 16px;
    color: #565b95 !important;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
}

[class^="ri-"],
[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 {
    color: #e6e9f1;
}

.table-inbox tr td i:hover {
    color: #f7284a;
}

.table-inbox tr td .fa-star:hover {
    color: #fbc518;
}

.mail-option {
    display: inline-block;
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
    width: 100%;
}

.mail-option .btn-group a.btn,
.mail-option .chk-all {
    border: 1px solid #e9ebfa;
    border-radius: 3px !important;
    display: inline-block;
    padding: 5px 10px;
}

.mail-option .btn-group,
.mail-option .chk-all {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.mail-option .btn-group,
.mail-option .chk-all {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: middle;
}

.mail-option .btn-group a.all {
    border: 0 !important;
    padding: 0 !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul.inbox-pagination {
    float: var(--float-right);
}

ul.inbox-pagination li {
    float: var(--float-left);
}

.inbox-pagination li span {
    display: inline-block;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
    -webkit-margin-before: 7px;
    margin-block-start: 7px;
}

.inbox-pagination a.np-btn {
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
}

.inbox-pagination a.np-btn {
    border: 1px solid #e9ebfa;
    border-radius: 3px !important;
    display: inline-block;
    padding: 5px 15px;
}

.acc-header a.collapsed {
    border-radius: 5px;
    border: 1px solid #e9ebfa;
}

.acc-header a {
    display: block;
    padding: 15px;
    font-size: 14px;
    background-color: #f6f6fb;
    -webkit-border-after: 0;
    border-block-end: 0;
    border: 1px solid #e9ebfa;
    border-radius: 5px;
}

.acc-header a.active {
    border-radius: 5px 5px 0 0;
}

.acc-header a.active span {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.acc-header a.active.collapsed {
    border-radius: 5px;
}

.acc-card .collapse.show .acc-body {
    -webkit-border-before: 0;
    border-block-start: 0;
}

.acc-body {
    padding: 15px;
    border: 1px solid #e9ebfa;
    -webkit-border-before: 0;
    border-block-start: 0;
    border-radius: 0 0 5px 5px;
}

.card-pay .tabs-menu {
    -webkit-margin-after: 25px;
    margin-block-end: 25px;
    overflow: hidden;
}

.card-pay .tabs-menu li {
    width: 33.3%;
    display: block;
}

.card-pay .tabs-menu li a.active {
    background: var(--primary-bg-color);
    color: #fff;
    text-align: center;
}

.card-pay .tabs-menu li a {
    padding: 0.7rem 1rem;
    display: block;
    text-align: center;
    border: 1px solid #e9edf4;
    color: #475569;
}

@media (max-width: 576px) {
    .card-pay .tabs-menu li {
        width: 100%;
    }
    .fc .fc-view-harness {
        overflow: auto;
    }
}
.form-wizard-title {
    line-height: 25px;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
}

.acc-step-number {
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.main-content-label,
.card-table-two .card-title,
.card-dashboard-eight .card-title {
    color: #1d212f;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
    letter-spacing: 0.2px;
}

.social-login {
    width: 100%;
    height: 40px;
    background: var(--primary01);
    border-radius: 10px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid var(--primary02);
    margin-bottom: 10px;
}

.error-bg {
    border-start-start-radius: 6px;
    border-end-start-radius: 6px;
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 0;
    background: url(../images/pngs/bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.user-social-detail .social-profile {
    height: 35px;
    width: 35px;
    background: #f6f6fb;
    font-size: 16px;
    line-height: 2.3;
}

.row.user-social-detail {
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sidebar .list-group-flush .list-group-item {
    -webkit-border-after: 0;
    border-block-end: 0;
}
.sidebar .tabs-menu ul li a {
    -webkit-padding-before: 15px;
    padding-block-start: 15px;
    -webkit-padding-end: 17px;
    padding-inline-end: 17px;
    -webkit-padding-after: 15px;
    padding-block-end: 15px;
    -webkit-padding-start: 22px;
    padding-inline-start: 22px;
    border-radius: 0 !important;
}

.sticky.sticky-pin .horizontal-main.hor-menu {
    -webkit-box-shadow: 5px 7px 26px -5px rgba(104, 113, 123, 0.1);
    box-shadow: 5px 7px 26px -5px rgba(104, 113, 123, 0.1);
}

.mini-stat-icon {
    padding: 8px 12px;
    color: #fff;
    display: block;
    border-radius: 50px;
}

.product-grid6 {
    overflow: hidden;
}
.product-grid6 .product-image6 {
    overflow: hidden;
}
.product-grid6:hover {
    border-radius: 7px;
}
.product-grid6 .product-image6 a {
    display: block;
}
.product-grid6 .product-image6 img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin: auto;
    display: block;
}
.product-grid6 .product-content {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding: 0;
}
.product-grid6 .title {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-margin-after: 7px;
    margin-block-end: 7px;
}
.product-grid6 .price {
    font-size: 18px;
    font-weight: 600;
}
.product-grid6 .price span {
    color: #76839a;
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through;
    -webkit-margin-start: 7px;
    margin-inline-start: 7px;
    display: inline-block;
}
.product-grid6 .icons-wishlist {
    padding: 0;
    margin: 0;
    list-style: none;
    inset-inline-end: 25px;
    inset-block-start: 30px;
    text-align: center;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-align: end;
    opacity: 1;
    inset-block-end: 33px;
}
.product-grid6 .icons-wishlist li {
    display: block;
    margin: 5px;
}
.product-grid6 .icons-wishlist li .btn {
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    height: 35px;
    width: 35px;
    margin: 2px 7px;
    padding: 0;
    border-radius: 50px;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-width: inherit;
}
.product-grid6 .icons-wishlist li .btn i {
    color: inherit;
}
.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;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    inset-inline-start: 50%;
    inset-block-start: -30px;
}
.product-grid6 .icons-wishlist li .btn:after {
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 0;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    inset-block-start: -20px;
    z-index: -1;
}
.product-grid6 .icons-wishlist li .btn:hover:after,
.product-grid6 .icons-wishlist li .btn:hover:before {
    opacity: 1;
}
.product-grid6 .icons {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    inset-inline-end: 25px;
    inset-block-start: 30px;
    text-align: center;
    position: absolute;
    inset-block-end: -3px;
    z-index: 1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-align: end;
}
.product-grid6:hover .icons {
    opacity: 1;
    inset-block-end: 33px;
}
.product-grid6 .icons li {
    display: block;
    margin: 5px;
}
.product-grid6 .icons li .btn {
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    height: 35px;
    width: 35px;
    margin: 2px 7px;
    padding: 0;
    border-radius: 50px;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-width: inherit;
}
.product-grid6 .icons li .btn i {
    color: inherit;
}
.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;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    inset-inline-start: 50%;
    inset-block-start: -30px;
}
.product-grid6 .icons li .btn:after {
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 0;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    inset-block-start: -20px;
    z-index: -1;
}
.product-grid6 .icons li .btn:hover:after,
.product-grid6 .icons li .btn:hover:before {
    opacity: 1;
}

.light-layout {
    display: none;
}

.apexcharts-radialbar-track.apexcharts-track path {
    stroke: #f6f6fb;
}

.apex-charts text {
    fill: #000200;
}

.flot-background {
    position: absolute;
    inset-inline-start: 0px;
    inset-inline-end: 0px;
    height: 300px;
    inset-block-start: 0;
}

.bg-recentorder {
    background-image: url("../images/landing/backgrounds/2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bg-recentorder h3 {
    position: inherit;
}
.bg-recentorder:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(100%, var(--primary-bg-color)),
        color-stop(0%, rgba(142, 119, 250, 0.1))
    );
    background: linear-gradient(
        to right,
        var(--primary-bg-color) 100%,
        rgba(142, 119, 250, 0.1) 0%
    );
    inset-inline-end: 0;
    inset-inline-start: 0;
    inset-block-start: 0;
    opacity: 0.7;
}

/*--- Offcanvas ---*/
.offcanvas-header h5 {
    font-weight: 500;
}

.offcanvas-start {
    -webkit-border-end: 1px solid #e9edf4;
    border-inline-end: 1px solid #e9edf4;
}

.offcanvas-end {
    -webkit-border-start: 1px solid #e9edf4;
    border-inline-start: 1px solid #e9edf4;
}

.offcanvas-bottom {
    -webkit-border-before: 1px solid #e9edf4;
    border-block-start: 1px solid #e9edf4;
}

.offcanvas-top {
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
}

/*--Toast ---*/
.toast {
    border: 1px solid #e9edf4;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(104, 113, 123, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(104, 113, 123, 0.1);
}

.toast.showing {
    opacity: 1;
}

.world-map circle:nth-child(2) {
    fill: #e82646;
}

.world-map circle:nth-child(3) {
    fill: #007f6e;
}

.world-map circle:nth-child(4) {
    fill: #09ad95;
}

.world-map circle:nth-child(5) {
    fill: #f7b731;
}

.circle-burst {
    -webkit-animation: pulse 1.5s infinite linear;
    animation: pulse 1.5s infinite linear;
}

.feeds.avatar-circle {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 2rem;
    height: 2rem;
}

.feeds.avatar-circle::before {
    content: "";
    position: absolute;
    inset-inline-start: -15px;
    padding: 1px;
    height: 25px;
    background: var(--primary-bg-color);
    inset-block-start: 4px;
}

.feeds.avatar-circle-secondary::before {
    background: #007f6e;
}

.feeds.avatar-circle-danger::before {
    background: #e82646;
}

.feeds.avatar-circle-warning::before {
    background: #f7b731;
}

.feeds.avatar-circle-pink::before {
    background: #e077e3;
}

.feeds.avatar-circle-info::before {
    background: #1170e4;
}

.task-icon1:first-child {
    border: 2px solid var(--primary-bg-color);
}

.task-list li .task-icon1 {
    position: absolute;
    inset-inline-start: 20px;
    inset-block-start: 2px;
    border-radius: 50%;
    padding: 2px;
    width: 12px;
    height: 12px;
    z-index: 2;
}

.nav.product-sale a.active {
    background-color: #fff;
    -webkit-border-after: none;
    border-block-end: none;
}

.nav.product-sale {
    position: absolute;
    inset-block-start: -3rem;
    inset-inline-end: 5px;
}

@media (max-width: 991px) {
    .nav.product-sale {
        position: inherit;
        -webkit-margin-after: 10px;
        margin-block-end: 10px;
    }
}
.task-list.timeline-task::before {
    inset-inline-start: 25px;
}

.app-header.header.custom-layout {
    position: absolute;
    inset-inline-start: -73px;
    inset-inline-end: auto;
    inset-block-start: 32px;
}

.counter-icon.num-counter {
    border-radius: 40% 0 40% 0;
}

.profile-cover__action {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-padding-before: 252px;
    padding-block-start: 252px;
    -webkit-padding-end: 30px;
    padding-inline-end: 30px;
    -webkit-padding-after: 10px;
    padding-block-end: 10px;
    -webkit-padding-start: 185px;
    padding-inline-start: 185px;
    border-radius: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    background: url(../images/media/35.jpg) no-repeat;
    background-size: cover;
}

.profile-cover__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 11px;
    color: #fff;
    position: absolute;
    inset-inline-start: 50px;
    inset-block-start: 183px;
    text-align: center;
    z-index: 1;
}

.profile-cover__img .profile-img-1 > img {
    max-width: 120px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    -webkit-margin-before: 55px;
    margin-block-start: 55px;
    -webkit-margin-start: -9px;
    margin-inline-start: -9px;
}

.profile-cover__img .profile-img-content {
    -webkit-margin-before: 100px;
    margin-block-start: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
}

.profile-cover__img > .h3 {
    color: #393939;
    font-size: 20px;
    line-height: 30px;
}

.btn-profile {
    position: absolute;
    inset-inline-end: 32px;
    inset-block-start: 10px;
}

.profile-cover__info .nav li {
    -webkit-margin-before: 13px;
    margin-block-start: 13px;
    -webkit-margin-after: 13px;
    margin-block-end: 13px;
    font-size: 14px;
    color: #464461;
    font-weight: 500;
}

.social.social-profile-buttons .social-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 50%;
    background: var(--primary01);
    border: 1px solid var(--primary01);
    margin: 2px;
    text-align: center;
    color: #abb4c7;
}

.profile-edit {
    position: relative;
}

.profile-edit .form-control {
    border-radius: 5px 5px 0px 0px;
}

.profile-share {
    width: 100%;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #e9edf4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
}

.option-dots:focus,
.option-dots:hover,
.option-dots[aria-expanded="true"] {
    background: #f3f5fb;
}

.option-dots {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    border-radius: 100%;
    font-size: 18px;
    color: #5c678f;
    padding: 10px 13px;
}

@media (min-width: 601px) {
    .social-profile-buttons .nav {
        -webkit-margin-end: 28px;
        margin-inline-end: 28px;
        padding: 0px;
        color: #999;
        font-size: 16px;
        line-height: 26px;
        font-weight: 300;
        text-align: center;
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
    }
}
.social-profile-buttons .nav li {
    font-size: 14px;
    color: #464461;
    font-weight: 500;
    padding: 0px 10px 0px 10px;
}

.social-profile-buttons .nav strong {
    display: block;
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
    font-size: 24px;
}

.item2-gl-menu {
    border: 1px solid #e9edf4;
    border-radius: 7px;
}

.item2-gl-menu li a {
    color: rgba(0, 0, 0, 0.5);
}

.item2-gl-menu li a i {
    padding: 8px 15px;
    font-size: 20px;
    border-radius: 7px;
}

.item2-gl-menu li .active {
    color: var(--primary-bg-color);
}

.product-label {
    -webkit-margin-after: 0.5rem;
    margin-block-end: 0.5rem;
    padding: 0.4em 0.6em;
    font-size: 75%;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 7px;
    background: rgba(178, 177, 183, 0.1);
    float: var(--float-right);
}

.ui-widget-header,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: var(--primary-bg-color);
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid var(--primary-bg-color) !important;
    background: var(--primary-bg-color) !important;
    outline: none;
}

.product-list:hover .icons {
    opacity: 1;
    inset-block-end: 33px;
}

.product-list .icons {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    inset-inline-end: 10px;
    inset-block-start: 7px;
    text-align: center;
    position: absolute;
    inset-block-end: -3px;
    z-index: 1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-align: end;
}

.product-list .icons li {
    display: block;
    margin: 5px;
}

.product-list .icons li .btn {
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    height: 35px;
    width: 35px;
    margin: 2px 7px;
    padding: 0;
    border-radius: 50px;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-width: inherit;
}

.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;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    inset-inline-start: 50%;
    inset-block-start: -30px;
}

.product-list .icons li .btn:after {
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 0;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    inset-block-start: -20px;
    z-index: -1;
}

.product-grid6 .card-footer .btn-outline-primary:hover {
    color: #fff;
}

.product-carousel .carousel-inner .carousel-item {
    padding: 70px;
    border-radius: 5px;
}

.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;
}

.input-indec1 .input-group-btn .btn i {
    padding: 0px;
    font-size: 8px;
}

.input-indec1 .form-control {
    border: 0;
}

.customer-services .icon-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.customer-services span {
    background-color: #fff;
    color: var(--primary-bg-color);
    font-size: 32px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.customer-services span svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
}

.customer-services h4 {
    font-size: 16px;
    -webkit-margin-start: 27px;
    margin-inline-start: 27px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.customer-services {
    padding: 21px;
    border: 1px solid #e9edf4;
    border-radius: 5px;
}

.disable {
    opacity: 0.5 !important;
}

.login-social-icon {
    display: block;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.login-social-icon::before {
    content: "";
    position: absolute;
    width: 28%;
    height: 1px;
    inset-inline-start: 0;
    inset-inline-end: 0;
    background-color: #e9e9ef;
    inset-block-start: 10px;
}

.login-social-icon::after {
    content: "";
    position: absolute;
    width: 28%;
    height: 1px;
    inset-inline-start: auto;
    inset-inline-end: 0;
    background-color: #e9e9ef;
    inset-block-start: 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 {
    position: absolute;
    inset-block-start: 50px;
    inset-inline-end: 50px;
    color: #fff;
    z-index: 1;
}

.custom-layout .nav-link.icon i {
    color: #fff !important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    padding: 10px;
}

.custom-layout .nav-link.icon i::after {
    background-color: transparent;
}

@media (max-width: 576px) {
    .custom-layout {
        inset-block-start: 7px;
        inset-inline-end: 7px;
    }
}
.dark-mode .custom-layout .nav-link.icon i {
    color: #fff !important;
}

.avatar .avatar-icons i {
    font-size: 0.74rem;
    -webkit-padding-before: 2px;
    padding-block-start: 2px;
    display: block;
}

.country-selector {
    padding: 0.3rem;
}

.country-selector .nav-link {
    color: #495046;
}

@media (max-width: 991px) {
    .country {
        -webkit-padding-end: 0px;
        padding-inline-end: 0px;
    }
}
.services-statistics .counter-icon {
    -webkit-margin-after: 1.5rem;
    margin-block-end: 1.5rem;
    -webkit-margin-before: 14px;
    margin-block-start: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 4rem;
    height: 4rem;
    padding: 1.3rem 1.4rem;
    border-radius: 7px;
    text-align: center;
}

.pickr .pcr-button {
    -webkit-margin-before: 10px;
    margin-block-start: 10px;
}

.theme-container .active {
    border: 1px solid var(--primary-bg-color);
    padding: 5px 10px;
    background: white;
    border-radius: 5px;
    color: var(--primary-bg-color);
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.theme-container1 .active {
    border: 1px solid #e077e3;
    padding: 5px 10px;
    background: white;
    border-radius: 5px;
    color: #e077e3;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.theme-container2 .active {
    border: 1px solid #007f6e;
    padding: 5px 10px;
    background: white;
    border-radius: 5px;
    color: #007f6e;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.pickr .pcr-button::before {
    border-radius: 5px !important;
}

.pickr .pcr-button::after {
    border-radius: 5px !important;
}

.pickr {
    text-align: center;
}

.settings-icon {
    border: 1px solid var(--primary-bg-color);
    border-radius: 10px;
    padding: 11px 15px;
    font-size: 20px;
}

table.table-bordered.dataTable thead tr:first-child th,
table.table-bordered.dataTable thead tr:first-child td {
    border-block-start-width: 0 !important;
}

.max-height-80 {
    max-height: 80px;
}

.max-height-60 {
    max-height: 60px;
}

.max-height-200 {
    max-height: 200px;
}

.flex-2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.input-group-text.input-text-color {
    background-color: #e9e9f1;
}

.payment-icon.active svg {
    fill: #fff;
}

.payment-icon svg {
    fill: #343a40;
}

.dt-buttons.btn-group {
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 170px;
}

.notify-time {
    position: absolute;
    inset-block-start: auto;
    inset-block-end: auto;
    inset-inline-start: auto;
    inset-inline-end: 25px;
}

@media (max-width: 767px) {
    .notify-time {
        display: none;
    }
}
.notification {
    list-style-type: none;
    padding: 0;
    position: relative;
}

.notification:before {
    content: "";
    position: absolute;
    inset-block-start: 15px;
    inset-block-end: 15px;
    width: 3px;
    background: var(--primary02);
    inset-inline-start: 20%;
    -webkit-margin-start: -1px;
    margin-inline-start: -1px;
}

.notification > li {
    position: relative;
    min-height: 50px;
    padding: 15px 0;
}

.notification .notification-time {
    position: absolute;
    inset-inline-start: -7px;
    width: 18%;
    text-align: end;
    inset-block-start: 30px;
}

.notification .notification-time .date,
.notification .notification-time .time {
    display: block;
    font-weight: 500;
}

.notification .notification-time .date {
    line-height: 16px;
    font-size: 13px;
    -webkit-margin-after: 4px;
    margin-block-end: 4px;
    color: #8f8fb1;
}

.notification .notification-time .time {
    line-height: 24px;
    font-size: 21px;
    color: #8f8fb1;
}

.notification .notification-icon {
    inset-inline-start: 15%;
    position: absolute;
    width: 10%;
    text-align: center;
    inset-block-start: 41px;
}

.notification .notification-icon a {
    text-decoration: none;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    line-height: 10px;
    color: #fff;
    font-size: 14px;
    border: 3px solid var(--primary-bg-color);
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
}

.notification .notification-body {
    -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.03);
    -webkit-margin-start: 25%;
    margin-inline-start: 25%;
    -webkit-margin-end: 18%;
    margin-inline-end: 18%;
    background: #fff;
    position: relative;
    padding: 14px 20px;
    border-radius: 6px;
}

.notification .notification-body:before {
    content: "";
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-inline-end-color: #fff;
    inset-inline-start: -20px;
    inset-block-start: 25px;
}

.notification .notification-body > div + div {
    -webkit-margin-before: 15px;
    margin-block-start: 15px;
}

@media (max-width: 767px) {
    .notification:before {
        display: none;
    }
    .notification .notification-time .date {
        display: none;
    }
    .notification .notification-time .time {
        display: none;
    }
    .notification .notification-icon {
        display: none;
    }
    .notification .notification-body {
        -webkit-margin-start: 0 !important;
        margin-inline-start: 0 !important;
        -webkit-margin-end: 0 !important;
        margin-inline-end: 0 !important;
    }
}
.notification-time-date {
    color: #8f8fb1;
    font-size: 16px;
    font-weight: 500;
}

.country-selector img {
    width: 28px;
    height: 20px;
    border-radius: 20%;
}

.btn-country {
    border: 1px solid #ededf5;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: justify !important;
    font-size: 15px !important;
    border-radius: 10px !important;
    padding: 0.8rem 0.8rem !important;
    -webkit-box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1) !important;
}
.btn-country:hover {
    border: 1px solid var(--primary-bg-color) !important;
    -webkit-box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1) !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;
}

.email-icon {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    font-size: 16px !important;
    border: 1px solid #e6ebf1;
    color: #5c678f;
}

.product-grid6 .card-footer .btn-outline-primary:hover .wishlist-icon {
    color: #fff;
}

.btn-outline-primary .wishlist-icon {
    color: var(--primary-bg-color) !important;
}

.btn-outline-primary:hover .wishlist-icon {
    color: #fff !important;
}

.custom-emoji {
    position: relative;
    inset-block-start: -10px;
}

#morrisBar9 path {
    stroke: none;
}

#morrisBar8 path {
    stroke: none;
}

#file-datatable_wrapper .dropdown-menu {
    padding: 0 !important;
}

.btn-primary.data-table-btn {
    position: absolute;
    inset-inline-start: 185px;
    z-index: 6;
}

#navbar-example2 .nav-item .dropdown-menu.show {
    -webkit-margin-before: 2px !important;
    margin-block-start: 2px !important;
    -webkit-box-shadow: none;
    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;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

.list-group-transparent.file-manager.file-manager-border .list-group-item {
    border: 1px solid #e9edf4;
    -webkit-border-before: 0;
    border-block-start: 0;
}

@media (max-width: 767px) {
    .radiobtns [class*="btn-outline-"],
    .checkboxbtns [class*="btn-outline-"] {
        padding: 0.3rem 0.35rem;
        font-size: 13px;
    }
    .color-card-radius .card-body {
        padding: 13px;
        font-size: 13px;
    }
    .notification-time-date .date {
        display: inline-block;
    }
}
.color-card-radius {
    border-radius: 7px;
    border: 1px solid #e9edf4 !important;
}
.color-card-radius.card .card-header {
    border-start-start-radius: 7px;
    border-end-start-radius: 7px;
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

@media (max-width: 500px) {
    .color-card-radius.card.card-aside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .color-card-radius.card.card-aside .card-header {
        border-start-start-radius: 7px;
        border-end-start-radius: 0;
        border-start-end-radius: 7px;
        border-end-end-radius: 0;
    }
}
.pcr-app {
    z-index: 8 !important;
}

.ms-drop {
    z-index: 8 !important;
}

@media (max-width: 992px) {
    .btn-primary.data-table-btn {
        position: inherit;
    }
}
@media (max-width: 1363px) {
    .dt-buttons.btn-group {
        position: relative;
        inset-block-start: 0;
        inset-inline-start: 0;
    }
}
@media (max-width: 992px) {
    .wideget-user .social.social-profile-buttons {
        -webkit-margin-before: 75px !important;
        margin-block-start: 75px !important;
        float: var(--float-left) !important;
        -webkit-margin-start: 153px;
        margin-inline-start: 153px;
    }
    .responsive-navbar .pulse {
        inset-block-start: 4px;
    }
    .responsive-navbar .pulse-danger {
        inset-block-start: 5px;
        inset-inline-end: 5px;
    }
}
@media (max-width: 576px) {
    .wideget-user .social.social-profile-buttons {
        -webkit-margin-before: 110px !important;
        margin-block-start: 110px !important;
        float: var(--float-right) !important;
        -webkit-margin-start: 0;
        margin-inline-start: 0;
    }
}
.irs-bar {
    background: var(--primary-bg-color) !important;
}

.irs-slider:before {
    background-color: var(--primary-bg-color) !important;
}

.irs-outline .irs-line {
    border-color: var(--primary-bg-color) !important;
}

.irs-from,
.irs-to,
.irs-single {
    background-color: var(--primary-bg-color) !important;
}

.form-floating > label {
    inset-block-start: 2px;
}

.form-floating > label {
    padding: 1rem;
}

.form-floating > .form-control {
    padding: 1rem;
}

.floating-label1 > label {
    inset-block-start: -2px;
    inset-inline-start: 0px;
}

.ms-choice > span.placeholder {
    display: none;
}

.form-floating > .form-control::-webkit-input-placeholder {
    color: transparent !important;
}

.form-floating > .form-control::-moz-placeholder {
    color: transparent !important;
}

.form-floating > .form-control:-ms-input-placeholder {
    color: transparent !important;
}

.form-floating > .form-control::-ms-input-placeholder {
    color: transparent !important;
}

.form-floating > .form-control::placeholder {
    color: transparent !important;
}

.masonry .brick {
    width: auto;
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
}

.brick img {
    border-radius: 5px;
}

.smartphoto-img.active {
    border-radius: 5px;
}

.smartphoto-arrows li {
    padding: 8px;
    border-radius: 5px;
    background: var(--primary-bg-color);
}

.smartphoto-arrows a {
    width: 50% !important;
    height: 50% !important;
    margin: 7px;
}

.smartphoto-dismiss {
    width: 15px !important;
    height: 15px !important;
    inset-inline-end: 22px !important;
    inset-block-start: 18px !important;
}

.smartphoto {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.smartphoto-arrow-left {
    inset-inline-start: 15px !important;
}

.smartphoto-arrow-right {
    inset-inline-end: 15px !important;
}

.smartphoto-nav li {
    width: 70px !important;
    height: 70px !important;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
}

.smartphoto-nav {
    inset-block-end: 10px !important;
}

.smartphoto-nav a {
    border-radius: 5px;
    opacity: 0.6 !important;
    border: 1px solid #e9edf4;
}

.smartphoto-list li {
    display: table !important;
}

.horizontalMenucontainer {
    background-size: cover;
    overflow: clip;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.error-template h1 {
    direction: ltr;
}

.pcr-app[data-theme="classic"] {
    width: 16.5em !important;
}

.sidebar-mini .side-menu {
    -webkit-margin-start: 0 !important;
    margin-inline-start: 0 !important;
    -webkit-margin-end: 0 !important;
    margin-inline-end: 0 !important;
}

.horizontal .sub-slide.is-expanded .sub-angle {
    -webkit-transform: none;
    transform: none;
}

.ms-parent button {
    overflow: auto;
}

.app-header .container-fluid.main-container div:first-child {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.hor-header .container.main-container div:first-child {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.app-sidebar__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .responsive-navbar .collapse.show .dropdown-menu.show {
        inset-inline-start: 5% !important;
        inset-inline-end: 5% !important;
    }
}
@media (orientation: landscape) and (max-width: 767px) {
    .smartphoto-img {
        width: 250px !important;
        inset-inline-start: 80%;
        display: block;
        inset-inline-end: 0;
        -webkit-margin-start: auto;
        margin-inline-start: auto;
        -webkit-margin-end: auto;
        margin-inline-end: auto;
        width: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }
    .smartphoto-img-wrap {
        inset-inline-start: 0;
        display: block;
        -webkit-margin-start: auto;
        margin-inline-start: auto;
        -webkit-margin-end: auto;
        margin-inline-end: auto;
        -webkit-margin-before: 33%;
        margin-block-start: 33%;
        inset-inline-end: 0;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (orientation: landscape) and (min-width: 768px) and (max-width: 991px) {
    .smartphoto-img {
        width: 350px !important;
        inset-inline-start: 75%;
        display: block;
        inset-inline-end: 0;
        -webkit-margin-start: auto;
        margin-inline-start: auto;
        -webkit-margin-end: auto;
        margin-inline-end: auto;
        width: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }
    .smartphoto-img-wrap {
        inset-inline-start: 0;
        display: block;
        -webkit-margin-start: auto;
        margin-inline-start: auto;
        -webkit-margin-end: auto;
        margin-inline-end: auto;
        -webkit-margin-before: 20%;
        margin-block-start: 20%;
        inset-inline-end: 0;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 992px) {
    .wizard > .steps .done a .title,
    .wizard > .steps .done a:hover .title,
    .wizard > .steps .done a:active .title {
        display: none !important;
    }
}
@media (max-width: 576px) {
    .cal1 .clndr .clndr-table tr .day .day-contents {
        padding: 7px !important;
    }
    .fc-col-header thead th {
        padding: 10px 0px !important;
    }
}
.fc .fc-button-group {
    -webkit-margin-after: 2px;
    margin-block-end: 2px;
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    -webkit-margin-after: 2px;
    margin-block-end: 2px;
}

.fc-v-event .fc-event-main {
    color: var(--primary-bg-color) !important;
}

.login-img .page {
    position: relative;
}

@media screen and (max-width: 335px) {
    div.table-responsive
        > div.dataTables_wrapper
        > div.row
        > div[class^="col-"]:last-child {
        -webkit-padding-start: 0;
        padding-inline-start: 0;
        -webkit-padding-end: 0;
        padding-inline-end: 0;
    }
    div.dataTables_wrapper div.dataTables_filter input {
        -webkit-margin-start: 0 !important;
        margin-inline-start: 0 !important;
        -webkit-margin-end: 0 !important;
        margin-inline-end: 0 !important;
    }
}
.card-link {
    display: inline-block;
}

@media screen and (min-width: 1280px) {
    .main-chat-time::before {
        width: 100% !important;
        inset-inline-start: 0 !important;
        inset-inline-end: 0 !important;
    }
}
@media screen and (max-width: 991px) {
    .main-chat-time::before {
        width: 100% !important;
        inset-inline-start: 0 !important;
        inset-inline-end: 0 !important;
    }
    .product-carousel .carousel-inner .carousel-item {
        padding: 0px;
    }
}
@media screen and (min-width: 992px) {
    .border-block-end.border-lg-0 {
        border: 0 !important;
    }
}
@media screen and (max-width: 605px) {
    .card.overflow-scroll {
        overflow: hidden !important;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
    .browser-stats img {
        padding: 5px;
        width: auto;
        height: auto;
    }
}
@media screen and (min-width: 1400px) {
    .file-manager-list {
        height: 124px;
    }
}
.card-header:first-child {
    border-radius: 7px 7px 0 0;
}

.card-footer:last-child {
    border-radius: 0 0 7px 7px;
}

.card-img-left {
    border-start-start-radius: 7px;
    border-end-start-radius: 7px;
}

.card-img-right {
    border-start-end-radius: 7px;
    border-end-end-radius: 7px;
}

@media (max-width: 320px) {
    .top-footer img {
        width: auto !important;
        height: auto !important;
    }
    .datepicker {
        inset-inline-start: 0 !important;
    }
}
.tab_wrapper.right_side .content_wrapper {
    inset-block-start: 0;
}

.tab_wrapper.right_side > ul li {
    border-radius: 0;
}

@media (max-width: 347px) {
    .btn-profile {
        inset-inline-start: 21px;
        inset-inline-end: 21px;
    }
    .wideget-user .social.social-profile-buttons {
        -webkit-margin-before: 152px !important;
        margin-block-start: 152px !important;
    }
    .profile-cover__img {
        display: block;
        inset-block-start: 70px;
    }
    .profile-cover__img .profile-img-content {
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-start: 10px;
        margin-inline-start: 10px;
        text-align: center !important;
    }
    .profile-cover__action {
        -webkit-padding-before: 170px !important;
        padding-block-start: 170px !important;
    }
    .chart-circle canvas {
        width: auto !important;
        height: auto !important;
    }
    .chart-circle-value {
        inset-block-start: -15px !important;
    }
}
@media screen and (min-width: 577px) {
    .card-pay .tabs-menu li:nth-child(2) a {
        -webkit-border-start: 0;
        border-inline-start: 0;
        -webkit-border-end: 0;
        border-inline-end: 0;
    }
    .card-pay .tabs-menu li:first-child a {
        border-start-start-radius: 7px;
        border-start-end-radius: 0px;
        border-end-end-radius: 0px;
        border-end-start-radius: 7px;
    }
    .card-pay .tabs-menu li:last-child a {
        border-start-start-radius: 0px;
        border-start-end-radius: 7px;
        border-end-end-radius: 7px;
        border-end-start-radius: 0px;
    }
}
@media screen and (max-width: 576px) {
    .card-pay .tabs-menu li:nth-child(2) a {
        -webkit-border-before: 0;
        border-block-start: 0;
        -webkit-border-after: 0;
        border-block-end: 0;
    }
}
.group-filter .ms-choice > span {
    white-space: normal;
    overflow: scroll;
    text-overflow: initial;
}

.multi-wrapper .header {
    white-space: nowrap;
}

.multi-wrapper .item-1 {
    white-space: nowrap;
}

.richText .richText-form input[type="text"],
.richText .richText-form input[type="file"],
.richText .richText-form input[type="number"],
.richText .richText-form select {
    min-width: 100% !important;
}

.tabs-menu-boxed ul li a {
    border-radius: 7px 7px 0 0;
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {
    .wrp.text-wrapper {
        text-align: end;
    }
    .chart-circle canvas {
        width: auto !important;
        height: auto !important;
    }
    .chart-circle-value {
        inset-block-start: -15px !important;
    }
}
.input-indec .minus {
    background: none;
    -webkit-padding-start: 0.5rem;
    padding-inline-start: 0.5rem;
    display: inline-block;
    height: inherit;
    float: none;
}

.login-img {
    position: relative;
    background-image: url(../images/auth/auth.jpg);
    background-size: cover;
    background-position: center;
}

.login-wrap-main {
        overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 137px 130px 137px 95px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.06);
    z-index: 1;
    border-radius: 0;
    max-width: 600px;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin: 0px 0px 0px auto;
}

/* .login-container {
    max-width: 26rem;
    padding: 1rem;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
} */

.dark-mode .auth-logo .dark-logo {
    display: none;
}
.dark-mode .auth-logo .light-logo {
    display: inline-block;
}

.container-login100 {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    z-index: 999;
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-padding-before: 15px;
    padding-block-start: 15px;
}

@media (max-width: 991px) {
    .wrap-login100 {
        padding: 35px 90px 35px 85px;
    }
}
@media (max-width: 768px) {
    .wrap-login100 {
        padding: 30px 80px 30px 80px;
    }
}
@media (max-width: 576px) {
    .wrap-login100 {
        padding: 25px 15px 25px 15px;
    }
}
.login-form-title {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    -webkit-padding-after: 30px;
    padding-block-end: 30px;
    color: #424344;
}

.wrap-input {
    position: relative;
    width: 100%;
    z-index: 1;
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
}

.login100-form-btn {
    line-height: 1.5;
    color: #fff;
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.input100 {
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    display: block;
    width: 80%;
    background: #ffffff;
    height: 44px;
    -webkit-padding-before: 0px;
    padding-block-start: 0px;
    -webkit-padding-end: 30px;
    padding-inline-end: 30px;
    -webkit-padding-after: 0px;
    padding-block-end: 0px;
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
    border-radius: 5px;
    border: 1px solid #ecf0fa;
}

.offcanvas {
    z-index: 9999;
}

@media (max-width: 1620px) and (min-width: 1280px) {
    #user-profile .media.media-xs {
        display: block;
        overflow: auto !important;
    }
    #user-profile .media.media-xs .social-profile-buttons,
    #user-profile .media.media-xs .text-end {
        float: var(--float-left) !important;
    }
    #user-profile .media.media-xs .avatar,
    #user-profile .media.media-xs .valign-middle {
        -webkit-margin-after: 5px;
        margin-block-end: 5px;
    }
    .main-profile-contact-list .me-5 .media {
        display: block;
    }
    .main-profile-contact-list .me-5 .media .media-icon {
        -webkit-margin-after: 10px !important;
        margin-block-end: 10px !important;
    }
}
.smartphoto {
    z-index: 9999;
}

#example3,
#example2 {
    width: 100% !important;
}

.ms-parent.group-filter .ms-choice > span {
    white-space: wrap;
}

.dtr-bs-modal .dtr-details {
    border: 1px solid #e9edf4;
}
.dtr-bs-modal .dtr-details tr td:first-child {
    -webkit-border-end: 1px solid #e9edf4;
    border-inline-end: 1px solid #e9edf4;
    font-weight: bold;
}

.custom-radio-lg .custom-control-label::after {
    inset-inline-start: 2px;
}

.ms-choice > span {
    white-space: break-spaces;
    position: relative;
    text-align: start;
    inset-block-start: 0;
}

@media screen and (max-width: 428px) {
    .sw-toolbar.sw-toolbar-bottom .sw-btn-group,
    .sw-toolbar.sw-toolbar-bottom .sw-btn-group-extra {
        -webkit-margin-after: 5px;
        margin-block-end: 5px;
    }
    .wizard > .actions a {
        padding: 9px 19px !important;
    }
    .dataTables_paginate .pagination .page-link {
        padding: 0.5rem 5px;
    }
    .vtimeline .timeline-wrapper .timeline-panel:after {
        display: none !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1705px) {
    .product-grid6 .card-footer .btn {
        width: 100%;
    }
}
.main-chat-time::before {
    content: "";
    position: absolute;
    width: 40% !important;
    height: 1px;
    inset-inline-start: 0;
    inset-inline-end: 0;
    background-color: #e9e9ef;
    inset-block-start: 10px;
}

.main-chat-time::after {
    content: "";
    position: absolute;
    width: 40% !important;
    height: 1px;
    inset-inline-start: auto;
    inset-inline-end: 0;
    background-color: #e9e9ef;
    inset-block-start: 10px;
}

.handle-counter input {
    float: var(--float-left);
    text-align: center;
    height: 44px;
    border-radius: 0;
    width: 70px;
    border: 1px solid #ededf5;
    -webkit-border-start: 0 !important;
    border-inline-start: 0 !important;
    -webkit-border-end: 0 !important;
    border-inline-end: 0 !important;
    outline: none;
    border-inline-start: 0;
    border-inline-end: 0;
}

.handle-counter .counter-plus {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 0px !important;
}

.handle-counter .btn {
    padding: 9px 10px !important;
}

.handle-counter .counter-minus {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 50px !important;
}

.handle-counter .counter-minus,
.handle-counter .handle-counter .counter-plus {
    float: var(--float-left);
    text-align: center;
    border-radius: 1px;
}

.handle-counter {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 465px) {
    .main-chat-time::before {
        width: 33% !important;
    }
    .main-chat-time::after {
        width: 33% !important;
    }
}
.page-options .select2-container {
    width: 100px !important;
}

.ql-snow .ql-tooltip {
    inset-inline-start: 0 !important;
}

@media (max-width: 575.98px) {
    .construction .display-2 {
        font-size: 2.3rem !important;
    }
}
.countdown span:first-child {
    font-size: 30px;
}

.item-box .item-box-wrap {
    -webkit-margin-before: 15px;
    margin-block-start: 15px;
}
.item-box .stamp i {
    font-size: 18px;
    font-size: 25px;
    line-height: 2;
}
.item-box .item-box-wrap h5 {
    font-size: 20px;
    font-weight: 500;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    width: 100%;
}

.modal-open .app-header {
    z-index: 99 !important;
}

.header .header-right-icons .nav-link.icon .header-badge {
    position: absolute;
    inset-block-start: -3px;
    inset-inline-end: 0px;
    display: block !important;
    padding: 3px 5px !important;
    font-size: 10px;
    border-radius: 50px;
    line-height: 1.1;
    color: #fff;
}

@media (max-width: 1440px) {
    #scroll-stickybar {
        inset-block-start: unset !important;
        inset-inline-start: unset !important;
        width: 100% !important;
        -webkit-margin-before: unset !important;
        margin-block-start: unset !important;
    }
}
#scroll-stickybar {
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
}

.count-down .countdown {
    border-radius: 5px;
}

.shopping-cart
    .dropdown-menu
    .header-dropdown-list.message-menu
    .dropdown-item {
    -webkit-box-align: inherit !important;
    -ms-flex-align: inherit !important;
    align-items: inherit !important;
    position: relative;
}
.shopping-cart
    .dropdown-menu
    .header-dropdown-list.message-menu
    .dropdown-item
    .cart-trash {
    z-index: 1;
}

.sortable-handler {
    -ms-touch-action: none;
    touch-action: none;
}

.irs {
    -ms-touch-action: none;
    touch-action: none;
}

.header .main-header-center .dropdown-menu {
    inset-block-start: 0 !important;
    min-width: 22rem;
}
.header .main-header-center .dropdown-toggle {
    cursor: auto;
}
.header .main-header-center .btn {
    inset-block-start: 0px;
    padding: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pricing-tabs ul.nav-price {
    text-align: center;
    margin: 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-margin-after: 50px;
    margin-block-end: 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;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing-tabs ul.nav-price li a.active {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: var(--primary-bg-color);
}

.pricing-card.advanced {
    -webkit-box-shadow: 0px 16px 32px rgba(33, 33, 33, 0.15);
    box-shadow: 0px 16px 32px rgba(33, 33, 33, 0.15);
}

.pricing-card:hover {
    -webkit-box-shadow: 0px 16px 32px rgba(33, 33, 33, 0.15);
    box-shadow: 0px 16px 32px rgba(33, 33, 33, 0.15);
}

.blink-text {
    -webkit-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
}

@-webkit-keyframes blink {
    50% {
        opacity: 0.6;
    }
}

@keyframes blink {
    50% {
        opacity: 0.6;
    }
}
@media (max-width: 1164px) {
    .header .main-header-center .dropdown-menu {
        min-width: 16rem;
    }
}
#areaChart1,
#areaChart2,
#areaChart3,
#areaChart4 {
    width: 100% !important;
}

.email-attch a {
    display: inline-block;
}

@media (min-width: 1280px) and (max-width: 1460px) {
    #saleschart,
    #leadschart,
    #profitchart,
    #costchart {
        width: 4rem !important;
    }
}
@media (max-width: 400px) {
    .btn-lg,
    .btn-group-lg > .btn {
        font-size: 0.75rem !important;
    }
    .btn-group.file-attach .btn-close.btn-lg {
        padding: 20px 10px !important;
    }
    .text-wrap .example .btn-group > .btn {
        font-size: 0.675rem;
    }
    .page-link {
        padding: 0.5rem 0.55rem;
    }
}
body *::-webkit-scrollbar {
    background: #c7c7d3;
}

.sidebar-right .card-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.sidebar-right .card-title i {
    margin-top: 0.25rem;
}

.toast-container {
    position: relative;
}

.file-dropdown .dropdown-menu .dropdown-item i {
    float: var(--float-left);
}

.like i,
.reply i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.product-grid6 .card-footer a i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.blog-list li a i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.btn-list-icon .btn i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.header-brand-img {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    object-fit: contain;
    height: 100%;
}

.main-chat-header .nav .dropdown .dropdown-menu .dropdown-item i,
.tab-menu-heading .tabs-menu .panel-tabs li a i,
.btn-list .dropdown .btn.dropdown-toggle i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.card .header-brand .header-brand-img.logo {
    display: inherit !important;
}

.pull-left {
    float: var(--float-left) !important;
}

.pull-right {
    float: var(--float-right) !important;
}

.fr-wrapper.show-placeholder .fr-placeholder {
    text-align: start !important;
}

.fr-box.fr-basic .fr-element {
    text-align: start !important;
}

.report-list .report-list-item {
    padding: 0.55rem;
}
.report-list .report-list-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
    background-color: #fff;
    border-radius: 0.375rem;
}

.crm-deals-status li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
}
.crm-deals-status li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.crm-deals-status li.primary::before {
    background-color: var(--primary-bg-color);
}
.crm-deals-status li.info::before {
    background-color: #1170e4;
}
.crm-deals-status li.warning::before {
    background-color: #f7b731;
}
.crm-deals-status li.success::before {
    background-color: #09ad95;
}

.error-template .error-title {
    font-size: 150px;
    color: #e82646;
    text-shadow: 1px 1px 1px #e82646, 2px 2px 1px #e82646, 3px 3px 1px #e82646,
        4px 4px 1px #e82646, 5px 5px 1px #e82646, 6px 6px 1px #e82646,
        7px 7px 1px #e82646, 8px 8px 1px #e82646,
        25px 25px 8px rgba(0, 0, 0, 0.2);
}

.hide-arrow::after {
    display: none !important;
}

.btn-icon {
    --bs-btn-active-border-color: transparent;
    padding: 0;
    width: calc(2.309375rem + var(--bs-border-width) * 2);
    height: calc(2.309375rem + var(--bs-border-width) * 2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.btn-icon.btn-sm,
.btn-group-sm > .btn-icon.btn {
    width: calc(1.625rem + var(--bs-border-width) * 2);
    height: calc(1.625rem + var(--bs-border-width) * 2);
    font-size: 1.3rem;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

.dropzone {
    border: 2px dashed #e9edf4;
}

.dz-preview {
    position: relative;
    vertical-align: top;
    margin: 0.5rem;
    background: #fff;
    font-size: 0.8125rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: default;
    display: inline-block;
    width: 11.25rem;
    border: 0 solid #e9edf4;
    border-radius: 0.375rem;
    -webkit-box-shadow: 0 5px 15px 5px rgba(80, 102, 224, 0.08);
    box-shadow: 0 5px 15px 5px rgba(80, 102, 224, 0.08);
}
.dz-preview .dz-thumbnail {
    border-bottom: 1px solid #d9dee3;
    background: rgba(67, 89, 113, 0.025);
    border-top-left-radius: calc(0.375rem - 1px);
    border-top-right-radius: calc(0.375rem - 1px);
    width: 10rem;
    position: relative;
    padding: 0.625rem;
    height: 7.5rem;
    text-align: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.dz-preview .dz-thumbnail img {
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    margin: 0 auto;
    display: block;
}

.dz-thumbnail img[src] ~ .dz-nopreview {
    display: none;
}

.dz-error-mark,
.dz-success-mark {
    position: absolute;
    left: 50%;
    top: 50%;
    display: none;
    margin-left: -1.875rem;
    margin-top: -1.875rem;
    height: 3.75rem;
    width: 3.75rem;
    border-radius: 50%;
    background-position: center center;
    background-size: 1.875rem 1.875rem;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.06);
}

.dz-success-mark {
    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='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.dz-error-mark {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.dz-error-message {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    display: none;
    color: #fff;
    z-index: 40;
    padding: 0.75rem;
    text-align: left;
    overflow: auto;
    font-weight: 500;
}

.dz-complete .progress {
    display: none;
}

.dz-preview .progress {
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    top: 50%;
    margin-top: -0.25rem;
    z-index: 30;
}

.dz-filename {
    position: absolute;
    width: 100%;
    overflow: hidden;
    padding: 0.625rem 0.625rem 0 0.625rem;
    background: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dz-size {
    padding: 1.875rem 0.625rem 0.625rem 0.625rem;
    font-size: 0.6875rem;
    font-style: italic;
    color: #a1acb8;
}

.light-style .dz-remove {
    color: #697a8d;
    border-top: 1px solid #d9dee3;
    border-bottom-right-radius: calc(0.375rem - 1px);
    border-bottom-left-radius: calc(0.375rem - 1px);
}

.dz-remove {
    display: block;
    text-align: center;
    padding: 0.375rem 0;
    font-size: 0.75rem;
}

.dz-error-mark,
.dz-success-mark {
    background-color: rgba(35, 52, 70, 0.5);
}

.dropzone .dz-preview .dz-error-message {
    display: none !important;
    background: rgba(255, 62, 29, 0.8);
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    display: none;
    color: #fff;
    z-index: 40;
    padding: 0.75rem;
    text-align: left;
    overflow: auto;
    font-weight: 500;
}

.dz-error:hover .dz-error-message {
    display: block !important;
    color: #fff !important;
}

.dz-started .dz-message {
    display: none;
}

#cke5-inline-demo .ck-content {
    margin-bottom: 1rem;
    padding: 2.5rem;
    background-color: #fff;
    border: 1px solid #e9edf4;
}

#cke5-inline-demo header.ck-content {
    text-align: center !important;
}

.editor-toolbar i.separator {
    padding: 0 !important;
}

.CodeMirror-fullscreen,
.editor-toolbar.fullscreen {
    z-index: 99 !important;
}

.dataTables_wrapper .select2-container--default {
    display: inline-block !important;
}

.dataTables_filter label {
    display: inline-block !important;
}

.kanban-wrapper > .col {
    width: 390px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.btn-addnew-project {
    border: 1px solid #e9edf4;
    border-radius: 15px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: calc(100% - 24px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-addnew-project .proj-add-icon {
    width: 35px;
    height: 35px;
    border-radius: 10px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
}

.kanban-wrapper {
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.horizontal-scroll-cards {
    overflow-x: auto;
    overflow-y: hidden;
}

.chart-wrapper {
    margin-bottom: -14px;
}

.report-chart-wrapper {
    margin-bottom: -30px;
    margin-left: -20px;
    margin-right: -20px;
}

.min-h-100vh {
    min-height: calc(var(--vh, 1vh) * 100);
}
.max-h-100vh {
    max-height: 100vh;
}

.grid-place-items-center {
    display: grid;
    place-items: center;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.eye-side {
    position: absolute;
    right: 0;
}

.dashboard-grid-block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 25px;
    grid-auto-rows: minmax(50px, auto);
    width: 100%;
    margin-bottom: 30px;
}

.apexcharts-text tspan {
    font-family: var(--theme-font-family) !important;
}

.modal-header .btn-close {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(69, 67, 96, 0.1);
    padding: 15px 15px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") !important;
    background-size: 14px !important;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    --bs-btn-close-color: #000;
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 5px;
    height: 5px;
    border: 0;
    border-radius: 5px;
}

.dataTables_wrapper .row:nth-child(1) {
    padding: 0 1.5rem;
}

.dataTables_wrapper .row:nth-child(2) {
    overflow-x: auto;
}

.table:not(.table-sm) thead th {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e9edf4;
}

.dark-mode .table:not(.table-sm) thead th {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dataTables_length label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.dataTables_length label .select2 {
    margin: 0 7px;
}

th {
    padding: 15px 10px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f6f6fb !important;
}

.table-striped tbody tr:nth-of-type(even) {
    background: transparent;
}

.dataTables_info {
    padding-left: 1.5rem;
}

.dataTables_paginate {
    padding-right: 1.5rem;
}

.tbl_action_btn {
    font-weight: 500;
    font-size: 18px;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #e9edf4;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dark-mode .tbl_action_btn {
    border-color: rgba(255, 255, 255, 0.1) !important;
}
.tbl_success_btn {
    color: #54ca68 !important;
}
.tbl_danger_btn {
    color: #fc544b !important;
}
.tbl_warning_btn {
    color: #f7b731 !important;
}
.tbl_info_btn {
    color: #3abaf4 !important;
}

th.action_th {
    padding-right: 25px !important;
    text-align: right !important;
    width: 200px !important;
}

.tbl_avatar_img {
    width: 40px;
    height: 40px;
}

.bg-color {
    background-color: #f8fafc;
}

.dark-mode .bg-color {
    background-color: #1a1c23;
}

.border-radius-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.logo-small {
    height: 70px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-box-shadow: 0 5px 15px 5px rgba(80, 102, 224, 0.08);
    box-shadow: 0 5px 15px 5px rgba(80, 102, 224, 0.08);
    padding: 0 10px;
    border: 1px solid #f2f2f9;
}

.meta-image {
    height: 180px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-box-shadow: 0 5px 15px 5px rgba(80, 102, 224, 0.08);
    box-shadow: 0 5px 15px 5px rgba(80, 102, 224, 0.08);
    padding: 0 10px;
    border: 1px solid #f2f2f9;
}

.dark-mode .meta-image {
    border: 1px solid rgba(0, 0, 0, 0.6);
}

.dark-mode .meta-image,
.dark-mode .logo-small {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

#profileImage {
    -webkit-box-shadow: 0 5px 15px 5px rgba(80, 102, 224, 0.08);
    box-shadow: 0 5px 15px 5px rgba(80, 102, 224, 0.08);
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #f3f3f3;
}

.dark-mode #profileImage {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-mode .btn-close {
    filter: invert(1);
    -webkit-filter: invert(1);
}

.hideOnDisable,
.hideOnDisableStripe,
.hideOnDisablePaypal,
.hideOnDisableBankTransfer {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out, opacity 0.5s ease-out,
        padding 0.5s ease-out;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out,
        padding 0.5s ease-out;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.hideOnDisable.show,
.hideOnDisableStripe.show,
.hideOnDisablePaypal.show {
    max-height: 200px; /* Adjust based on content size */
    opacity: 1;
    padding-top: 1.25rem; /* default card body padding */
    padding-bottom: 1.25rem; /* default card body padding */
}

.hideOnDisableBankTransfer.show {
    max-height: 100%;
    opacity: 1;
    padding-top: 1.25rem; /* default card body padding */
    padding-bottom: 1.25rem; /* default card body padding */
}

.peer.radio[type="radio"] {
    display: inline-block;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1;
    width: 1;
    margin: -1;
    padding: 0;
    border: 0;
}

.peer.checkbox[type="checkbox"] {
    display: inline-block;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1;
    width: 1;
    margin: -1;
    padding: 0;
    border: 0;
}

.icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem;
    overflow: hidden;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.icon:hover {
    cursor: pointer;
    background-color: #f2f2f9;
    border-color: #f2f2f9;
}

.dark-mode .icon:hover {
    background-color: #1a1c23;
    border-color: rgba(255, 255, 255, 0.1);
}

.peer:checked ~ .icon {
    background-color: var(--primary-bg-color);
    color: #fff;
    border-color: var(--primary-bg-color);
}

.account_type_label {
    border: 2px solid #e9edf4;
    margin-left: 20px;
    width: 100px;
}

.dark-mode .account_type_label,
.dark-mode .role_n_permission_label {
    border-color: rgba(255, 255, 255, 0.1);
}

.role_n_permission_label {
    border: 2px solid #e9edf4;
    padding: 6px 15px;
}

.horizontal .main-content {
    padding-top: 25px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

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

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

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

.iziToast.iziToast-color-green {
    background: #fff !important;
    border-color: #54ca68 !important;
}

.dark-mode .iziToast.iziToast-color-green {
    background-color: #22242b !important;
}

.dark-mode .iziToast > .iziToast-body .iziToast-message {
    color: #fff;
}

.dark-mode .iziToast > .iziToast-close {
    filter: invert(1);
    -webkit-filter: invert(1);
}

.iziToast > .iziToast-body .iziToast-message {
    margin: 5px 0 5px;
    color: #5a6970;
}

.swal2-styled.swal2-confirm {
    background-color: var(--primary-bg-color) !important;
    padding: 8px 40px !important;
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -ms-border-radius: 30px !important;
    -o-border-radius: 30px !important;
}

.swal2-styled.swal2-cancel {
    background: transparent !important;
    color: #22242b !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.swal2-styled.swal2-cancel:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.file-sm {
    font-size: 12px;
    padding: 4px 12px;
}

.file-md {
    font-size: 15px;
    padding: 4px 13px;
}

.file-lg {
    font-size: 17px;
    padding: 6px 15px;
}

.file-image img {
    border-radius: 7px;
}

.file-image .icons {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    inset-inline-end: 22px;
    inset-block-start: 14px;
    text-align: center;
    position: absolute;
    inset-block-end: -3px;
    z-index: 1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-align: end;
}

.file-image .icons li {
    display: block;
    margin: 5px;
}

.file-image .icons .btn {
    color: #fff;
}

.file-image .icons .btn {
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    height: 35px;
    width: 35px;
    margin: 2px 7px;
    padding: 0;
    border-radius: 50px;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-width: inherit;
}

.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;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    inset-inline-start: 50%;
    inset-block-start: -30px;
}

.file-image .icons .btn:after {
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 0;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    inset-block-start: -20px;
    z-index: -1;
}

.file-image:hover {
    border-radius: 7px;
}

.file-image:hover .icons {
    opacity: 1;
    inset-block-end: 33px;
}

.file-image .icons .btn:hover {
    color: #fff;
}

.file-name {
    position: absolute;
    inset-block-end: 20px;
    inset-inline-start: 0;
    inset-inline-end: 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

.file-manager-image {
    background: rgba(229, 188, 74, 0.2509803922);
    border-radius: 50px;
    -webkit-margin-after: 23px;
    margin-block-end: 23px;
    padding: 6px;
    width: 75px;
}

.open-file {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    inset-inline-end: 0;
    inset-inline-start: 0;
    inset-block-start: 0;
}

.file-dropdown {
    z-index: 2;
}

.tag-outline {
    border: 1px solid #e8e8f7;
    color: #1d212f;
    background-color: transparent;
}

@media (max-width: 576px) {
    .file-lg {
        padding: 6px 4px;
    }
}
.file-image-1 {
    width: 100px;
    height: 100px;
    display: inline-table;
    margin: 4px;
    position: relative;
    border: 1px solid #e9edf4;
    border-radius: 5px;
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
}

.file-image-1 .product-image img {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.file-image-1 .icons {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    inset-inline-end: 7px;
    inset-block-start: 6px;
    text-align: center;
    position: absolute;
    inset-block-end: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-align: end;
}

.file-image-1:hover .icons {
    opacity: 1;
    inset-block-end: 33px;
}

.file-image-1 .icons .btn {
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    height: 25px;
    width: 25px;
    margin: 4px 1px;
    padding: 0;
    border-radius: 50px;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    min-width: inherit;
}

.file-image-1 .file-name-1 {
    position: absolute;
    inset-inline-end: 0;
    inset-inline-start: 0;
    inset-block-end: -22px;
    color: #524d4d;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
}

.file-image-md {
    width: 150px;
    height: 150px;
}

.file-image-md .icons .btn {
    font-size: 13px;
    line-height: 30px;
    height: 28px;
    width: 28px;
}

.file-image-lg {
    width: 200px;
    height: 200px;
}

.file-image-lg .icons .btn {
    font-size: 15px;
    line-height: 35px;
    height: 35px;
    width: 35px;
}

.card.pos-relative .card-body .bg-primary-transparent path {
    fill: var(--primary-bg-color);
}

.btn-group.file-attach .btn-close {
    padding: 9px;
    border-start-start-radius: 0px;
    border-start-end-radius: 4px;
    border-end-end-radius: 4px;
    border-end-start-radius: 0px;
    opacity: 1;
    font-weight: 300;
    background-image: none;
}
.btn-group.file-attach .btn-close.btn-pill {
    border-start-start-radius: 0px;
    border-start-end-radius: 50px;
    border-end-end-radius: 50px;
    border-end-start-radius: 0px;
}
.btn-group.file-attach .btn-close.btn-outline-secondary {
    border: 1px solid #007f6e !important;
    color: #007f6e !important;
}
.btn-group.file-attach .btn-close.btn-outline-secondary:hover {
    color: #fff !important;
}
.btn-group.file-attach .btn-close.btn-outline-primary {
    border: 1px solid var(--primary-bg-color);
    color: var(--primary-bg-color);
}
.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 {
    border: 1px solid #007abf !important;
    color: #007abf !important;
}
.btn-group.file-attach .btn-close.btn-outline-info:hover {
    color: #fff !important;
}
.btn-group.file-attach .btn-close.btn-outline-warning {
    border: 1px solid #f7b731 !important;
    color: #f7b731 !important;
}
.btn-group.file-attach .btn-close.btn-outline-warning:hover {
    color: #fff !important;
}
.btn-group.file-attach .btn-close.btn-outline-danger {
    border: 1px solid #e82646 !important;
    color: #e82646 !important;
}
.btn-group.file-attach .btn-close.btn-outline-danger:hover {
    color: #fff !important;
}
.btn-group.file-attach .btn-close.btn-outline-success {
    border: 1px solid #09ad95 !important;
    color: #09ad95 !important;
}
.btn-group.file-attach .btn-close.btn-outline-success:hover {
    color: #fff !important;
}

.btn-group.file-attach .btn-close.btn-lg {
    padding: 10px;
    background-image: none;
    font-size: 31px;
}

.btn-group.file-attach .btn-close.btn-sm {
    font-size: 1rem !important;
    background-image: none;
}

.btn-group.file-attach .btn-sm {
    font-size: 12px !important;
}

.btn-group.file-attach button.btn-close {
    inset-inline-end: 0;
}
.btn-group.file-attach .btn-primary-light {
    border: 0 !important;
}
.btn-group.file-attach .btn-pill.btn-close {
    -webkit-padding-start: 2px;
    padding-inline-start: 2px;
}
.btn-group.file-attach .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-group.file-attach .btn + .btn.btn-primary-light,
.btn-group.file-attach .btn + .btn-group {
    -webkit-margin-start: 0px;
    margin-inline-start: 0px;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !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-19 {
    font-size: 19px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-40 {
    font-size: 40px;
}

.fs-50 {
    font-size: 50px;
}

.fs-100 {
    font-size: 100px;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-600 {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.fs-70 {
    font-size: 70px !important;
}

.fs-8 {
    font-size: 8px !important;
}

.example + .highlight {
    -webkit-border-before: none;
    border-block-start: none;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    border-radius: 0 0 3px 3px;
    overflow: auto;
}

.highlight {
    margin: 1rem 0 2rem;
    border-radius: 3px;
    font-size: 0.9375rem;
    max-height: 40rem;
    background: #f6f6fb;
}
.highlight pre {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}
.highlight .hll {
    background-color: #ffc;
}
.highlight .c {
    color: #999;
}
.highlight .k {
    color: #069;
}
.highlight .o {
    color: #555;
}
.highlight .cm {
    color: #999;
}
.highlight .cp {
    color: #099;
}
.highlight .c1,
.highlight .cs {
    color: #999;
}
.highlight .gd {
    background-color: #fcc;
    border: 1px solid #c00;
}
.highlight .ge {
    font-style: italic;
}
.highlight .gr {
    color: #f00;
}
.highlight .gh {
    color: #030;
}
.highlight .gi {
    background-color: #cfc;
    border: 1px solid #0c0;
}
.highlight .go {
    color: #aaa;
}
.highlight .gp {
    color: #009;
}
.highlight .gu {
    color: #030;
}
.highlight .gt {
    color: #9c6;
}
.highlight .kc,
.highlight .kd,
.highlight .kn,
.highlight .kp,
.highlight .kr {
    color: #069;
}
.highlight .kt {
    color: #078;
}
.highlight .m {
    color: #f60;
}
.highlight .s {
    color: #cc0099;
}
.highlight .na {
    color: #00cc7a;
}
.highlight .nb {
    color: #366;
}
.highlight .nc {
    color: #0a8;
}
.highlight .no {
    color: #360;
}
.highlight .nd {
    color: #99f;
}
.highlight .ni {
    color: #999;
}
.highlight .ne {
    color: #c00;
}
.highlight .nf {
    color: #c0f;
}
.highlight .nl {
    color: #99f;
}
.highlight .nn {
    color: #0cf;
}
.highlight .nt {
    color: #800000;
}
.highlight .nv {
    color: #033;
}
.highlight .ow {
    color: #000;
}
.highlight .w {
    color: #bbb;
}
.highlight .mf,
.highlight .mh,
.highlight .mi,
.highlight .mo {
    color: #f60;
}
.highlight .sb,
.highlight .sc {
    color: #c30;
}
.highlight .sd {
    font-style: italic;
    color: #c30;
}
.highlight .s2,
.highlight .se,
.highlight .sh {
    color: #c30;
}
.highlight .si {
    color: #a00;
}
.highlight .sx {
    color: #c30;
}
.highlight .sr {
    color: #3aa;
}
.highlight .s1 {
    color: #c30;
}
.highlight .ss {
    color: #fc3;
}
.highlight .bp {
    color: #366;
}
.highlight .vc,
.highlight .vg,
.highlight .vi {
    color: #033;
}
.highlight .il {
    color: #f60;
}
.highlight .css .o {
    color: #999;
}
.highlight .css .o + .nt {
    color: #999;
}
.highlight .css .nt + .nt {
    color: #999;
}
.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;
}

.label {
    display: inline-block;
    -webkit-margin-after: 0.5rem;
    margin-block-end: 0.5rem;
    -webkit-padding-end: 0.6em;
    padding-inline-end: 0.6em;
    -webkit-padding-start: 0.6em;
    padding-inline-start: 0.6em;
}

.labels li {
    display: inline;
}

.label-default {
    background: #d5e0ec;
    color: #fff;
}

.label-success {
    background: #09ad95;
    color: #fff;
}

.label-danger {
    background: #f5334f;
    color: #fff;
}

.label-warning {
    background: #f7b731;
    color: #fff;
}

.label-info {
    background: #1170e4;
    color: #fff;
}

/*-----Lists-----*/
.list-group-item.active {
    z-index: 2;
    background-color: var(--primary01);
    color: #475569;
    border-color: #e9edf4;
}

.list-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.list-group-item-action {
    width: 100%;
    color: #76839a;
    text-align: inherit;
}
.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 {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid #e9edf4;
}

.listorder {
    position: relative;
    padding: 0.75rem 1.25rem;
    -webkit-margin-after: -1px;
    margin-block-end: -1px;
    background-color: #fff;
    border: 1px solid #e9edf4;
    list-style-type: decimal;
    list-style-position: inside;
}

.listorder1 {
    position: relative;
    padding: 0.75rem 1.25rem;
    -webkit-margin-after: -1px;
    margin-block-end: -1px;
    background-color: #fff;
    border: 1px solid #e9edf4;
    list-style-type: upper-alpha;
    list-style-position: inside;
}

.listunorder {
    position: relative;
    padding: 0.75rem 1.25rem;
    -webkit-margin-after: -1px;
    margin-block-end: -1px;
    background-color: #fff;
    border: 1px solid #e9edf4;
    list-style-type: circle;
    list-style-position: inside;
}

.listunorder1 {
    position: relative;
    padding: 0.75rem 1.25rem;
    -webkit-margin-after: -1px;
    margin-block-end: -1px;
    background-color: #fff;
    border: 1px solid #e9edf4;
    list-style-type: square;
    list-style-position: inside;
}

.list-group-item:first-child {
    border-start-start-radius: 3px;
    border-start-end-radius: 3px;
}
.list-group-item:last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0;
    border-end-end-radius: 3px;
    border-end-start-radius: 3px;
}
.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 {
    color: #24426c;
    background-color: #cbdbf2;
}
.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 {
    color: #464a4e;
    background-color: #dddfe2;
}
.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 {
    color: #09ad95;
    background-color: rgba(9, 173, 149, 0.2);
}
.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 {
    color: #1170e4;
    background-color: rgba(17, 112, 228, 0.2);
}
.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 {
    color: #f7b731;
    background-color: rgba(247, 183, 49, 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 {
    color: #e82646;
    background-color: rgba(232, 38, 70, 0.2);
}
.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 {
    color: #818182;
    background-color: #fdfdfe;
}
.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 {
    color: #1b1e21;
    background-color: #c6c8ca;
}
.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-item .icon {
    color: #74829c !important;
}

.list-group-transparent .list-group-item {
    background: none;
    border: 0;
    padding: 0.5rem 1rem;
    border-radius: 3px;
}
.list-group-transparent .list-group-item.active {
    background: var(--primary01);
    font-weight: 500;
    color: #000;
}

.list-group-transparent.file-manager .list-group-item {
    -webkit-border-before: 0;
    border-block-start: 0;
}

.list-group.lg-alt .list-group-item {
    border: 0;
}

.list.d-flex img {
    width: 60px;
}

.order-list li {
    line-height: 30px;
}

.list-style-1 {
    list-style: inherit;
    -webkit-padding-start: inherit;
    padding-inline-start: inherit;
}

.list-style-1 li {
    line-height: 30px;
}

.list-style-1 li {
    line-height: 30px;
}

.list-style-1 ul {
    list-style: inherit;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
}

.list-style2 {
    list-style: decimal;
    -webkit-padding-start: inherit;
    padding-inline-start: inherit;
}

.list-style2 li {
    line-height: 30px;
}

.list-style2 ul {
    list-style: decimal;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
}

.list-style3 {
    list-style: circle !important;
    -webkit-padding-start: inherit;
    padding-inline-start: inherit;
}

.list-style3 li {
    line-height: 30px;
}

.list-style3 ul {
    list-style: decimal;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
}

.list-style4 {
    list-style: lower-alpha;
    -webkit-padding-start: inherit;
    padding-inline-start: inherit;
}

.list-style4 li {
    line-height: 30px;
}

.list-style4 ul {
    list-style: decimal;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
}

.list-style4 li {
    line-height: 30px;
}

.list-style5 {
    list-style: square;
    -webkit-padding-start: inherit;
    padding-inline-start: inherit;
}

.list-style5 li {
    line-height: 30px;
}

.list-style5 ul {
    list-style: decimal;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
}

.list-style6 {
    list-style: lower-roman;
    -webkit-padding-start: inherit;
    padding-inline-start: inherit;
}

.list-style6 li {
    line-height: 30px;
}

list-style6 ul {
    list-style: decimal;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
}

.list-style6 ul {
    list-style: decimal;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
}

.list-group-item a {
    color: #475569;
}

/*------ Media object ------*/
.media {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    zoom: 1;
    overflow: hidden;
    width: auto;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

.media-object {
    display: block;
}

.media img {
    width: 40px;
    height: 40px;
}

.media-right,
.media > .pull-right {
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
}

.media-body,
.media-left,
.media-right {
    display: block;
}

.media-left,
.media > .pull-left {
    -webkit-padding-end: 10px;
    padding-inline-end: 10px;
}

.media-heading {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 5px;
    margin-block-end: 5px;
}

.media-body h4 {
    font-weight: 500;
    font-size: 16px;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-icon {
    width: 3rem;
    height: 3rem;
    line-height: 4;
    text-align: center;
    border-radius: 100%;
}

.media-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.btn-close {
    float: var(--float-right);
    font-size: 1.40625rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: 0.5;
    -webkit-transition: 0.3s color;
    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: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    -webkit-padding-before: 0.359375rem;
    padding-block-start: 0.359375rem;
    -webkit-padding-after: 0.359375rem;
    padding-block-end: 0.359375rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 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: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    -webkit-padding-before: 0.5rem;
    padding-block-start: 0.5rem;
    -webkit-padding-after: 0.5rem;
    padding-block-end: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    -webkit-box-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: 0.8em;
    height: 0.8em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (min-width: 992px) {
    .responsive-navbar .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        background: transparent;
    }
}
.navbar-expand {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    -webkit-padding-end: 0.5rem;
    padding-inline-end: 0.5rem;
    -webkit-padding-start: 0.5rem;
    padding-inline-start: 0.5rem;
}
.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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 {
        -webkit-margin-before: 8px;
        margin-block-start: 8px;
        text-align: center;
        position: relative;
        color: var(--primary-bg-color);
    }
    .navresponsive-toggler span:after {
        content: "";
        position: absolute;
        width: 4px;
        height: 12px;
        inset-block-start: 4px;
        inset-block-end: 0;
        border-radius: 50%;
        inset-inline-end: 11px;
        background: rgba(var(--primary-bg-color), 0);
    }
    .dropdown-menu.dropdown-menu-right {
        inset-inline-start: 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 {
    -webkit-box-orient: initial !important;
    -webkit-box-direction: initial !important;
    -ms-flex-direction: initial !important;
    flex-direction: initial !important;
}

@media (max-width: 320px) {
    .responsive-navbar .nav-link.icon {
        height: 2rem !important;
        width: 1rem !important;
        font-size: 1rem !important;
    }
    .responsive-navbar .avatar.profile-user {
        width: 2rem !important;
        height: 2rem !important;
        line-height: 1.5rem !important;
        -webkit-margin-before: 0 !important;
        margin-block-start: 0 !important;
    }
    .responsive-navbar .dropdown-menu.dropdown-menu-end.show {
        inset-block-start: 2.59rem !important;
    }
    .responsive-navbar .dropdown-menu.header-search.dropdown-menu-start.show {
        inset-block-start: 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;
        -webkit-margin-before: 41px;
        margin-block-start: 41px;
        z-index: 999;
        -webkit-box-shadow: 0 12px 11px -3px rgba(104, 113, 123, 0.1);
        box-shadow: 0 12px 11px -3px rgba(104, 113, 123, 0.1);
        inset-inline-start: 0;
        inset-inline-end: 0;
        inset-block-start: 0;
    }
    .responsive-navbar .dropdown-menu.dropdown-menu-left {
        inset-inline-start: -1px;
        inset-inline-end: -1px;
        position: absolute;
    }
    .responsive-navbar .dropdown {
        position: initial;
    }
    .responsive-navbar .nav-link.icon {
        padding: 10px !important;
        margin: 13px 3px !important;
        border-radius: 50px;
        height: 2.5rem;
        width: 2.5rem;
        font-size: 1.2rem;
    }
    .responsive-navbar .profile-1 .nav-link {
        padding: 0px 9px 0 9px !important;
    }
    .responsive-navbar .header-search .input-group {
        position: relative;
    }
}
.responsive-navbar {
    display: initial;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
}

/*--scrollspy ---*/
.scrollspy-example {
    position: relative;
    height: 200px;
    overflow: auto;
    padding: 0.75rem;
    -webkit-border-end: 1px solid #e9edf4;
    border-inline-end: 1px solid #e9edf4;
    -webkit-border-start: 1px solid #e9edf4;
    border-inline-start: 1px solid #e9edf4;
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
}

.scrollspy-example-2 {
    position: relative;
    height: 409px;
    overflow: auto;
    padding: 0.75rem;
    border: 1px solid #e9edf4;
    border-start-start-radius: 0px;
    border-start-end-radius: 5px;
    border-end-end-radius: 5px;
    border-end-start-radius: 0px;
}
.scrollspy-example-2 .nav-link {
    padding: 10px;
}

#navbar-example2 .nav-link {
    padding: 0.5rem 0.75rem;
}

#navbar-example3 .nav-link {
    padding: 0.75rem;
    color: #475569;
}
#navbar-example3 .nav-link.active {
    color: #fff;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--primary-bg-color);
}

/*-----Pricing tables-----*/
.pricing {
    color: #fff;
}

.pricing .list-unstyled li {
    -webkit-border-after: 1px solid rgba(255, 255, 255, 0.1);
    border-block-end: 1px solid rgba(255, 255, 255, 0.1);
    padding: 7px 0;
}

.table > tbody > tr > th {
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.table > tfoot > tr > td,
.table > tfoot > tr > th {
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.table > thead > tr > td,
.table > thead > tr > th {
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*------ Pricing Styles ---------*/
.panel.price {
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.panel.price > .panel-heading {
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.panel.price h3 {
    -webkit-margin-after: 0;
    margin-block-end: 0;
    padding: 20px 0;
}

.panel-heading {
    padding: 10px 15px;
    -webkit-border-after: 1px solid rgba(255, 255, 255, 0.2);
    border-block-end: 1px solid rgba(255, 255, 255, 0.2);
    background: #fff;
}

.panel.price {
    -webkit-margin-after: 1.5rem;
    margin-block-end: 1.5rem;
    -webkit-box-shadow: 0 4px 25px 0 rgba(168, 180, 208, 0.1);
    box-shadow: 0 4px 25px 0 rgba(168, 180, 208, 0.1);
    border-radius: 7px;
    background: #fff;
}
.panel.price > .panel-heading {
    color: #fff;
}
.panel.price .list-group-item:last-child {
    border-end-end-radius: 0px;
    border-end-start-radius: 0px;
}
.panel.price .list-group-item:first-child {
    border-start-end-radius: 0px;
    border-start-start-radius: 0px;
}

.price .panel-footer {
    -webkit-border-after: 0px;
    border-block-end: 0px;
    background-color: #fff;
    -webkit-border-start: 0;
    border-inline-start: 0;
    -webkit-border-end: 0;
    border-inline-end: 0;
}
.price.panel-color > .panel-body {
    background-color: #fff;
}

.product-price {
    font-size: 1rem;
}
.product-price strong {
    font-size: 1.5rem;
}

.pricing-divider-img {
    position: absolute;
    inset-inline-start: 0;
    width: 100%;
}

.price-detail-wrap .rating-stars {
    text-align: start !important;
}

.ribbon-price {
    position: absolute;
    inset-block-start: 0;
    z-index: 8;
    inset-inline-end: 0;
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
    height: 100px;
}

.ribbon-price .badge {
    float: var(--float-right);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    inset-inline-end: -70px;
    inset-block-start: 21px;
    position: relative;
    text-align: center;
    width: 212px;
    font-size: 13px;
    margin: 0;
    padding: 7px 10px;
    font-weight: 500;
}

.pricing.bg-primary-gradient {
    border-radius: 0px 60px 0 60px;
}

.pricing.bg-warning-gradient {
    border-radius: 0px 60px 0 60px;
}

.pricing.bg-success-gradient {
    border-radius: 0px 60px 0 60px;
}

.pricing.bg-danger-gradient {
    border-radius: 0px 60px 0 60px;
}

.price .panel-body .lead strong {
    line-height: 2;
    font-size: 30px;
}

.ribbone1-price .ribbon {
    position: absolute;
    inset-inline-end: 6px;
    inset-block-start: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: end;
}

.ribbone1-price .ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79a70a;
    background: var(--primary-bg-color);
    -webkit-box-shadow: 0 3px 10px -5px black;
    box-shadow: 0 3px 10px -5px black;
    position: absolute;
    inset-block-start: 19px;
    inset-inline-end: -21px;
}

.ribbone1-price .ribbon span::before {
    content: "";
    position: absolute;
    inset-inline-start: 0px;
    inset-block-start: 100%;
    z-index: -1;
    -webkit-border-start: 3px solid var(--primary-bg-color);
    border-inline-start: 3px solid var(--primary-bg-color);
    -webkit-border-end: 3px solid transparent;
    border-inline-end: 3px solid transparent;
    -webkit-border-after: 3px solid transparent;
    border-block-end: 3px solid transparent;
    -webkit-border-before: 3px solid var(--primary-bg-color);
    border-block-start: 3px solid var(--primary-bg-color);
}

.ribbone1-price .ribbon span::after {
    content: "";
    position: absolute;
    inset-inline-end: 0px;
    inset-block-start: 100%;
    z-index: -1;
    -webkit-border-start: 3px solid transparent;
    border-inline-start: 3px solid transparent;
    -webkit-border-end: 3px solid var(--primary-bg-color);
    border-inline-end: 3px solid var(--primary-bg-color);
    -webkit-border-after: 3px solid transparent;
    border-block-end: 3px solid transparent;
    -webkit-border-before: 3px solid var(--primary-bg-color);
    border-block-start: 3px solid var(--primary-bg-color);
}

.price .list-group-flush .list-group-item {
    border: 0 !important;
    -webkit-padding-before: 0px;
    padding-block-start: 0px;
    -webkit-padding-end: 0px;
    padding-inline-end: 0px;
    -webkit-padding-after: 0px;
    padding-block-end: 0px;
    -webkit-padding-start: 16px;
    padding-inline-start: 16px;
}

.primary .pricing-divider {
    padding: 1em 0 1em;
    position: relative;
}

.secondary .pricing-divider {
    background: #fff;
    padding: 1em 0 1em;
    position: relative;
}

.danger .pricing-divider {
    background: #fff !important;
    padding: 1em 0 1em;
    position: relative;
}

.success .pricing-divider {
    background: #fff;
    padding: 1em 0 1em;
    position: relative;
}

/*-- 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;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-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;
}

.box select {
    width: 120px;
    margin: 10px auto 0 auto;
    display: block;
    font-size: 16px;
}

.box .box-body {
    -webkit-padding-before: 2em;
    padding-block-start: 2em;
    height: 85px;
    position: relative;
}

/*----- Ribbons -----*/
.ribbone {
    width: 100%;
    position: relative;
    background-size: cover;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 500px) {
    .ribbone {
        width: 100%;
    }
}
.ribbone1 {
    position: absolute;
    inset-block-start: -6.1px;
    inset-inline-start: 10px;
    z-index: 1;
}
.ribbone1:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    -webkit-border-start: 20px solid transparent;
    border-inline-start: 20px solid transparent;
    -webkit-border-end: 24px solid transparent;
    border-inline-end: 24px solid transparent;
    -webkit-border-before: 13px solid #f8463f;
    border-block-start: 13px solid #f8463f;
}
.ribbone1 span {
    position: relative;
    display: block;
    text-align: center;
    background: #f8463f;
    font-size: 14px;
    line-height: 1;
    padding: 12px 8px 10px;
    border-start-end-radius: 8px;
}
.ribbone1 span:after {
    position: absolute;
    content: "";
}
.ribbone1 span:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    inset-inline-start: -6px;
    inset-block-start: 0;
    background: #f8463f;
}
.ribbone1 span:after {
    height: 6px;
    width: 8px;
    inset-inline-start: -8px;
    inset-block-start: 0;
    border-radius: 8px 8px 0 0;
    background: #c02031;
}

.arrow-ribbone-left {
    color: #fff;
    padding: 2px 8px;
    position: absolute;
    inset-block-start: 10px;
    inset-inline-start: 0;
    z-index: 6;
    font-size: 13px;
}
.arrow-ribbone-left.bg-purple:before {
    position: absolute;
    inset-inline-end: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    content: "";
    inset-inline-end: -12px;
    -webkit-border-before: 12px solid transparent;
    border-block-start: 12px solid transparent;
    -webkit-border-start: 12px solid #6d33ff;
    border-inline-start: 12px solid #6d33ff;
    -webkit-border-after: 11px solid transparent;
    border-block-end: 11px solid transparent;
    width: 0;
}
.arrow-ribbone-left.bg-danger:before {
    position: absolute;
    inset-inline-end: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    content: "";
    inset-inline-end: -12px;
    -webkit-border-before: 112px solid transparent;
    border-block-start: 112px solid transparent;
    -webkit-border-start: 12px solid #e82646;
    border-inline-start: 12px solid #e82646;
    -webkit-border-after: 11px solid transparent;
    border-block-end: 11px solid transparent;
    width: 0;
}
.arrow-ribbone-left.bg-primary:before {
    position: absolute;
    inset-inline-end: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    content: "";
    inset-inline-end: -12px;
    -webkit-border-before: 12px solid transparent;
    border-block-start: 12px solid transparent;
    -webkit-border-after: 11px solid transparent;
    border-block-end: 11px solid transparent;
    width: 0;
}
.arrow-ribbone-left.bg-secondary:before {
    position: absolute;
    inset-inline-end: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    content: "";
    inset-inline-end: -12px;
    -webkit-border-before: 12px solid transparent;
    border-block-start: 12px solid transparent;
    -webkit-border-start: 12px solid #007f6e;
    border-inline-start: 12px solid #007f6e;
    -webkit-border-after: 11px solid transparent;
    border-block-end: 11px solid transparent;
    width: 0;
}
.arrow-ribbone-left.bg-success:before {
    position: absolute;
    inset-inline-end: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    content: "";
    inset-inline-end: -12px;
    -webkit-border-before: 12px solid transparent;
    border-block-start: 12px solid transparent;
    -webkit-border-start: 12px solid var(--primary-bg-color);
    border-inline-start: 12px solid var(--primary-bg-color);
    -webkit-border-after: 11px solid transparent;
    border-block-end: 11px solid transparent;
    width: 0;
}
.arrow-ribbone-left.bg-info:before {
    position: absolute;
    inset-inline-end: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    content: "";
    inset-inline-end: -12px;
    -webkit-border-before: 12px solid transparent;
    border-block-start: 12px solid transparent;
    -webkit-border-start: 12px solid #1170e4;
    border-inline-start: 12px solid #1170e4;
    -webkit-border-after: 11px solid transparent;
    border-block-end: 11px solid transparent;
    width: 0;
}
.arrow-ribbone-left.bg-warning:before {
    position: absolute;
    inset-inline-end: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    content: "";
    inset-inline-end: -12px;
    -webkit-border-before: 12px solid transparent;
    border-block-start: 12px solid transparent;
    -webkit-border-start: 12px solid #fbb034;
    border-inline-start: 12px solid #fbb034;
    -webkit-border-after: 11px solid transparent;
    border-block-end: 11px solid transparent;
    width: 0;
}
.arrow-ribbone-left.bg-pink:before {
    position: absolute;
    inset-inline-end: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    content: "";
    inset-inline-end: -12px;
    -webkit-border-before: 12px solid transparent;
    border-block-start: 12px solid transparent;
    -webkit-border-start: 12px solid #e077e3;
    border-inline-start: 12px solid #e077e3;
    -webkit-border-after: 11px solid transparent;
    border-block-end: 11px solid transparent;
    width: 0;
}
.arrow-ribbone-left.bg-teal:before {
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    content: "";
    inset-inline-start: -12px;
    -webkit-border-before: 12px solid transparent;
    border-block-start: 12px solid transparent;
    -webkit-border-end: 12px solid #1caf9f;
    border-inline-end: 12px solid #1caf9f;
    -webkit-border-after: 11px solid transparent;
    border-block-end: 11px solid transparent;
    width: 0;
}

.arrow-ribbone-right {
    color: #fff;
    padding: 2px 8px;
    position: absolute;
    inset-block-start: 10px;
    inset-inline-end: 0;
    z-index: 6;
    font-size: 13px;
}
.arrow-ribbone-right.bg-purple:before {
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    content: "";
    inset-inline-start: -12px;
    -webkit-border-before: 12px solid transparent;
    border-block-start: 12px solid transparent;
    -webkit-border-end: 12px solid #6d33ff;
    border-inline-end: 12px solid #6d33ff;
    -webkit-border-after: 11px solid transparent;
    border-block-end: 11px solid transparent;
    width: 0;
}
.arrow-ribbone-right.bg-danger:before {
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    content: "";
    inset-inline-start: -12px;
    -webkit-border-before: 12px solid transparent;
    border-block-start: 12px solid transparent;
    -webkit-border-end: 12px solid #e82646;
    border-inline-end: 12px solid #e82646;
    -webkit-border-after: 11px solid transparent;
    border-block-end: 11px solid transparent;
    width: 0;
}
.arrow-ribbone-right.bg-primary:before {
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    content: "";
    inset-inline-start: -12px;
    -webkit-border-before: 12px solid transparent;
    border-block-start: 12px solid transparent;
    -webkit-border-after: 11px solid transparent;
    border-block-end: 11px solid transparent;
    width: 0;
}
.arrow-ribbone-right.bg-secondary:before {
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    content: "";
    inset-inline-start: -12px;
    -webkit-border-before: 12px solid transparent;
    border-block-start: 12px solid transparent;
    -webkit-border-end: 12px solid #007f6e;
    border-inline-end: 12px solid #007f6e;
    -webkit-border-after: 11px solid transparent;
    border-block-end: 11px solid transparent;
    width: 0;
}
.arrow-ribbone-right.bg-success:before {
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    content: "";
    inset-inline-start: -12px;
    -webkit-border-before: 12px solid transparent;
    border-block-start: 12px solid transparent;
    -webkit-border-end: 12px solid var(--primary-bg-color);
    border-inline-end: 12px solid var(--primary-bg-color);
    -webkit-border-after: 11px solid transparent;
    border-block-end: 11px solid transparent;
    width: 0;
}
.arrow-ribbone-right.bg-info:before {
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    content: "";
    inset-inline-start: -12px;
    -webkit-border-before: 12px solid transparent;
    border-block-start: 12px solid transparent;
    -webkit-border-end: 12px solid #1170e4;
    border-inline-end: 12px solid #1170e4;
    -webkit-border-after: 11px solid transparent;
    border-block-end: 11px solid transparent;
    width: 0;
}
.arrow-ribbone-right.bg-warning:before {
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    content: "";
    inset-inline-start: -12px;
    -webkit-border-before: 12px solid transparent;
    border-block-start: 12px solid transparent;
    -webkit-border-end: 12px solid #fbb034;
    border-inline-end: 12px solid #fbb034;
    -webkit-border-after: 11px solid transparent;
    border-block-end: 11px solid transparent;
    width: 0;
}
.arrow-ribbone-right.bg-pink:before {
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    content: "";
    inset-inline-start: -12px;
    -webkit-border-before: 12px solid transparent;
    border-block-start: 12px solid transparent;
    -webkit-border-end: 12px solid #e077e3;
    border-inline-end: 12px solid #e077e3;
    -webkit-border-after: 11px solid transparent;
    border-block-end: 11px solid transparent;
    width: 0;
}
.arrow-ribbone-right.bg-teal:before {
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    content: "";
    inset-inline-start: -12px;
    -webkit-border-before: 12px solid transparent;
    border-block-start: 12px solid transparent;
    -webkit-border-end: 12px solid #1caf9f;
    border-inline-end: 12px solid #1caf9f;
    -webkit-border-after: 11px solid transparent;
    border-block-end: 11px solid transparent;
    width: 0;
}

.arrow-ribbone2 {
    color: #fff;
    padding: 3px 8px;
    position: absolute;
    inset-block-start: 10px;
    inset-inline-start: -1px;
    z-index: 6;
    font-size: 30px;
}
.arrow-ribbone2:before {
    position: absolute;
    inset-inline-end: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    content: "";
    inset-inline-end: -24px;
    -webkit-border-before: 24px solid transparent;
    border-block-start: 24px solid transparent;
    -webkit-border-after: 24px solid transparent;
    border-block-end: 24px solid transparent;
    width: 0;
}

.ribbone {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 6;
}

.power-ribbone {
    width: 56px;
    height: 56px;
    overflow: hidden;
    position: absolute;
    z-index: 6;
}
.power-ribbone span {
    position: absolute;
    display: block;
    width: 82px;
    padding: 8px 0;
    color: #fff;
    font: 500 16px/1 Lato, sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: capitalize;
    text-align: center;
}

.power-ribbone-top-left {
    inset-block-start: -6px;
    inset-inline-start: -9px;
}
.power-ribbone-top-left span {
    inset-inline-end: -5px;
    inset-block-start: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.power-ribbone-top-left span i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-padding-before: 2px;
    padding-block-start: 2px;
    -webkit-padding-start: 7px;
    padding-inline-start: 7px;
}

.power-ribbone-bottom-left {
    inset-block-end: -6px;
    inset-inline-start: -9px;
}
.power-ribbone-bottom-left span {
    inset-inline-end: -5px;
    inset-block-end: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.power-ribbone-bottom-left span i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-padding-after: 2px;
    padding-block-end: 2px;
    -webkit-padding-start: 7px;
    padding-inline-start: 7px;
}

.power-ribbone-top-right {
    inset-block-start: -6px;
    inset-inline-end: -9px;
}
.power-ribbone-top-right span {
    inset-inline-start: -5px;
    inset-block-start: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.power-ribbone-top-right span i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-padding-before: 2px;
    padding-block-start: 2px;
    -webkit-padding-end: 7px;
    padding-inline-end: 7px;
}

.power-ribbone-bottom-right {
    inset-block-end: -6px;
    inset-inline-end: -9px;
}
.power-ribbone-bottom-right span {
    inset-inline-start: -5px;
    inset-block-end: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.power-ribbone-bottom-right span i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-padding-after: 2px;
    padding-block-end: 2px;
    -webkit-padding-end: 7px;
    padding-inline-end: 7px;
}

.ribbone::after,
.ribbone::before {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 5px solid;
}
.ribbone span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 3px 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: capitalize;
    text-align: center;
    font-size: 11px;
}

.ribbone-top-left {
    inset-block-start: -10px;
    inset-inline-start: -10px;
}
.ribbone-top-left::after {
    border-block-start-color: transparent;
    border-inline-start-color: transparent;
}
.ribbone-top-left::before {
    border-block-start-color: transparent;
    border-inline-start-color: transparent;
    inset-block-start: 0;
    inset-inline-end: 50px;
}
.ribbone-top-left::after {
    inset-block-end: 50px;
    inset-inline-start: 0;
}
.ribbone-top-left span {
    inset-inline-end: 0px;
    inset-block-start: 24px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ribbone-top-right {
    inset-block-start: -10px;
    inset-inline-end: -10px;
}
.ribbone-top-right::after {
    border-block-start-color: transparent;
    border-inline-end-color: transparent;
}
.ribbone-top-right::before {
    border-block-start-color: transparent;
    border-inline-end-color: transparent;
    inset-block-start: 0;
    inset-inline-start: 50px;
}
.ribbone-top-right::after {
    inset-block-end: 50px;
    inset-inline-end: 0;
}
.ribbone-top-right span {
    inset-inline-start: 0px;
    inset-block-start: 24px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ribbone-warning-right {
    position: absolute;
    inset-block-start: -8px;
    inset-inline-end: 10px;
    color: #fff;
}
.ribbone-warning-right:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    -webkit-border-start: 17px solid transparent;
    border-inline-start: 17px solid transparent;
    -webkit-border-end: 17px solid transparent;
    border-inline-end: 17px solid transparent;
    -webkit-border-before: 10px solid #f7b731;
    border-block-start: 10px solid #f7b731;
    z-index: 6;
}
.ribbone-warning-right span {
    position: relative;
    display: block;
    text-align: center;
    background: #f7b731;
    font-size: 13px;
    line-height: 1;
    padding: 10px 2px 5px;
    border-start-end-radius: 10px;
    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;
    inset-block-start: 3px;
    background: #d19518;
}
.ribbone-warning-right span:after {
    inset-inline-end: -6px;
    background: #d19518;
    height: 6px;
    width: 10px;
    inset-inline-start: -9px;
    inset-block-start: 0;
    border-start-start-radius: 50px;
    border-start-end-radius: 0;
    border-end-start-radius: 0;
    border-end-end-radius: 0;
}
.ribbone-warning-right i {
    color: #fff;
    font-size: 16px;
    -webkit-padding-start: 7px;
    padding-inline-start: 7px;
    -webkit-padding-end: 7px;
    padding-inline-end: 7px;
}

.ribbone-danger-right {
    position: absolute;
    inset-block-start: -8px;
    inset-inline-end: 10px;
    color: #fff;
}
.ribbone-danger-right:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    -webkit-border-start: 17px solid transparent;
    border-inline-start: 17px solid transparent;
    -webkit-border-end: 17px solid transparent;
    border-inline-end: 17px solid transparent;
    -webkit-border-before: 10px solid #e82646;
    border-block-start: 10px solid #e82646;
    z-index: 6;
}
.ribbone-danger-right span {
    position: relative;
    display: block;
    text-align: center;
    background: #e82646;
    font-size: 13px;
    line-height: 1;
    padding: 10px 2px 5px;
    border-start-end-radius: 10px;
    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;
    inset-block-start: 3px;
    background: #a10c24;
}
.ribbone-danger-right span:after {
    inset-inline-end: -6px;
    background: #a10c24;
    height: 6px;
    width: 10px;
    inset-inline-start: -9px;
    inset-block-start: 0;
    border-start-start-radius: 50px;
    border-start-end-radius: 0;
    border-end-start-radius: 0;
    border-end-end-radius: 0;
}
.ribbone-danger-right i {
    color: #fff;
    font-size: 16px;
    -webkit-padding-start: 7px;
    padding-inline-start: 7px;
    -webkit-padding-end: 7px;
    padding-inline-end: 7px;
}

.ribbone-success-left {
    position: absolute;
    inset-block-start: -8px;
    inset-inline-start: 10px;
    color: #fff;
}
.ribbone-success-left:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    -webkit-border-start: 17px solid transparent;
    border-inline-start: 17px solid transparent;
    -webkit-border-end: 17px solid transparent;
    border-inline-end: 17px solid transparent;
    -webkit-border-before: 10px solid #09ad95;
    border-block-start: 10px solid #09ad95;
    z-index: 6;
}
.ribbone-success-left span {
    position: relative;
    display: block;
    text-align: center;
    background: #09ad95;
    font-size: 13px;
    line-height: 1;
    padding: 10px 2px 5px;
    border-start-start-radius: 10px;
    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;
    inset-block-start: 3px;
    background: #088773;
}
.ribbone-success-left span:after {
    inset-inline-end: -6px;
    background: #088773;
    height: 6px;
    width: 10px;
    inset-inline-end: -9px;
    inset-block-start: 0;
    border-start-start-radius: 0;
    border-start-end-radius: 50px;
    border-end-start-radius: 0;
    border-end-end-radius: 0;
}
.ribbone-success-left i {
    color: #fff;
    font-size: 16px;
    -webkit-padding-start: 7px;
    padding-inline-start: 7px;
    -webkit-padding-end: 7px;
    padding-inline-end: 7px;
}

.ribbone-info-left {
    position: absolute;
    inset-block-start: -8px;
    inset-inline-start: 10px;
    color: #fff;
}
.ribbone-info-left:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    -webkit-border-start: 17px solid transparent;
    border-inline-start: 17px solid transparent;
    -webkit-border-end: 17px solid transparent;
    border-inline-end: 17px solid transparent;
    -webkit-border-before: 10px solid #1170e4;
    border-block-start: 10px solid #1170e4;
    z-index: 6;
}
.ribbone-info-left span {
    position: relative;
    display: block;
    text-align: center;
    background: #1170e4;
    font-size: 13px;
    line-height: 1;
    padding: 10px 2px 5px;
    border-start-start-radius: 10px;
    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;
    inset-block-start: 3px;
    background: #124a8f;
}
.ribbone-info-left span:after {
    inset-inline-end: -6px;
    background: #124a8f;
    height: 6px;
    width: 10px;
    inset-inline-end: -9px;
    inset-block-start: 0;
    border-start-start-radius: 0;
    border-start-end-radius: 50px;
    border-end-start-radius: 0;
    border-end-end-radius: 0;
}
.ribbone-info-left i {
    color: #fff;
    font-size: 16px;
    -webkit-padding-start: 7px;
    padding-inline-start: 7px;
    -webkit-padding-end: 7px;
    padding-inline-end: 7px;
}

.bookmark-ribbone-success-left {
    position: absolute;
    inset-inline-start: 10px;
    color: #fff;
}
.bookmark-ribbone-success-left:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    z-index: 6;
    inset-inline-start: 0;
    -webkit-border-start: 18px solid #09ad95;
    border-inline-start: 18px solid #09ad95;
    -webkit-border-end: 18px solid #09ad95;
    border-inline-end: 18px solid #09ad95;
    -webkit-border-after: 10px solid transparent;
    border-block-end: 10px solid transparent;
}
.bookmark-ribbone-success-left span {
    position: relative;
    display: block;
    text-align: center;
    background: #09ad95;
    font-size: 13px;
    line-height: 1;
    padding: 12px 3px 20px;
    z-index: 6;
}
.bookmark-ribbone-success-left i {
    color: #fff;
    font-size: 16px;
    -webkit-padding-start: 7px;
    padding-inline-start: 7px;
    -webkit-padding-end: 7px;
    padding-inline-end: 7px;
}

.bookmark-ribbone-danger-left {
    position: absolute;
    inset-inline-start: 10px;
    color: #fff;
    width: 30px;
}
.bookmark-ribbone-danger-left:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    z-index: 6;
    inset-inline-start: 0;
    -webkit-border-start: 15px solid #e82646;
    border-inline-start: 15px solid #e82646;
    -webkit-border-end: 15px solid #e82646;
    border-inline-end: 15px solid #e82646;
    -webkit-border-after: 8px solid transparent;
    border-block-end: 8px solid transparent;
}
.bookmark-ribbone-danger-left span {
    position: relative;
    display: block;
    text-align: center;
    background: #e82646;
    font-size: 12px;
    line-height: 1;
    padding: 12px 0px;
    z-index: 6;
}
.bookmark-ribbone-danger-left i {
    color: #fff;
    font-size: 16px;
    -webkit-padding-start: 7px;
    padding-inline-start: 7px;
    -webkit-padding-end: 7px;
    padding-inline-end: 7px;
}

.bookmark-ribbone-secondary-right {
    position: absolute;
    inset-inline-end: 10px;
    color: #fff;
    width: 30px;
}
.bookmark-ribbone-secondary-right:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    z-index: 6;
    inset-inline-end: 0;
    -webkit-border-start: 15px solid #007f6e;
    border-inline-start: 15px solid #007f6e;
    -webkit-border-end: 15px solid #007f6e;
    border-inline-end: 15px solid #007f6e;
    -webkit-border-after: 8px solid transparent;
    border-block-end: 8px solid transparent;
}
.bookmark-ribbone-secondary-right span {
    position: relative;
    display: block;
    text-align: center;
    background: #007f6e;
    font-size: 11px;
    line-height: 1;
    padding: 12px 0px;
    z-index: 6;
}
.bookmark-ribbone-secondary-right i {
    color: #fff;
    font-size: 16px;
    -webkit-padding-start: 7px;
    padding-inline-start: 7px;
    -webkit-padding-end: 7px;
    padding-inline-end: 7px;
}

.bookmark-sideleft-ribbone-success-left {
    position: absolute;
    inset-block-start: 10px;
    color: #fff;
}
.bookmark-sideleft-ribbone-success-left:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    z-index: 6;
    inset-block-start: 0;
    inset-inline-end: -8px;
    -webkit-border-before: 13px solid #09ad95;
    border-block-start: 13px solid #09ad95;
    -webkit-border-after: 13px solid #09ad95;
    border-block-end: 13px solid #09ad95;
    -webkit-border-end: 8px solid transparent;
    border-inline-end: 8px solid transparent;
}
.bookmark-sideleft-ribbone-success-left span {
    position: relative;
    display: block;
    text-align: center;
    background: #09ad95;
    font-size: 11px;
    padding: 5px 13px;
    z-index: 6;
    height: 26px;
}
.bookmark-sideleft-ribbone-success-left i {
    color: #fff;
    font-size: 16px;
    -webkit-padding-start: 7px;
    padding-inline-start: 7px;
    -webkit-padding-end: 7px;
    padding-inline-end: 7px;
}

.bookmark-sideright-ribbone-primary-right {
    position: absolute;
    inset-block-start: 10px;
    inset-inline-end: 0;
    color: #fff;
}
.bookmark-sideright-ribbone-primary-right:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    z-index: 6;
    inset-block-start: 0;
    inset-inline-start: -8px;
    -webkit-border-before: 13px solid var(--primary-bg-color);
    border-block-start: 13px solid var(--primary-bg-color);
    -webkit-border-after: 13px solid var(--primary-bg-color);
    border-block-end: 13px solid var(--primary-bg-color);
    -webkit-border-start: 8px solid transparent;
    border-inline-start: 8px solid transparent;
}
.bookmark-sideright-ribbone-primary-right span {
    position: relative;
    display: block;
    text-align: center;
    background: var(--primary-bg-color);
    font-size: 11px;
    padding: 5px 13px;
    z-index: 6;
    height: 26px;
}
.bookmark-sideright-ribbone-primary-right i {
    color: #fff;
    font-size: 16px;
    -webkit-padding-start: 7px;
    padding-inline-start: 7px;
    -webkit-padding-end: 7px;
    padding-inline-end: 7px;
}

.ribbone-1 span:after {
    position: absolute;
    content: "";
}

.arrow-ribbone-2 {
    color: #fff;
    padding: 3px 8px;
    position: absolute;
    z-index: 6;
    font-size: 20px;
}
.arrow-ribbone-2:before {
    position: absolute;
    inset-inline-end: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    content: "";
    inset-inline-end: -24px;
    -webkit-border-before: 16px solid transparent;
    border-block-start: 16px solid transparent;
    -webkit-border-start: 24px solid #6963ff;
    border-inline-start: 24px solid #6963ff;
    -webkit-border-after: 16px solid transparent;
    border-block-end: 16px solid transparent;
    width: 0;
}

.ribbone-card {
    overflow: hidden;
}

.fullwidth-primary-ribbons .bar {
    color: #fff;
    background-color: var(--primary09);
    padding: 5px;
    text-align: center;
    position: relative;
    border: 2px transparent solid;
    -webkit-box-shadow: 0 10px 30px -10px gray;
    box-shadow: 0 10px 30px -10px gray;
}
.fullwidth-primary-ribbons .bar span {
    position: absolute;
}
.fullwidth-primary-ribbons .bar span:nth-child(1),
.fullwidth-primary-ribbons .bar span:nth-child(3) {
    border-style: solid;
    border-width: 11px;
    z-index: -1;
}
.fullwidth-primary-ribbons .bar span:nth-child(1) {
    border-color: transparent;
    inset-block-start: 31px;
    inset-inline-start: -2px;
}
.fullwidth-primary-ribbons .bar span:nth-child(3) {
    border-color: transparent;
    inset-block-start: 31px;
    inset-inline-end: -2px;
}
.fullwidth-primary-ribbons .bar span:nth-child(2),
.fullwidth-primary-ribbons .bar span:nth-child(4) {
    inset-block-start: 18px;
    border-style: solid;
    border-width: 18px;
    z-index: -2;
}
.fullwidth-primary-ribbons .bar span:nth-child(2) {
    border-color: var(--primary-bg-color) var(--primary-bg-color)
        var(--primary-bg-color) transparent;
    border-block-start-color: var(--primary-bg-color);
    border-inline-end-color: var(--primary-bg-color);
    border-block-end-color: var(--primary-bg-color);
    border-inline-start-color: transparent;
    inset-inline-start: -30px;
}
.fullwidth-primary-ribbons .bar span:nth-child(4) {
    border-block-start-color: var(--primary-bg-color);
    border-inline-end-color: transparent;
    border-block-end-color: var(--primary-bg-color);
    border-inline-start-color: var(--primary-bg-color);
    inset-inline-end: -30px;
}

.fullwidth-secondary-ribbons .bar {
    color: #fff;
    background-color: #007f6e;
    padding: 5px;
    text-align: center;
    position: relative;
    border: 2px transparent solid;
    -webkit-box-shadow: 0 10px 30px -10px gray;
    box-shadow: 0 10px 30px -10px gray;
}
.fullwidth-secondary-ribbons .bar span {
    position: absolute;
}
.fullwidth-secondary-ribbons .bar span:nth-child(1),
.fullwidth-secondary-ribbons .bar span:nth-child(3) {
    border-style: solid;
    border-width: 11px;
    z-index: -1;
}
.fullwidth-secondary-ribbons .bar span:nth-child(1) {
    border-color: transparent;
    inset-block-start: 31px;
    inset-inline-start: -2px;
}
.fullwidth-secondary-ribbons .bar span:nth-child(3) {
    border-color: transparent;
    inset-block-start: 31px;
    inset-inline-end: -2px;
}
.fullwidth-secondary-ribbons .bar span:nth-child(2),
.fullwidth-secondary-ribbons .bar span:nth-child(4) {
    inset-block-start: 18px;
    border-style: solid;
    border-width: 18px;
    z-index: -2;
}
.fullwidth-secondary-ribbons .bar span:nth-child(2) {
    border-block-start-color: rgb(9, 162, 207);
    border-inline-end-color: rgb(9, 162, 207);
    border-block-end-color: rgb(9, 162, 207);
    border-inline-start-color: transparent;
    inset-inline-start: -30px;
}
.fullwidth-secondary-ribbons .bar span:nth-child(4) {
    border-block-start-color: rgb(9, 162, 207);
    border-inline-end-color: transparent;
    border-block-end-color: rgb(9, 162, 207);
    border-inline-start-color: rgb(9, 162, 207);
    inset-inline-end: -30px;
}

.fullwidth-arrow-warning-ribbons .bar {
    color: #fff;
    background-color: #f7b731;
    padding: 5px;
    text-align: center;
    position: relative;
    border: 2px transparent solid;
    -webkit-box-shadow: 0 10px 30px -10px gray;
    box-shadow: 0 10px 30px -10px gray;
}
.fullwidth-arrow-warning-ribbons .bar span {
    position: absolute;
}
.fullwidth-arrow-warning-ribbons .bar span:nth-child(1),
.fullwidth-arrow-warning-ribbons .bar span:nth-child(3) {
    border-style: solid;
    border-width: 11px;
    z-index: -1;
}
.fullwidth-arrow-warning-ribbons .bar span:nth-child(1) {
    border-color: transparent;
    inset-block-start: 31px;
    inset-inline-start: -2px;
}
.fullwidth-arrow-warning-ribbons .bar span:nth-child(3) {
    border-color: transparent;
    inset-block-start: 31px;
    inset-inline-end: -2px;
}
.fullwidth-arrow-warning-ribbons .bar span:nth-child(2),
.fullwidth-arrow-warning-ribbons .bar span:nth-child(4) {
    inset-block-start: 18px;
    border-style: solid;
    border-width: 18px;
    z-index: -2;
}
.fullwidth-arrow-warning-ribbons .bar span:nth-child(2) {
    border-block-start-color: rgb(227, 160, 20);
    border-inline-end-color: rgb(227, 160, 20);
    border-block-end-color: rgb(227, 160, 20);
    border-inline-start-color: transparent;
    inset-inline-start: -30px;
}
.fullwidth-arrow-warning-ribbons .bar span:nth-child(4) {
    -webkit-border-before: 18px solid transparent;
    border-block-start: 18px solid transparent;
    -webkit-border-start: 18px solid #e3a014;
    border-inline-start: 18px solid #e3a014;
    -webkit-border-after: 18px solid transparent;
    border-block-end: 18px solid transparent;
    -webkit-border-end: transparent;
    border-inline-end: transparent;
    inset-inline-end: -20px;
    inset-block-start: -2px;
}

.fullwidth-arrow-danger-ribbons-right .bar {
    color: #fff;
    background-color: #e82646;
    padding: 5px;
    text-align: center;
    position: relative;
    border: 2px transparent solid;
    -webkit-box-shadow: 0 10px 30px -10px gray;
    box-shadow: 0 10px 30px -10px gray;
}
.fullwidth-arrow-danger-ribbons-right .bar span {
    position: absolute;
}
.fullwidth-arrow-danger-ribbons-right .bar span:nth-child(1),
.fullwidth-arrow-danger-ribbons-right .bar span:nth-child(3) {
    border-style: solid;
    border-width: 11px;
    z-index: -1;
}
.fullwidth-arrow-danger-ribbons-right .bar span:nth-child(1) {
    border-color: transparent;
    inset-block-start: 31px;
    inset-inline-end: -2px;
}
.fullwidth-arrow-danger-ribbons-right .bar span:nth-child(3) {
    border-color: transparent;
    inset-block-start: 31px;
    inset-inline-start: -2px;
}
.fullwidth-arrow-danger-ribbons-right .bar span:nth-child(2),
.fullwidth-arrow-danger-ribbons-right .bar span:nth-child(4) {
    inset-block-start: 18px;
    border-style: solid;
    border-width: 18px;
    z-index: -2;
}
.fullwidth-arrow-danger-ribbons-right .bar span:nth-child(2) {
    border-block-start-color: rgb(193, 15, 44);
    border-inline-end-color: transparent;
    border-block-end-color: rgb(193, 15, 44);
    border-inline-start-color: rgb(193, 15, 44);
    inset-inline-end: -30px;
}
.fullwidth-arrow-danger-ribbons-right .bar span:nth-child(4) {
    -webkit-border-before: 18px solid transparent;
    border-block-start: 18px solid transparent;
    -webkit-border-end: 18px solid #c10f2c;
    border-inline-end: 18px solid #c10f2c;
    -webkit-border-after: 18px solid transparent;
    border-block-end: 18px solid transparent;
    -webkit-border-start: transparent;
    border-inline-start: transparent;
    inset-inline-start: -20px;
    inset-block-start: -2px;
}

.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}

.tabs-menu ul li a {
    padding: 15px 15px;
    display: block;
    color: #475569;
    border-bottom: 1px solid #f1f1f2;
}
.tabs-menu ul li .active {
    color: #fff;
    background-color: var(--primary-bg-color);
}

.dark-mode .tabs-menu ul li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tabs-menu1 ul li a {
    padding: 10px 20px 11px 20px;
    display: block;
    color: #475569;
}

.tabs-menu-body p:last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.tab-menu-heading {
    padding: 0px;
    font-size: 16px;
    font-weight: 500;
}

.tab_wrapper .content_wrapper .tab_content.active p:last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.tabs-menu2 ul li a {
    color: #636262;
    padding: 10px 20px 11px 20px;
}
.tabs-menu2 ul li .active {
    font-weight: 600;
}
.tabs-menu2 ul li .fade {
    color: rgba(238, 238, 238, 0.9333333333);
}

.search-tabs ul li a.active {
    -webkit-border-after: 3px solid var(--primary-bg-color);
    border-block-end: 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 a {
    padding: 10px 20px 11px 20px;
    display: block;
    color: #475569;
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
}

.tabs-menu-boxed ul li .active {
    border: 1px solid #e9edf4;
    border-block-end-color: transparent;
}

.tab-menu-heading .tabs-menu-boxed {
    -webkit-border-after: 0;
    border-block-end: 0;
}

.tab-menu-heading.tab-menu-heading-boxed {
    -webkit-border-after: 0 !important;
    border-block-end: 0 !important;
}

@media (max-width: 768px) {
    .tabs-menu-boxed ul li a {
        padding: 6px 10px 6px 9px;
    }
}
/***** time-line*****/
.timeline__item:after {
    background: #fff !important;
}

.timeline__content {
    background-color: #fff;
    border-radius: 10px;
    display: block;
    padding: 1.25rem;
    position: relative;
}

/*---- Time line -----*/
.timeline {
    position: relative;
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
    inset-block-start: 2px;
}
.timeline:before {
    background-color: #e9ecef;
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    inset-block-start: 0;
    inset-block-end: 0;
    inset-inline-start: 4px;
}

.timeline-item {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-padding-start: 2rem;
    padding-inline-start: 2rem;
    margin: 0.5rem 0;
}
.timeline-item:first-child:before,
.timeline-item:last-child:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 1px;
    inset-inline-start: 0.25rem;
}
.timeline-item:first-child {
    -webkit-margin-before: 0;
    margin-block-start: 0;
}
.timeline-item:first-child:before {
    inset-block-start: 0;
    height: 0.5rem;
}
.timeline-item:last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}
.timeline-item:last-child:before {
    inset-block-start: 0.5rem;
    inset-block-end: 0;
}

.timeline-badge {
    position: absolute;
    display: block;
    width: 0.4375rem;
    height: 0.4375rem;
    inset-inline-start: 1px;
    inset-block-start: 0.5rem;
    border-radius: 100%;
    border: 1px solid #fff;
    background: #adb5bd;
}

.timeline-time {
    white-space: nowrap;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    color: #9aa0ac;
    font-size: 87.5%;
}

.timeline__item--right .timeline__content:before {
    -webkit-border-end: 12px solid rgba(238, 232, 239, 0.9);
    border-inline-end: 12px solid rgba(238, 232, 239, 0.9);
}

.timeline__items img {
    border-radius: 7px;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: " ";
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    inset-inline-start: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: -5px 42px;
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
}
ul.timeline > li:before {
    content: " ";
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #6c6c6f;
    inset-inline-start: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

/*----Timeline---*/
.vtimeline {
    list-style: none;
    padding: 0;
    position: relative;
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
}
.vtimeline:before {
    inset-block-start: 0;
    inset-block-end: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #d1d4e4;
    inset-inline-start: 50%;
    -webkit-margin-start: -1.5px;
    margin-inline-start: -1.5px;
}
.vtimeline .timeline-wrapper {
    display: block;
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
    position: relative;
    width: 100%;
    -webkit-padding-end: 90px;
    padding-inline-end: 90px;
}
.vtimeline .timeline-wrapper:before {
    content: " ";
    display: table;
}
.vtimeline .timeline-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.vtimeline .timeline-wrapper .timeline-panel {
    border-radius: 2px;
    padding: 20px;
    position: relative;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(162, 169, 204, 0.24);
    box-shadow: 0 8px 16px 0 rgba(162, 169, 204, 0.24);
    width: 35%;
    -webkit-margin-start: 14%;
    margin-inline-start: 14%;
}
.vtimeline .timeline-wrapper .timeline-panel:before {
    position: absolute;
    inset-block-start: 0;
    width: 100%;
    height: 2px;
    content: "";
    inset-inline-start: 0;
    inset-inline-end: 0;
}
.vtimeline .timeline-wrapper .timeline-panel:after {
    position: absolute;
    inset-block-start: 10px;
    inset-inline-end: -10px;
    display: inline-block;
    -webkit-border-before: 10px solid transparent;
    border-block-start: 10px solid transparent;
    -webkit-border-start: 10px solid #e9edf4;
    border-inline-start: 10px solid #e9edf4;
    -webkit-border-end: 0 solid #e9edf4;
    border-inline-end: 0 solid #e9edf4;
    -webkit-border-after: 10px solid transparent;
    border-block-end: 10px solid transparent;
    content: " ";
}
.vtimeline .timeline-wrapper .timeline-panel .timeline-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.625rem;
}
.vtimeline .timeline-wrapper .timeline-panel .timeline-body p + p {
    -webkit-margin-before: 5px;
    margin-block-start: 5px;
}
.vtimeline .timeline-wrapper .timeline-panel .timeline-body ul {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}
.vtimeline .timeline-wrapper .timeline-panel .timeline-footer span {
    font-size: 0.6875rem;
}
.vtimeline .timeline-wrapper .timeline-badge {
    width: 55px;
    height: 55px;
    position: absolute;
    inset-block-start: -2px;
    inset-inline-start: calc(50% - 26px);
    z-index: 0;
    border-radius: 50px;
    border: 2px solid #fff;
}
.vtimeline .timeline-wrapper .timeline-badge i {
    color: #fff;
}
.vtimeline .timeline-wrapper.timeline-inverted {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-padding-start: 90px;
    padding-inline-start: 90px;
}
.vtimeline .timeline-wrapper.timeline-inverted .timeline-panel {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: 14%;
    margin-inline-end: 14%;
}
.vtimeline .timeline-wrapper.timeline-inverted .timeline-panel:after {
    border-inline-start-width: 0;
    border-inline-end-width: 10px;
    inset-inline-start: -10px;
    inset-inline-end: auto;
}

.timeline-wrapper-primary .timeline-panel:before,
.timeline-wrapper-primary .timeline-badge {
    background: var(--primary-bg-color);
}

.timeline-wrapper-secondary .timeline-panel:before,
.timeline-wrapper-secondary .timeline-badge {
    background: #007f6e;
}

.timeline-wrapper-success .timeline-panel:before,
.timeline-wrapper-success .timeline-badge {
    background: #09ad95;
}

.timeline-wrapper-green .timeline-panel:before,
.timeline-wrapper-green .timeline-badge {
    background: #4ecc48;
}

.timeline-wrapper-warning .timeline-panel:before,
.timeline-wrapper-warning .timeline-badge {
    background: #fcd539;
}

.timeline-wrapper-danger .timeline-panel:before,
.timeline-wrapper-danger .timeline-badge {
    background: #f16d75;
}

.timeline-wrapper-light .timeline-panel:before,
.timeline-wrapper-light .timeline-badge {
    background: #f6f6fb;
}

.timeline-wrapper-dark .timeline-panel:before,
.timeline-wrapper-dark .timeline-badge {
    background: #828db1;
}

@media (max-width: 767px) {
    .vtimeline .timeline-wrapper {
        -webkit-padding-end: 0 !important;
        padding-inline-end: 0 !important;
    }
    .vtimeline .timeline-wrapper .timeline-badge {
        inset-inline-start: -13px !important;
    }
    .vtimeline .timeline-wrapper .timeline-panel {
        width: auto !important;
        -webkit-margin-start: 15% !important;
        margin-inline-start: 15% !important;
    }
    .vtimeline .timeline-wrapper.timeline-inverted {
        -webkit-padding-start: 0 !important;
        padding-inline-start: 0 !important;
    }
    .vtimeline .timeline-wrapper.timeline-inverted .timeline-panel {
        -webkit-margin-end: 0 !important;
        margin-inline-end: 0 !important;
        width: auto !important;
    }
    .vtimeline:before {
        inset-inline-start: 14px !important;
    }
    .vtimeline .timeline-wrapper .timeline-panel:after {
        -webkit-border-end: 14px solid #cad4e4 !important;
        border-inline-end: 14px solid #cad4e4 !important;
        -webkit-border-start: 0 solid #cad4e4 !important;
        border-inline-start: 0 solid #cad4e4 !important;
        inset-inline-start: -14px !important;
        inset-inline-end: auto !important;
        inset-block-start: 15px;
    }
}
.timeline-date {
    margin: auto;
}

.timeline-wrapper .timeline-badge .timeline-icon {
    display: block;
    -webkit-margin-before: 3px;
    margin-block-start: 3px;
}

/* ######## LAYOUT-STYLES ######## */
.footer {
    background: #fff;
    font-size: 0.875rem;
    padding: 1.25rem 1.25rem;
    -webkit-border-before: 1px solid rgba(0, 0, 0, 0.1);
    border-block-start: 1px solid rgba(0, 0, 0, 0.1);
}
.footer .container {
    -webkit-padding-start: 0.75rem;
    padding-inline-start: 0.75rem;
    -webkit-padding-end: 0.75rem;
    padding-inline-end: 0.75rem;
}
.footer .social {
    margin: 0 auto;
}
.footer .social ul li {
    float: var(--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;
    }
}
.footer-1.footer {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}

.top-footer {
    width: 100%;
    line-height: 1.25rem;
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.top-footer h6 {
    font-size: 14px;
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
    font-weight: 500;
}
.top-footer p {
    color: #76839a;
}
.top-footer a {
    color: #76839a;
    line-height: 2;
}
.top-footer a address {
    color: #76839a;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    line-height: 2;
}
.top-footer img {
    width: 80px;
    padding: 2px;
    height: 80px;
    border-radius: 5px;
}
.top-footer img:hover {
    color: #8e9090;
    opacity: 0.6;
}
.top-footer .list-unstyled li {
    -webkit-border-after: 0;
    border-block-end: 0;
}

.footer-payments {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    list-style: none;
    margin: 0;
    line-height: 1.25rem;
}
.footer-payments li {
    display: inline-block;
}
.footer-payments li:not(:last-child) {
    -webkit-margin-end: 1.5rem;
    margin-inline-end: 1.5rem;
}
.footer-payments a {
    color: #a7a8c7;
    text-decoration: none;
    font-size: 2rem;
}
.footer-payments a:hover {
    opacity: 0.9;
}

.main-footer {
    padding: 20px 30px 20px 280px;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    -webkit-border-before: 1px solid #e6eaea;
    border-block-start: 1px solid #e6eaea;
}

.footer-social-list {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    list-style: none;
    margin: 0;
    line-height: 1.25rem;
}
.footer-social-list li {
    display: inline-block;
}
.footer-social-list li:not(:last-child) {
    -webkit-margin-end: 0.7rem;
    margin-inline-end: 0.7rem;
}
.footer-social-list a {
    text-decoration: none;
    font-size: 1rem;
}

@media (max-width: 992px) {
    .footer-social-list {
        text-align: center;
        -webkit-margin-before: 1rem;
        margin-block-start: 1rem;
    }
    .footer1 {
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .footer {
        padding: 1.25rem 0;
    }
}
.header-search {
    min-width: 18rem !important;
}

.header {
    background: #fff;
    -webkit-padding-before: 0.75rem;
    padding-block-start: 0.75rem;
    -webkit-padding-after: 0.75rem;
    padding-block-end: 0.75rem;
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
}

@media print {
    .header {
        display: none;
    }
}
.header .dropdown-menu {
    -webkit-margin-before: 0;
    margin-block-start: 0;
}
.header .mega-menu {
    width: 350px;
}
.header .nav-tabs {
    margin: 0;
}

.header-right-icons a {
    -webkit-padding-before: 9px;
    padding-block-start: 9px;
}
.header-right-icons .dropdown-menu a {
    padding: 12px;
}
.header-right-icons .profile-1 a {
    -webkit-padding-before: 5px;
    padding-block-start: 5px;
}

.header-brand {
    color: inherit;
    font-size: 1.25rem;
    white-space: nowrap;
    font-weight: 600;
    padding: 0;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    line-height: 2.6rem;
}

.app-header .header-brand {
    color: inherit;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    font-size: 1.25rem;
    white-space: nowrap;
    font-weight: 600;
    padding: 0;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    line-height: 2.9rem;
    min-width: 200px;
    text-align: center;
}
.app-header .header-brand .header-brand-img {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}

.header-brand:hover {
    color: inherit;
    text-decoration: none;
}

.header-avatar {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    vertical-align: bottom;
    border-radius: 50%;
}

.header-btn {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: 1rem;
}

@media (max-width: 991px) {
    .header .form-inline {
        -webkit-margin-end: -2px;
        margin-inline-end: -2px;
    }
}
@media (max-width: 991px) {
    .sidebar-mini.sidenav-toggled .side-header {
        display: none;
    }
    .header.hor-header {
        position: fixed;
        -webkit-border-after: 1px solid #e9edf4;
        border-block-end: 1px solid #e9edf4;
        width: 100%;
        z-index: 999;
        inset-block-start: 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;
    }
    .header.hor-header .header-brand1 {
        width: 100%;
        margin: 0 auto;
        position: absolute;
        inset-inline-start: 0;
        inset-inline-end: 0;
        text-align: center;
        -webkit-margin-before: 0 !important;
        margin-block-start: 0 !important;
    }
}
@media (max-width: 991px) {
    .header-brand-img {
        -webkit-margin-start: 1.5rem;
        margin-inline-start: 1.5rem;
        margin: 3px auto;
    }
    .side-header {
        display: none !important;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    .animated-arrow {
        cursor: pointer;
        -webkit-padding-before: 25px !important;
        padding-block-start: 25px !important;
        -webkit-padding-end: 35px !important;
        padding-inline-end: 35px !important;
        -webkit-padding-after: 16px !important;
        padding-block-end: 16px !important;
        -webkit-padding-start: 0px !important;
        padding-inline-start: 0px !important;
        margin: 11px 0 0 15px;
    }
}
.header .form-inline .form-control {
    border-color: rgba(225, 225, 225, 0.1);
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
    width: 220px;
    -webkit-padding-end: 40px;
    padding-inline-end: 40px;
    background: rgba(225, 225, 225, 0.3);
    color: #000 !important;
}
.header .form-inline .btn {
    border-radius: 0;
    padding: 5px 15px 6px 15px;
    border: 2px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-end-end-radius: 3px;
    border-start-end-radius: 3px;
    background: transparent;
    color: #fff;
    -webkit-margin-start: -56px;
    margin-inline-start: -56px;
    font-size: 15px;
}
.header .dropdown-menu {
    padding: 0;
    border: 0;
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .header .form-inline .search-element {
        position: absolute;
        inset-block-start: 8px;
        inset-inline-start: 10px;
        inset-inline-end: 10px;
        z-index: 892;
        display: none;
    }
    body.search-show .header .form-inline .search-element {
        display: block;
    }
    .header .navsearch i {
        font-size: 20px;
        color: #fff;
    }
    .search-element .form-control {
        float: var(--float-left);
        width: 100% !important;
        height: 40px;
        margin: 0 auto;
        background: #fff !important;
        color: #000;
    }
    .search-show .search-element {
        display: block;
        inset-inline-start: 0 !important;
        inset-block-start: 0 !important;
        inset-inline-end: 0;
        width: 100%;
        padding: 10px 13px;
    }
    .header .form-inline .form-control::-webkit-input-placeholder {
        color: #76839a;
    }
    .header .navsearch i {
        font-size: 20px;
        color: #fff;
        -webkit-padding-before: 5px;
        padding-block-start: 5px;
    }
    .header .form-inline .btn {
        color: #46494a !important;
        padding: 8px 15px 6px 15px;
    }
}
@media (max-width: 568px) {
    .page-main .header {
        inset-block-start: 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: #475569;
        position: absolute;
        display: block;
        content: "";
    }
    .animated-arrow span:before,
    .animated-arrow span:after {
        cursor: pointer;
        height: 2px;
        width: 17px;
        background: #475569;
        position: absolute;
        display: block;
        content: "";
    }
}
.header-style .header-brand {
    -webkit-margin-start: 0 !important;
    margin-inline-start: 0 !important;
}

@media only screen and (max-width: 991px) {
    .page-header {
        padding: 4px;
    }
    .app-header {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        position: fixed !important;
    }
    .page {
        position: inherit;
        background: none;
    }
    body {
        background-color: #f6f6fb;
    }
    .page-main {
        z-index: inherit;
    }
}
@media only screen and (min-width: 768px) {
    .header .form-inline .form-control {
        width: 200px;
    }
}
.hor-header .header-brand1 {
    color: inherit;
    font-size: 1.25rem;
    white-space: nowrap;
    font-weight: 600;
    padding: 0;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    line-height: 2.8rem;
    -webkit-margin-before: 2px;
    margin-block-start: 2px;
}

.header-right-icons .nav-link.icon:hover {
    background: none;
}
.header-right-icons .profile-user:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 480px) {
    .app-header .header-brand,
    .app-header1 .header-brand {
        min-width: auto;
    }
    .header-right-icons .dropdown .header-toggler {
        -webkit-margin-before: 9px;
        margin-block-start: 9px;
    }
}
@media (max-width: 991px) {
    .header {
        -webkit-border-after: 1px solid rgba(255, 255, 255, 0.2);
        border-block-end: 1px solid rgba(255, 255, 255, 0.2);
        -webkit-padding-before: 0.95rem;
        padding-block-start: 0.95rem;
        -webkit-padding-after: 0.95rem;
        padding-block-end: 0.95rem;
    }
}
.header .notifications .dropdown-menu {
    min-width: 23rem;
}
.header .dropdown.message .dropdown-menu {
    min-width: 19rem;
}
.header .dropdown.notifications .dropdown-item,
.header .dropdown.message .dropdown-item {
    padding: 1rem !important;
}
.header .dropdown-menu {
    -webkit-box-shadow: 0 10px 40px 0 rgba(104, 113, 123, 0.2);
    box-shadow: 0 10px 40px 0 rgba(104, 113, 123, 0.2);
    border: 1px solid #e9edf4;
    inset-block-start: 3.5rem !important;
}
.header .dropdown-menu .badge {
    padding: 3px 6px;
}
.header .dropdown-menu .dropdown-item {
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
}
.header .dropdown-menu .dropdown-item:last-child {
    -webkit-border-after: 0;
    border-block-end: 0;
}
.header .dropdown-item {
    color: #475569;
}
.header .notifications-menu h5,
.header .message-menu h5 {
    font-size: 13.5px;
    color: #475569;
    font-weight: 500;
}
.header .notifications-menu span,
.header .message-menu span {
    font-size: 12px;
    color: #76839a;
}
.header .dropdown-menu {
    -webkit-box-shadow: 0 10px 40px 0 rgba(104, 113, 123, 0.2);
    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 {
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
}
.header .dropdown-menu .dropdown-item:last-child {
    -webkit-border-after: 0;
    border-block-end: 0;
}
.header .message-menu .wd-90p {
    width: 90%;
}
.header .profile-1 .dropdown-item {
    padding: 0.75rem 1.75rem !important;
}
.header .profile-1 .dropdown-item .dropdown-icon {
    font-size: 16px;
    color: var(--primary-bg-color);
    position: relative;
}
.header .profile-1 .dropdown-item .dropdown-icon::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    inset-block-start: 5px;
    inset-block-end: 0;
    border-radius: 50%;
    inset-inline-end: 3px;
    background: rgba(var(--primary-bg-color), 0);
}

.responsive-navbar .notifications-menu h5,
.responsive-navbar .message-menu h5 {
    font-size: 13.5px;
    color: #475569;
    font-weight: 500;
}
.responsive-navbar .notifications-menu span,
.responsive-navbar .message-menu span {
    font-size: 12px;
    color: #76839a;
}
.responsive-navbar .dropdown-menu {
    -webkit-box-shadow: 0 10px 40px 0 rgba(104, 113, 123, 0.2);
    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 {
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
}
.responsive-navbar .dropdown-menu .dropdown-item:last-child {
    -webkit-border-after: 0;
    border-block-end: 0;
}
.responsive-navbar .message-menu .wd-90p {
    width: 90%;
}
.responsive-navbar .profile-1 .dropdown-item {
    padding: 0.75rem 1.75rem !important;
}
.responsive-navbar .profile-1 .dropdown-item .dropdown-icon {
    font-size: 16px;
    color: var(--primary-bg-color);
    position: relative;
}
.responsive-navbar .profile-1 .dropdown-item .dropdown-icon::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    inset-block-start: 5px;
    inset-block-end: 0;
    border-radius: 50%;
    inset-inline-end: 3px;
    background: rgba(var(--primary-bg-color), 0);
}

@media only screen and (max-width: 460px) {
    .profile-cover__img .profile-img-1 > img {
        -webkit-margin-start: -29px;
        margin-inline-start: -29px;
    }
}
.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,
.hor-header .responsive-navbar .notifications-menu .dropdown-item h5,
.hor-header .responsive-navbar .notifications-menu .dropdown-item span,
.hor-header .responsive-navbar .message-menu .dropdown-item h5,
.hor-header .responsive-navbar .message-menu .dropdown-item span {
    white-space: normal !important;
}
.app-header .responsive-navbar .notifications-menu .wd-80p,
.hor-header .responsive-navbar .notifications-menu .wd-80p {
    width: 80%;
}
.app-header .profile-1 .dropdown-item,
.hor-header .profile-1 .dropdown-item {
    white-space: normal;
}

.header .header-dropdown-list {
    height: 300px;
}
.header .notifications-menu {
    height: 300px;
}
.header .message-menu-scroll {
    height: 290px;
}

.dropdown-footer {
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
}

.shopping-cart .ps__rail-y,
.notifications .ps__rail-y,
.message .ps__rail-y {
    height: 234px !important;
}
.shopping-cart .ps__thumb-y,
.notifications .ps__thumb-y,
.message .ps__thumb-y {
    height: 118px !important;
    background-color: transparent;
}
.shopping-cart .ps__rail-y:hover > .ps__thumb-y,
.shopping-cart .ps__rail-y:focus > .ps__thumb-y,
.shopping-cart .ps__rail-y.ps--clicking .ps__thumb-y,
.notifications .ps__rail-y:hover > .ps__thumb-y,
.notifications .ps__rail-y:focus > .ps__thumb-y,
.notifications .ps__rail-y.ps--clicking .ps__thumb-y,
.message .ps__rail-y:hover > .ps__thumb-y,
.message .ps__rail-y:focus > .ps__thumb-y,
.message .ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: transparent;
}
.shopping-cart .header-dropdown-list .wd-50p,
.notifications .header-dropdown-list .wd-50p,
.message .header-dropdown-list .wd-50p {
    width: 50% !important;
}

.main-header-center .form-control.dropdown-toggle {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.header-right-icons .nav-link .select2 {
    width: auto !important;
}
.header-right-icons .nav-link .select2 .select2-selection__arrow {
    display: none;
}
.header-right-icons
    .nav-link
    .select2-container--default
    .select2-selection--single {
    border: 0 !important;
    height: auto !important;
}
.header-right-icons
    .nav-link
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding: 0 !important;
    line-height: 1 !important;
    text-align: left;
    color: var(--primary-bg-color);
    font-size: 0 !important;
}
.header-right-icons
    .nav-link
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered
    .flag-icon {
    margin: 0;
}

@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 {
        -webkit-transform: none;
        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;
        -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2) !important;
        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: 0px 0px;
    }
    .horizontal .horizontal-main .main-sidemenu.container {
        padding: 10px 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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        padding: 0;
    }
    .horizontal .main-sidemenu {
        -webkit-margin-before: 0;
        margin-block-start: 0;
    }
    .horizontal .main-sidemenu {
        overflow: hidden;
    }
    .horizontal .side-header {
        display: none;
    }
    .horizontal .stickyClass .horizontal-main {
        width: 100%;
    }
    .horizontal .horizontal-main {
        position: relative;
        inset-block-end: 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: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        -webkit-box-shadow: 0px 16px 18px rgba(135, 135, 182, 0.1) !important;
        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 {
        inset-inline-start: -15px;
        -webkit-margin-end: 0px;
        margin-inline-end: 0px;
    }
    .horizontal .horizontal-main .slide .slide-menu {
        border-radius: 0 0px 5px 5px;
    }
    .horizontal .slide-item {
        padding: 8px 22px;
    }
    .horizontal .fixed-header {
        position: fixed;
    }
    .horizontal .sub-slide-menu .sub-slide-item2 {
        padding: 8px 20px 8px 20px !important;
    }
    .horizontal .sub-slide .sub-angle {
        inset-inline-end: 0px;
        inset-inline-start: auto;
        -webkit-margin-end: 0 !important;
        margin-inline-end: 0 !important;
        position: relative;
    }
    .horizontal .sub-angle2 {
        -webkit-margin-end: 11px;
        margin-inline-end: 11px;
    }
    .horizontal .app-sidebar {
        -webkit-transition: none;
        transition: none;
    }
    .horizontal .sub-slide .sub-slide-menu {
        position: absolute;
        background-color: #fff;
        z-index: 9999;
        -webkit-box-shadow: 5px 5px 5px #b9b9b9;
        box-shadow: 5px 5px 5px #b9b9b9;
        border-radius: 5px;
        padding: 0px;
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        border: 1px solid #f0f0f8;
        inset-inline-start: 180px;
        inset-block-start: 13px;
    }
    .horizontal .sub-slide .sub-slide-menu2 {
        position: absolute;
        background-color: #fff;
        z-index: 9999;
        -webkit-box-shadow: 5px 5px 5px #b9b9b9;
        box-shadow: 5px 5px 5px #b9b9b9;
        border-radius: 5px;
        padding: 0px;
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        border: 1px solid #f0f0f8;
        inset-inline-start: 180px;
        inset-block-start: 13px;
    }
    .horizontal .sub-sidenav-menu-item {
        padding: 8px 35px;
    }
    .horizontal .side-menu > li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0px 0px !important;
        text-decoration: none;
        position: relative;
        color: #7b8191;
        padding: 10px 10px !important;
        font-weight: 400;
    }
    .horizontal .side-menu > li > a.active {
        color: #fff;
    }
    .horizontal .main-sidemenu i.angle {
        position: relative;
        inset-block-start: 2px;
        inset-inline-end: -4px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        font-size: 15px;
    }
    .horizontal .main-sidemenu .slide.is-expanded i.angle {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        position: relative;
        inset-block-start: 0px;
        font-size: 15px;
    }
    .horizontal .breadcrumb-header {
        -webkit-margin-before: 20px;
        margin-block-start: 20px;
    }
    .horizontal .side-menu .slide .sidenav-menu-item.active {
        -webkit-border-end: none;
        border-inline-end: 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;
    }
    .mobile-logo.dark-logo-1 {
        display: none;
    }
    .main-sidemenu .slide-right {
        inset-inline-end: 20px;
    }
    .main-sidemenu .slide-left,
    .main-sidemenu .slide-right {
        position: absolute;
        inset-block-start: 9px;
        padding: 6px;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 1;
        cursor: pointer;
        border: 1px solid #e9edf4;
        border-radius: 50px;
    }
    .main-sidemenu .slide-left {
        inset-inline-start: 23px;
    }
    .horizontal-main {
        position: relative;
        margin: 0 auto;
    }
    .sticky-pin {
        position: fixed;
        inset-block-start: 0;
        width: 100%;
        z-index: 1;
    }
}
.app-sidebar.horizontal-main {
    -webkit-padding-before: 0px;
    padding-block-start: 0px;
}

.logo-horizontal {
    display: none;
}

@media (max-width: 991.98px) {
    .horizontal .app-sidebar.horizontal-main {
        inset-inline-start: -300px;
    }
    .horizontal .main-header.hor-header {
        -webkit-box-shadow: 0px 7px 26px rgba(154, 154, 204, 0.1);
        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;
}

.app.sidebar-mini .main-sidemenu .slide-left,
.app.sidebar-mini .main-sidemenu .slide-right {
    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;
        inset-inline-start: 0;
        position: absolute;
        inset-inline-end: 0;
        width: inherit;
    }
}
@media (max-width: 991px) {
    .horizontal.app .app-sidebar {
        inset-block-start: 70px;
    }
    .hor-angle {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .horizontal
        .horizontal-main
        .slide
        .slide-menu
        .sub-sidenav-menu-item:before {
        inset-inline-start: -15px;
        -webkit-margin-end: 0px;
        margin-inline-end: 0px;
    }
    .horizontal .mega-slide-menu {
        width: auto !important;
        inset-inline-start: 8%;
        inset-inline-end: 0px;
        max-width: 84% !important;
    }
}
@media (min-width: 992px) {
    .horizontal-hover .sidenav-menu-item:not(.has-link),
    .horizontal-hover .sub-sidenav-menu-item:not(.has-link),
    .horizontal-hover .sub-sidenav-menu-item2:not(.has-link) {
        pointer-events: none;
        cursor: pointer;
    }
    .horizontal .mega-menu-list {
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
    }
    .horizontal-hover.horizontal .slide:hover .sidemenu-list {
        display: block !important;
    }
    .horizontal .horizontal-switcher {
        display: block;
    }
    .horizontal.center-logo .logo-horizontal {
        position: absolute;
        inset-inline-start: 0;
        inset-inline-end: 0;
    }
    .horizontal.center-logo .logo-horizontal .header-brand-img {
        margin: 0 auto;
    }
}
.horizontal .slide.is-expanded .sidemenu-list {
    display: block !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.horizontal-switcher {
    display: none;
}

@media (min-width: 992px) and (max-width: 1150px) {
    .horizontal.center-logo #navbarSupportedContent-4 .full-screen-link,
    .horizontal.center-logo #navbarSupportedContent-4 .country {
        display: none !important;
    }
}
.icons-list {
    list-style: none;
    margin: 0 -1px -1px 0;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.icons-list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
}

.icons-list-wrap {
    overflow: hidden;
}

.i-block {
    position: relative;
    text-align: center;
    width: 50px;
    height: 50px;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: 1px solid #e9ebfa;
    margin: 5px;
    border-radius: 10px;
}
.i-block i {
    font-size: 1.6rem;
    color: #656585;
}
.i-block .ic-badge {
    position: absolute;
    bottom: 0;
    right: 0;
}

/*------ Icons List ------*/
.browser {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    background: no-repeat center/100% 100%;
    vertical-align: bottom;
    font-style: normal;
}

.browser-android-browser {
    background-image: url("../images/browsers/android-browser.svg");
}

.browser-aol-explorer {
    background-image: url("../images/browsers/aol-explorer.svg");
}

.browser-blackberry {
    background-image: url("../images/browsers/blackberry.svg");
}

.browser-camino {
    background-image: url("../images/browsers/camino.svg");
}

.browser-chrome {
    background-image: url("../images/browsers/chrome.svg");
}

.browser-chromium {
    background-image: url("../images/browsers/chromium.svg");
}

.browser-dolphin {
    background-image: url("../images/browsers/dolphin.svg");
}

.browser-edge {
    background-image: url("../images/browsers/edge.svg");
}

.browser-firefox {
    background-image: url("../images/browsers/firefox.svg");
}

.browser-ie {
    background-image: url("../images/browsers/ie.svg");
}

.browser-maxthon {
    background-image: url("../images/browsers/maxthon.svg");
}

.browser-mozilla {
    background-image: url("../images/browsers/mozilla.svg");
}

.browser-netscape {
    background-image: url("../images/browsers/netscape.svg");
}

.browser-opera {
    background-image: url("../images/browsers/opera.svg");
}

.browser-safari {
    background-image: url("../images/browsers/safari.svg");
}

.browser-sleipnir {
    background-image: url("../images/browsers/sleipnir.svg");
}

.browser-uc-browser {
    background-image: url("../images/browsers/uc-browser.svg");
}

.browser-vivaldi {
    background-image: url("../images/browsers/vivaldi.svg");
}

.flag {
    width: 1.6rem;
    height: 1.2rem;
    display: inline-block;
    background: no-repeat center/100% 100%;
    vertical-align: bottom;
    font-style: normal;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.flag-ad {
    background-image: url("../images/flags-svg/ad.svg");
}

.flag-ae {
    background-image: url("../images/flags-svg/ae.svg");
}

.flag-af {
    background-image: url("../images/flags-svg/af.svg");
}

.flag-ag {
    background-image: url("../images/flags-svg/ag.svg");
}

.flag-ai {
    background-image: url("../images/flags-svg/ai.svg");
}

.flag-al {
    background-image: url("../images/flags-svg/al.svg");
}

.flag-am {
    background-image: url("../images/flags-svg/am.svg");
}

.flag-ao {
    background-image: url("../images/flags-svg/ao.svg");
}

.flag-aq {
    background-image: url("../images/flags-svg/aq.svg");
}

.flag-ar {
    background-image: url("../images/flags-svg/ar.svg");
}

.flag-as {
    background-image: url("../images/flags-svg/as.svg");
}

.flag-at {
    background-image: url("../images/flags-svg/at.svg");
}

.flag-au {
    background-image: url("../images/flags-svg/au.svg");
}

.flag-aw {
    background-image: url("../images/flags-svg/aw.svg");
}

.flag-ax {
    background-image: url("../images/flags-svg/ax.svg");
}

.flag-az {
    background-image: url("../images/flags-svg/az.svg");
}

.flag-ba {
    background-image: url("../images/flags-svg/ba.svg");
}

.flag-bb {
    background-image: url("../images/flags-svg/bb.svg");
}

.flag-bd {
    background-image: url("../images/flags-svg/bd.svg");
}

.flag-be {
    background-image: url("../images/flags-svg/be.svg");
}

.flag-bf {
    background-image: url("../images/flags-svg/bf.svg");
}

.flag-bg {
    background-image: url("../images/flags-svg/bg.svg");
}

.flag-bh {
    background-image: url("../images/flags-svg/bh.svg");
}

.flag-bi {
    background-image: url("../images/flags-svg/bi.svg");
}

.flag-bj {
    background-image: url("../images/flags-svg/bj.svg");
}

.flag-bl {
    background-image: url("../images/flags-svg/bl.svg");
}

.flag-bm {
    background-image: url("../images/flags-svg/bm.svg");
}

.flag-bn {
    background-image: url("../images/flags-svg/bn.svg");
}

.flag-bo {
    background-image: url("../images/flags-svg/bo.svg");
}

.flag-bq {
    background-image: url("../images/flags-svg/bq.svg");
}

.flag-br {
    background-image: url("../images/flags-svg/br.svg");
}

.flag-bs {
    background-image: url("../images/flags-svg/bs.svg");
}

.flag-bt {
    background-image: url("../images/flags-svg/bt.svg");
}

.flag-bv {
    background-image: url("../images/flags-svg/bv.svg");
}

.flag-bw {
    background-image: url("../images/flags-svg/bw.svg");
}

.flag-by {
    background-image: url("../images/flags-svg/by.svg");
}

.flag-bz {
    background-image: url("../images/flags-svg/bz.svg");
}

.flag-ca {
    background-image: url("../images/flags-svg/ca.svg");
}

.flag-cc {
    background-image: url("../images/flags-svg/cc.svg");
}

.flag-cd {
    background-image: url("../images/flags-svg/cd.svg");
}

.flag-cf {
    background-image: url("../images/flags-svg/cf.svg");
}

.flag-cg {
    background-image: url("../images/flags-svg/cg.svg");
}

.flag-ch {
    background-image: url("../images/flags-svg/ch.svg");
}

.flag-ci {
    background-image: url("../images/flags-svg/ci.svg");
}

.flag-ck {
    background-image: url("../images/flags-svg/ck.svg");
}

.flag-cl {
    background-image: url("../images/flags-svg/cl.svg");
}

.flag-cm {
    background-image: url("../images/flags-svg/cm.svg");
}

.flag-cn {
    background-image: url("../images/flags-svg/cn.svg");
}

.flag-co {
    background-image: url("../images/flags-svg/co.svg");
}

.flag-cr {
    background-image: url("../images/flags-svg/cr.svg");
}

.flag-cu {
    background-image: url("../images/flags-svg/cu.svg");
}

.flag-cv {
    background-image: url("../images/flags-svg/cv.svg");
}

.flag-cw {
    background-image: url("../images/flags-svg/cw.svg");
}

.flag-cx {
    background-image: url("../images/flags-svg/cx.svg");
}

.flag-cy {
    background-image: url("../images/flags-svg/cy.svg");
}

.flag-cz {
    background-image: url("../images/flags-svg/cz.svg");
}

.flag-de {
    background-image: url("../images/flags-svg/de.svg");
}

.flag-dj {
    background-image: url("../images/flags-svg/dj.svg");
}

.flag-dk {
    background-image: url("../images/flags-svg/dk.svg");
}

.flag-dm {
    background-image: url("../images/flags-svg/dm.svg");
}

.flag-do {
    background-image: url("../images/flags-svg/do.svg");
}

.flag-dz {
    background-image: url("../images/flags-svg/dz.svg");
}

.flag-ec {
    background-image: url("../images/flags-svg/ec.svg");
}

.flag-ee {
    background-image: url("../images/flags-svg/ee.svg");
}

.flag-eg {
    background-image: url("../images/flags-svg/eg.svg");
}

.flag-eh {
    background-image: url("../images/flags-svg/eh.svg");
}

.flag-er {
    background-image: url("../images/flags-svg/er.svg");
}

.flag-es {
    background-image: url("../images/flags-svg/es.svg");
}

.flag-et {
    background-image: url("../images/flags-svg/et.svg");
}

.flag-eu {
    background-image: url("../images/flags-svg/eu.svg");
}

.flag-fi {
    background-image: url("../images/flags-svg/fi.svg");
}

.flag-fj {
    background-image: url("../images/flags-svg/fj.svg");
}

.flag-fk {
    background-image: url("../images/flags-svg/fk.svg");
}

.flag-fm {
    background-image: url("../images/flags-svg/fm.svg");
}

.flag-fo {
    background-image: url("../images/flags-svg/fo.svg");
}

.flag-fr {
    background-image: url("../images/flags-svg/fr.svg");
}

.flag-ga {
    background-image: url("../images/flags-svg/ga.svg");
}

.flag-gb-eng {
    background-image: url("../images/flags-svg/gb-eng.svg");
}

.flag-gb-nir {
    background-image: url("../images/flags-svg/gb-nir.svg");
}

.flag-gb-sct {
    background-image: url("../images/flags-svg/gb-sct.svg");
}

.flag-gb-wls {
    background-image: url("../images/flags-svg/gb-wls.svg");
}

.flag-gb {
    background-image: url("../images/flags-svg/gb.svg");
}

.flag-gd {
    background-image: url("../images/flags-svg/gd.svg");
}

.flag-ge {
    background-image: url("../images/flags-svg/ge.svg");
}

.flag-gf {
    background-image: url("../images/flags-svg/gf.svg");
}

.flag-gg {
    background-image: url("../images/flags-svg/gg.svg");
}

.flag-gh {
    background-image: url("../images/flags-svg/gh.svg");
}

.flag-gi {
    background-image: url("../images/flags-svg/gi.svg");
}

.flag-gl {
    background-image: url("../images/flags-svg/gl.svg");
}

.flag-gm {
    background-image: url("../images/flags-svg/gm.svg");
}

.flag-gn {
    background-image: url("../images/flags-svg/gn.svg");
}

.flag-gp {
    background-image: url("../images/flags-svg/gp.svg");
}

.flag-gq {
    background-image: url("../images/flags-svg/gq.svg");
}

.flag-gr {
    background-image: url("../images/flags-svg/gr.svg");
}

.flag-gs {
    background-image: url("../images/flags-svg/gs.svg");
}

.flag-gt {
    background-image: url("../images/flags-svg/gt.svg");
}

.flag-gu {
    background-image: url("../images/flags-svg/gu.svg");
}

.flag-gw {
    background-image: url("../images/flags-svg/gw.svg");
}

.flag-gy {
    background-image: url("../images/flags-svg/gy.svg");
}

.flag-hk {
    background-image: url("../images/flags-svg/hk.svg");
}

.flag-hm {
    background-image: url("../images/flags-svg/hm.svg");
}

.flag-hn {
    background-image: url("../images/flags-svg/hn.svg");
}

.flag-hr {
    background-image: url("../images/flags-svg/hr.svg");
}

.flag-ht {
    background-image: url("../images/flags-svg/ht.svg");
}

.flag-hu {
    background-image: url("../images/flags-svg/hu.svg");
}

.flag-id {
    background-image: url("../images/flags-svg/id.svg");
}

.flag-ie {
    background-image: url("../images/flags-svg/ie.svg");
}

.flag-il {
    background-image: url("../images/flags-svg/il.svg");
}

.flag-im {
    background-image: url("../images/flags-svg/im.svg");
}

.flag-in {
    background-image: url("../images/flags-svg/in.svg");
}

.flag-io {
    background-image: url("../images/flags-svg/io.svg");
}

.flag-iq {
    background-image: url("../images/flags-svg/iq.svg");
}

.flag-ir {
    background-image: url("../images/flags-svg/ir.svg");
}

.flag-is {
    background-image: url("../images/flags-svg/is.svg");
}

.flag-it {
    background-image: url("../images/flags-svg/it.svg");
}

.flag-je {
    background-image: url("../images/flags-svg/je.svg");
}

.flag-jm {
    background-image: url("../images/flags-svg/jm.svg");
}

.flag-jo {
    background-image: url("../images/flags-svg/jo.svg");
}

.flag-jp {
    background-image: url("../images/flags-svg/jp.svg");
}

.flag-ke {
    background-image: url("../images/flags-svg/ke.svg");
}

.flag-kg {
    background-image: url("../images/flags-svg/kg.svg");
}

.flag-kh {
    background-image: url("../images/flags-svg/kh.svg");
}

.flag-ki {
    background-image: url("../images/flags-svg/ki.svg");
}

.flag-km {
    background-image: url("../images/flags-svg/km.svg");
}

.flag-kn {
    background-image: url("../images/flags-svg/kn.svg");
}

.flag-kp {
    background-image: url("../images/flags-svg/kp.svg");
}

.flag-kr {
    background-image: url("../images/flags-svg/kr.svg");
}

.flag-kw {
    background-image: url("../images/flags-svg/kw.svg");
}

.flag-ky {
    background-image: url("../images/flags-svg/ky.svg");
}

.flag-kz {
    background-image: url("../images/flags-svg/kz.svg");
}

.flag-la {
    background-image: url("../images/flags-svg/la.svg");
}

.flag-lb {
    background-image: url("../images/flags-svg/lb.svg");
}

.flag-lc {
    background-image: url("../images/flags-svg/lc.svg");
}

.flag-li {
    background-image: url("../images/flags-svg/li.svg");
}

.flag-lk {
    background-image: url("../images/flags-svg/lk.svg");
}

.flag-lr {
    background-image: url("../images/flags-svg/lr.svg");
}

.flag-ls {
    background-image: url("../images/flags-svg/ls.svg");
}

.flag-lt {
    background-image: url("../images/flags-svg/lt.svg");
}

.flag-lu {
    background-image: url("../images/flags-svg/lu.svg");
}

.flag-lv {
    background-image: url("../images/flags-svg/lv.svg");
}

.flag-ly {
    background-image: url("../images/flags-svg/ly.svg");
}

.flag-ma {
    background-image: url("../images/flags-svg/ma.svg");
}

.flag-mc {
    background-image: url("../images/flags-svg/mc.svg");
}

.flag-md {
    background-image: url("../images/flags-svg/md.svg");
}

.flag-me {
    background-image: url("../images/flags-svg/me.svg");
}

.flag-mf {
    background-image: url("../images/flags-svg/mf.svg");
}

.flag-mg {
    background-image: url("../images/flags-svg/mg.svg");
}

.flag-mh {
    background-image: url("../images/flags-svg/mh.svg");
}

.flag-mk {
    background-image: url("../images/flags-svg/mk.svg");
}

.flag-ml {
    background-image: url("../images/flags-svg/ml.svg");
}

.flag-mm {
    background-image: url("../images/flags-svg/mm.svg");
}

.flag-mn {
    background-image: url("../images/flags-svg/mn.svg");
}

.flag-mo {
    background-image: url("../images/flags-svg/mo.svg");
}

.flag-mp {
    background-image: url("../images/flags-svg/mp.svg");
}

.flag-mq {
    background-image: url("../images/flags-svg/mq.svg");
}

.flag-mr {
    background-image: url("../images/flags-svg/mr.svg");
}

.flag-ms {
    background-image: url("../images/flags-svg/ms.svg");
}

.flag-mt {
    background-image: url("../images/flags-svg/mt.svg");
}

.flag-mu {
    background-image: url("../images/flags-svg/mu.svg");
}

.flag-mv {
    background-image: url("../images/flags-svg/mv.svg");
}

.flag-mw {
    background-image: url("../images/flags-svg/mw.svg");
}

.flag-mx {
    background-image: url("../images/flags-svg/mx.svg");
}

.flag-my {
    background-image: url("../images/flags-svg/my.svg");
}

.flag-mz {
    background-image: url("../images/flags-svg/mz.svg");
}

.flag-na {
    background-image: url("../images/flags-svg/na.svg");
}

.flag-nc {
    background-image: url("../images/flags-svg/nc.svg");
}

.flag-ne {
    background-image: url("../images/flags-svg/ne.svg");
}

.flag-nf {
    background-image: url("../images/flags-svg/nf.svg");
}

.flag-ng {
    background-image: url("../images/flags-svg/ng.svg");
}

.flag-ni {
    background-image: url("../images/flags-svg/ni.svg");
}

.flag-nl {
    background-image: url("../images/flags-svg/nl.svg");
}

.flag-no {
    background-image: url("../images/flags-svg/no.svg");
}

.flag-np {
    background-image: url("../images/flags-svg/np.svg");
}

.flag-nr {
    background-image: url("../images/flags-svg/nr.svg");
}

.flag-nu {
    background-image: url("../images/flags-svg/nu.svg");
}

.flag-nz {
    background-image: url("../images/flags-svg/nz.svg");
}

.flag-om {
    background-image: url("../images/flags-svg/om.svg");
}

.flag-pa {
    background-image: url("../images/flags-svg/pa.svg");
}

.flag-pe {
    background-image: url("../images/flags-svg/pe.svg");
}

.flag-pf {
    background-image: url("../images/flags-svg/pf.svg");
}

.flag-pg {
    background-image: url("../images/flags-svg/pg.svg");
}

.flag-ph {
    background-image: url("../images/flags-svg/ph.svg");
}

.flag-pk {
    background-image: url("../images/flags-svg/pk.svg");
}

.flag-pl {
    background-image: url("../images/flags-svg/pl.svg");
}

.flag-pm {
    background-image: url("../images/flags-svg/pm.svg");
}

.flag-pn {
    background-image: url("../images/flags-svg/pn.svg");
}

.flag-pr {
    background-image: url("../images/flags-svg/pr.svg");
}

.flag-ps {
    background-image: url("../images/flags-svg/ps.svg");
}

.flag-pt {
    background-image: url("../images/flags-svg/pt.svg");
}

.flag-pw {
    background-image: url("../images/flags-svg/pw.svg");
}

.flag-py {
    background-image: url("../images/flags-svg/py.svg");
}

.flag-qa {
    background-image: url("../images/flags-svg/qa.svg");
}

.flag-re {
    background-image: url("../images/flags-svg/re.svg");
}

.flag-ro {
    background-image: url("../images/flags-svg/ro.svg");
}

.flag-rs {
    background-image: url("../images/flags-svg/rs.svg");
}

.flag-ru {
    background-image: url("../images/flags-svg/ru.svg");
}

.flag-rw {
    background-image: url("../images/flags-svg/rw.svg");
}

.flag-sa {
    background-image: url("../images/flags-svg/sa.svg");
}

.flag-sb {
    background-image: url("../images/flags-svg/sb.svg");
}

.flag-sc {
    background-image: url("../images/flags-svg/sc.svg");
}

.flag-sd {
    background-image: url("../images/flags-svg/sd.svg");
}

.flag-se {
    background-image: url("../images/flags-svg/se.svg");
}

.flag-sg {
    background-image: url("../images/flags-svg/sg.svg");
}

.flag-sh {
    background-image: url("../images/flags-svg/sh.svg");
}

.flag-si {
    background-image: url("../images/flags-svg/si.svg");
}

.flag-sj {
    background-image: url("../images/flags-svg/sj.svg");
}

.flag-sk {
    background-image: url("../images/flags-svg/sk.svg");
}

.flag-sl {
    background-image: url("../images/flags-svg/sl.svg");
}

.flag-sm {
    background-image: url("../images/flags-svg/sm.svg");
}

.flag-sn {
    background-image: url("../images/flags-svg/sn.svg");
}

.flag-so {
    background-image: url("../images/flags-svg/so.svg");
}

.flag-sr {
    background-image: url("../images/flags-svg/sr.svg");
}

.flag-ss {
    background-image: url("../images/flags-svg/ss.svg");
}

.flag-st {
    background-image: url("../images/flags-svg/st.svg");
}

.flag-sv {
    background-image: url("../images/flags-svg/sv.svg");
}

.flag-sx {
    background-image: url("../images/flags-svg/sx.svg");
}

.flag-sy {
    background-image: url("../images/flags-svg/sy.svg");
}

.flag-sz {
    background-image: url("../images/flags-svg/sz.svg");
}

.flag-tc {
    background-image: url("../images/flags-svg/tc.svg");
}

.flag-td {
    background-image: url("../images/flags-svg/td.svg");
}

.flag-tf {
    background-image: url("../images/flags-svg/tf.svg");
}

.flag-tg {
    background-image: url("../images/flags-svg/tg.svg");
}

.flag-th {
    background-image: url("../images/flags-svg/th.svg");
}

.flag-tj {
    background-image: url("../images/flags-svg/tj.svg");
}

.flag-tk {
    background-image: url("../images/flags-svg/tk.svg");
}

.flag-tl {
    background-image: url("../images/flags-svg/tl.svg");
}

.flag-tm {
    background-image: url("../images/flags-svg/tm.svg");
}

.flag-tn {
    background-image: url("../images/flags-svg/tn.svg");
}

.flag-to {
    background-image: url("../images/flags-svg/to.svg");
}

.flag-tr {
    background-image: url("../images/flags-svg/tr.svg");
}

.flag-tt {
    background-image: url("../images/flags-svg/tt.svg");
}

.flag-tv {
    background-image: url("../images/flags-svg/tv.svg");
}

.flag-tw {
    background-image: url("../images/flags-svg/tw.svg");
}

.flag-tz {
    background-image: url("../images/flags-svg/tz.svg");
}

.flag-ua {
    background-image: url("../images/flags-svg/ua.svg");
}

.flag-ug {
    background-image: url("../images/flags-svg/ug.svg");
}

.flag-um {
    background-image: url("../images/flags-svg/um.svg");
}

.flag-un {
    background-image: url("../images/flags-svg/un.svg");
}

.flag-us {
    background-image: url("../images/flags-svg/us.svg");
}

.flag-uy {
    background-image: url("../images/flags-svg/uy.svg");
}

.flag-uz {
    background-image: url("../images/flags-svg/uz.svg");
}

.flag-va {
    background-image: url("../images/flags-svg/va.svg");
}

.flag-vc {
    background-image: url("../images/flags-svg/vc.svg");
}

.flag-ve {
    background-image: url("../images/flags-svg/ve.svg");
}

.flag-vg {
    background-image: url("../images/flags-svg/vg.svg");
}

.flag-vi {
    background-image: url("../images/flags-svg/vi.svg");
}

.flag-vn {
    background-image: url("../images/flags-svg/vn.svg");
}

.flag-vu {
    background-image: url("../images/flags-svg/vu.svg");
}

.flag-wf {
    background-image: url("../images/flags-svg/wf.svg");
}

.flag-ws {
    background-image: url("../images/flags-svg/ws.svg");
}

.flag-ye {
    background-image: url("../images/flags-svg/ye.svg");
}

.flag-yt {
    background-image: url("../images/flags-svg/yt.svg");
}

.flag-za {
    background-image: url("../images/flags-svg/za.svg");
}

.flag-zm {
    background-image: url("../images/flags-svg/zm.svg");
}

.flag-zw {
    background-image: url("../images/flags-svg/zw.svg");
}

.payment {
    width: 2rem;
    height: 1.5rem;
    display: inline-block;
    background: no-repeat center/100% 100%;
    vertical-align: bottom;
    font-style: normal;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.payment-2checkout-dark {
    background-image: url("../images/payments/2checkout-dark.svg");
}

.payment-2checkout {
    background-image: url("../images/payments/2checkout.svg");
}

.payment-alipay-dark {
    background-image: url("../images/payments/alipay-dark.svg");
}

.payment-alipay {
    background-image: url("../images/payments/alipay.svg");
}

.payment-amazon-dark {
    background-image: url("../images/payments/amazon-dark.svg");
}

.payment-amazon {
    background-image: url("../images/payments/amazon.svg");
}

.payment-americanexpress-dark {
    background-image: url("../images/payments/americanexpress-dark.svg");
}

.payment-americanexpress {
    background-image: url("../images/payments/americanexpress.svg");
}

.payment-applepay-dark {
    background-image: url("../images/payments/applepay-dark.svg");
}

.payment-applepay {
    background-image: url("../images/payments/applepay.svg");
}

.payment-bancontact-dark {
    background-image: url("../images/payments/bancontact-dark.svg");
}

.payment-bancontact {
    background-image: url("../images/payments/bancontact.svg");
}

.payment-bitcoin-dark {
    background-image: url("../images/payments/bitcoin-dark.svg");
}

.payment-bitcoin {
    background-image: url("../images/payments/bitcoin.svg");
}

.payment-bitpay-dark {
    background-image: url("../images/payments/bitpay-dark.svg");
}

.payment-bitpay {
    background-image: url("../images/payments/bitpay.svg");
}

.payment-cirrus-dark {
    background-image: url("../images/payments/cirrus-dark.svg");
}

.payment-cirrus {
    background-image: url("../images/payments/cirrus.svg");
}

.payment-clickandbuy-dark {
    background-image: url("../images/payments/clickandbuy-dark.svg");
}

.payment-clickandbuy {
    background-image: url("../images/payments/clickandbuy.svg");
}

.payment-coinkite-dark {
    background-image: url("../images/payments/coinkite-dark.svg");
}

.payment-coinkite {
    background-image: url("../images/payments/coinkite.svg");
}

.payment-dinersclub-dark {
    background-image: url("../images/payments/dinersclub-dark.svg");
}

.payment-dinersclub {
    background-image: url("../images/payments/dinersclub.svg");
}

.payment-directdebit-dark {
    background-image: url("../images/payments/directdebit-dark.svg");
}

.payment-directdebit {
    background-image: url("../images/payments/directdebit.svg");
}

.payment-discover-dark {
    background-image: url("../images/payments/discover-dark.svg");
}

.payment-discover {
    background-image: url("../images/payments/discover.svg");
}

.payment-dwolla-dark {
    background-image: url("../images/payments/dwolla-dark.svg");
}

.payment-dwolla {
    background-image: url("../images/payments/dwolla.svg");
}

.payment-ebay-dark {
    background-image: url("../images/payments/ebay-dark.svg");
}

.payment-ebay {
    background-image: url("../images/payments/ebay.svg");
}

.payment-eway-dark {
    background-image: url("../images/payments/eway-dark.svg");
}

.payment-eway {
    background-image: url("../images/payments/eway.svg");
}

.payment-giropay-dark {
    background-image: url("../images/payments/giropay-dark.svg");
}

.payment-giropay {
    background-image: url("../images/payments/giropay.svg");
}

.payment-googlewallet-dark {
    background-image: url("../images/payments/googlewallet-dark.svg");
}

.payment-googlewallet {
    background-image: url("../images/payments/googlewallet.svg");
}

.payment-ingenico-dark {
    background-image: url("../images/payments/ingenico-dark.svg");
}

.payment-ingenico {
    background-image: url("../images/payments/ingenico.svg");
}

.payment-jcb-dark {
    background-image: url("../images/payments/jcb-dark.svg");
}

.payment-jcb {
    background-image: url("../images/payments/jcb.svg");
}

.payment-klarna-dark {
    background-image: url("../images/payments/klarna-dark.svg");
}

.payment-klarna {
    background-image: url("../images/payments/klarna.svg");
}

.payment-laser-dark {
    background-image: url("../images/payments/laser-dark.svg");
}

.payment-laser {
    background-image: url("../images/payments/laser.svg");
}

.payment-maestro-dark {
    background-image: url("../images/payments/maestro-dark.svg");
}

.payment-maestro {
    background-image: url("../images/payments/maestro.svg");
}

.payment-mastercard-dark {
    background-image: url("../images/payments/mastercard-dark.svg");
}

.payment-mastercard {
    background-image: url("../images/payments/mastercard.svg");
}

.payment-monero-dark {
    background-image: url("../images/payments/monero-dark.svg");
}

.payment-monero {
    background-image: url("../images/payments/monero.svg");
}

.payment-neteller-dark {
    background-image: url("../images/payments/neteller-dark.svg");
}

.payment-neteller {
    background-image: url("../images/payments/neteller.svg");
}

.payment-ogone-dark {
    background-image: url("../images/payments/ogone-dark.svg");
}

.payment-ogone {
    background-image: url("../images/payments/ogone.svg");
}

.payment-okpay-dark {
    background-image: url("../images/payments/okpay-dark.svg");
}

.payment-okpay {
    background-image: url("../images/payments/okpay.svg");
}

.payment-paybox-dark {
    background-image: url("../images/payments/paybox-dark.svg");
}

.payment-paybox {
    background-image: url("../images/payments/paybox.svg");
}

.payment-paymill-dark {
    background-image: url("../images/payments/paymill-dark.svg");
}

.payment-paymill {
    background-image: url("../images/payments/paymill.svg");
}

.payment-payone-dark {
    background-image: url("../images/payments/payone-dark.svg");
}

.payment-payone {
    background-image: url("../images/payments/payone.svg");
}

.payment-payoneer-dark {
    background-image: url("../images/payments/payoneer-dark.svg");
}

.payment-payoneer {
    background-image: url("../images/payments/payoneer.svg");
}

.payment-paypal-dark {
    background-image: url("../images/payments/paypal-dark.svg");
}

.payment-paypal {
    background-image: url("../images/payments/paypal.svg");
}

.payment-paysafecard-dark {
    background-image: url("../images/payments/paysafecard-dark.svg");
}

.payment-paysafecard {
    background-image: url("../images/payments/paysafecard.svg");
}

.payment-payu-dark {
    background-image: url("../images/payments/payu-dark.svg");
}

.payment-payu {
    background-image: url("../images/payments/payu.svg");
}

.payment-payza-dark {
    background-image: url("../images/payments/payza-dark.svg");
}

.payment-payza {
    background-image: url("../images/payments/payza.svg");
}

.payment-ripple-dark {
    background-image: url("../images/payments/ripple-dark.svg");
}

.payment-ripple {
    background-image: url("../images/payments/ripple.svg");
}

.payment-sage-dark {
    background-image: url("../images/payments/sage-dark.svg");
}

.payment-sage {
    background-image: url("../images/payments/sage.svg");
}

.payment-sepa-dark {
    background-image: url("../images/payments/sepa-dark.svg");
}

.payment-sepa {
    background-image: url("../images/payments/sepa.svg");
}

.payment-shopify-dark {
    background-image: url("../images/payments/shopify-dark.svg");
}

.payment-shopify {
    background-image: url("../images/payments/shopify.svg");
}

.payment-skrill-dark {
    background-image: url("../images/payments/skrill-dark.svg");
}

.payment-skrill {
    background-image: url("../images/payments/skrill.svg");
}

.payment-solo-dark {
    background-image: url("../images/payments/solo-dark.svg");
}

.payment-solo {
    background-image: url("../images/payments/solo.svg");
}

.payment-square-dark {
    background-image: url("../images/payments/square-dark.svg");
}

.payment-square {
    background-image: url("../images/payments/square.svg");
}

.payment-stripe-dark {
    background-image: url("../images/payments/stripe-dark.svg");
}

.payment-stripe {
    background-image: url("../images/payments/stripe.svg");
}

.payment-switch-dark {
    background-image: url("../images/payments/switch-dark.svg");
}

.payment-switch {
    background-image: url("../images/payments/switch.svg");
}

.payment-ukash-dark {
    background-image: url("../images/payments/ukash-dark.svg");
}

.payment-ukash {
    background-image: url("../images/payments/ukash.svg");
}

.payment-unionpay-dark {
    background-image: url("../images/payments/unionpay-dark.svg");
}

.payment-unionpay {
    background-image: url("../images/payments/unionpay.svg");
}

.payment-verifone-dark {
    background-image: url("../images/payments/verifone-dark.svg");
}

.payment-verifone {
    background-image: url("../images/payments/verifone.svg");
}

.payment-verisign-dark {
    background-image: url("../images/payments/verisign-dark.svg");
}

.payment-verisign {
    background-image: url("../images/payments/verisign.svg");
}

.payment-visa-dark {
    background-image: url("../images/payments/visa-dark.svg");
}

.payment-visa {
    background-image: url("../images/payments/visa.svg");
}

.payment-webmoney-dark {
    background-image: url("../images/payments/webmoney-dark.svg");
}

.payment-webmoney {
    background-image: url("../images/payments/webmoney.svg");
}

.payment-westernunion-dark {
    background-image: url("../images/payments/westernunion-dark.svg");
}

.payment-westernunion {
    background-image: url("../images/payments/westernunion.svg");
}

.payment-worldpay-dark {
    background-image: url("../images/payments/worldpay-dark.svg");
}

.payment-worldpay {
    background-image: url("../images/payments/worldpay.svg");
}

svg {
    -ms-touch-action: none;
    touch-action: none;
}

.col-sm-3 a {
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: all 3s ease;
    transition: all 3s ease;
}
.col-sm-3 a:hover {
    border: 1px solid #ff4647;
    border-radius: 100% 60%/30% 10%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(56, 123, 131, 0.7)),
        to(rgba(56, 123, 131, 0.7))
    );
    background: linear-gradient(
        rgba(56, 123, 131, 0.7),
        rgba(56, 123, 131, 0.7)
    );
}

/**
Dimmer
*/
.dimmer {
    position: relative;
}
.dimmer .loader {
    display: none;
    margin: 0 auto;
    position: absolute;
    inset-block-start: 50%;
    inset-inline-start: 0;
    inset-inline-end: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dimmer.active .loader {
    display: block;
}
.dimmer.active .dimmer-content {
    opacity: 0.04;
    pointer-events: none;
}

/*-------- Loaders ---------*/
.spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

.spinner-lg {
    width: 100px;
    height: 100px;
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }
    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);
    }
}
.spinner1 {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.spinner1-lg {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-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);
    }
}
.spinner2 {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.cube1 {
    width: 15px;
    height: 15px;
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    width: 15px;
    height: 15px;
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-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 {
    position: relative;
    width: 64px;
    height: 64px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 32px 32px;
    transform-origin: 32px 32px;
    margin: 100px auto;
}
.lds-heart div {
    inset-block-start: 23px;
    inset-inline-start: 19px;
    position: absolute;
    width: 26px;
    height: 26px;
    -webkit-animation: lds-heart 1.2s infinite
        cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.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 {
    inset-block-start: -17px;
    border-radius: 50% 50% 0 0;
}

@-webkit-keyframes lds-heart {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    5% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    39% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes lds-heart {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    5% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    39% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
.lds-ring {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 100px auto;
}
.lds-ring div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.lds-ring div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.lds-hourglass {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 100px auto;
}
.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: lds-hourglass 1.2s infinite;
    animation: lds-hourglass 1.2s infinite;
}

@-webkit-keyframes lds-hourglass {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg);
    }
}

@keyframes lds-hourglass {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg);
    }
}
body.rtl {
    direction: rtl;
}

.rtl .fe-chevron-right:before {
    content: "\e92e";
}
.rtl .fe-chevron-left:before {
    content: "\e92f";
}
.rtl .sidebar.sidebar-right {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}
.rtl .slide-menu li .slide-item:before {
    content: "";
}
.rtl .dataTables_filter .form-control {
    margin: 0px auto 0px 0px !important;
}
.rtl div.dataTables_wrapper div.dataTables_filter label {
    text-align: end;
}
.rtl .fc-direction-ltr {
    direction: rtl;
}
.rtl .fc-icon-chevron-right {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rtl .fc-icon-chevron-left {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.rtl .join {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rtl .dTree .plus {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rtl code,
.rtl kbd,
.rtl pre,
.rtl samp {
    direction: rtl;
}
.rtl [type="email"],
.rtl [type="number"],
.rtl [type="tel"],
.rtl [type="url"] {
    direction: rtl;
}
.rtl .fa.fa-angle-right {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rtl .fa.fa-angle-left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rtl .fa.fa-angle-double-right {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rtl .fa.fa-angle-double-left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rtl .active.carousel-item-start,
.rtl .carousel-item-prev:not(.carousel-item-end) {
    -webkit-transform: translateX(100%) !important;
    transform: translateX(100%) !important;
}
.rtl .active.carousel-item-end {
    -webkit-transform: translateX(-100%) !important;
    transform: translateX(-100%) !important;
}
.rtl .carousel-item-next:not(.carousel-item-start) {
    -webkit-transform: translateX(-100%) !important;
    transform: translateX(-100%) !important;
    transform: translateX(-100%) !important;
}
.rtl .ms-search input {
    padding: 0 5px 0 20px;
}
.rtl .ion-chevron-right {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rtl .fc .fc-scroller-harness {
    direction: rtl;
}
.rtl .fe-chevron-inset-inline-end: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 .main-sidemenu i.angle {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.rtl.horizontal .main-sidemenu .slide.is-expanded i.angle {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media (min-width: 768px) {
    .rtl.horizontal .main-sidemenu .slide-right {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .rtl.horizontal .main-sidemenu .slide-left {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
.rtl .power-ribbone-top-left span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.rtl .power-ribbone-top-left span i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.rtl .power-ribbone-bottom-left span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.rtl .power-ribbone-bottom-left span i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.rtl .power-ribbone-top-right span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.rtl .power-ribbone-top-right span i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.rtl .power-ribbone-bottom-right span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.rtl .power-ribbone-bottom-right span i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.rtl .ribbone-top-left span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.rtl .ribbone-top-right span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.rtl .ribbon-price .badge {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.rtl .slide.is-expanded .angle {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.rtl .dropdown-menu {
    --bs-position: end;
}
.rtl .lg-actions .lg-next,
.rtl .lg-actions .lg-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rtl .carousel-control-prev,
.rtl .carousel-control-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rtl .breadcrumb-style3 .breadcrumb-item1 + .breadcrumb-item1::before,
.rtl .breadcrumb-style2 .breadcrumb-item1 + .breadcrumb-item1::before,
.rtl .handle-counter .counter-plus,
.rtl .handle-counter .counter-minus,
.rtl div.dt-datetime div.dt-datetime-iconRight,
.rtl div.dt-datetime div.dt-datetime-iconLeft {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rtl .dropdown-menu-arrow:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.rtl .sidebar-right .panel-tabs li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.rtl .sidebar-right .panel-tabs li a i {
    -webkit-margin-before: 0.25rem;
    margin-block-start: 0.25rem;
}
.rtl .leaflet-pane,
.rtl .leaflet-tile,
.rtl .leaflet-marker-icon,
.rtl .leaflet-marker-shadow,
.rtl .leaflet-tile-container {
    inset-inline-end: 0;
    inset-inline-start: auto;
}
.rtl .select2-container--open .select2-dropdown {
    direction: ltr;
    text-align: end;
}
.rtl .sp-container {
    direction: ltr;
}
.rtl .select2-container {
    direction: rtl;
}
.rtl .tab_wrapper .content_wrapper .accordian_header.active .arrow {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.rtl .bs-tooltip-start .tooltip-arrow::before,
.rtl .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.rtl .bs-tooltip-end .tooltip-arrow::before,
.rtl .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.rtl .bs-popover-end .popover-arrow::before,
.rtl .bs-popover-auto[data-popper-placement^="right"] .popover-arrow::before,
.rtl .bs-popover-end .popover-arrow::after,
.rtl .bs-popover-auto[data-popper-placement^="right"] .popover-arrow::after,
.rtl .bs-popover-start .popover-arrow::before,
.rtl .bs-popover-auto[data-popper-placement^="left"] .popover-arrow::before,
.rtl .bs-popover-start .popover-arrow::after,
.rtl .bs-popover-auto[data-popper-placement^="left"] .popover-arrow::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rtl .fr-box.fr-basic.fr-top .fr-wrapper {
    direction: rtl;
}
.rtl .fr-box.fr-basic.fr-top .fr-wrapper .fr-view {
    direction: rtl;
}
@media (min-width: 992px) {
    .rtl .main-header-center .btn {
        border-right: 0;
        border-left: 1px solid #e9edf4;
        left: auto;
        right: 0px;
    }
    .rtl .main-header-center .form-control {
        padding: 1rem 3.4rem 1rem 1.03rem;
    }
}

.rtl {
    --float-right: left;
    --float-left: right;
}

a {
    color: var(--primary-bg-color);
}
a:hover {
    color: var(--primary-bg-color);
}

.bg-primary {
    background: var(--primary-bg-color) !important;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: var(--primary-bg-color) !important;
}

button.bg-primary:hover,
button.bg-primary:focus {
    background-color: var(--primary-bg-color) !important;
}

/*--- gradient-backgrounds --*/
.bg-primary-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(var(--primary-bg-color)),
        to(#007f6e)
    ) !important;
    background: linear-gradient(
        to bottom right,
        var(--primary-bg-color) 0%,
        #007f6e 100%
    ) !important;
}

a.bg-primary-gradient:hover,
a.bg-primary-gradient:focus {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(var(--primary-bg-color)),
        to(#007f6e)
    ) !important;
    background: linear-gradient(
        to bottom right,
        var(--primary-bg-color) 0%,
        #007f6e 100%
    ) !important;
}

button.bg-primary-gradient:hover,
button.bg-primary-gradient:focus {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(var(--primary-bg-color)),
        to(#007f6e)
    ) !important;
    background: linear-gradient(
        to bottom right,
        var(--primary-bg-color) 0%,
        #007f6e 100%
    ) !important;
}

.border-primary {
    border-color: var(--primary-bg-color) !important;
}

.text-primary {
    color: var(--primary-bg-color) !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: var(--primary-bg-color) !important;
}

.table-primary {
    background-color: #d2cdf9;
}
.table-primary > th,
.table-primary > td {
    background-color: #d2cdf9;
}

.table-hover .table-primary:hover {
    background-color: #b7cded;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #b7cded;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border-color: var(--primary-bg-color);
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: var(--primary-bg-color) !important;
    border: 1px solid var(--primary-bg-color) !important;
}

.btn-primary {
    color: #fff !important;
    background: var(--primary-bg-color) !important;
    border-color: var(--primary-bg-color) !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
    opacity: 0.8;
    -webkit-box-shadow: 0 10px 20px -15px var(--primary09);
    box-shadow: 0 10px 20px -15px var(--primary09);
}
.btn-primary:focus,
.btn-primary.focus {
    opacity: 0.9;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}

.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: 0 10px 20px -15px var(--primary09);
    box-shadow: 0 10px 20px -15px var(--primary09);
}

.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px var(--primary09);
    box-shadow: 0 0 0 2px var(--primary09);
}

.btn-primary-light {
    color: var(--primary-bg-color);
    background: var(--primary02) !important;
    border-color: var(--primary02) !important;
}
.btn-primary-light:hover {
    color: #fff;
    background-color: var(--primary-bg-color) !important;
    border-color: var(--primary-bg-color);
    opacity: 0.9;
}
.btn-primary-light:focus,
.btn-primary-light.focus {
    -webkit-box-shadow: 0 0 0 2px var(--primary09);
    box-shadow: 0 0 0 2px var(--primary09);
    opacity: 0.9;
}

.btn-primary-gradient {
    color: #fff;
    background: var(--primary-bg-color) !important;
    border-color: var(--primary-bg-color) !important;
}
.btn-primary-gradient:hover {
    color: #fff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}
.btn-primary-gradient:focus,
.btn-primary-gradient.focus {
    -webkit-box-shadow: 0 0 0 2px var(--primary09);
    box-shadow: 0 0 0 2px var(--primary09);
}
.btn-primary-gradient.disabled,
.btn-primary-gradient:disabled {
    color: #fff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}
.btn-primary-gradient:not(:disabled):not(.disabled):active,
.btn-primary-gradient:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}

.show > .btn-primary-gradient.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}

.btn-primary-gradient:not(:disabled):not(.disabled):active:focus,
.btn-primary-gradient:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: 0 0 0 2px var(--primary09);
    box-shadow: 0 0 0 2px var(--primary09);
}

.show > .btn-primary-gradient.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px var(--primary09);
    box-shadow: 0 0 0 2px var(--primary09);
}

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

.btn-outline-primary {
    color: var(--primary-bg-color);
    background: transparent;
    background-image: none;
    border-color: var(--primary-bg-color);
}
.btn-outline-primary:hover {
    color: #fff;
    background: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 2px var(--primary01);
    box-shadow: 0 0 0 2px var(--primary01);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: var(--primary-bg-color);
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}

.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: 0 0 0 2px var(--primary01);
    box-shadow: 0 0 0 2px var(--primary01);
}

.show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px var(--primary01);
    box-shadow: 0 0 0 2px var(--primary01);
}

.btn-link {
    color: var(--primary-bg-color);
}
.btn-link:hover {
    color: var(--primary-bg-color);
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
    color: var(--primary-bg-color);
}

.timeline__item:after {
    border: 6px solid var(--primary-bg-color);
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label::before,
.custom-checkbox
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: var(--primary-bg-color);
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}
.custom-radio
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: var(--primary-bg-color);
}

.form-select:focus,
.form-file-input:focus ~ .form-file-label::after {
    border-color: none;
}

.form-file-label::after {
    background-color: var(--primary-bg-color);
}

.custom-range::-webkit-slider-thumb,
.custom-range::-moz-range-thumb,
.custom-range::-ms-thumb {
    background-color: var(--primary-bg-color);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: var(--primary-bg-color);
}

.page-link:hover {
    color: var(--primary-bg-color);
}

.page-item.active .page-link {
    color: #fff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}

.range.range-primary input[type="range"]::-webkit-slider-thumb,
.range.range-primary input[type="range"]::-moz-slider-thumb {
    background-color: var(--primary-bg-color);
}
.range.range-primary output {
    background-color: var(--primary-bg-color);
}
.range.range-primary input[type="range"] {
    outline-color: var(--primary-bg-color);
}

.panel.price > .panel-heading {
    background: var(--primary-bg-color);
}

.nav-tabs .nav-item1 .nav-link:hover:not(.disabled),
.nav-tabs .nav-item1 .nav-link.active {
    background: var(--primary-bg-color);
}

.heading-primary {
    background-color: var(--primary-bg-color);
    color: #ffffff;
    padding: 5px;
}

.breadcrumb-item.active {
    color: #f5f3f9;
}

.breadcrumb-item1 a {
    color: var(--primary-bg-color);
}

.panel-title1 a {
    background: var(--primary-bg-color) !important;
}

.btn.dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-plus-title {
    border-color: rgb(108, 95, 252) !important;
}

.alert-primary {
    color: var(--primary-bg-color);
    background-color: var(--primary02);
    border-color: var(--primary01);
}
.alert-primary hr {
    border-block-start-color: var(--primary-bg-color);
}
.alert-primary .alert-link {
    color: var(--primary-bg-color);
}

.list-group-item-primary {
    color: var(--primary-bg-color);
    background-color: #cbdbf2;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: var(--primary-bg-color);
    background-color: #b7cded;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}

.header-bg {
    background: var(--primary-bg-color);
    background: var(--primary-bg-color) !important;
    background: var(--primary-bg-color) !important;
}

.footer a:not(.btn) {
    color: var(--primary-bg-color);
}

.nav-tabs .nav-link:hover:not(.disabled),
.nav-tabs .nav-link.active {
    background: var(--primary-bg-color);
}

@media (max-width: 992px) {
    .animated-arrow span {
        background: var(--primary-bg-color);
    }
    .animated-arrow span:before,
    .animated-arrow span:after {
        background: var(--primary-bg-color);
    }
}
.expanel-primary > .expanel-heading {
    color: #fff !important;
    background-color: var(--primary-bg-color) !important;
    border-color: var(--primary-bg-color) !important;
}

.spinner,
.spinner-lg,
.double-bounce1,
.double-bounce2,
.cube1,
.cube2 {
    background-color: var(--primary-bg-color);
}

.lds-heart div {
    background: var(--primary-bg-color);
}
.lds-heart div:after,
.lds-heart div:before {
    background: var(--primary-bg-color);
}

.lds-ring div {
    border: 6px solid var(--primary-bg-color);
    border-color: var(--primary-bg-color) transparent transparent transparent;
}

.lds-hourglass:after {
    border: 26px solid var(--primary-bg-color);
    border-color: var(--primary-bg-color) transparent;
}

.selectgroup-input:checked + .selectgroup-button {
    border-color: var(--primary-bg-color);
    z-index: 1;
    color: var(--primary-bg-color);
    background: var(--primary005);
}
.selectgroup-input:focus + .selectgroup-button {
    border-color: var(--primary-bg-color);
    z-index: 2;
    color: var(--primary-bg-color);
    -webkit-box-shadow: 0 0 0 2px var(--primary02);
    box-shadow: 0 0 0 2px var(--primary02);
}

.custom-switch-input:checked ~ .custom-switch-indicator {
    background: var(--primary-bg-color);
}

.ui-datepicker .ui-datepicker-title {
    color: var(--primary-bg-color);
}

.timeline--horizontal .timeline-divider {
    background: var(--primary-bg-color) !important;
}

#back-to-top {
    background: var(--primary-bg-color);
    border: 2px solid var(--primary-bg-color);
}
#back-to-top:hover {
    color: var(--primary-bg-color) !important;
    border: 2px solid var(--primary-bg-color);
}

.tabs-menu1 ul li .active {
    -webkit-border-after: 1px solid var(--primary-bg-color);
    border-block-end: 1px solid var(--primary-bg-color);
}

.tab-content i,
.tabs-menu2 ul li .active {
    color: var(--primary-bg-color);
}

.tab-content .btn i {
    color: #fff;
}

.message-feed:not(.right) .mf-content {
    background: var(--primary-bg-color);
    color: #fff;
}
.message-feed:not(.right) .mf-content:before {
    border-inline-end-color: var(--primary-bg-color);
}

.msb-reply button {
    background: var(--primary-bg-color);
}

/* --------Added--------- css*/
.wizard-card .moving-tab {
    -webkit-margin-before: 5px;
    margin-block-start: 5px;
    background: var(--primary-bg-color);
}

.cal1 .clndr .clndr-table tr .day.today.event,
.cal1 .clndr .clndr-table tr .day.my-today.event {
    background: var(--primary-bg-color) !important;
    color: #fff !important;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
    color: #fff;
    background: var(--primary-bg-color);
    border-radius: 5px;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button {
    color: #fff;
    background: var(--primary-bg-color);
    border-radius: 5px;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover {
    background: var(--primary-bg-color);
}
.cal1
    .clndr
    .clndr-controls
    .clndr-control-button
    .clndr-previous-button:hover {
    background: var(--primary-bg-color);
}

.fc button {
    background: var(--primary-bg-color);
}

.fc-event {
    color: var(--primary-bg-color) !important;
    background-color: var(--primary01);
}

.fc-event-dot {
    background-color: var(--primary-bg-color);
}

.form-check-input:checked {
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}

/* ----Added css----*/
form.convFormDynamic button.submit {
    color: var(--primary-bg-color);
    border: 1px solid var(--primary-bg-color) !important;
}

form.convFormDynamic button.submit:hover {
    background: var(--primary-bg-color) !important;
    color: #fff;
}

div.conv-form-wrapper div#messages div.message.from {
    background: var(--primary-bg-color);
}

.timeline__item:after {
    border: 6px solid var(--primary-bg-color);
}

.accordionjs .acc_section.acc_active > .acc_head {
    background: var(--primary-bg-color);
    color: #fff !important;
}

.tab_wrapper > ul li.active {
    border-color: var(--primary-bg-color);
    background: var(--primary-bg-color);
}
.tab_wrapper.right_side > ul li.active:after {
    background: var(--primary-bg-color);
}

.cal1 .clndr .clndr-table tr .day.today,
.cal1 .clndr .clndr-table tr .day.my-today {
    background: var(--primary-bg-color);
    color: #fff;
}
.cal1 .clndr .clndr-table tr .day.today:hover,
.cal1 .clndr .clndr-table tr .day.my-today:hover {
    background: var(--primary-bg-color);
}

.primary .pricing-divider {
    background: #fff !important;
}

.product-grid6 .title a:hover {
    color: var(--primary-bg-color);
}
.product-grid6 .icons li a {
    color: #fff;
    background: var(--primary-bg-color);
}
.product-grid6 .icons li a:hover {
    color: #fff;
}

#user-profile .profile-details a > i,
#user-profile .profile-details i {
    color: var(--primary-bg-color);
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .search-show .search-element {
        background-image: -webkit-gradient(
            linear,
            left top,
            right bottom,
            from(var(--primary-bg-color)),
            to(#007f6e)
        );
        background-image: linear-gradient(
            to bottom right,
            var(--primary-bg-color) 0%,
            #007f6e 100%
        );
    }
}
@media (max-width: 575.98px) {
    .search-show .search-element {
        background-image: -webkit-gradient(
            linear,
            left top,
            right bottom,
            from(var(--primary-bg-color)),
            to(#007f6e)
        );
        background-image: linear-gradient(
            to bottom right,
            var(--primary-bg-color) 0%,
            #007f6e 100%
        );
    }
}
.text-primary-gradient {
    background: var(--primary-bg-color);
}

.chat .msg_head,
.msb-reply button {
    background: var(--primary-bg-color);
}

.top-footer p:hover {
    color: var(--primary-bg-color);
}
.top-footer a address:hover,
.top-footer a:hover {
    color: var(--primary-bg-color) !important;
}

.footer-payments a:hover {
    color: var(--primary-bg-color);
}

.footer-social-list a {
    color: var(--primary-bg-color);
}
.footer-social-list a:hover {
    color: var(--primary-bg-color);
}

.sw-theme-dots .nav-tabs .nav-link:hover:not(.disabled) {
    color: var(--primary-bg-color);
}

.custom-switch-input:checked ~ .custom-switch-indicator {
    background: var(--primary-bg-color);
}

.label-primary {
    background: var(--primary-bg-color);
    color: #fff;
}

.bg-primary-transparent {
    background-color: var(--primary01);
}

.text-primary-shadow {
    text-shadow: 0 5px 10px var(--primary03);
}

.chart-dropshadow-primary {
    -webkit-filter: drop-shadow(-6px 12px 4px var(--primary02));
    filter: drop-shadow(-6px 12px 4px var(--primary02));
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    background: #6155e2;
}

/*-- Sidemenu --*/
.sidenav-menu-item.active {
    color: #fff;
}
.sidenav-menu-item.active svg {
    color: #fff !important;
}
.sidenav-menu-item:hover svg {
    color: #fff !important;
}

/*-- Horizontal-menu --*/
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: var(--primary-bg-color);
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label {
    background-color: var(--primary-bg-color);
}
.onoffswitch2-checkbox:checked + .onoffswitch-label2,
.onoffswitch2-checkbox:checked + .onoffswitch2-label:before {
    border-color: var(--primary-bg-color);
}

/*--Dark-mode---*/
.dropdown-item:focus,
.dark-mode .dropdown-item.active,
.dropdown-item:active {
    color: var(--primary-bg-color);
}

.dark-mode .sidenav-menu-item.active,
.dark-mode .sidenav-menu-item:hover,
.dark-mode .sidenav-menu-item:focus,
.dark-mode .sidenav-menu-item.active .side-menu__icon {
    color: #fff !important;
}
.dark-mode .sidenav-menu-item:hover,
.dark-mode .sidenav-menu-item:focus {
    color: #fff;
}
.dark-mode.dark-menu .sidenav-menu-item.active .side-menu__icon,
.dark-mode.dark-menu .sidenav-menu-item:hover .side-menu__icon,
.dark-mode.dark-menu .sidenav-menu-item:focus .side-menu__icon {
    color: #fff;
}
.dark-mode .footer a:not(.btn) {
    color: var(--primary-bg-color);
}
.dark-mode .text-primary {
    color: var(--primary-bg-color) !important;
}
.dark-mode .panel-default > .panel-heading,
.dark-mode .panel-tabs a {
    color: #dedefd;
}
.dark-mode .sidebar-icon {
    color: var(--primary-bg-color) !important;
}

.dark-mode .sidenav-menu-item.active {
    color: #ffffff;
}
.dark-mode .sidenav-menu-item.active .side-menu__icon {
    color: #ffffff;
}

.light-menu.dark-mode .sidenav-menu-item.active .side-menu__icon,
.light-menu.dark-mode .sidenav-menu-item:hover .side-menu__icon,
.light-menu.dark-mode .sidenav-menu-item:focus .side-menu__icon,
.light-menu.dark-mode .sidenav-menu-item.active,
.light-menu.dark-mode .sidenav-menu-item:hover,
.light-menu.dark-mode .sidenav-menu-item:focus {
    color: #8061ce;
}
.light-menu .sidenav-menu-item:hover .side-menu__icon,
.light-menu .sidenav-menu-item:focus .side-menu__icon,
.light-menu .sidenav-menu-item.active,
.light-menu .sidenav-menu-item:hover,
.light-menu .sidenav-menu-item:focus {
    color: #fff;
}

.transparent-mode.light-menu .sidenav-menu-item.active .side-menu__icon {
    color: #fff !important;
}
.transparent-mode.light-menu .sidenav-menu-item:hover .side-menu__icon,
.transparent-mode.light-menu .sidenav-menu-item:hover .side-menu__label,
.transparent-mode.light-menu .sidenav-menu-item:focus .side-menu__icon,
.transparent-mode.light-menu .sidenav-menu-item:focus .side-menu__label,
.transparent-mode.light-menu .sidenav-menu-item.active,
.transparent-mode.light-menu .sidenav-menu-item:hover,
.transparent-mode.light-menu .sidenav-menu-item:focus {
    color: #fff !important;
}

.default-body .app-sidebar {
    background: var(--primary-bg-color) !important;
}

.dark-menu .sidenav-menu-item.active .side-menu__icon,
.dark-menu .sidenav-menu-item:hover .side-menu__icon,
.dark-menu .sidenav-menu-item:focus .side-menu__icon,
.dark-menu .sidenav-menu-item.active,
.dark-menu .sidenav-menu-item:hover {
    color: #fff;
}

.color-menu .app-sidebar {
    background: var(--primary-bg-color) !important;
}
.color-menu .side-header {
    background: var(--primary-bg-color);
    -webkit-border-after: 1px solid rgba(255, 255, 255, 0.1);
    border-block-end: 1px solid rgba(255, 255, 255, 0.1);
}
.color-menu .sidenav-menu-item.active .side-menu__icon,
.color-menu .sidenav-menu-item:hover .side-menu__icon,
.color-menu .sidenav-menu-item:focus .side-menu__icon,
.color-menu .sidenav-menu-item.active,
.color-menu .sidenav-menu-item:hover,
.color-menu .sidenav-menu-item:focus {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
}
.color-menu .sidenav-menu-item.active {
    color: #fff;
}
.color-menu .side-menu .sidenav-menu-item.active::after {
    background: #fff;
}
.color-menu .side-menu .sidenav-menu-item:hover::after {
    background: #fff;
}
.color-menu .side-menu h3 {
    color: rgba(255, 255, 255, 0.4) !important;
}
.color-menu .side-menu .side-menu__icon,
.color-menu .side-menu .sidenav-menu-item {
    color: rgba(255, 255, 255, 0.7) !important;
}
.color-menu .sidenav-menu-item:hover,
.color-menu .sidenav-menu-item:focus {
    color: #fff !important;
}
.color-menu .sidenav-menu-item:hover .side-menu__icon,
.color-menu .sidenav-menu-item:hover .side-menu__label,
.color-menu .sidenav-menu-item:focus .side-menu__icon,
.color-menu .sidenav-menu-item:focus .side-menu__label {
    color: #ffffff !important;
}
.color-menu .slide.is-expanded a {
    color: #e7eefb;
}
.color-menu .slide-item {
    color: #e7eefb;
}
.color-menu .slide-item:hover,
.color-menu .slide-item:focus {
    color: #fff !important;
}
.color-menu .slide-menu li .slide-item:before {
    color: #e7eefb !important;
}
.color-menu .sidenav-menu-item {
    color: #e7eefb;
}
.color-menu .side-menu-label1 {
    border-block-end-color: rgba(255, 255, 255, 0.1) !important;
}
.color-menu .side-menu-label1 a {
    color: #fff !important;
}

.gradient-menu .sidenav-menu-item.active .side-menu__icon,
.gradient-menu .sidenav-menu-item:hover .side-menu__icon,
.gradient-menu .sidenav-menu-item:focus .side-menu__icon,
.gradient-menu .sidenav-menu-item.active,
.gradient-menu .sidenav-menu-item:hover,
.gradient-menu .sidenav-menu-item:focus {
    color: #fff !important;
}

.gradient-menu .sidenav-menu-item:hover .side-menu__icon,
.gradient-menu .sidenav-menu-item:hover .side-menu__label,
.gradient-menu .sidenav-menu-item:focus .side-menu__icon,
.gradient-menu .sidenav-menu-item:focus .side-menu__label {
    color: #fff;
}

.color-menu.sidemenu-bgimage .side-header:before,
.color-menu.sidemenu-bgimage .app-sidebar:before {
    background: var(--primary09);
}

.gradient-menu .side-menu-label1 a {
    color: #fff !important;
}

body.dark-mode {
    color: #f0f8ff;
    background-color: #1a1c23;
}

body.dark-mode *::-webkit-scrollbar-thumb,
body.dark-mode *:hover::-webkit-scrollbar-thumb {
    background: #40414c;
}
.dark-mode .login-wrap-main {
    background-color: #22242b;
}
.dark-mode .header-right-icons .nav-link.icon::before,
.dark-mode .header-right-icons .nav-link.icon::after {
    background: #22242b;
}
.dark-mode .header-right-icons .profile-1 a {
    color: #f0f8ff;
}
.dark-mode
    .dropify-wrapper.touch-fallback
    .dropify-preview
    .dropify-infos
    .dropify-infos-inner
    p {
    color: #f0f8ff;
}
.dark-mode .dropify-wrapper.touch-fallback .dropify-clear {
    border-color: rgba(255, 255, 255, 0.1);
    color: #f0f8ff;
}
.dark-mode table.dataTable > tbody > tr.child ul.dtr-details > li {
    -webkit-border-after: 1px solid rgba(255, 255, 255, 0.1);
    border-block-end: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-mode .dtr-bs-modal .dtr-details {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-mode .dtr-bs-modal .dtr-details tr td:first-child {
    -webkit-border-end: 1px solid rgba(255, 255, 255, 0.1);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-mode caption {
    color: #505662;
}
.dark-mode hr {
    border-block-start-color: rgba(255, 255, 255, 0.2);
    background-color: transparent;
}
.dark-mode mark,
.dark-mode .mark {
    background-color: #fcf8e3;
}
.dark-mode .list-unstyled li {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode kbd {
    color: #fff;
    background-color: #343a40;
}
.dark-mode pre {
    color: #f0f8ff;
}
@media print {
    .dark-mode pre,
    .dark-mode blockquote {
        border-color: #adb5bd;
    }
    .dark-mode .badge {
        border-color: #000;
    }
    .dark-mode .table td,
    .dark-mode .text-wrap table td,
    .dark-mode .table th,
    .dark-mode .text-wrap table th {
        background-color: #22242b !important;
    }
    .dark-mode .table-bordered th,
    .dark-mode .text-wrap table th,
    .dark-mode .table-bordered td,
    .dark-mode .text-wrap table td {
        border-color: rgba(255, 255, 255, 0.1) !important;
    }
}
.dark-mode body *::-webkit-scrollbar-thumb,
.dark-mode body *:hover::-webkit-scrollbar-thumb {
    background: #22242b;
}
.dark-mode code {
    background: #22242b;
    border-color: transparent;
    color: #e077e3;
}
.dark-mode pre {
    color: #f0f8ff;
    background-color: #1e2448;
    text-shadow: 0 1px #1e2448;
}
.dark-mode .ql-snow .ql-stroke {
    stroke: #f0f8ff;
}
.dark-mode .sw-theme-dots > ul.step-anchor > li.done > a {
    color: #f0f8ff;
}
.dark-mode .section-nav {
    background-color: #f8f9fa;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .accordionjs .acc_section {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .accordionjs .acc_section .acc_head h3:before {
    color: #f0f8ff;
}
.dark-mode .accordionjs .acc_section .acc-header {
    background: #22242b;
}
.dark-mode .accordionjs .acc_section .acc_head {
    background: #22242b;
}
.dark-mode .accordionjs .acc_section.acc_active > .acc_head {
    color: #f0f8ff !important;
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .accordion-item {
    border-color: rgba(255, 255, 255, 0.1);
    background: #22242b;
    color: #f0f8ff;
}
.dark-mode .accordion-button {
    color: #f0f8ff;
}
.dark-mode .accordion-button:focus {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .accordion-button:not(.collapsed) {
    color: var(--primary-bg-color);
    background: #22223a;
}
.dark-mode #accordion .panel-default > .panel-heading {
    border: 0px solid rgba(255, 255, 255, 0.1);
}
.dark-mode #accordion .panel-default .collapsing .panel-body {
    -webkit-border-before: 0px solid transparent;
    border-block-start: 0px solid transparent;
}
.dark-mode .avatar-status {
    border: 2px solid #22242b;
}
.dark-mode .avatar-list-stacked .avatar {
    -webkit-box-shadow: 0 0 0 2px #22242b;
    box-shadow: 0 0 0 2px #22242b;
}
.dark-mode .btn-custom {
    background: #22242b;
    color: #f0f8ff;
}
.dark-mode .blockquote-footer {
    color: #f0f8ff;
}
.dark-mode blockquote {
    color: #f0f8ff;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .blockquote-reverse {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .breadcrumb-item a {
    color: #f0f8ff;
}
.dark-mode .breadcrumb-item + .breadcrumb-item::before {
    color: #f0f8ff;
}
.dark-mode .breadcrumb1 {
    background-color: #1a1c23;
}
.dark-mode .breadcrumb-item1 a:hover {
    color: var(--primary-bg-color);
}
.dark-mode .breadcrumb-item1 + .breadcrumb-item1::before {
    color: #5b5b62;
}
.dark-mode .breadcrumb-item1.active {
    color: #f0f8ff;
}
.dark-mode .btn-default {
    color: #475569;
    background: #e9e9f1;
    border-color: #e9e9f1;
}
.dark-mode .btn-default:hover {
    color: #475569;
    background-color: #e3e3ef;
    border-color: #e3e3ef;
}
.dark-mode .btn-default:focus,
.dark-mode .btn-default.focus {
    -webkit-box-shadow: 0 0 0 2px #e9e9f1;
    box-shadow: 0 0 0 2px #e9e9f1;
}
.dark-mode .btn-default.disabled,
.dark-mode .btn-default:disabled {
    color: #475569;
    background-color: #e9e9f1;
    border-color: #e9e9f1;
}
.dark-mode .btn-default:not(:disabled):not(.disabled):active,
.dark-mode .btn-default:not(:disabled):not(.disabled).active {
    color: #475569;
    background-color: #e9e9f1;
    border-color: #e9e9f1;
}
.dark-mode .btn-light {
    color: #f0f8ff;
    background-color: #39395c;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .btn-light:hover {
    color: #f0f8ff;
    background-color: #2f2f4b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .btn-light:focus,
.dark-mode .btn-light.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
    box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}
.dark-mode .btn-light.disabled,
.dark-mode .btn-light:disabled {
    color: #495057;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.dark-mode .btn-light:not(:disabled):not(.disabled):active,
.dark-mode .btn-light:not(:disabled):not(.disabled).active {
    color: #495057;
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .btn-outline-default {
    color: #f0f8ff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .btn-outline-default:hover {
    color: #475569;
    background: #e9e9f1;
}
.dark-mode .btn-white {
    color: #f0f8ff;
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .btn-white:hover {
    color: #f0f8ff;
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .btn-white:focus,
.dark-mode .btn-white.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.dark-mode .btn-white.disabled,
.dark-mode .btn-white:disabled {
    color: #495057;
    background-color: #22242b;
    border-color: #fff;
}
.dark-mode .btn-white:not(:disabled):not(.disabled):active,
.dark-mode .btn-white:not(:disabled):not(.disabled).active {
    color: #495057;
    background-color: #545478;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .show > .btn-white.dropdown-toggle {
    color: #495057;
    background-color: #545478;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .btn-check:active + .btn-outline-primary,
.dark-mode .btn-check:checked + .btn-outline-primary {
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}
.dark-mode .btn-outline-primary {
    border-color: var(--primary-bg-color);
}
.dark-mode .btn-outline-primary.active,
.dark-mode .btn-outline-primary.dropdown-toggle.show,
.dark-mode .btn-outline-primary:active {
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}
.dark-mode .card {
    background-color: #22242b;
    border: inherit !important;
    -webkit-box-shadow: 0 3px 9px 0 rgba(28, 28, 51, 0.15);
    box-shadow: 0 3px 9px 0 rgba(28, 28, 51, 0.15);
}
.dark-mode .card .card {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .card-body + .card-body {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .card-header {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .card-title small {
    color: #9aa0ac;
}
.dark-mode .card-subtitle {
    color: #9aa0ac;
}
.dark-mode .card-body + .card-table {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .card-body + .card-list-group {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .card-options {
    color: #9aa0ac;
}
.dark-mode .card-options a:not(.btn) {
    color: #f0f8ff;
}
.dark-mode .card-options a:not(.btn):hover {
    color: #6e7687;
}
.dark-mode .card-map {
    background: #e9ecef;
}
.dark-mode .card .box h2 {
    color: #262626;
}
.dark-mode .card .box h2 span {
    color: #fff;
}
.dark-mode .card .box p {
    color: #262626;
}
.dark-mode .card-footer {
    background-color: rgba(0, 0, 0, 0.03);
    border-block-start-color: rgba(255, 255, 255, 0.1);
    color: #727293;
}
.dark-mode .card .card {
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 0px 10px #1c1c2a;
    box-shadow: 0px 0px 10px #1c1c2a;
}
.dark-mode .card-body + .card-body {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .card-title small {
    color: #9aa0ac;
}
.dark-mode .card-subtitle {
    color: #9aa0ac;
}
.dark-mode .card-body + .card-table {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .card-body + .card-list-group {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .card-options {
    color: #9aa0ac;
}
.dark-mode .card-options a:not(.btn) {
    color: #f0f8ff;
}
.dark-mode .card-options a:not(.btn):hover {
    color: #6e7687;
}
.dark-mode .card-map {
    background: #e9ecef;
}
.dark-mode .card .box h2 {
    color: #262626;
}
.dark-mode .card .box h2 span {
    color: #fff;
}
.dark-mode .card .box p {
    color: #262626;
}
.dark-mode .cardheader-tabs .card-header {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .carousel-control-prev,
.dark-mode .carousel-control-next {
    color: #fff;
}
.dark-mode .carousel-control-prev:hover,
.dark-mode .carousel-control-prev:focus {
    color: #fff;
}
.dark-mode .carousel-control-next:hover,
.dark-mode .carousel-control-next:focus {
    color: #fff;
}
.dark-mode .carousel-indicators li,
.dark-mode .carousel-indicators1 li,
.dark-mode .carousel-indicators2 li,
.dark-mode .carousel-indicators3 li,
.dark-mode .carousel-indicators4 li,
.dark-mode .carousel-indicators5 li {
    background-color: rgba(255, 255, 255, 0.5);
}
.dark-mode .carousel-indicators .active,
.dark-mode .carousel-indicators1 .active,
.dark-mode .carousel-indicators2 .active,
.dark-mode .carousel-indicators3 .active,
.dark-mode .carousel-indicators4 .active,
.dark-mode .carousel-indicators5 .active {
    background-color: #fff;
}
.dark-mode .carousel-caption {
    color: #fff;
}
.dark-mode .carousel-item-background {
    background: rgba(0, 0, 0, 0.5);
}
.dark-mode .carousel-control-prev,
.dark-mode .carousel-control-next {
    color: #fff;
}
.dark-mode .carousel-control-prev:hover,
.dark-mode .carousel-control-prev:focus {
    color: #fff;
}
.dark-mode .carousel-control-next:hover,
.dark-mode .carousel-control-next:focus {
    color: #fff;
}
.dark-mode .carousel-indicators li,
.dark-mode .carousel-indicators1 li,
.dark-mode .carousel-indicators2 li,
.dark-mode .carousel-indicators3 li,
.dark-mode .carousel-indicators4 li,
.dark-mode .carousel-indicators5 li {
    background-color: rgba(255, 255, 255, 0.5);
}
.dark-mode .carousel-indicators .active,
.dark-mode .carousel-indicators1 .active,
.dark-mode .carousel-indicators2 .active,
.dark-mode .carousel-indicators3 .active,
.dark-mode .carousel-indicators4 .active,
.dark-mode .carousel-indicators5 .active {
    background-color: #fff;
}
.dark-mode .carousel-caption {
    color: #fff;
}
.dark-mode .carousel-item-background {
    background: rgba(0, 0, 0, 0.5);
}
.dark-mode .dropdown-menu {
    color: #f0f8ff;
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .dropdown-divider {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .drop-heading {
    color: #f0f8ff;
}
.dark-mode .dropdown-item {
    color: #f0f8ff;
}
.dark-mode .dropdown-item:hover,
.dark-mode .dropdown-item:focus,
.dark-mode .dropdown-item.active,
.dark-mode .dropdown-item:active {
    background-color: #1a1c23;
}
.dark-mode .dropdown-item.disabled,
.dark-mode .dropdown-item:disabled {
    color: #fff;
}
.dark-mode .dropdown-menu.show {
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 10px 40px 0 rgb(26, 28, 35);
    box-shadow: 0 10px 40px 0 rgb(26, 28, 35);
}
.dark-mode .dropdown-header {
    color: #f0f8ff;
}
.dark-mode .dropdown-item-text {
    color: #f0f8ff;
}
.dark-mode btn.dropdown-toggle ~ .dropdown-menu,
.dark-mode ul.dropdown-menu li.dropdown ul.dropdown-menu {
    background-color: #f4f4f4 !important;
    background-color: white !important;
    border: 0 solid #4285f4 !important;
    -webkit-box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
    box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
}
.dark-mode .dropdown-menu {
    background-color: #22242b;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dark-mode .dropdown-menu > li > a {
    color: #f0f8ff;
}
.dark-mode .dropdown-menu > li > a:hover,
.dark-mode .dropdown-menu > li > a:focus {
    color: #f0f8ff;
    background-color: #22242b;
}
.dark-mode .dropdown-menu .divider {
    background-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .dropdown-menu .dropdown-plus-title {
    color: #f0f8ff !important;
    border: 0 solid rgba(255, 255, 255, 0.1) !important;
    -webkit-border-after: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-block-end: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.dark-mode .dropdown-menu-header {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .dropdown-menu-header label {
    color: #f0f8ff;
}
.dark-mode .dropdown-menu-arrow:before,
.dark-mode .dropdown-menu.header-search:before {
    background: #22242b;
    border-block-start-color: rgba(255, 255, 255, 0.1);
    border-inline-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .dropdown-menu {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.dark-mode .dropdown-toggle .dropdown-label {
    background-color: #22242b;
}
.dark-mode .form-control {
    color: #f0f8ff;
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1) !important;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
.dark-mode .form-control::-ms-expand {
    background-color: transparent;
}
.dark-mode .form-control:focus {
    color: #f0f8ff;
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .form-control::-webkit-input-placeholder {
    color: #7c7c7c !important;
}
.dark-mode .form-control::-moz-placeholder {
    color: #7c7c7c !important;
}
.dark-mode .form-control:-ms-input-placeholder {
    color: #7c7c7c !important;
}
.dark-mode .form-control::-ms-input-placeholder {
    color: #7c7c7c !important;
}
.dark-mode .form-control::placeholder {
    color: #7c7c7c !important;
}
.dark-mode .form-control::-webkit-input-placeholder,
.dark-mode .form-control::-moz-placeholder,
.dark-mode .form-control:-ms-input-placeholder,
.dark-mode .form-control::-ms-input-placeholder {
    color: #fff !important;
}
.dark-mode .form-control:disabled,
.dark-mode .form-control[readonly] {
    background-color: #282848;
}
.dark-mode .form-control::-webkit-file-upload-button {
    color: #f0f8ff;
    background-color: #39395c;
}
.dark-mode
    .form-control:hover:not(:disabled):not(
        [readonly]
    )::-webkit-file-upload-button {
    background-color: #22242b;
}
.dark-mode .form-control-plaintext {
    color: #f0f8ff;
}
.dark-mode .form-check-input:disabled ~ .form-check-label {
    color: #505662;
}
.dark-mode
    .was-validated
    .custom-control-input:valid:focus
    ~ .custom-control-label::before,
.dark-mode
    .custom-control-input.is-valid:focus
    ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #22242b, 0 0 0 2px rgba(9, 173, 149, 0.25);
    box-shadow: 0 0 0 1px #22242b, 0 0 0 2px rgba(9, 173, 149, 0.25);
}
.dark-mode .was-validated .form-control:invalid,
.dark-mode .form-control.is-invalid,
.dark-mode .was-validated .form-select:invalid,
.dark-mode .form-select.is-invalid {
    border-color: #dc3545;
    background-repeat: no-repeat;
}
.dark-mode .was-validated .form-control:invalid:focus,
.dark-mode .form-control.is-invalid:focus,
.dark-mode .was-validated .form-select:invalid:focus,
.dark-mode .form-select.is-invalid:focus {
    border-color: #dc3545;
}
.dark-mode .was-validated .form-check-input:invalid ~ .form-check-label,
.dark-mode .form-check-input.is-invalid ~ .form-check-label,
.dark-mode .was-validated .custom-control-input:invalid ~ .custom-control-label,
.dark-mode .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}
.dark-mode
    .was-validated
    .custom-control-input:invalid
    ~ .custom-control-label::before,
.dark-mode .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #ec8080;
}
.dark-mode
    .was-validated
    .custom-control-input:invalid:checked
    ~ .custom-control-label::before,
.dark-mode
    .custom-control-input.is-invalid:checked
    ~ .custom-control-label::before {
    background-color: #e23e3d;
}
.dark-mode
    .was-validated
    .custom-control-input:invalid:focus
    ~ .custom-control-label::before,
.dark-mode
    .custom-control-input.is-invalid:focus
    ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #22242b, 0 0 0 2px rgba(232, 38, 70, 0.25);
    box-shadow: 0 0 0 1px #22242b, 0 0 0 2px rgba(232, 38, 70, 0.25);
}
.dark-mode .form-control.header-search {
    background: #22242b;
    border-color: rgba(225, 225, 225, 0.1);
    color: #fff;
}
.dark-mode .form-control.header-search::-webkit-input-placeholder {
    color: #fff;
}
.dark-mode .form-control.header-search::-moz-placeholder {
    color: #fff;
}
.dark-mode .form-control.header-search:-ms-input-placeholder {
    color: #fff;
}
.dark-mode .form-control.header-search::-ms-input-placeholder {
    color: #fff;
}
.dark-mode .form-control.header-search::placeholder {
    color: #fff;
}
.dark-mode .form-control.header-search:hover,
.dark-mode .form-control.header-search:focus {
    border-color: rgba(225, 225, 225, 0.1);
}
.dark-mode .form-required {
    color: #dc3545;
}
.dark-mode .form-check-input:focus {
    border-color: var(--primary-bg-color);
}
.dark-mode .form-check-input {
    background: #41415c;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .input-group-text {
    color: #fff;
    background-color: var(--primary-bg-color);
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .input-indec .input-group-btn > .btn {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .input-group-text {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-mode .input-indec .input-group-btn > .btn {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .modal-content {
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.dark-mode .modal-backdrop {
    background-color: #000;
}
.dark-mode .modal-header {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .modal-footer {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .modal.effect-just-me .modal-content {
    background-color: #16192f;
    border-color: #4d4e50;
}
.dark-mode .modal.effect-just-me .btn-close {
    color: #fff;
}
.dark-mode .modal.effect-just-me .modal-header {
    background-color: transparent;
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .modal.effect-just-me .modal-header h6 {
    color: #fff;
}
.dark-mode .modal.effect-just-me .modal-body {
    color: rgba(255, 255, 255, 0.8);
}
.dark-mode .modal.effect-just-me .modal-body h6 {
    color: #fff;
}
.dark-mode .modal.effect-just-me .modal-footer {
    background-color: transparent;
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .nav-tabs {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .nav-pills .nav-link.active,
.dark-mode .nav-pills .show > .nav-link {
    color: #fff;
}
.dark-mode .nav.nav-pills.nav-stacked.labels-info p {
    color: #9d9f9e;
}
.dark-mode .nav.nav-pills .nav-item .nav-link-icon {
    color: #f0f8ff;
}
.dark-mode .nav1 {
    background: #1a1c23;
}
.dark-mode .nav-item1:hover:not(.disabled),
.dark-mode .nav-item1.active {
    color: #fff;
}
.dark-mode .nav-item1 .nav-link {
    color: #f0f8ff;
}
.dark-mode .nav-item1 .nav-link.active {
    color: var(--primary-bg-color);
}
.dark-mode .nav-item1 .nav-link.disabled {
    color: #62628f;
}
.dark-mode .nav-tabs {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .nav-tabs .nav-item1.nav-link {
    border-color: transparent;
}
.dark-mode .nav-tabs .nav-item1 .nav-link {
    color: inherit;
    color: #f0f8ff;
    -webkit-transition: 0.3s border-color;
    transition: 0.3s border-color;
}
.dark-mode .nav-tabs .nav-item1 .nav-link:hover:not(.disabled),
.dark-mode .nav-tabs .nav-item1 .nav-link.active {
    color: #fff;
}
.dark-mode .nav-tabs .nav-submenu .nav-item1 {
    color: #9aa0ac;
}
.dark-mode .nav-tabs .nav-submenu .nav-item1.active {
    color: #467fcf;
}
.dark-mode .nav-tabs .nav-submenu .nav-item1:hover {
    color: #6e7687;
    background: rgba(0, 0, 0, 0.024);
}
.dark-mode .nav-link {
    color: var(--primary-bg-color);
}
.dark-mode .nav-link.icon i {
    color: #dcdfed;
}
.dark-mode .nav-link.icon i::after {
    background: rgba(var(--primary-bg-color), 0);
}
.dark-mode .app-header .header-right-icons .nav-link.icon {
    color: #dcdfed !important;
}
.dark-mode .app-header .header-right-icons .nav-link.icon:hover {
    color: #dcdfed !important;
}
.dark-mode.header-light .app-header .header-right-icons .nav-link.icon {
    color: var(--primary-bg-color) !important;
}
.dark-mode .app-header .header-right-icons .nav-link.icon:hover {
    color: #dcdfed !important;
}
.dark-mode .nav-tabs {
    color: #000;
}
.dark-mode .nav-tabs .nav-link {
    color: inherit;
    color: #f0f8ff;
}
.dark-mode .nav-tabs .nav-link:hover:not(.disabled),
.dark-mode .nav-tabs .nav-link.active {
    color: #fff;
}
.dark-mode .nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent;
}
.dark-mode .nav-tabs .nav-submenu {
    background: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-border-before: none;
    border-block-start: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.dark-mode .nav-tabs .nav-submenu .nav-item {
    color: #9aa0ac;
}
.dark-mode .nav-tabs .nav-submenu .nav-item:hover {
    color: #6e7687;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.024);
}
.dark-mode .page-link {
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
    color: #f0f8ff;
}
.dark-mode .page-link:hover {
    background-color: #22242b;
}
.dark-mode .page-item.active .page-link {
    color: #fff;
}
.dark-mode .page-item.disabled .page-link {
    color: #4f4f67;
    background-color: #252542;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .page-header {
    border-color: transparent;
}
.dark-mode .panel-title-landing {
    color: #1643a3 !important;
}
.dark-mode .panel-footer-landing {
    border: solid 2px #1643a3 !important;
    -webkit-border-before: none !important;
    border-block-start: none !important;
    background: #f7f7f7;
}
.dark-mode .panel-footer {
    background-color: #22242b;
    border-block-start-color: rgba(255, 255, 255, 0.1);
    border-inline-start-color: rgba(255, 255, 255, 0.1);
    border-inline-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .panel-group .panel,
.dark-mode .panel-group1 .panel {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .panel-default > .panel-heading {
    background-color: #313152;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0px solid rgba(255, 255, 255, 0.1);
}
.dark-mode .panel1 {
    border-color: #fff;
}
.dark-mode .panel1:last-child {
    -webkit-border-after: none;
    border-block-end: none;
}
.dark-mode .panel-body1 {
    background: #22242b;
}
.dark-mode .panel-group1 .panel-body {
    border: 0px solid rgba(255, 255, 255, 0.1);
}
.dark-mode .panel-title1 a {
    color: #fff !important;
}
.dark-mode .panel-title a.accordion-toggle:before,
.dark-mode .panel-title a.accordion-toggle.collapsed:before {
    color: #fff;
}
.dark-mode .expanel {
    background-color: #22242b !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01) !important;
}
.dark-mode .expanel-default > .expanel-heading {
    background-color: #3b3b5a !important;
    border-color: #22242b !important;
}
.dark-mode .expanel-heading {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .expanel-footer {
    background-color: #3b3b5a !important;
    border-block-start-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-mode .popover {
    background-color: #22242b;
    border-color: #dee3eb;
    -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));
}
.dark-mode .bs-popover-top .popover-arrow::before,
.dark-mode
    .bs-popover-auto[data-popper-placement^="top"]
    .popover-arrow::before {
    border-block-start-color: rgba(0, 0, 0, 0.25);
}
.dark-mode .bs-popover-top .popover-arrow::after,
.dark-mode
    .bs-popover-auto[data-popper-placement^="top"]
    .popover-arrow::after {
    border-block-start-color: #22242b;
}
.dark-mode .bs-popover-end .popover-arrow::before,
.dark-mode
    .bs-popover-auto[data-popper-placement^="right"]
    .popover-arrow::before {
    border-inline-end-color: #dee3eb;
}
.dark-mode .bs-popover-end .popover-arrow::after,
.dark-mode
    .bs-popover-auto[data-popper-placement^="right"]
    .popover-arrow::after {
    border-inline-end-color: #22242b;
}
.dark-mode .bs-popover-bottom .popover-arrow::before,
.dark-mode
    .bs-popover-auto[data-popper-placement^="bottom"]
    .popover-arrow::before {
    border-block-end-color: #dee3eb;
}
.dark-mode .bs-popover-bottom .popover-arrow::after,
.dark-mode
    .bs-popover-auto[data-popper-placement^="bottom"]
    .popover-arrow::after {
    border-block-end-color: #22242b;
}
.dark-mode .bs-popover-bottom .popover-header::before,
.dark-mode
    .bs-popover-auto[data-popper-placement^="bottom"]
    .popover-header::before {
    border-block-end-color: #22242b;
}
.dark-mode .bs-popover-start .popover-arrow::before,
.dark-mode
    .bs-popover-auto[data-popper-placement^="left"]
    .popover-arrow::before {
    border-inline-start-color: #dee3eb;
}
.dark-mode .bs-popover-start .popover-arrow::after,
.dark-mode
    .bs-popover-auto[data-popper-placement^="left"]
    .popover-arrow::after {
    border-inline-start-color: #22242b;
}
.dark-mode .popover-header {
    color: inherit;
    background-color: #22242b;
    border-block-end-color: #ebebeb;
}
.dark-mode .popover-body {
    color: #6e7687;
}
.dark-mode .progress {
    background-color: #1a1c23;
}
.dark-mode .progress-bar {
    color: #fff;
}
.dark-mode .table {
    color: #f0f8ff;
}
.dark-mode .table thead th {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .text-wrap table thead th {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .table tbody + tbody,
.dark-mode .text-wrap table tbody + tbody {
    -webkit-border-before: 2px solid rgba(255, 255, 255, 0.1);
    border-block-start: 2px solid rgba(255, 255, 255, 0.1);
}
.dark-mode .table .table,
.dark-mode .text-wrap table .table,
.dark-mode .table .text-wrap table {
    background-color: #1f1f3c;
}
.dark-mode .text-wrap .table table,
.dark-mode .text-wrap table table {
    background-color: #22242b;
}
.dark-mode .table-bordered,
.dark-mode .text-wrap table,
.dark-mode .table-bordered th,
.dark-mode .text-wrap table th,
.dark-mode .table-bordered td,
.dark-mode .text-wrap table td {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}
.dark-mode .table-hover tbody tr:hover,
.dark-mode .table-hover tbody th {
    background-color: #1a1c23 !important;
    color: #f0f8ff;
}
.dark-mode .table-dark {
    background-color: #f0f8ff;
}
.dark-mode .table-dark > th,
.dark-mode .table-dark > td {
    background-color: #1a1c23;
}
.dark-mode .table-hover .table-dark:hover {
    background-color: #b9bbbe;
}
.dark-mode .table-hover .table-dark:hover > td,
.dark-mode .table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.dark-mode .table > :not(:first-child) {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .table-active {
    background-color: rgba(0, 0, 0, 0.04);
}
.dark-mode .table-active > th,
.dark-mode .table-active > td {
    background-color: rgba(0, 0, 0, 0.04);
}
.dark-mode .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
.dark-mode .table-hover .table-active:hover > td,
.dark-mode .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.04);
}
.dark-mode .table .thead-dark th,
.dark-mode .text-wrap table .thead-dark th {
    color: #f0f8ff;
    background-color: #f0f8ff;
    border-color: #32383e;
}
.dark-mode .table .thead-light th,
.dark-mode .text-wrap table .thead-light th {
    color: #495057;
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .table-dark {
    color: #22242b;
    background-color: #1a1c23;
}
.dark-mode .table-dark th,
.dark-mode .table-dark td,
.dark-mode .table-dark thead th {
    border-block-end-color: rgba(255, 255, 255, 0.05) !important;
}
.dark-mode .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: #22242b;
}
.dark-mode .table-dark.table-striped tbody tr:nth-of-type(even) {
    background-color: #272b2f;
}
.dark-mode .table-dark.table-hover tbody tr:hover {
    background-color: #f0f8ff;
}
.dark-mode .table-inbox {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .table-inbox tr {
    border-block-end-color: rgba(238, 238, 238, 0.7);
}
.dark-mode .table-inbox tr:last-child {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .table-inbox tr td .fa-star.inbox-started,
.dark-mode .table-inbox tr td .fa-star:hover {
    color: #f78a09;
}
.dark-mode .table-inbox tr.unread td {
    background: #22242b;
}
.dark-mode .table th,
.dark-mode .text-wrap table th {
    color: #f0f8ff;
}
.dark-mode .table-vcenter td,
.dark-mode .table-vcenter th {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .table-secondary tbody + tbody,
.dark-mode .table-secondary td,
.dark-mode .table-secondary th,
.dark-mode .table-secondary thead th {
    border-color: rgba(255, 255, 255, 0.2);
}
.dark-mode .table-primary tbody + tbody,
.dark-mode .table-primary td,
.dark-mode .table-primary th,
.dark-mode .table-primary thead th {
    border-color: rgba(255, 255, 255, 0.2);
}
.dark-mode .table-striped tbody tr:nth-of-type(odd) {
    background: #1a1c23 !important;
    color: #f0f8ff;
}
.dark-mode .table-striped tbody tr:nth-of-type(even) {
    background-color: #22242b;
}
.dark-mode .table-calendar-link {
    background: #f8f9fa;
    color: #495057;
}
.dark-mode .table-calendar-link:before {
    background: #467fcf;
}
.dark-mode .table-calendar-link:hover {
    color: #fff;
    background: #467fcf;
}
.dark-mode .table-calendar-link:hover:before {
    background: #22242b;
}
.dark-mode .table-header:hover,
.dark-mode .table-header-asc,
.dark-mode .table-header-desc {
    color: #495057 !important;
}
.dark-mode .table-hover > tbody > tr:hover > * {
    color: #f0f8ff;
}
.dark-mode .table > :not(:last-child) > :last-child > * {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .table tbody td {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .table-striped > tbody > tr:nth-of-type(odd) > * {
    color: #f0f8ff;
}
.dark-mode .tag {
    color: #f0f8ff;
    background-color: #1a1c23;
}
.dark-mode a.tag:hover {
    background-color: rgba(110, 118, 135, 0.2);
    color: inherit;
}
.dark-mode .tag-addon {
    color: inherit;
}
.dark-mode a.tag-addon:hover {
    background: inherit;
    color: inherit;
}
.dark-mode .tag-blue {
    background-color: #467fcf !important;
    color: #fff;
}
.dark-mode .tag-indigo {
    background-color: #515eae !important;
    color: #fff;
}
.dark-mode .tag-purple {
    background-color: #867efc !important;
    color: #fff;
}
.dark-mode .tag-pink {
    background-color: #ec82ef !important;
    color: #fff;
}
.dark-mode .tag-red {
    background-color: #c21a1a !important;
    color: #fff;
}
.dark-mode .tag-orange {
    background-color: #ec6900 !important;
    color: #fff;
}
.dark-mode .tag-yellow {
    background-color: #ecb403 !important;
    color: #fff;
}
.dark-mode .tag-green {
    background-color: #4ecc48 !important;
    color: #fff;
}
.dark-mode .tag-teal {
    background-color: #2bcbba !important;
    color: #fff;
}
.dark-mode .tag-cyan {
    background-color: #17a2b8 !important;
    color: #fff;
}
.dark-mode .tag-white {
    background-color: #22242b;
    color: #fff;
}
.dark-mode .tag-gray {
    background-color: #868e96 !important;
    color: #fff;
}
.dark-mode .tag-gray-dark {
    background-color: #414160;
    color: #fff;
}
.dark-mode .tag-azure {
    background-color: #007abf !important;
    color: #fff;
}
.dark-mode .tag-lime {
    background-color: #7bd235 !important;
    color: #fff;
}
.dark-mode .tag-primary {
    background-color: #467fcf;
    color: #fff;
    background-color: var(--primary-bg-color) !important;
    color: #fff;
}
.dark-mode .tag-secondary {
    background-color: #868e96;
    color: #fff;
}
.dark-mode .tag-success {
    background-color: #4ecc48 !important;
    color: #fff;
}
.dark-mode .tag-info {
    background-color: #007abf;
    color: #fff;
}
.dark-mode .tag-warning {
    background-color: #ecb403 !important;
    color: #fff;
}
.dark-mode .tag-danger {
    background-color: #c21a1a !important;
    color: #fff;
}
.dark-mode .tag-light {
    background-color: #f8f9fa;
    color: #fff;
}
.dark-mode .tag-dark {
    background-color: #25253e;
    color: #f0f8ff;
}
.dark-mode .tag-round::before {
    background-color: #22242b;
}
.dark-mode .tag-outline-info {
    background-color: #c7e0fd;
    color: #1170e4;
    border-color: #1170e4;
}
.dark-mode .tag-outline-info::before {
    border-color: #1170e4;
}
.dark-mode .tag-outline {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .tag-border {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: #22242b;
}
.dark-mode .thumbnail {
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .bs-popover-top .popover-arrow::after,
.dark-mode
    .bs-popover-auto[data-popper-placement^="top"]
    .popover-arrow::after {
    border-block-start-color: #22242b;
}
.dark-mode .bs-popover-end .popover-arrow::after,
.dark-mode
    .bs-popover-auto[data-popper-placement^="right"]
    .popover-arrow::after {
    border-inline-end-color: #22242b;
}
.dark-mode .bs-popover-bottom .popover-arrow::after,
.dark-mode
    .bs-popover-auto[data-popper-placement^="bottom"]
    .popover-arrow::after {
    border-block-end-color: #22242b;
}
.dark-mode .bs-popover-start .popover-arrow::after,
.dark-mode
    .bs-popover-auto[data-popper-placement^="left"]
    .popover-arrow::after {
    border-inline-start-color: #22242b;
}
.dark-mode .tooltip-static-demo {
    background-color: #22242b;
}
.dark-mode .popover-static-demo {
    background-color: #1a1c23;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .tooltip-primary .tooltip-inner {
    background-color: var(--primary-bg-color) !important;
    color: #fff;
}
.dark-mode .tooltip-primary.bs-tooltip-top .tooltip-arrow::before,
.dark-mode
    .tooltip-primary.bs-tooltip-auto[data-popper-placement^="top"]
    .tooltip-arrow::before {
    border-block-start-color: var(--primary-bg-color);
}
.dark-mode .tooltip-primary.bs-tooltip-bottom .tooltip-arrow::before,
.dark-mode
    .tooltip-primary.bs-tooltip-auto[data-popper-placement^="bottom"]
    .tooltip-arrow::before {
    border-block-end-color: var(--primary-bg-color);
}
.dark-mode .tooltip-primary.bs-tooltip-start .tooltip-arrow::before,
.dark-mode
    .tooltip-primary.bs-tooltip-auto[data-popper-placement^="left"]
    .tooltip-arrow::before {
    border-inline-start-color: var(--primary-bg-color);
}
.dark-mode .tooltip-primary.bs-tooltip-end .tooltip-arrow::before,
.dark-mode
    .tooltip-primary.bs-tooltip-auto[data-popper-placement^="right"]
    .tooltip-arrow::before {
    border-inline-end-color: var(--primary-bg-color);
}
.dark-mode .popover {
    background-color: #22242b;
    border: 0px solid #22242b;
}
.dark-mode .bs-popover-top > .popover-arrow::before,
.dark-mode
    .bs-popover-auto[data-popper-placement^="top"]
    > .popover-arrow::before {
    border-block-start-color: #22242b;
}
.dark-mode .bs-popover-top > .popover-arrow::after,
.dark-mode
    .bs-popover-auto[data-popper-placement^="top"]
    > .popover-arrow::after {
    border-block-start-color: #22242b;
}
.dark-mode .bs-popover-end > .popover-arrow::before,
.dark-mode
    .bs-popover-auto[data-popper-placement^="right"]
    > .popover-arrow::before {
    border-inline-end-color: #22242b;
}
.dark-mode .bs-popover-end > .popover-arrow::after,
.dark-mode
    .bs-popover-auto[data-popper-placement^="right"]
    > .popover-arrow::after {
    border-inline-end-color: #22242b;
}
.dark-mode .bs-popover-bottom > .popover-arrow::before,
.dark-mode
    .bs-popover-auto[data-popper-placement^="bottom"]
    > .popover-arrow::before {
    border-block-end-color: #22242b;
}
.dark-mode .bs-popover-bottom > .popover-arrow::after,
.dark-mode
    .bs-popover-auto[data-popper-placement^="bottom"]
    > .popover-arrow::after {
    border-block-end-color: #22242b;
}
.dark-mode .bs-popover-bottom .popover-header::before,
.dark-mode
    .bs-popover-auto[data-popper-placement^="bottom"]
    .popover-header::before {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .bs-popover-start > .popover-arrow::before,
.dark-mode
    .bs-popover-auto[data-popper-placement^="left"]
    > .popover-arrow::before {
    border-inline-start-color: #22242b;
}
.dark-mode .bs-popover-start > .popover-arrow::after,
.dark-mode
    .bs-popover-auto[data-popper-placement^="left"]
    > .popover-arrow::after {
    border-inline-start-color: #22242b;
}
.dark-mode .popover-header {
    color: #f0f8ff;
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .popover-body {
    color: #aeaecf;
}
.dark-mode .popover-head-primary .popover-header {
    color: #fff;
    background-color: var(--primary-bg-color) !important;
}
.dark-mode .popover-head-primary.bs-popover-bottom .popover-arrow::after,
.dark-mode
    .popover-head-primary.bs-popover-auto[data-popper-placement^="bottom"]
    .popover-arrow::after {
    border-block-end-color: var(--primary-bg-color) !important;
}
.dark-mode .popover-head-secondary .popover-header {
    color: #fff;
    background-color: #007f6e !important;
}
.dark-mode .popover-head-secondary.bs-popover-bottom .popover-arrow::after,
.dark-mode
    .popover-head-secondary.bs-popover-auto[data-popper-placement^="bottom"]
    .popover-arrow::after {
    border-block-end-color: #007f6e !important;
}
.dark-mode .popover-head-primary .popover-body,
.dark-mode .popover-head-secondary .popover-body {
    border-color: rgba(20, 17, 45, 0.2);
}
.dark-mode .popover-primary {
    background-color: var(--primary-bg-color) !important;
}
.dark-mode .popover-primary .popover-header {
    background-color: var(--primary-bg-color) !important;
    border-block-end-width: 0 !important;
    color: #fff;
}
.dark-mode .popover-primary.bs-popover-top .popover-arrow::after,
.dark-mode
    .popover-primary.bs-popover-auto[data-popper-placement^="top"]
    .popover-arrow::after {
    border-block-start-color: var(--primary-bg-color) !important;
}
.dark-mode .popover-primary.bs-popover-bottom .popover-arrow::after,
.dark-mode
    .popover-primary.bs-popover-auto[data-popper-placement^="bottom"]
    .popover-arrow::after {
    border-block-end-color: var(--primary-bg-color) !important;
}
.dark-mode .popover-primary.bs-popover-start .popover-arrow::after,
.dark-mode
    .popover-primary.bs-popover-auto[data-popper-placement^="left"]
    .popover-arrow::after {
    border-inline-start-color: var(--primary-bg-color) !important;
}
.dark-mode .popover-primary.bs-popover-end .popover-arrow::after,
.dark-mode
    .popover-primary.bs-popover-auto[data-popper-placement^="right"]
    .popover-arrow::after {
    border-inline-end-color: var(--primary-bg-color) !important;
}
.dark-mode .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
}
.dark-mode .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: rgba(218, 201, 232, 0.5);
}
.dark-mode .custom-control-input:disabled ~ .custom-control-label {
    color: #868e96;
}
.dark-mode .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .custom-control-label::before {
    background-color: rgba(255, 255, 255, 0.1);
}
.dark-mode
    .custom-checkbox
    .custom-control-input:disabled:indeterminate
    ~ .custom-control-label::before {
    background-color: rgba(212, 182, 228, 0.5);
}
.dark-mode .form-select {
    color: #f0f8ff;
    border-color: rgba(255, 255, 255, 0.1);
    background: #22242b;
}
.dark-mode .form-select:focus {
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dark-mode .form-select:focus::-ms-value {
    color: #f0f8ff;
    background-color: #22242b;
}
.dark-mode .form-select:disabled {
    color: #9fa7af;
    background-color: #22242b;
}
.dark-mode .form-file-label {
    color: #f0f8ff;
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .form-file-label::after {
    color: #fff;
    border-inline-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .form-range::-webkit-slider-thumb {
    background: #22242b;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dark-mode .form-range::-webkit-slider-thumb:focus {
    -webkit-box-shadow: 0 0 0 1px #22242b, 0 0 0 2px rgba(98, 58, 162, 0.25);
    box-shadow: 0 0 0 1px #22242b, 0 0 0 2px rgba(98, 58, 162, 0.25);
}
.dark-mode .form-range::-webkit-slider-thumb:active {
    background-color: #d4e1f4;
}
.dark-mode .form-range::-webkit-slider-runnable-track {
    background-color: rgba(255, 255, 255, 0.1);
    background: #467fcf;
}
.dark-mode .form-range::-moz-range-thumb {
    background: #22242b;
}
.dark-mode .form-range::-moz-range-thumb:focus {
    box-shadow: 0 0 0 1px #22242b, 0 0 0 2px rgba(98, 58, 162, 0.25);
}
.dark-mode .form-range::-moz-range-thumb:active {
    background-color: #d4e1f4;
}
.dark-mode .form-range::-moz-range-track {
    background-color: rgba(255, 255, 255, 0.1);
    background: rgba(0, 50, 126, 0.12);
}
.dark-mode .form-range::-ms-thumb {
    background: #22242b;
    border-color: rgba(0, 30, 75, 0.12);
}
.dark-mode .form-range::-ms-thumb:focus {
    box-shadow: 0 0 0 1px #22242b, 0 0 0 2px rgba(98, 58, 162, 0.25);
}
.dark-mode .form-range::-ms-thumb:active {
    background-color: #d4e1f4;
}
.dark-mode .form-range::-ms-fill-lower {
    background-color: rgba(255, 255, 255, 0.1);
    background: #467fcf;
}
.dark-mode .custom-control-label:before {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.02);
}
.dark-mode .form-range:focus::-webkit-slider-thumb,
.dark-mode .form-range:focus::-moz-range-thumb,
.dark-mode .form-range:focus::-ms-thumb {
    border-color: #467fcf;
    background-color: #467fcf;
}
.dark-mode .form-range::-moz-range-progress {
    background: #467fcf;
}
.dark-mode .form-range::-ms-fill-upper {
    background: rgba(0, 50, 126, 0.12);
    background-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .custom-switch-description {
    color: #f0f8ff;
}
.dark-mode .custom-switch-input:checked ~ .custom-switch-description {
    color: #f0f8ff;
}
.dark-mode .custom-switch-indicator {
    background: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .custom-switch-indicator:before {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.dark-mode .custom-switch-input:focus ~ .custom-switch-indicator {
    border-color: #60529f;
}
.dark-mode .custom-radio-md .custom-control-label::before,
.dark-mode .custom-radio-lg .custom-control-label::before {
    background-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .custom-checkbox-md .custom-control-label::before,
.dark-mode .custom-checkbox-lg .custom-control-label::before {
    background-color: rgba(255, 255, 255, 0.1);
}
.dark-mode
    .custom-checkbox-md
    .custom-control-input:disabled:indeterminate
    ~ .custom-control-label::before,
.dark-mode
    .custom-checkbox-lg
    .custom-control-input:disabled:indeterminate
    ~ .custom-control-label::before {
    background-color: rgba(212, 182, 228, 0.5);
}
.dark-mode .custom-switch-input:disabled ~ .custom-switch-indicator {
    background: #e9ecef;
}
.dark-mode .custom-switch-input:checked ~ .custom-switch-indicator {
    background: var(--primary-bg-color);
}
.dark-mode .custom-switch-indicator-md,
.dark-mode .custom-switch-indicator-lg {
    background: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .custom-switch-indicator-md::before,
.dark-mode .custom-switch-indicator-lg::before {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.dark-mode .collapse:not(.show) {
    background: #22242b;
}
.dark-mode .notifyimg {
    color: #fff;
}
.dark-mode .aside {
    background: #22242b;
    border-inline-start-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
}
.dark-mode a.icon:hover {
    color: #dcdfed !important;
}
@media (max-width: 992px) {
    .dark-mode .about-con {
        border-block-end-color: rgba(255, 255, 255, 0.1);
    }
}
@media (max-width: 480px) {
    .dark-mode .tabs-menu ul li a,
    .dark-mode .tabs-menu1 ul li {
        border-color: rgba(255, 255, 255, 0.1);
    }
}
@media (max-width: 320px) {
    .dark-mode .construction .btn.btn-icon {
        color: #fff;
    }
}
@media (max-width: 360px) {
    .dark-mode .breadcrumb {
        color: #fff;
    }
}
@media (max-width: 768px) {
    .dark-mode .richText .richText-toolbar ul li a {
        border: rgba(0, 40, 100, 0.12) solid 1px;
    }
    .dark-mode .richText .richText-toolbar ul li {
        -webkit-border-after: rgba(255, 255, 255, 0.1) solid 1px;
        border-block-end: rgba(255, 255, 255, 0.1) solid 1px;
    }
    .dark-mode .richText .richText-toolbar {
        -webkit-border-after: 0 !important;
        border-block-end: 0 !important;
    }
}
.dark-mode .stamp {
    color: #fff;
    background: #868e96;
}
.dark-mode .example {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .example-bg {
    background: #22242b;
}
.dark-mode .colorinput-color {
    border: 3px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.dark-mode .colorinput-input:focus ~ .colorinput-color {
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 0 0 2px rgba(98, 58, 162, 0.25);
    box-shadow: 0 0 0 2px rgba(98, 58, 162, 0.25);
}
.dark-mode #back-to-top {
    color: #fff;
}
.dark-mode #back-to-top:hover {
    background: #fff !important;
}
.dark-mode .features span {
    color: #43414e;
}
.dark-mode .feature .border {
    color: #fff;
}
.dark-mode .actions:not(.a-alt) > li > a > i {
    color: #939393;
}
.dark-mode #sidebar li a.active {
    background: #22242b;
}
.dark-mode #sidebar li a.active a[data-toggle="collapse"] {
    background: #22242b;
}
.dark-mode .line-divide {
    border-color: rgba(218, 216, 219, 0.2);
}
.dark-mode .activity {
    border-inline-start-color: rgba(0, 0, 0, 0.125);
}
.dark-mode .username {
    color: #fff;
}
.dark-mode .username + p {
    color: #f2f2f2;
}
.dark-mode #user-profile .profile-details ul > li > span {
    color: #643ba2;
}
@media (max-width: 1024px) {
    .dark-mode body.search-show:before,
    .dark-mode body.sidebar-show:before {
        background-color: rgba(0, 0, 0, 0.4);
    }
}
@media (max-width: 575.98px) {
    .dark-mode .header .form-inline .search-element .form-control {
        background: #22242b;
    }
    .dark-mode .form-control.header-search {
        color: #000;
    }
    .dark-mode .header .form-inline .btn {
        color: #46494a !important;
    }
    .dark-mode .header .form-inline .form-control::-webkit-input-placeholder {
        color: #fff !important;
    }
    .dark-mode .header .navsearch i {
        color: #fff;
    }
}
.dark-mode .settings {
    color: #fff;
}
.dark-mode .member {
    background: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 998px) and (min-width: 768px) {
    .dark-mode .note-popover .popover-content,
    .dark-mode .card-header.note-toolbar {
        background: #22242b;
    }
}
.dark-mode .material-switch > label::before {
    background: #f0f8ff;
    -webkit-box-shadow: inset 0px 0px 10px rgba(42, 38, 53, 0.5);
    box-shadow: inset 0px 0px 10px rgba(42, 38, 53, 0.5);
}
.dark-mode .material-switch > label::after {
    background: #3d3d5a;
    -webkit-box-shadow: 0px 0px 5px rgba(42, 38, 53, 0.9);
    box-shadow: 0px 0px 5px rgba(42, 38, 53, 0.9);
}
.dark-mode .material-switch > input[type="checkbox"]:checked + label::before,
.dark-mode .material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
}
.dark-mode .sw-theme-default > ul.step-anchor > li > a::after {
    background: none !important;
}
.dark-mode .border-transparet {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .breadcrumb .breadcrumb-item.active,
.dark-mode .breadcrumb-item1 a {
    color: var(--primary-bg-color);
}
.dark-mode .input-group.input-indec .form-control {
    border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 992px) {
    .dark-mode .main-header-center .form-control {
        background: #22242b;
        border-color: rgba(255, 255, 255, 0.1);
    }
    .dark-mode .header-right-icons .nav-link.icon {
        border-color: rgba(255, 255, 255, 0.1);
    }
    .dark-mode.header-light .main-header-center .form-control {
        background: #fff;
        border: 1px solid #e9edf4;
    }
}
@media (min-width: 992px) {
    .dark-mode .main-header-center .btn {
        background-color: transparent;
        color: #b4bdce;
        border-color: rgba(255, 255, 255, 0.1);
    }
}
.dark-mode .pulse-danger {
    background: #ee335e;
}
.dark-mode .pulse-danger:before {
    background: rgba(238, 51, 94, 0.8);
    -webkit-box-shadow: 0 0 0 rgba(238, 51, 94, 0.9);
    box-shadow: 0 0 0 rgba(238, 51, 94, 0.9);
}
.dark-mode .pulse {
    background: #22c03c;
}
.dark-mode .pulse:before {
    background: rgba(34, 192, 60, 0.6);
    -webkit-box-shadow: 0 0 0 rgba(34, 192, 60, 0.9);
    box-shadow: 0 0 0 rgba(34, 192, 60, 0.9);
}
.dark-mode .progress.info1 {
    background: #fed5db;
}
.dark-mode .progress.secondary {
    background: #f9d1bd;
}
.dark-mode .avatar {
    color: #fff;
}
.dark-mode .badge-success-light {
    background-color: rgba(19, 191, 27, 0.15) !important;
    color: #13bf1b;
}
.dark-mode .badge-orange-light {
    color: #e17626;
    background-color: rgba(225, 118, 38, 0.15);
}
.dark-mode .badge-primary-light {
    color: var(--primary-bg-color);
    background-color: var(--primary01);
}
.dark-mode .badge-danger-light {
    color: #f33819;
    background-color: rgba(243, 56, 25, 0.15);
}
.dark-mode .badge.bg-white {
    background-color: #fff !important;
}
.dark-mode .browser-stats img {
    background: #1a1c23;
}
.dark-mode .box-shadow-primary {
    -webkit-box-shadow: 0 5px 10px #42444a;
    box-shadow: 0 5px 10px #42444a;
}
.dark-mode .box-shadow-secondary {
    -webkit-box-shadow: 0 5px 10px #4e4642;
    box-shadow: 0 5px 10px #4e4642;
}
.dark-mode .box-shadow-success {
    -webkit-box-shadow: 0 5px 10px #45504e;
    box-shadow: 0 5px 10px #45504e;
}
.dark-mode .box-shadow-danger {
    -webkit-box-shadow: 0 5px 10px #524a4b;
    box-shadow: 0 5px 10px #524a4b;
}
.dark-mode .box-shadow-pink {
    -webkit-box-shadow: 0 5px 10px #544c4f;
    box-shadow: 0 5px 10px #544c4f;
}
.dark-mode .sidebar .tab-menu-heading {
    background: var(--primary-bg-color);
    color: #fff;
}
.dark-mode .sidebar-right .dropdown-item h6 {
    color: #475569;
}
.dark-mode .nav.panel-tabs a.active {
    color: var(--primary-bg-color);
}
.dark-mode .nav.panel-tabs.panel-secondary a {
    color: #007f6e;
}
.dark-mode .nav.panel-tabs.panel-secondary a.active {
    background-color: #007f6e !important;
    color: #fff;
}
.dark-mode .nav.panel-tabs.panel-danger a {
    color: #e82646;
}
.dark-mode .nav.panel-tabs.panel-danger a.active {
    background-color: #e82646 !important;
    color: #fff;
}
.dark-mode .nav.panel-tabs.panel-success a {
    color: #09ad95;
}
.dark-mode .nav.panel-tabs.panel-success a.active {
    background-color: #09ad95 !important;
    color: #fff;
}
.dark-mode .nav.panel-tabs.panel-info a {
    color: #1170e4;
}
.dark-mode .nav.panel-tabs.panel-info a.active {
    background-color: #1170e4 !important;
    color: #fff;
}
.dark-mode .task-list {
    color: #f0f8ff;
}
.dark-mode .task-list:before {
    border-inline-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .mail-inbox .icons {
    color: #f0f8ff !important;
}
.dark-mode .table-inbox tr td i {
    color: #4e4c6a;
}
.dark-mode .table-inbox tr td i:hover {
    color: #f7284a;
}
.dark-mode .table-inbox tr td .fa-star:hover {
    color: #fbc518;
}
.dark-mode .mail-option .btn-group a.btn,
.dark-mode .mail-option .chk-all {
    border-color: rgba(255, 255, 255, 0.1);
    color: #f0f8ff;
}
.dark-mode .mail-option .btn-group a.all {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dark-mode .inbox-pagination a.np-btn {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .acc-header a {
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .acc-header a.collapsed {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .acc-body {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .card-pay .tabs-menu li a {
    border-color: rgba(255, 255, 255, 0.1);
    color: #f0f8ff;
}
.dark-mode .card-pay .tabs-menu li a.active {
    background: var(--primary-bg-color);
    color: #fff;
}
.dark-mode .main-content-label,
.dark-mode .card-table-two .card-title,
.dark-mode .card-dashboard-eight .card-title {
    color: #f0f8ff;
}
.dark-mode .social-login {
    background: #2f3036;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .user-social-detail .social-profile {
    background: #383862;
}
.dark-mode .sticky.sticky-pin .horizontal-main.hor-menu {
    -webkit-box-shadow: 5px 7px 26px -5px rgba(104, 113, 123, 0.1);
    box-shadow: 5px 7px 26px -5px rgba(104, 113, 123, 0.1);
}
.dark-mode .mini-stat-icon {
    color: #fff;
}
.dark-mode .product-grid6 {
    overflow: hidden;
}
.dark-mode .product-grid6 .price span {
    color: #f0f8ff;
}
.dark-mode .product-grid6 .icons-wishlist li a i {
    color: inherit;
}
.dark-mode .product-grid6 .icons-wishlist li a:hover,
.dark-mode .product-grid6 .icons-wishlist li a:after,
.dark-mode .product-grid6 .icons-wishlist li a:before {
    color: #fff;
}
.dark-mode .product-grid6 .icons li a i {
    color: inherit;
}
.dark-mode .product-grid6 .icons li a:hover,
.dark-mode .product-grid6 .icons li a:after,
.dark-mode .product-grid6 .icons li a:before {
    color: #fff;
}
.dark-mode .apexcharts-radialbar-track.apexcharts-track path {
    stroke: #22242b;
}
.dark-mode .apex-charts text {
    fill: #000200;
}
.dark-mode .offcanvas {
    background: #22242b;
}
.dark-mode .offcanvas-start {
    border-inline-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .offcanvas-end {
    border-inline-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .offcanvas-bottom {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .offcanvas-top {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .toast {
    background: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
}
.dark-mode .toast .toast-header {
    background: #22242b;
    color: #f0f8ff;
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .toast.show .btn-close {
    color: #d5d5d5;
}
.dark-mode .task-icon1:first-child {
    border: 2px solid var(--primary-bg-color);
}
.dark-mode .nav.product-sale a.active {
    background-color: #22242b;
    -webkit-border-after: none;
    border-block-end: none;
}
.dark-mode .profile-cover__img {
    color: #fff;
}
.dark-mode .profile-cover__img .profile-img-1 > img {
    border: 5px solid #ffffff;
}
.dark-mode .profile-cover__img > .h3 {
    color: #393939;
}
.dark-mode .profile-cover__info .nav li {
    color: #464461;
}
.dark-mode .social.social-profile-buttons .social-icon {
    background: #3b366c;
    border-color: rgba(255, 255, 255, 0.1);
    color: #abb4c7;
}
.dark-mode .profile-share {
    border-color: rgba(255, 255, 255, 0.1);
    background: #22242b;
}
.dark-mode .option-dots {
    color: #5c678f;
}
.dark-mode .option-dots:focus,
.dark-mode .option-dots:hover,
.dark-mode .option-dots[aria-expanded="true"] {
    background: #3b3b64;
}
@media (min-width: 601px) {
    .dark-mode .social-profile-buttons .nav {
        color: #999;
    }
}
.dark-mode .social-profile-buttons .nav li {
    color: #464461;
}
.dark-mode .item2-gl-menu {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .item2-gl-menu li a {
    color: #b0b0c5;
}
.dark-mode .item2-gl-menu li .active {
    color: var(--primary-bg-color);
}
.dark-mode .product-label {
    background: rgba(178, 177, 183, 0.1);
}
.dark-mode .ui-state-hover,
.dark-mode .ui-widget-content .ui-state-hover,
.dark-mode .ui-widget-header .ui-state-hover,
.dark-mode .ui-state-focus,
.dark-mode .ui-widget-content .ui-state-focus,
.dark-mode .ui-widget-header .ui-state-focus {
    border-color: var(--primary-bg-color) !important;
    background: var(--primary-bg-color) !important;
}
.dark-mode .ui-widget-content {
    background: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .product-list .icons li a:after,
.dark-mode .product-list .icons li a:before {
    color: #fff;
}
.dark-mode .product-grid6 .card-footer .btn-outline-primary:hover {
    color: #fff;
}
.dark-mode .carousel-inner .carousel-item .thumb {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .carousel-inner .carousel-item .thumb.active {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .customer-services {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .customer-services span {
    background-color: #22242b;
    color: var(--primary-bg-color);
}
.dark-mode .login-social-icon::before,
.dark-mode .login-social-icon::after {
    background-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .login-social-icon span {
    background: #22242b;
}
.dark-mode .custom-layout {
    color: #fff;
}
.dark-mode .custom-layout .nav-link.icon i {
    color: #fff !important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.08);
}
.dark-mode .custom-layout .nav-link.icon i::after {
    background-color: transparent;
}
.dark-mode .dark-mode .custom-layout .nav-link.icon i {
    color: #fff !important;
}
.dark-mode .country-selector .nav-link {
    color: #495046;
}
.dark-mode .country {
    color: #f7f7f7;
}
.dark-mode .country span:hover {
    color: #f7f7f7;
}
.dark-mode .theme-container .active {
    border-color: var(--primary-bg-color);
    background: #22242b;
    color: var(--primary-bg-color);
}
.dark-mode .theme-container1 .active {
    border-color: #e077e3;
    background: #22242b;
    color: #e077e3;
}
.dark-mode .theme-container2 .active {
    border-color: #007f6e;
    background: #22242b;
    color: #007f6e;
}
.dark-mode .settings-icon {
    border-color: var(--primary-bg-color);
}
.dark-mode .input-group-text.input-text-color {
    background-color: #22242b;
}
.dark-mode .payment-icon.active svg {
    fill: #fff;
}
.dark-mode .payment-icon svg {
    fill: #f0f8ff;
}
.dark-mode .notification:before {
    background: var(--primary02);
}
.dark-mode .notification .notification-time .date,
.dark-mode .notification .notification-time .time {
    color: #8f8fb1;
}
.dark-mode .notification .notification-icon a {
    background: #22242b;
    color: #fff;
    border: 3px solid var(--primary-bg-color);
}
.dark-mode .notification .notification-body {
    -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.03);
    background: #22242b;
}
.dark-mode .notification .notification-body:before {
    border: 10px solid transparent;
    border-inline-end-color: #22242b;
}
.dark-mode .notification-time-date {
    color: #8f8fb1;
}
.dark-mode .btn-country {
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #f0f8ff;
    -webkit-box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1) !important;
}
.dark-mode .btn-country:hover {
    border-color: var(--primary-bg-color) !important;
    -webkit-box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1) !important;
}
.dark-mode .btn-check:checked + .btn-country {
    border-color: var(--primary-bg-color) !important;
}
.dark-mode .btn-country.active,
.dark-mode .btn-country:active {
    border-color: var(--primary-bg-color) !important;
}
.dark-mode .email-icon {
    border-color: rgba(255, 255, 255, 0.1);
    color: #5c678f;
}
.dark-mode
    .product-grid6
    .card-footer
    .btn-outline-primary:hover
    .wishlist-icon {
    color: #fff;
}
.dark-mode .btn-outline-primary .wishlist-icon {
    color: var(--primary-bg-color) !important;
}
.dark-mode .btn-outline-primary:hover .wishlist-icon {
    color: #fff !important;
}
.dark-mode #chartZoom .btn-outline-primary:hover {
    color: #fff;
}
.dark-mode .file-image .icons li a {
    color: #fff;
}
.dark-mode .file-image .icons li a:after,
.dark-mode .file-image .icons li a:before,
.dark-mode .file-image .icons li a:hover {
    color: #fff;
}
.dark-mode .file-name {
    color: #fff;
}
.dark-mode .img-1 img {
    border: 6px solid rgba(225, 225, 225, 0.5);
}
.dark-mode .profile-img {
    border-color: rgba(167, 180, 201, 0.2);
    background: rgba(225, 225, 225, 0.2);
}
.dark-mode .demo-gallery > ul > li a {
    border: 3px solid #fff;
}
.dark-mode .demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
}
.dark-mode .demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}
.dark-mode .gallery a img {
    border-color: rgba(0, 0, 0, 0.2);
}
.dark-mode .example + .highlight {
    -webkit-border-before: none;
    border-block-start: none;
}
.dark-mode .highlight {
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-border-before: none;
    border-block-start: none;
    background: #22242b;
}
.dark-mode .highlight .hll {
    background-color: #ffc;
}
.dark-mode .highlight .c {
    color: #999;
}
.dark-mode .highlight .k {
    color: #069;
}
.dark-mode .highlight .o {
    color: #555;
}
.dark-mode .highlight .cm {
    color: #999;
}
.dark-mode .highlight .cp {
    color: #099;
}
.dark-mode .highlight .c1,
.dark-mode .highlight .cs {
    color: #999;
}
.dark-mode .highlight .gd {
    background-color: #fcc;
    border-color: #c00;
}
.dark-mode .highlight .gr {
    color: #f00;
}
.dark-mode .highlight .gh {
    color: #030;
}
.dark-mode .highlight .gi {
    background-color: #cfc;
    border-color: #0c0;
}
.dark-mode .highlight .go {
    color: #aaa;
}
.dark-mode .highlight .gp {
    color: #009;
}
.dark-mode .highlight .gu {
    color: #030;
}
.dark-mode .highlight .gt {
    color: #9c6;
}
.dark-mode .highlight .kc,
.dark-mode .highlight .kd,
.dark-mode .highlight .kn,
.dark-mode .highlight .kp,
.dark-mode .highlight .kr {
    color: #069;
}
.dark-mode .highlight .kt {
    color: #078;
}
.dark-mode .highlight .m {
    color: #f60;
}
.dark-mode .highlight .s {
    color: #cc0099;
}
.dark-mode .highlight .na {
    color: #00cc7a;
}
.dark-mode .highlight .nb {
    color: #366;
}
.dark-mode .highlight .nc {
    color: #0a8;
}
.dark-mode .highlight .no {
    color: #360;
}
.dark-mode .highlight .nd {
    color: #99f;
}
.dark-mode .highlight .ni {
    color: #999;
}
.dark-mode .highlight .ne {
    color: #c00;
}
.dark-mode .highlight .nf {
    color: #c0f;
}
.dark-mode .highlight .nl {
    color: #99f;
}
.dark-mode .highlight .nn {
    color: #0cf;
}
.dark-mode .highlight .nt {
    color: #e12020;
}
.dark-mode .highlight .nv {
    color: #033;
}
.dark-mode .highlight .ow {
    color: #000;
}
.dark-mode .highlight .w {
    color: #bbb;
}
.dark-mode .highlight .mf,
.dark-mode .highlight .mh,
.dark-mode .highlight .mi,
.dark-mode .highlight .mo {
    color: #f60;
}
.dark-mode .highlight .sb,
.dark-mode .highlight .sc,
.dark-mode .highlight .sd,
.dark-mode .highlight .s2,
.dark-mode .highlight .se,
.dark-mode .highlight .sh {
    color: #c30;
}
.dark-mode .highlight .si {
    color: #a00;
}
.dark-mode .highlight .sx {
    color: #c30;
}
.dark-mode .highlight .sr {
    color: #3aa;
}
.dark-mode .highlight .s1 {
    color: #c30;
}
.dark-mode .highlight .ss {
    color: #fc3;
}
.dark-mode .highlight .bp {
    color: #366;
}
.dark-mode .highlight .vc,
.dark-mode .highlight .vg,
.dark-mode .highlight .vi {
    color: #033;
}
.dark-mode .highlight .il {
    color: #f60;
}
.dark-mode .highlight .css .o {
    color: #999;
}
.dark-mode .highlight .css .o + .nt {
    color: #999;
}
.dark-mode .highlight .css .nt + .nt {
    color: #999;
}
.dark-mode .highlight .language-bash::before,
.dark-mode .highlight .language-sh::before,
.dark-mode .highlight .language-powershell::before {
    color: #009;
}
.dark-mode .label-default {
    background: #d5e0ec;
    color: #fff;
}
.dark-mode .label-success {
    background: #09ad95;
    color: #fff;
}
.dark-mode .label-danger {
    background: #f5334f;
    color: #fff;
}
.dark-mode .label-warning {
    background: #f7b731;
    color: #fff;
}
.dark-mode .label-info {
    background: #1170e4;
    color: #fff;
}
.dark-mode .list-group-item.active {
    background-color: #292948;
    color: #f0f8ff;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .list-group-item-action {
    color: #f0f8ff;
}
.dark-mode .list-group-item-action:hover,
.dark-mode .list-group-item-action:focus,
.dark-mode .list-group-item-action:active {
    color: #f0f8ff;
    background-color: #22242b;
}
.dark-mode .list-group-item,
.dark-mode .listorder,
.dark-mode .listorder1,
.dark-mode .listunorder,
.dark-mode .listunorder1 {
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
    color: #f0f8ff;
}
.dark-mode .list-group-item.disabled,
.dark-mode .list-group-item:disabled {
    color: #545c74;
    background-color: #252542;
}
.dark-mode .list-group-item-primary {
    color: #24426c !important;
    background-color: #cbdbf2;
}
.dark-mode .list-group-item-primary.list-group-item-action:hover,
.dark-mode .list-group-item-primary.list-group-item-action:focus {
    color: #24426c;
    background-color: #b7cded;
}
.dark-mode .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #24426c;
    border-color: #24426c;
}
.dark-mode .list-group-item-secondary {
    color: #464a4e !important;
    background-color: #dddfe2;
}
.dark-mode .list-group-item-secondary.list-group-item-action:hover,
.dark-mode .list-group-item-secondary.list-group-item-action:focus {
    color: #464a4e;
    background-color: #cfd2d6;
}
.dark-mode .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #464a4e;
    border-color: #464a4e;
}
.dark-mode .list-group-item-success {
    color: #09ad95 !important;
    background-color: rgba(9, 173, 149, 0.4);
}
.dark-mode .list-group-item-success.list-group-item-action:hover,
.dark-mode .list-group-item-success.list-group-item-action:focus {
    color: #09ad95;
    background-color: rgba(9, 173, 149, 0.2);
}
.dark-mode .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #09ad95;
    border-color: #09ad95;
}
.dark-mode .list-group-item-info {
    color: #1170e4 !important;
    background-color: rgba(17, 112, 228, 0.4);
}
.dark-mode .list-group-item-info.list-group-item-action:hover,
.dark-mode .list-group-item-info.list-group-item-action:focus {
    color: #1170e4;
    background-color: rgba(17, 112, 228, 0.2);
}
.dark-mode .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);
}
.dark-mode .list-group-item-warning {
    color: #f7b731 !important;
    background-color: rgba(247, 183, 49, 0.4);
}
.dark-mode .list-group-item-warning.list-group-item-action:hover,
.dark-mode .list-group-item-warning.list-group-item-action:focus {
    color: #f7b731;
    background-color: rgba(247, 183, 49, 0.2);
}
.dark-mode .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #f7b731;
    border-color: #f7b731;
}
.dark-mode .list-group-item-danger {
    color: #e82646 !important;
    background-color: rgba(232, 38, 70, 0.4);
}
.dark-mode .list-group-item-danger.list-group-item-action:hover,
.dark-mode .list-group-item-danger.list-group-item-action:focus {
    color: #e82646;
    background-color: rgba(232, 38, 70, 0.2);
}
.dark-mode .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #e82646;
    border-color: #e82646;
}
.dark-mode .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}
.dark-mode .list-group-item-light.list-group-item-action:hover,
.dark-mode .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}
.dark-mode .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}
.dark-mode .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}
.dark-mode .list-group-item-dark.list-group-item-action:hover,
.dark-mode .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}
.dark-mode .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}
.dark-mode .list-group-item {
    border-color: rgba(255, 255, 255, 0.1);
    color: #f0f8ff;
}
.dark-mode .list-group-item.active .icon {
    color: inherit !important;
}
.dark-mode .list-group-item .icon {
    color: #f0f8ff !important;
}
.dark-mode .list-group-transparent .list-group-item.active {
    background: #3b3b60;
    color: #f0f8ff;
}
.dark-mode .list-group-transparent.file-manager .list-group-item {
    color: #f0f8ff;
}
.dark-mode
    .list-group-transparent.file-manager.file-manager-border
    .list-group-item {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .file-image-1 {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .file-image-1 .file-name-1 {
    color: #f0f8ff;
}
.dark-mode .file-radius-attachments i {
    color: #f0f8ff;
}
.dark-mode .file-square-attachments a {
    color: #f0f8ff;
}
.dark-mode .btn-close {
    color: #f0f8ff;
}
.dark-mode .btn-close:hover,
.dark-mode .btn-close:focus {
    color: inherit;
}
.dark-mode .navbar-toggler {
    background-color: transparent;
    border-color: transparent;
}
@media (min-width: 992px) {
    .dark-mode .responsive-navbar .navbar-collapse {
        background: transparent;
    }
}
.dark-mode .navbar-light .navbar-brand {
    color: #f0f8ff;
}
.dark-mode .navbar-light .navbar-brand:hover,
.dark-mode .navbar-light .navbar-brand:focus {
    color: #f0f8ff;
}
.dark-mode .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.dark-mode .navbar-light .navbar-nav .nav-link:hover,
.dark-mode .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}
.dark-mode .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.dark-mode .navbar-light .navbar-nav .show > .nav-link,
.dark-mode .navbar-light .navbar-nav .active > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.dark-mode .navbar-light .navbar-nav .nav-link.show,
.dark-mode .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}
.dark-mode .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.dark-mode .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.dark-mode .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.dark-mode .navbar-light .navbar-text a:hover,
.dark-mode .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}
.dark-mode .navbar-dark .navbar-brand {
    color: #fff;
}
.dark-mode .navbar-dark .navbar-brand:hover,
.dark-mode .navbar-dark .navbar-brand:focus {
    color: #fff;
}
.dark-mode .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.dark-mode .navbar-dark .navbar-nav .nav-link:hover,
.dark-mode .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}
.dark-mode .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.dark-mode .navbar-dark .navbar-nav .show > .nav-link,
.dark-mode .navbar-dark .navbar-nav .active > .nav-link {
    color: #fff;
}
.dark-mode .navbar-dark .navbar-nav .nav-link.show,
.dark-mode .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}
.dark-mode .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.dark-mode .navbar-dark .navbar-text a {
    color: #fff;
}
.dark-mode .navbar-dark .navbar-text a:hover,
.dark-mode .navbar-dark .navbar-text a:focus {
    color: #fff;
}
@media (max-width: 992px) {
    .dark-mode .navresponsive-toggler span {
        color: #dcdfed;
    }
    .dark-mode .navresponsive-toggler span:after {
        background: rgba(var(--primary-bg-color), 0);
    }
    .dark-mode .responsive-navbar .navbar-collapse .icon.navsearch {
        border-color: #e4e6f9;
    }
}
@media (max-width: 991px) {
    .dark-mode .responsive-navbar .navbar-collapse {
        background: #22242b;
        -webkit-box-shadow: 0 12px 11px -3px rgba(104, 113, 123, 0.1);
        box-shadow: 0 12px 11px -3px rgba(104, 113, 123, 0.1);
        border-block-start-color: rgba(255, 255, 255, 0.1);
    }
}
.dark-mode .scrollspy-example {
    border-inline-end-color: rgba(255, 255, 255, 0.1);
    border-inline-start-color: rgba(255, 255, 255, 0.1);
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .scrollspy-example-2 {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode #navbar-example3 .nav-link {
    color: #f0f8ff;
}
.dark-mode #navbar-example3 .nav-link.active {
    color: #fff;
}
.dark-mode .nav-link:focus,
.dark-mode .nav-link:hover {
    color: var(--primary-bg-color);
}
.dark-mode .pricing {
    color: #fff;
}
.dark-mode .pricing1 {
    color: #707070;
}
.dark-mode .pricing .list-unstyled li {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .pricing1 .list-unstyled li {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .panel-heading {
    border-block-end-color: rgba(255, 255, 255, 0.2);
    background: #22242b;
}
.dark-mode .panel.price {
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 #0e0f2e;
    box-shadow: 0 0.15rem 1.75rem 0 #0e0f2e;
    background: #22242b;
}
.dark-mode .panel.price > .panel-heading {
    color: #fff;
}
.dark-mode .price .panel-footer {
    background-color: #22242b;
}
.dark-mode .price.panel-color > .panel-body {
    background-color: #22242b;
}
.dark-mode .ribbone1-price .ribbon span {
    color: #fff;
    background: #79a70a;
    background: var(--primary-bg-color);
    -webkit-box-shadow: 0 3px 10px -5px black;
    box-shadow: 0 3px 10px -5px black;
}
.dark-mode .ribbone1-price .ribbon span::before {
    -webkit-border-start: 3px solid var(--primary-bg-color);
    border-inline-start: 3px solid var(--primary-bg-color);
    -webkit-border-end: 3px solid transparent;
    border-inline-end: 3px solid transparent;
    -webkit-border-after: 3px solid transparent;
    border-block-end: 3px solid transparent;
    -webkit-border-before: 3px solid var(--primary-bg-color);
    border-block-start: 3px solid var(--primary-bg-color);
}
.dark-mode .ribbone1-price .ribbon span::after {
    -webkit-border-start: 3px solid transparent;
    border-inline-start: 3px solid transparent;
    -webkit-border-end: 3px solid var(--primary-bg-color);
    border-inline-end: 3px solid var(--primary-bg-color);
    -webkit-border-after: 3px solid transparent;
    border-block-end: 3px solid transparent;
    -webkit-border-before: 3px solid var(--primary-bg-color);
    border-block-start: 3px solid var(--primary-bg-color);
}
.dark-mode .secondary .pricing-divider {
    background: #22242b;
}
.dark-mode .danger .pricing-divider {
    background: #22242b !important;
}
.dark-mode .primary .pricing-divider {
    background: #22242b !important;
}
.dark-mode .success .pricing-divider {
    background: #22242b;
}
.dark-mode .rating-stars input {
    color: #495057;
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .tabs-menu ul li a {
    color: #f0f8ff;
}
.dark-mode .tabs-menu ul li .active {
    color: var(--primary-bg-color);
}
.dark-mode .tabs-menu1 ul li a {
    color: #f0f8ff;
}
.dark-mode .tab-menu-heading {
    border-block-end-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-mode .tabs-menu2 ul li a {
    color: #636262;
}
.dark-mode .tabs-menu2 ul li .fade {
    color: rgba(238, 238, 238, 0.9333333333);
}
.dark-mode .search-tabs ul li a.active {
    -webkit-border-after: 3px solid var(--primary-bg-color);
    border-block-end: 3px solid var(--primary-bg-color);
    background-color: transparent !important;
}
.dark-mode .search-tabs ul li a:hover {
    background-color: transparent !important;
}
.dark-mode .tabs-menu-border ul li .active {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .tabs-menu-boxed ul li a {
    color: #f0f8ff;
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .tabs-menu-boxed ul li .active {
    border-color: rgba(255, 255, 255, 0.1);
    border-block-end-color: transparent;
}
.dark-mode .tab_wrapper .content_wrapper .accordian_header {
    border-block-end-color: rgba(255, 255, 255, 0.1);
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .tab_wrapper .content_wrapper .accordian_header .arrow {
    background: transparent;
    border-block-start-color: rgba(255, 255, 255, 0.3);
    border-inline-start-color: rgba(255, 255, 255, 0.3);
}
.dark-mode .tab_wrapper .content_wrapper .accordian_header.active {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .timeline__item:after {
    background: #fff !important;
}
.dark-mode .timeline__content {
    background-color: #22242b;
}
.dark-mode .timeline:before {
    background-color: #e9ecef;
}
.dark-mode .timeline-item:first-child:before,
.dark-mode .timeline-item:last-child:before {
    background: #22242b;
}
.dark-mode .timeline-badge {
    border-color: #fff;
    background: #adb5bd;
}
.dark-mode .timeline-time {
    color: #9aa0ac;
}
.dark-mode .timeline__item--right .timeline__content:before {
    -webkit-border-end: 12px solid rgba(238, 232, 239, 0.9);
    border-inline-end: 12px solid rgba(238, 232, 239, 0.9);
}
.dark-mode ul.timeline:before {
    background: #d4d9df;
}
.dark-mode ul.timeline > li:before {
    border-color: #6c6c6f;
}
.dark-mode .vtimeline::before {
    background-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .vtimeline .timeline-wrapper .timeline-panel {
    background: #22242b;
    -webkit-box-shadow: 0 5px 12px 0 #101329;
    box-shadow: 0 5px 12px 0 #101329;
}
.dark-mode .vtimeline .timeline-wrapper .timeline-panel:after {
    -webkit-border-before: 10px solid transparent;
    border-block-start: 10px solid transparent;
    border-inline-start-color: rgba(255, 255, 255, 0.1);
    border-inline-end-color: rgba(255, 255, 255, 0.1);
    -webkit-border-after: 10px solid transparent;
    border-block-end: 10px solid transparent;
}
.dark-mode .vtimeline .timeline-wrapper .timeline-badge {
    border-color: #1a1c23;
}
.dark-mode .vtimeline .timeline-wrapper .timeline-badge i {
    color: #fff;
}
.dark-mode
    .vtimeline
    .timeline-wrapper.timeline-inverted
    .timeline-panel:after {
    border-inline-start-width: 0;
    border-inline-end-width: 10px;
}
.dark-mode .timeline-wrapper-primary .timeline-panel:before,
.dark-mode .timeline-wrapper-primary .timeline-badge {
    background: var(--primary-bg-color);
}
.dark-mode .timeline-wrapper-secondary .timeline-panel:before,
.dark-mode .timeline-wrapper-secondary .timeline-badge {
    background: #007f6e;
}
.dark-mode .timeline-wrapper-success .timeline-panel:before,
.dark-mode .timeline-wrapper-success .timeline-badge {
    background: #09ad95;
}
.dark-mode .timeline-wrapper-green .timeline-panel:before,
.dark-mode .timeline-wrapper-green .timeline-badge {
    background: #4ecc48;
}
.dark-mode .timeline-wrapper-warning .timeline-panel:before,
.dark-mode .timeline-wrapper-warning .timeline-badge {
    background: #fcd539;
}
.dark-mode .timeline-wrapper-danger .timeline-panel:before,
.dark-mode .timeline-wrapper-danger .timeline-badge {
    background: #f16d75;
}
.dark-mode .timeline-wrapper-light .timeline-panel:before,
.dark-mode .timeline-wrapper-light .timeline-badge {
    background: #22242b;
}
.dark-mode .timeline-wrapper-dark .timeline-panel:before,
.dark-mode .timeline-wrapper-dark .timeline-badge {
    background: #828db1;
}
@media (max-width: 767px) {
    .dark-mode .vtimeline .timeline-wrapper .timeline-panel:after {
        -webkit-border-end: 14px solid rgba(255, 255, 255, 0.2) !important;
        border-inline-end: 14px solid rgba(255, 255, 255, 0.2) !important;
        -webkit-border-start: 0 solid rgba(255, 255, 255, 0.2) !important;
        border-inline-start: 0 solid rgba(255, 255, 255, 0.2) !important;
    }
}
.dark-mode .footer {
    background: #22242b;
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .footer .social ul li a {
    border-color: rgba(255, 255, 255, 0.1);
    background: #1a1c23;
    color: #f0f8ff;
}
.dark-mode .top-footer p {
    color: #f0f8ff;
}
.dark-mode .top-footer a {
    color: #f0f8ff;
}
.dark-mode .top-footer a address {
    color: #f0f8ff;
}
.dark-mode .top-footer img {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .top-footer img:hover {
    color: #8e9090;
}
.dark-mode .footer-payments a {
    color: #a7a8c7;
}
.dark-mode .main-footer {
    background-color: #22242b;
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .header {
    background: #22242b;
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .header-brand,
.dark-mode .app-header .header-brand,
.dark-mode .header-brand:hover {
    color: inherit;
}
@media (max-width: 767px) {
    .dark-mode .header.hor-header {
        border-block-end-color: rgba(255, 255, 255, 0.1);
        -webkit-box-shadow: 0 8px 24px #22242b;
        box-shadow: 0 8px 24px #22242b;
    }
    .dark-mode .hor-header .header-brand-img.light-logo {
        margin: 0 auto;
        -webkit-margin-before: 6px;
        margin-block-start: 6px;
    }
}
.dark-mode .header .form-inline .form-control {
    border-color: rgba(225, 225, 225, 0.1);
    background: rgba(225, 225, 225, 0.3);
    color: #000 !important;
}
.dark-mode .header .form-inline .btn {
    border: 2px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    color: #fff;
}
@media (max-width: 767.98px) and (min-width: 576px) {
    .dark-mode .header .navsearch i {
        color: #fff;
    }
    .dark-mode .search-element .form-control {
        background: #fff !important;
        color: #000;
    }
    .dark-mode .header .form-inline .form-control::-webkit-input-placeholder {
        color: #f0f8ff;
    }
    .dark-mode .header .navsearch i {
        color: #fff;
    }
    .dark-mode .header .form-inline .btn {
        color: #46494a !important;
    }
}
@media only screen and (max-width: 991px) {
    .dark-mode .animated-arrow span:before,
    .dark-mode .animated-arrow span:after {
        background: #475569;
    }
    .dark-mode .animated-arrow span:before,
    .dark-mode .animated-arrow span:after {
        background: #475569;
    }
}
@media only screen and (max-width: 991px) {
    .dark-mode body {
        background-color: #22242b;
    }
}
.dark-mode .hor-header .header-brand1 {
    color: inherit;
}
.dark-mode .header-right-icons .nav-link.icon:hover {
    background: none;
}
.dark-mode .header-right-icons .profile-user:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dark-mode .hor-header .header-right-icons .nav-link.icon {
    color: #dcdfed;
}
.dark-mode.header-light .hor-header .header-right-icons .nav-link.icon {
    color: var(--primary-bg-color) !important;
}
.dark-mode .logo-horizontal .header-brand-img.desktop-logo {
    display: block;
}
.dark-mode.horizontal.header-light
    .logo-horizontal
    .header-brand-img.light-logo1 {
    display: block;
}
.dark-mode.horizontal.header-light
    .logo-horizontal
    .header-brand-img.desktop-logo {
    display: none;
}
.dark-mode .hor-header .header-brand-img.light-logo {
    display: block;
}
@media (max-width: 992px) {
    .dark-mode .header {
        border-block-end-color: rgba(255, 255, 255, 0.2);
    }
}
.dark-mode .header .dropdown-menu {
    -webkit-box-shadow: 0 10px 40px 0 rgba(104, 113, 123, 0.2);
    box-shadow: 0 10px 40px 0 rgba(104, 113, 123, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .header .dropdown-menu .dropdown-item {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .header .dropdown-item,
.dark-mode .header .notifications-menu h5,
.dark-mode .header .message-menu h5 {
    color: #f0f8ff;
}
.dark-mode .header .notifications-menu span,
.dark-mode .header .message-menu span {
    color: #f0f8ff;
}
.dark-mode .header .dropdown-menu {
    -webkit-box-shadow: 0 10px 40px 0 rgba(104, 113, 123, 0.2);
    box-shadow: 0 10px 40px 0 rgba(104, 113, 123, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .header .dropdown-menu .dropdown-item {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .header .profile-1 .dropdown-item .dropdown-icon {
    color: var(--primary-bg-color);
}
.dark-mode .header .profile-1 .dropdown-item .dropdown-icon::after {
    background: rgba(var(--primary-bg-color), 0);
}
.dark-mode .responsive-navbar .notifications-menu h5,
.dark-mode .responsive-navbar .message-menu h5 {
    color: #f0f8ff;
}
.dark-mode .responsive-navbar .notifications-menu span,
.dark-mode .responsive-navbar .message-menu span {
    color: #f0f8ff;
}
.dark-mode .responsive-navbar .dropdown-menu {
    -webkit-box-shadow: 0 10px 40px 0 rgb(26, 28, 35);
    box-shadow: 0 10px 40px 0 rgb(26, 28, 35);
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .responsive-navbar .dropdown-menu .dropdown-item {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .responsive-navbar .profile-1 .dropdown-item .dropdown-icon {
    color: var(--primary-bg-color);
}
.dark-mode .responsive-navbar .profile-1 .dropdown-item .dropdown-icon::after {
    background: rgba(var(--primary-bg-color), 0);
}
@media only screen and (max-width: 991px) {
    .dark-mode .horizontal-header {
        border-block-end-color: rgba(0, 0, 0, 0.1);
        border-block-start-color: rgba(0, 0, 0, 0.1);
    }
    .dark-mode .callusbtn {
        color: #a9a9a9;
    }
    .dark-mode .callusbtn:hover .fa {
        color: #a9a9a9;
    }
    .dark-mode .animated-arrow span {
        background: #f0f8ff;
    }
    .dark-mode .animated-arrow span:before,
    .dark-mode .animated-arrow span:after {
        background: #f0f8ff;
    }
    .dark-mode.active .animated-arrow span {
        background-color: transparent;
    }
    .dark-mode .horizontal-overlapbg {
        background-color: rgba(0, 0, 0, 0.45);
    }
}
.dark-mode .mega-menubg {
    background: #22242b;
    -webkit-box-shadow: 0 10px 40px 0 rgba(104, 113, 123, 0.1);
    box-shadow: 0 10px 40px 0 rgba(104, 113, 123, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .horizontal-main.hor-menu {
    background: #22242b;
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .icons-list-item {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .icons-list-item i {
    color: #8080a1;
}
.dark-mode .browser {
    background: no-repeat center/100% 100%;
}
.dark-mode .flag,
.dark-mode .payment {
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.dark-mode .col-sm-3 a {
    border-color: transparent;
}
.dark-mode .col-sm-3 a:hover {
    border-color: #ff4647;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(56, 123, 131, 0.7)),
        to(rgba(56, 123, 131, 0.7))
    );
    background: linear-gradient(
        rgba(56, 123, 131, 0.7),
        rgba(56, 123, 131, 0.7)
    );
}
.dark-mode .ui-datepicker {
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .ui-datepicker .ui-datepicker-header {
    color: #f0f8ff;
}
.dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    text-indent: -99999px;
    color: #6c757d;
}
.dark-mode
    .ui-datepicker
    .ui-datepicker-header
    .ui-datepicker-next:hover::before,
.dark-mode
    .ui-datepicker
    .ui-datepicker-header
    .ui-datepicker-next:focus::before {
    color: #343a40;
}
.dark-mode
    .ui-datepicker
    .ui-datepicker-header
    .ui-datepicker-prev:hover::before,
.dark-mode
    .ui-datepicker
    .ui-datepicker-header
    .ui-datepicker-prev:focus::before {
    color: #343a40;
}
.dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover,
.dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
    color: #f0f8ff;
}
.dark-mode .ui-datepicker .ui-datepicker-calendar th {
    color: #f0f8ff;
}
.dark-mode .ui-datepicker .ui-datepicker-calendar td {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .ui-datepicker .ui-datepicker-calendar td span {
    background-color: #22242b;
    color: #f0f8ff;
}
.dark-mode .ui-datepicker .ui-datepicker-calendar td a {
    background-color: #22242b;
    color: #f0f8ff;
}
.dark-mode .ui-datepicker .ui-datepicker-calendar td a:hover {
    background-color: #22242b;
    color: #f0f8ff;
}
.dark-mode .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
    background-color: #22242b;
    color: #f0f8ff;
}
.dark-mode .jvectormap-tip {
    background: #f0f8ff;
    color: white;
}
.dark-mode .jvectormap-zoomin,
.dark-mode .jvectormap-zoomout,
.dark-mode .jvectormap-goback {
    background: #45456c;
    color: white;
}
.dark-mode .jvectormap-legend {
    background: black;
    color: white;
}
.dark-mode .select2-container--default .select2-selection--single {
    border-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-mode
    .select2-container--default.select2-container--focus
    .select2-selection--multiple {
    background-color: #22242b;
    border-color: #9ca3b1;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dark-mode .select2-container--default .select2-selection--multiple {
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-mode
    .select2-container--default
    .select2-search--dropdown
    .select2-search__field {
    border-color: rgba(255, 255, 255, 0.1) !important;
    background: #22242b;
}
.dark-mode
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice,
.dark-mode
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #fff !important;
}
.dark-mode
    .select2-container--default
    .select2-results
    > .select2-results__options {
    -webkit-box-shadow: 0px 16px 18px rgba(104, 113, 123, 0.2);
    box-shadow: 0px 16px 18px rgba(104, 113, 123, 0.2);
}
.dark-mode
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #f0f8ff;
}
.dark-mode
    .select2-container--default.select2-container--disabled
    .select2-selection--single {
    background: #22242b;
}
.dark-mode .selectgroup-button {
    border-color: rgba(255, 255, 255, 0.1);
    color: #9aa0ac;
}
.dark-mode .selectgroup-input:checked + .selectgroup-button {
    background: #22242b;
}
.dark-mode .selectgroup-input:focus + .selectgroup-button {
    -webkit-box-shadow: 0 0 0 2px rgba(98, 58, 162, 0.25);
    box-shadow: 0 0 0 2px rgba(98, 58, 162, 0.25);
}
.dark-mode .selectize-dropdown {
    color: #495057;
}
.dark-mode .selectize-input {
    color: #495057;
    background: #22242b;
}
.dark-mode .selectize-input input {
    color: #495057;
}
.dark-mode .selectize-input {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .selectize-input.full {
    background-color: #22242b;
}
.dark-mode .selectize-input.focus {
    border-color: #467fcf;
    -webkit-box-shadow: 0 0 0 2px rgba(98, 58, 162, 0.25);
    box-shadow: 0 0 0 2px rgba(98, 58, 162, 0.25);
}
.dark-mode .selectize-input.dropdown-active::before {
    background: #f0f0f0;
}
.dark-mode .selectize-dropdown {
    border-color: rgba(255, 255, 255, 0.1);
    background: #22242b;
}
.dark-mode .selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
}
.dark-mode .selectize-dropdown .optgroup-header {
    color: #495057;
    background: #22242b;
}
.dark-mode .selectize-dropdown .active {
    background-color: #f1f4f8;
    color: #467fcf;
}
.dark-mode .selectize-dropdown .active.create {
    color: #495057;
}
.dark-mode .selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5);
}
.dark-mode .selectize-dropdown .image img,
.dark-mode .selectize-input .image img {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
    .dark-mode .side-header {
        background: #22242b;
    }
}
@media print {
    .dark-mode .app-content {
        background-color: #22242b;
    }
}
.dark-mode .app-header {
    border-block-end-color: rgba(255, 255, 255, 0.1);
    background: #22242b;
}
.dark-mode .app-header__logo {
    color: #fff;
}
.dark-mode .app-sidebar__toggle {
    color: #f0f8ff;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .app-sidebar {
    color: #f0f8ff;
    background: #22242b !important;
    -webkit-box-shadow: 0px 8px 14.72px 1.28px rgba(42, 38, 53, 0.5);
    box-shadow: 0px 8px 14.72px 1.28px rgba(42, 38, 53, 0.5);
    border-inline-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .app-sidebar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}
.dark-mode .app-sidebar__user {
    color: #a8a8a8;
}
.dark-mode .app-sidebar__user img {
    -webkit-box-shadow: 0 0 25px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(44, 44, 44, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(44, 44, 44, 0.2);
}
.dark-mode .app-sidebar__user-name,
.dark-mode .app-sidebar__user-designation {
    color: #e5e9ec;
}
.dark-mode .sidenav-menu-item {
    color: #f0f8ff;
}
.dark-mode .sidenav-menu-item.active {
    color: #fff;
}
.dark-mode .sidenav-menu-item.active:hover,
.dark-mode .sidenav-menu-item.active:focus {
    color: #fff;
}
.dark-mode .sidenav-menu-item:hover,
.dark-mode .sidenav-menu-item:focus {
    color: #fff;
}
.dark-mode .sidenav-menu-item:hover .side-menu__icon,
.dark-mode .sidenav-menu-item:hover .side-menu__label {
    color: #fff !important;
}
.dark-mode .sidenav-menu-item:focus .side-menu__icon,
.dark-mode .sidenav-menu-item:focus .side-menu__label {
    color: #fff !important;
}
.dark-mode .slide-item.active,
.dark-mode .slide-item:hover,
.dark-mode .slide-item:focus {
    color: #b5c1d2;
}
.dark-mode .slide-menu a.active {
    color: var(--primary-bg-color);
}
.dark-mode .slide-item.active,
.dark-mode .slide-item:hover,
.dark-mode .slide-item:focus {
    color: var(--primary-bg-color) !important;
}
.dark-mode .sub-slide-item.active,
.dark-mode .sub-slide-item:hover,
.dark-mode .sub-slide-item:focus,
.dark-mode .sub-slide-item2.active,
.dark-mode .sub-slide-item2:hover,
.dark-mode .sub-slide-item2:focus,
.dark-mode .sub-side-menu__label.active,
.dark-mode .sub-side-menu__label:hover,
.dark-mode .sub-side-menu__label:focus,
.dark-mode .sub-side-menu__label1.active,
.dark-mode .sub-side-menu__label1:hover,
.dark-mode .sub-side-menu__label1:focus,
.dark-mode .sub-side-menu__label2.active,
.dark-mode .sub-side-menu__label2:hover,
.dark-mode .sub-side-menu__label2:focus {
    color: var(--primary-bg-color) !important;
}
.dark-mode .slide-menu li .slide-item:before {
    color: #68798b;
}
.dark-mode .side-menu .side-menu__icon {
    color: #f0f8ff !important;
}
.dark-mode .slide-item {
    color: #f0f8ff;
}
@media (min-width: 992px) {
    .dark-mode .sidebar-mini.sidenav-toggled .side-menu .side-menu__icon {
        background: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dark-mode
        .sidebar-mini.sidenav-toggled
        .sidebar-mini.sidenav-toggled.user-notification::before {
        background: transparent;
    }
    .dark-mode .sidebar-mini.sidenav-toggled .app-sidebar__user {
        border-block-end-color: rgba(225, 225, 225, 0.05);
    }
}
.dark-mode .app-title {
    background-color: #22242b;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.dark-mode .app-breadcrumb {
    background-color: transparent;
}
.dark-mode .user-info .text-dark {
    color: #25252a !important;
}
.dark-mode .user-info .text-muted {
    color: #f0f8ff !important;
}
.dark-mode .side-header {
    border-block-end-color: rgba(255, 255, 255, 0.1);
    border-inline-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .side-menu .sub-category {
    color: rgba(255, 255, 255, 0.3);
}
.dark-mode .side-menu .sub-side-menu__label,
.dark-mode .sub-slide-label,
.dark-mode .sub-side-menu__label2 {
    color: #f0f8ff;
}
.dark-mode .sub-slide-item,
.dark-mode .sub-slide-item2 {
    color: #f0f8ff;
}
.dark-mode .richText {
    border: rgba(255, 255, 255, 0.1) solid 1px;
    background-color: #22242b !important;
}
.dark-mode .richText .richText-toolbar {
    -webkit-border-after: rgba(156, 162, 161, 0) solid 1px;
    border-block-end: rgba(156, 162, 161, 0) solid 1px;
}
.dark-mode .richText .richText-toolbar ul li a {
    -webkit-border-end: rgba(156, 162, 161, 0.2) solid 1px;
    border-inline-end: rgba(156, 162, 161, 0.2) solid 1px;
}
.dark-mode .dark-mode .cal1 .clndr .clndr-table tr .day.event:hover,
.dark-mode .cal1 .clndr .clndr-table tr .day.my-event:hover,
.dark-mode .dark-mode .cal1 .clndr .clndr-table tr .day.today,
.dark-mode .cal1 .clndr .clndr-table tr .day.my-today {
    color: #f0f8ff;
}
.dark-mode .cal1 .clndr .clndr-table .header-days .header-day {
    border-inline-start-color: rgba(255, 255, 255, 0.1);
    border-block-start-color: rgba(255, 255, 255, 0.1);
    border-inline-end-color: rgba(255, 255, 255, 0.1);
    color: #f0f8ff;
}
.dark-mode .cal1 .clndr .clndr-table tr .day.event:hover,
.dark-mode
    .cal1
    .clndr
    .clndr-table
    .cal1
    .clndr
    .clndr-table
    tr
    .day.my-event:hover {
    color: #f0f8ff;
}
.dark-mode .cal1 .clndr .clndr-table tr:last-child .day,
.dark-mode
    .cal1
    .clndr
    .clndr-table
    .cal1
    .clndr
    .clndr-table
    tr:last-child
    .my-day {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .cal1 .clndr .clndr-table tr .empty,
.dark-mode .cal1 .clndr .clndr-table tr .adjacent-month,
.dark-mode .cal1 .clndr .clndr-table tr .my-empty,
.dark-mode .cal1 .clndr .clndr-table tr .my-adjacent-month {
    border-inline-start-color: rgba(255, 255, 255, 0.1);
    border-block-start-color: rgba(255, 255, 255, 0.1);
    color: #f0f8ff;
}
.dark-mode .cal1 .clndr .clndr-table tr .day {
    border-inline-start-color: rgba(255, 255, 255, 0.1);
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .cal1 .clndr .clndr-table tr .day.event,
.dark-mode .cal1 .clndr .clndr-table tr .day.my-event {
    background: #252548 !important;
}
.dark-mode .cal1 .clndr .clndr-table tr .day:last-child {
    border-inline-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .cal1 .clndr .clndr-table tr .day:hover {
    background: #2e2e4a;
}
.dark-mode .cal1 .clndr .clndr-controls {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: transparent;
}
.dark-mode
    .cal1
    .clndr
    .clndr-controls
    .clndr-control-button
    .clndr-previous-button,
.dark-mode
    .cal1
    .clndr
    .clndr-controls
    .clndr-control-button
    .clndr-next-button {
    color: #fff;
}
.dark-mode .fc-unthemed .fc-content,
.dark-mode .fc-unthemed .fc-divider,
.dark-mode .fc-unthemed .fc-list-heading td,
.dark-mode .fc-unthemed .fc-list-view,
.dark-mode .fc-unthemed .fc-popover,
.dark-mode .fc-unthemed .fc-row,
.dark-mode .fc-unthemed tbody,
.dark-mode .fc-unthemed td,
.dark-mode .fc-unthemed th,
.dark-mode .fc-unthemed thead {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .fc-event,
.dark-mode .fc-event-dot {
    color: rgba(255, 255, 255, 0.1) !important;
}
.dark-mode .fc-unthemed .fc-divider,
.dark-mode .fc-unthemed .fc-list-heading td,
.dark-mode .fc-unthemed .fc-popover .fc-header {
    background: rgba(255, 255, 255, 0.1);
}
.dark-mode .fc-toolbar .fc-state-active,
.dark-mode .fc-toolbar .ui-state-active {
    background: #b4b4b4;
}
.dark-mode
    .fc-today-button
    fc-button
    fc-state-default
    fc-corner-left
    fc-corner-right
    fc-state-disabled:focus {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.dark-mode .fc-unthemed .fc-list-item:hover td {
    background-color: #eeeeee;
}
.dark-mode .cal1 .clndr .clndr-table tr .empty:hover,
.dark-mode .cal1 .clndr .clndr-table tr .adjacent-month:hover,
.dark-mode .cal1 .clndr .clndr-table tr .my-empty:hover,
.dark-mode .cal1 .clndr .clndr-table tr .my-adjacent-month:hover {
    background: #2f2f50;
}
.dark-mode .instagram {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#de497b),
        to(#e1164f)
    );
    background: linear-gradient(to right bottom, #de497b 0%, #e1164f 100%);
}
.dark-mode .linkedin {
    background-image: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#0d97de),
        to(#13547a)
    );
    background-image: linear-gradient(
        to right bottom,
        #0d97de 0%,
        #13547a 100%
    );
}
.dark-mode .twitter {
    background-image: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#00f2fe),
        to(#1e63c3)
    );
    background-image: linear-gradient(
        to right bottom,
        #00f2fe 0%,
        #1e63c3 100%
    );
}
.dark-mode .facebook {
    background-image: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#3d6cbf),
        to(#1e3c72)
    );
    background-image: linear-gradient(
        to right bottom,
        #3d6cbf 0%,
        #1e3c72 100%
    );
}
.dark-mode .map-header:before {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(5%, rgba(245, 247, 251, 0)),
        color-stop(95%, #22242b)
    );
    background: linear-gradient(
        to bottom,
        rgba(245, 247, 251, 0) 5%,
        #22242b 95%
    );
}
.dark-mode .chart-dropshadow {
    -webkit-filter: drop-shadow(-6px 5px 4px #2a2635);
    filter: drop-shadow(-6px 5px 4px #2a2635);
}
.dark-mode .chart-dropshadow-primary {
    -webkit-filter: drop-shadow(-6px 12px 4px rgba(133, 67, 246, 0.2));
    filter: drop-shadow(-6px 12px 4px rgba(133, 67, 246, 0.2));
}
.dark-mode .chart-dropshadow-primary-1 {
    -webkit-filter: drop-shadow(-6px 12px 4px rgba(133, 67, 246, 0.2));
    filter: drop-shadow(-6px 12px 4px rgba(133, 67, 246, 0.2));
}
.dark-mode .chart-dropshadow-danger {
    -webkit-filter: drop-shadow(-6px 12px 4px rgba(244, 88, 91, 0.1));
    filter: drop-shadow(-6px 5px 4px rgba(244, 88, 91, 0.1));
}
.dark-mode .chart-dropshadow-warning {
    -webkit-filter: drop-shadow(-6px 5px 4px rgba(247, 183, 49, 0.1));
    filter: drop-shadow(-6px 5px 4px rgba(247, 183, 49, 0.1));
}
.dark-mode .BarChartShadow {
    -webkit-filter: drop-shadow(-4px 9px 4px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(-6px 9px 4px rgba(0, 0, 0, 0.3));
}
.dark-mode .chart-dropshadow2 {
    -webkit-filter: drop-shadow(-6px 5px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(-6px 5px 4px rgba(0, 0, 0, 0.2));
}
.dark-mode .chart-dropshadow-secondary {
    -webkit-filter: drop-shadow(-6px 5px 4px rgba(130, 207, 242, 0.1));
    filter: drop-shadow(-6px 5px 4px rgba(130, 207, 242, 0.1));
}
.dark-mode .chart-dropshadow-success {
    -webkit-filter: drop-shadow(-6px 5px 4px rgba(19, 191, 166, 0.1));
    filter: drop-shadow(-6px 5px 4px rgba(19, 191, 166, 0.1));
}
.dark-mode .chart-dropshadow-info {
    -webkit-filter: drop-shadow(-6px 5px 4px rgba(7, 116, 248, 0.1));
    filter: drop-shadow(-6px 5px 4px rgba(7, 116, 248, 0.1));
}
.dark-mode .donutShadow {
    -webkit-filter: drop-shadow(-5px 4px 6px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(-1px 0px 2px rgba(159, 120, 255, 0.5));
}
.dark-mode .donutShadow-yellow {
    -webkit-filter: drop-shadow(-5px 4px 6px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(-1px 0px 2px rgba(251, 196, 52, 0.5));
}
.dark-mode .donutShadow-blue {
    -webkit-filter: drop-shadow(-5px 4px 6px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(-1px 0px 2px rgba(36, 72, 135, 0.5));
}
.dark-mode .main-chat-contacts-wrapper {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .main-chat-list .media {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .main-chat-list .media + .media {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .main-chat-list .media.new {
    background-color: #22242b;
}
.dark-mode .main-chat-list .media.new .media-contact-name span:first-child {
    color: #f0f8ff;
}
.dark-mode .main-chat-list .media.new .media-body p {
    color: #8f9cc0;
}
.dark-mode .main-chat-list .media:hover,
.dark-mode .main-chat-list .media:focus {
    background-color: #22242b;
    border-block-start-color: rgba(255, 255, 255, 0.1);
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .main-chat-list .media:hover:first-child,
.dark-mode .main-chat-list .media:focus:first-child {
    border-block-start-color: transparent;
}
.dark-mode .main-chat-list .media.selected {
    background-color: #252544;
    border-block-start-color: rgba(255, 255, 255, 0.1);
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .main-chat-list .media.selected:first-child {
    border-block-start-color: transparent;
}
.dark-mode
    .main-chat-list
    .media.selected
    .media-contact-name
    span:first-child {
    color: #f0f8ff;
}
.dark-mode .main-chat-list .media.selected .media-body p {
    color: #8f9cc0;
}
.dark-mode .main-chat-list .main-img-user span {
    color: #fff;
    background-color: #007f6e;
    -webkit-box-shadow: 0 0 0 2px #22242b;
    box-shadow: 0 0 0 2px #22242b;
}
.dark-mode .main-chat-list .media-body p {
    color: #f0f8ff;
}
.dark-mode .main-chat-list .media-contact-name span:first-child {
    color: #f0f8ff;
}
.dark-mode .main-chat-list .media-contact-name span:last-child {
    color: #f0f8ff;
}
.dark-mode .main-chat-header {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .main-chat-header .nav-link {
    color: #f0f8ff;
}
.dark-mode .main-chat-msg-name small,
.dark-mode .main-chat-body .media-body > div:last-child {
    color: #f0f8ff;
}
.dark-mode .main-chat-time span {
    background: #22242b;
}
.dark-mode .main-chat-time::before,
.dark-mode .main-chat-time::after {
    background-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .main-chat-footer {
    border-block-start-color: rgba(255, 255, 255, 0.1);
    background-color: #22242b;
}
.dark-mode .main-chat-footer .nav-link {
    color: #f0f8ff;
}
.dark-mode .main-chat-footer .form-control {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .main-chat-footer .form-control:hover,
.dark-mode .main-chat-footer .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dark-mode .main-content-title {
    color: #170c6b;
}
.dark-mode .main-msg-wrapper {
    background-color: #1a1c23;
}
.dark-mode .main-chat-body .media.flex-row-reverse .main-msg-wrapper {
    background-color: #4b4b66;
    color: #f0f8ff;
}
.dark-mode .chat-profile {
    color: #f0f8ff;
}
.dark-mode .shared-files {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .main-chat-list .media:hover,
.dark-mode .main-chat-list .media:focus {
    background: #252544 !important;
}
.dark-mode .authentication .card:hover {
    -webkit-box-shadow: 0 16px 26px 0 rgba(0, 0, 0, 0.4),
        0 3px 6px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 16px 26px 0 rgba(0, 0, 0, 0.4), 0 3px 6px 0 rgba(0, 0, 0, 0.4);
}
.dark-mode .authentication .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dark-mode .authentication input::-webkit-input-placeholder {
    color: #f0f8ff;
}
.dark-mode .authentication input::-moz-placeholder {
    color: #f0f8ff;
}
.dark-mode .authentication input:-ms-input-placeholder {
    color: #f0f8ff;
}
.dark-mode .authentication input::-ms-input-placeholder {
    color: #f0f8ff;
}
.dark-mode .authentication input::placeholder {
    color: #f0f8ff;
}
.dark-mode login-wrap-main {
    background: #22242b;
    -webkit-box-shadow: 0 3px 9px 0 rgba(28, 28, 51, 0.15);
    box-shadow: 0 3px 9px 0 rgba(28, 28, 51, 0.15);
}
.dark-mode .login-form-title {
    color: #f0f8ff;
}
.dark-mode .input100 {
    color: #dedefd;
    background: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .symbol-input100,
.dark-mode .wrap-input100 input::-webkit-input-placeholder {
    color: #f0f8ff;
}
.dark-mode .construction .btn.btn-icon {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}
.dark-mode .range {
    background-color: whitesmoke;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: whitesmoke;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: whitesmoke;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: whitesmoke;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: whitesmoke;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.dark-mode .range input[type="range"] {
    background-color: transparent;
}
.dark-mode .range input[type="range"]::-webkit-slider-thumb,
.dark-mode .range input[type="range"]::-moz-slider-thumb {
    color: white;
    background-color: #999999;
}
.dark-mode .range output {
    color: white;
    background-color: #999999;
}
.dark-mode .range.range-success input[type="range"]::-webkit-slider-thumb,
.dark-mode .range.range-success input[type="range"]::-moz-slider-thumb {
    background-color: #4ecc48;
}
.dark-mode .range.range-success output {
    background-color: #4ecc48;
}
.dark-mode .range.range-success input[type="range"] {
    outline-color: #4ecc48;
}
.dark-mode .range.range-info input[type="range"]::-webkit-slider-thumb,
.dark-mode .range.range-info input[type="range"]::-moz-slider-thumb {
    background-color: #007abf;
}
.dark-mode .range.range-info output {
    background-color: #007abf;
}
.dark-mode .range.range-info input[type="range"] {
    outline-color: #007abf;
}
.dark-mode .range.range-warning input[type="range"]::-webkit-slider-thumb,
.dark-mode .range.range-warning input[type="range"]::-moz-slider-thumb {
    background-color: #ecb403;
}
.dark-mode .range.range-warning output {
    background-color: #ecb403;
}
.dark-mode .range.range-warning input[type="range"] {
    outline-color: #ecb403;
}
.dark-mode .range.range-danger input[type="range"]::-webkit-slider-thumb,
.dark-mode .range.range-danger input[type="range"]::-moz-slider-thumb {
    background-color: #c21a1a;
}
.dark-mode .range.range-danger output {
    background-color: #c21a1a;
}
.dark-mode .range.range-danger input[type="range"] {
    outline-color: #c21a1a;
}
.dark-mode .range input[type="range"] {
    background-color: transparent;
}
.dark-mode .range input[type="range"]::-webkit-slider-thumb,
.dark-mode .range input[type="range"]::-moz-slider-thumb {
    color: white;
    background-color: #999999;
}
.dark-mode .range output {
    color: white;
    background-color: #999999;
}
.dark-mode .range.range-success input[type="range"]::-webkit-slider-thumb,
.dark-mode .range.range-success input[type="range"]::-moz-slider-thumb {
    background-color: #4ecc48;
}
.dark-mode .range.range-success output {
    background-color: #4ecc48;
}
.dark-mode .range.range-success input[type="range"] {
    outline-color: #4ecc48;
}
.dark-mode .range.range-info input[type="range"]::-webkit-slider-thumb,
.dark-mode .range.range-info input[type="range"]::-moz-slider-thumb {
    background-color: #007abf;
}
.dark-mode .range.range-info output {
    background-color: #007abf;
}
.dark-mode .range.range-info input[type="range"] {
    outline-color: #007abf;
}
.dark-mode .range.range-warning input[type="range"]::-webkit-slider-thumb,
.dark-mode .range.range-warning input[type="range"]::-moz-slider-thumb {
    background-color: #ecb403;
}
.dark-mode .range.range-warning output {
    background-color: #ecb403;
}
.dark-mode .range.range-warning input[type="range"] {
    outline-color: #ecb403;
}
.dark-mode .range.range-danger input[type="range"]::-webkit-slider-thumb,
.dark-mode .range.range-danger input[type="range"]::-moz-slider-thumb {
    background-color: #c21a1a;
}
.dark-mode .range.range-danger output {
    background-color: #c21a1a;
}
.dark-mode .range.range-danger input[type="range"] {
    outline-color: #c21a1a;
}
.dark-mode .range input[type="range"] {
    background-color: transparent;
}
.dark-mode .range input[type="range"]::-webkit-slider-thumb,
.dark-mode .range input[type="range"]::-moz-slider-thumb {
    color: white;
    background-color: #999999;
}
.dark-mode .range output {
    color: white;
    background-color: #999999;
}
.dark-mode .range.range-success input[type="range"]::-webkit-slider-thumb,
.dark-mode .range.range-success input[type="range"]::-moz-slider-thumb {
    background-color: #4ecc48;
}
.dark-mode .range.range-success output {
    background-color: #4ecc48;
}
.dark-mode .range.range-success input[type="range"] {
    outline-color: #4ecc48;
}
.dark-mode .range.range-info input[type="range"]::-webkit-slider-thumb,
.dark-mode .range.range-info input[type="range"]::-moz-slider-thumb {
    background-color: #007abf;
}
.dark-mode .range.range-info output {
    background-color: #007abf;
}
.dark-mode .range.range-info input[type="range"] {
    outline-color: #007abf;
}
.dark-mode .range.range-warning input[type="range"]::-webkit-slider-thumb,
.dark-mode .range.range-warning input[type="range"]::-moz-slider-thumb {
    background-color: #ecb403;
}
.dark-mode .range.range-warning output {
    background-color: #ecb403;
}
.dark-mode .range.range-warning input[type="range"] {
    outline-color: #ecb403;
}
.dark-mode .range.range-danger input[type="range"]::-webkit-slider-thumb,
.dark-mode .range.range-danger input[type="range"]::-moz-slider-thumb {
    background-color: #c21a1a;
}
.dark-mode .range.range-danger output {
    background-color: #c21a1a;
}
.dark-mode .range.range-danger input[type="range"] {
    outline-color: #c21a1a;
}
.dark-mode .range input[type="range"] {
    background-color: transparent;
}
.dark-mode .range input[type="range"]::-webkit-slider-thumb,
.dark-mode .range input[type="range"]::-moz-slider-thumb {
    color: white;
    background-color: #999999;
}
.dark-mode .range output {
    color: white;
    background-color: #999999;
}
.dark-mode .range.range-success input[type="range"]::-webkit-slider-thumb,
.dark-mode .range.range-success input[type="range"]::-moz-slider-thumb {
    background-color: #4ecc48;
}
.dark-mode .range.range-success output {
    background-color: #4ecc48;
}
.dark-mode .range.range-success input[type="range"] {
    outline-color: #4ecc48;
}
.dark-mode .range.range-info input[type="range"]::-webkit-slider-thumb,
.dark-mode .range.range-info input[type="range"]::-moz-slider-thumb {
    background-color: #007abf;
}
.dark-mode .range.range-info output {
    background-color: #007abf;
}
.dark-mode .range.range-info input[type="range"] {
    outline-color: #007abf;
}
.dark-mode .range.range-warning input[type="range"]::-webkit-slider-thumb,
.dark-mode .range.range-warning input[type="range"]::-moz-slider-thumb {
    background-color: #ecb403;
}
.dark-mode .range.range-warning output {
    background-color: #ecb403;
}
.dark-mode .range.range-warning input[type="range"] {
    outline-color: #ecb403;
}
.dark-mode .range.range-danger input[type="range"]::-webkit-slider-thumb,
.dark-mode .range.range-danger input[type="range"]::-moz-slider-thumb {
    background-color: #c21a1a;
}
.dark-mode .range.range-danger output {
    background-color: #c21a1a;
}
.dark-mode .range.range-danger input[type="range"] {
    outline-color: #c21a1a;
}
.dark-mode .range input[type="range"] {
    background-color: transparent;
}
.dark-mode .range input[type="range"]::-webkit-slider-thumb,
.dark-mode .range input[type="range"]::-moz-slider-thumb {
    color: white;
    background-color: #999999;
}
.dark-mode .range output {
    color: white;
    background-color: #999999;
}
.dark-mode .range.range-success input[type="range"]::-webkit-slider-thumb,
.dark-mode .range.range-success input[type="range"]::-moz-slider-thumb {
    background-color: #4ecc48;
}
.dark-mode .range.range-success output {
    background-color: #4ecc48;
}
.dark-mode .range.range-success input[type="range"] {
    outline-color: #4ecc48;
}
.dark-mode .range.range-info input[type="range"]::-webkit-slider-thumb,
.dark-mode .range.range-info input[type="range"]::-moz-slider-thumb {
    background-color: #007abf;
}
.dark-mode .range.range-info output {
    background-color: #007abf;
}
.dark-mode .range.range-info input[type="range"] {
    outline-color: #007abf;
}
.dark-mode .range.range-warning input[type="range"]::-webkit-slider-thumb,
.dark-mode .range.range-warning input[type="range"]::-moz-slider-thumb {
    background-color: #ecb403;
}
.dark-mode .range.range-warning output {
    background-color: #ecb403;
}
.dark-mode .range.range-warning input[type="range"] {
    outline-color: #ecb403;
}
.dark-mode .range.range-danger input[type="range"]::-webkit-slider-thumb,
.dark-mode .range.range-danger input[type="range"]::-moz-slider-thumb {
    background-color: #c21a1a;
}
.dark-mode .range.range-danger output {
    background-color: #c21a1a;
}
.dark-mode .range.range-danger input[type="range"] {
    outline-color: #c21a1a;
}
.dark-mode .ribbon1 {
    color: #fff;
}
.dark-mode .ribbon1:after {
    -webkit-border-start: 20px solid transparent;
    border-inline-start: 20px solid transparent;
    -webkit-border-end: 24px solid transparent;
    border-inline-end: 24px solid transparent;
    -webkit-border-before: 13px solid #f8463f;
    border-block-start: 13px solid #f8463f;
}
.dark-mode .ribbon1 span {
    background: #f8463f;
}
.dark-mode .ribbon1 span:before {
    background: #f8463f;
}
.dark-mode .ribbon1 span:after {
    background: #c02031;
}
.dark-mode .ribbon span {
    color: #fff;
    background: #79a70a;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f8463f),
        to(#f8463f)
    );
    background: linear-gradient(#f8463f 0%, #f8463f 100%);
    -webkit-box-shadow: 0 3px 10px -5px black;
    box-shadow: 0 3px 10px -5px black;
}
.dark-mode .ribbon span::before {
    -webkit-border-start: 3px solid #f8463f;
    border-inline-start: 3px solid #f8463f;
    -webkit-border-end: 3px solid transparent;
    border-inline-end: 3px solid transparent;
    -webkit-border-after: 3px solid transparent;
    border-block-end: 3px solid transparent;
    -webkit-border-before: 3px solid #f8463f;
    border-block-start: 3px solid #f8463f;
}
.dark-mode .ribbon span::after {
    -webkit-border-start: 3px solid transparent;
    border-inline-start: 3px solid transparent;
    -webkit-border-end: 3px solid #f8463f;
    border-inline-end: 3px solid #f8463f;
    -webkit-border-after: 3px solid transparent;
    border-block-end: 3px solid transparent;
    -webkit-border-before: 3px solid #f8463f;
    border-block-start: 3px solid #f8463f;
}
.dark-mode .wizard {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: #22242b;
}
.dark-mode .wizard > .steps a {
    color: var(--primary-bg-color);
}
.dark-mode .wizard > .steps a:hover,
.dark-mode .wizard > .steps a:active {
    color: var(--primary-bg-color);
}
.dark-mode .wizard > .steps a .number,
.dark-mode .wizard > .steps a:hover .number,
.dark-mode .wizard > .steps a:active .number {
    background-color: #ededf3;
}
.dark-mode .wizard > .steps .disabled a {
    color: #696e8d;
}
.dark-mode .wizard > .steps .disabled a:hover,
.dark-mode .wizard > .steps .disabled a:active {
    color: #696e8d;
}
.dark-mode .wizard > .steps .current a {
    color: var(--primary-bg-color);
}
.dark-mode .wizard > .steps .current a:hover,
.dark-mode .wizard > .steps .current a:active {
    color: var(--primary-bg-color);
}
.dark-mode .wizard > .steps .current a .number,
.dark-mode .wizard > .steps .current a:hover .number,
.dark-mode .wizard > .steps .current a:active .number {
    background-color: var(--primary-bg-color);
    color: #fff;
}
.dark-mode .wizard > .steps .done a {
    color: #09ad95;
}
.dark-mode .wizard > .steps .done a:hover,
.dark-mode .wizard > .steps .done a:active {
    color: #09ad95;
}
.dark-mode .wizard > .steps .done a .number,
.dark-mode .wizard > .steps .done a:hover .number,
.dark-mode .wizard > .steps .done a:active .number {
    background-color: #09ad95;
    color: #fff;
}
.dark-mode .wizard > .content {
    border-block-start-color: rgba(255, 255, 255, 0.1);
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .wizard > .content > .title {
    color: #475569;
}
.dark-mode .wizard > .content > .body input.parsley-error {
    border-color: #ff5c77;
}
.dark-mode .wizard > .actions > ul > li:last-child a {
    background-color: #09ad95;
}
.dark-mode .wizard > .actions a {
    background-color: var(--primary-bg-color);
    color: #fff;
}
.dark-mode .wizard > .actions a:hover,
.dark-mode .wizard > .actions a:active {
    background-color: var(--primary-bg-color);
    color: #fff;
}
.dark-mode .wizard > .actions .disabled a {
    background-color: #e8ebf2;
    color: #475569;
}
.dark-mode .wizard > .actions .disabled a:hover,
.dark-mode .wizard > .actions .disabled a:active {
    background-color: #e8ebf2;
    color: #475569;
}
@media (min-width: 576px) {
    .dark-mode .wizard.vertical > .content {
        border-inline-start-color: rgba(255, 255, 255, 0.1);
        border-inline-end-color: rgba(255, 255, 255, 0.1);
    }
}
@media (min-width: 576px) {
    .dark-mode .wizard.vertical > .actions {
        border-inline-start-color: rgba(255, 255, 255, 0.1);
        border-inline-end-color: rgba(255, 255, 255, 0.1);
    }
}
.dark-mode .wizard-style-1 > .steps > ul a .number,
.dark-mode .wizard-style-1 > .steps > ul a:hover .number,
.dark-mode .wizard-style-1 > .steps > ul a:active .number {
    color: #696e8d;
    background-color: #f3f7fd;
}
.dark-mode .wizard-style-1 > .steps > ul .current a .number,
.dark-mode .wizard-style-1 > .steps > ul .current a:hover .number,
.dark-mode .wizard-style-1 > .steps > ul .current a:active .number {
    background-color: var(--primary-bg-color);
    color: #fff;
}
.dark-mode .wizard-style-1 > .steps > ul .done a .number,
.dark-mode .wizard-style-1 > .steps > ul .done a:hover .number,
.dark-mode .wizard-style-1 > .steps > ul .done a:active .number {
    background-color: #643ab0;
    color: #fff;
}
.dark-mode .wizard-style-2 > .steps > ul a .number,
.dark-mode .wizard-style-2 > .steps > ul a:hover .number,
.dark-mode .wizard-style-2 > .steps > ul a:active .number {
    border: 2px solid #f3f7fd;
    color: #696e8d;
    background-color: #22242b;
}
.dark-mode .wizard-style-2 > .steps > ul .current a .number,
.dark-mode .wizard-style-2 > .steps > ul .current a:hover .number,
.dark-mode .wizard-style-2 > .steps > ul .current a:active .number {
    border-color: var(--primary-bg-color);
    color: var(--primary-bg-color);
}
.dark-mode .wizard-style-2 > .steps > ul .done a .number,
.dark-mode .wizard-style-2 > .steps > ul .done a:hover .number,
.dark-mode .wizard-style-2 > .steps > ul .done a:active .number {
    border-color: #8c3feb;
    color: #8c3feb;
}
.dark-mode .parsley-required {
    color: #ff5c77;
}
.dark-mode .wizard-card .moving-tab {
    background-color: var(--primary-bg-color) !important;
}
.dark-mode .form-group label.control-label {
    color: var(--primary-bg-color);
}
.dark-mode .wizard-card.form-group .form-control {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#c4c4c4),
        color-stop(#c4c4c4),
        to(linear-gradient(#e1e1e2, #e1e1e2))
    );
    background-image: linear-gradient(
        #c4c4c4,
        #c4c4c4,
        linear-gradient(#e1e1e2, #e1e1e2)
    );
}
.dark-mode .wizard-container .wizard-navigation {
    background: #ebeff8;
}
.dark-mode .wizard-card .choice:hover .icon,
.dark-mode .wizard-card .choice.active .icon {
    border-color: var(--primary-bg-color) !important;
    color: var(--primary-bg-color) !important;
}
.dark-mode .widgets-cards .wrp.icon-circle i {
    color: #fff;
}
.dark-mode .bg-secondary {
    background: #007f6e !important;
}
.dark-mode a.bg-secondary:hover,
.dark-mode a.bg-secondary:focus {
    background-color: #007f6e !important;
}
.dark-mode button.bg-secondary:hover,
.dark-mode button.bg-secondary:focus {
    background-color: #007f6e !important;
}
.dark-mode .bg-success {
    background: #09ad95 !important;
}
.dark-mode a.bg-success:hover,
.dark-mode a.bg-success:focus {
    background-color: #15bf42 !important;
}
.dark-mode button.bg-success:hover,
.dark-mode button.bg-success:focus {
    background-color: #15bf42 !important;
}
.dark-mode .bg-info {
    background: #1170e4 !important;
}
.dark-mode a.bg-info:hover,
.dark-mode a.bg-info:focus {
    background-color: #1eb0e2 !important;
}
.dark-mode button.bg-info:hover,
.dark-mode button.bg-info:focus {
    background-color: #1eb0e2 !important;
}
.dark-mode .bg-warning {
    background: #f7b731 !important;
}
.dark-mode a.bg-warning:hover,
.dark-mode a.bg-warning:focus {
    background-color: #e0a325 !important;
}
.dark-mode button.bg-warning:hover,
.dark-mode button.bg-warning:focus {
    background-color: #e0a325 !important;
}
.dark-mode .bg-danger {
    background: #e82646 !important;
}
.dark-mode a.bg-danger:hover,
.dark-mode a.bg-danger:focus {
    background-color: #de223d !important;
}
.dark-mode button.bg-danger:hover,
.dark-mode button.bg-danger:focus {
    background-color: #de223d !important;
}
.dark-mode .bg-light {
    background-color: #1a1c23 !important;
}
.dark-mode a.bg-light:hover,
.dark-mode a.bg-light:focus {
    background-color: #22242b !important;
}
.dark-mode button.bg-light:hover,
.dark-mode button.bg-light:focus {
    background-color: #22242b !important;
}
.dark-mode .bg-dark {
    background-color: #343a40 !important;
}
.dark-mode a.bg-dark:hover,
.dark-mode a.bg-dark:focus {
    background-color: #1d2124 !important;
}
.dark-mode button.bg-dark:hover,
.dark-mode button.bg-dark:focus {
    background-color: #1d2124 !important;
}
.dark-mode .bg-facebook {
    background: #2b4170 !important;
}
.dark-mode .bg-secondary-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#82cff2),
        to(#28b7f9)
    ) !important;
    background: linear-gradient(
        to bottom right,
        #82cff2 0%,
        #28b7f9 100%
    ) !important;
}
.dark-mode a.bg-secondary-gradient:hover,
.dark-mode a.bg-secondary-gradient:focus {
    background-color: #007f6e !important;
}
.dark-mode button.bg-secondary-gradient:hover,
.dark-mode button.bg-secondary-gradient:focus {
    background-color: #007f6e !important;
}
.dark-mode .bg-success-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#1ea38f),
        to(#5cf9e2)
    ) !important;
    background: linear-gradient(
        to bottom right,
        #1ea38f 0%,
        #5cf9e2 100%
    ) !important;
}
.dark-mode a.bg-success-gradient:hover,
.dark-mode a.bg-success-gradient:focus {
    background-color: #448700 !important;
}
.dark-mode button.bg-success-gradient:hover,
.dark-mode button.bg-success-gradient:focus {
    background-color: #448700 !important;
}
.dark-mode .bg-info-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#1e63c3),
        to(#00f2fe)
    ) !important;
    background: linear-gradient(
        to bottom right,
        #1e63c3 0%,
        #00f2fe 100%
    ) !important;
}
.dark-mode a.bg-info-gradient:hover,
.dark-mode a.bg-info-gradient:focus {
    background-color: #1594ef !important;
}
.dark-mode button.bg-info-gradient:hover,
.dark-mode button.bg-info-gradient:focus {
    background-color: #1594ef !important;
}
.dark-mode .bg-warning-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#f66b4e),
        to(#fbc434)
    ) !important;
    background: linear-gradient(
        to bottom right,
        #f66b4e 0%,
        #fbc434 100%
    ) !important;
}
.dark-mode a.bg-warning-gradient:hover,
.dark-mode a.bg-warning-gradient:focus {
    background-color: #fbb034 !important;
}
.dark-mode button.bg-warning-gradient:hover,
.dark-mode button.bg-warning-gradient:focus {
    background-color: #fbb034 !important;
}
.dark-mode .bg-danger-gradient {
    background-image: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#b51b35),
        to(#fd4a68)
    ) !important;
    background-image: linear-gradient(
        to bottom right,
        #b51b35 0%,
        #fd4a68 100%
    ) !important;
}
.dark-mode a.bg-danger-gradient:hover,
.dark-mode a.bg-danger-gradient:focus {
    background-color: #a11918 !important;
}
.dark-mode button.bg-danger-gradient:hover,
.dark-mode button.bg-danger-gradient:focus {
    background-color: #a11918 !important;
}
.dark-mode .bg-light-gradient {
    background-color: #f8f9fa !important;
}
.dark-mode a.bg-light-gradient:hover,
.dark-mode a.bg-light-gradient:focus {
    background-color: #dae0e5 !important;
}
.dark-mode button.bg-light-gradient:hover,
.dark-mode button.bg-light-gradient:focus {
    background-color: #dae0e5 !important;
}
.dark-mode .bg-dark-gradient {
    background-color: #343a40 !important;
}
.dark-mode a.bg-dark-gradient:hover,
.dark-mode a.bg-dark-gradient:focus {
    background-color: #1d2124 !important;
}
.dark-mode button.bg-dark-gradient:hover,
.dark-mode button.bg-dark-gradient:focus {
    background-color: #1d2124 !important;
}
.dark-mode .bg-facebook-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#3b5998),
        to(#2b4170)
    ) !important;
    background: linear-gradient(to bottom right, #3b5998, #2b4170) !important;
}
.dark-mode .bg-white {
    background-color: #1a1c23 !important;
}
.dark-mode .bg-transparent {
    background-color: transparent !important;
}
.dark-mode .bg1 {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#163b7c),
        to(#548beb)
    );
    background: linear-gradient(to right bottom, #163b7c 0%, #548beb 100%);
}
.dark-mode .bg2 {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#00f2fe),
        to(#1e63c3)
    ) !important;
    background: linear-gradient(
        to bottom right,
        #00f2fe 0%,
        #1e63c3 100%
    ) !important;
}
.dark-mode .bg3 {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#f53e31),
        to(#dd4b39)
    );
    background: linear-gradient(to bottom right, #f53e31, #dd4b39);
}
.dark-mode .bg-purple {
    background: #8027dc !important;
    color: #fff !important;
}
.dark-mode a.bg-purple:hover,
.dark-mode a.bg-purple:focus {
    background-color: #8c31e4 !important;
}
.dark-mode button.bg-purple:hover,
.dark-mode button.bg-purple:focus {
    background-color: #8c31e4 !important;
}
.dark-mode .bg-blue-lightest {
    background-color: #edf2fa !important;
}
.dark-mode a.bg-blue-lightest:hover,
.dark-mode a.bg-blue-lightest:focus {
    background-color: #c5d5ef !important;
}
.dark-mode button.bg-blue-lightest:hover,
.dark-mode button.bg-blue-lightest:focus {
    background-color: #c5d5ef !important;
}
.dark-mode .bg-blue-lighter {
    background-color: #c8d9f1 !important;
}
.dark-mode a.bg-blue-lighter:hover,
.dark-mode a.bg-blue-lighter:focus {
    background-color: #9fbde7 !important;
}
.dark-mode button.bg-blue-lighter:hover,
.dark-mode button.bg-blue-lighter:focus {
    background-color: #9fbde7 !important;
}
.dark-mode .bg-blue-light {
    background-color: #7ea5dd !important;
}
.dark-mode a.bg-blue-light:hover,
.dark-mode a.bg-blue-light:focus {
    background-color: #5689d2 !important;
}
.dark-mode button.bg-blue-light:hover,
.dark-mode button.bg-blue-light:focus {
    background-color: #5689d2 !important;
}
.dark-mode .bg-blue-dark {
    background-color: #3866a6 !important;
}
.dark-mode a.bg-blue-dark:hover,
.dark-mode a.bg-blue-dark:focus {
    background-color: #2b4f80 !important;
}
.dark-mode button.bg-blue-dark:hover,
.dark-mode button.bg-blue-dark:focus {
    background-color: #2b4f80 !important;
}
.dark-mode .bg-blue-darker {
    background-color: #1c3353 !important;
}
.dark-mode a.bg-blue-darker:hover,
.dark-mode a.bg-blue-darker:focus {
    background-color: #0f1c2d !important;
}
.dark-mode button.bg-blue-darker:hover,
.dark-mode button.bg-blue-darker:focus {
    background-color: #0f1c2d !important;
}
.dark-mode .bg-blue-darkest {
    background-color: #0e1929 !important;
}
.dark-mode a.bg-blue-darkest:hover,
.dark-mode a.bg-blue-darkest:focus {
    background-color: #010203 !important;
}
.dark-mode button.bg-blue-darkest:hover,
.dark-mode button.bg-blue-darkest:focus {
    background-color: #010203 !important;
}
.dark-mode .bg-purssianblue {
    background-color: #362f71;
}
.dark-mode a.bg-purssianblue-lightest:hover,
.dark-mode a.bg-purssianblue-lightest:focus {
    background-color: #3f3688 !important;
}
.dark-mode button.bg-purssianblue-lightest:hover,
.dark-mode button.bg-purssianblue-lightest:focus {
    background-color: #3f3688 !important;
}
.dark-mode .bg-indigo-lightest {
    background-color: #f0f1fa !important;
}
.dark-mode a.bg-indigo-lightest:hover,
.dark-mode a.bg-indigo-lightest:focus {
    background-color: #cacded !important;
}
.dark-mode button.bg-indigo-lightest:hover,
.dark-mode button.bg-indigo-lightest:focus {
    background-color: #cacded !important;
}
.dark-mode .bg-indigo-lighter {
    background-color: #d1d5f0 !important;
}
.dark-mode a.bg-indigo-lighter:hover,
.dark-mode a.bg-indigo-lighter:focus {
    background-color: #abb2e3 !important;
}
.dark-mode button.bg-indigo-lighter:hover,
.dark-mode button.bg-indigo-lighter:focus {
    background-color: #abb2e3 !important;
}
.dark-mode .bg-indigo-light {
    background-color: #939edc !important;
}
.dark-mode a.bg-indigo-light:hover,
.dark-mode a.bg-indigo-light:focus {
    background-color: #6c7bd0 !important;
}
.dark-mode button.bg-indigo-light:hover,
.dark-mode button.bg-indigo-light:focus {
    background-color: #6c7bd0 !important;
}
.dark-mode .bg-indigo-dark {
    background-color: #515da4 !important;
}
.dark-mode a.bg-indigo-dark:hover,
.dark-mode a.bg-indigo-dark:focus {
    background-color: #404a82 !important;
}
.dark-mode button.bg-indigo-dark:hover,
.dark-mode button.bg-indigo-dark:focus {
    background-color: #404a82 !important;
}
.dark-mode .bg-indigo-darker {
    background-color: #282e52 !important;
}
.dark-mode a.bg-indigo-darker:hover,
.dark-mode a.bg-indigo-darker:focus {
    background-color: #171b30 !important;
}
.dark-mode button.bg-indigo-darker:hover,
.dark-mode button.bg-indigo-darker:focus {
    background-color: #171b30 !important;
}
.dark-mode .bg-indigo-darkest {
    background-color: #141729 !important;
}
.dark-mode a.bg-indigo-darkest:hover,
.dark-mode a.bg-indigo-darkest:focus {
    background-color: #030407 !important;
}
.dark-mode button.bg-indigo-darkest:hover,
.dark-mode button.bg-indigo-darkest:focus {
    background-color: #030407 !important;
}
.dark-mode .bg-purple-lightest {
    background-color: #f6effd !important;
}
.dark-mode a.bg-purple-lightest:hover,
.dark-mode a.bg-purple-lightest:focus {
    background-color: #ddc2f7 !important;
}
.dark-mode button.bg-purple-lightest:hover,
.dark-mode button.bg-purple-lightest:focus {
    background-color: #ddc2f7 !important;
}
.dark-mode .bg-purple-lighter {
    background-color: #e4cff9 !important;
}
.dark-mode a.bg-purple-lighter:hover,
.dark-mode a.bg-purple-lighter:focus {
    background-color: #cba2f3 !important;
}
.dark-mode button.bg-purple-lighter:hover,
.dark-mode button.bg-purple-lighter:focus {
    background-color: #cba2f3 !important;
}
.dark-mode .bg-purple-light {
    background-color: #c08ef0 !important;
}
.dark-mode a.bg-purple-light:hover,
.dark-mode a.bg-purple-light:focus {
    background-color: #a761ea !important;
}
.dark-mode button.bg-purple-light:hover,
.dark-mode button.bg-purple-light:focus {
    background-color: #a761ea !important;
}
.dark-mode .bg-purple-dark {
    background-color: #844bbb !important;
}
.dark-mode a.bg-purple-dark:hover,
.dark-mode a.bg-purple-dark:focus {
    background-color: #6a3a99 !important;
}
.dark-mode button.bg-purple-dark:hover,
.dark-mode button.bg-purple-dark:focus {
    background-color: #6a3a99 !important;
}
.dark-mode .bg-purple-darker {
    background-color: #42265e !important;
}
.dark-mode a.bg-purple-darker:hover,
.dark-mode a.bg-purple-darker:focus {
    background-color: #29173a !important;
}
.dark-mode button.bg-purple-darker:hover,
.dark-mode button.bg-purple-darker:focus {
    background-color: #29173a !important;
}
.dark-mode .bg-purple-darkest {
    background-color: #21132f !important;
}
.dark-mode a.bg-purple-darkest:hover,
.dark-mode a.bg-purple-darkest:focus {
    background-color: #08040b !important;
}
.dark-mode button.bg-purple-darkest:hover,
.dark-mode button.bg-purple-darkest:focus {
    background-color: #08040b !important;
}
.dark-mode .bg-pink-lightest {
    background-color: #fef0f5 !important;
}
.dark-mode a.bg-pink-lightest:hover,
.dark-mode a.bg-pink-lightest:focus {
    background-color: #fbc0d5 !important;
}
.dark-mode button.bg-pink-lightest:hover,
.dark-mode button.bg-pink-lightest:focus {
    background-color: #fbc0d5 !important;
}
.dark-mode .bg-pink-lighter {
    background-color: #fcd3e1 !important;
}
.dark-mode a.bg-pink-lighter:hover,
.dark-mode a.bg-pink-lighter:focus {
    background-color: #f9a3c0 !important;
}
.dark-mode button.bg-pink-lighter:hover,
.dark-mode button.bg-pink-lighter:focus {
    background-color: #f9a3c0 !important;
}
.dark-mode .bg-pink-light {
    background-color: #f999b9 !important;
}
.dark-mode a.bg-pink-light:hover,
.dark-mode a.bg-pink-light:focus {
    background-color: #f66998 !important;
}
.dark-mode button.bg-pink-light:hover,
.dark-mode button.bg-pink-light:focus {
    background-color: #f66998 !important;
}
.dark-mode .bg-pink-dark {
    background-color: #c5577c !important;
}
.dark-mode a.bg-pink-dark:hover,
.dark-mode a.bg-pink-dark:focus {
    background-color: #ad3c62 !important;
}
.dark-mode button.bg-pink-dark:hover,
.dark-mode button.bg-pink-dark:focus {
    background-color: #ad3c62 !important;
}
.dark-mode .bg-pink-darker {
    background-color: #622c3e !important;
}
.dark-mode a.bg-pink-darker:hover,
.dark-mode a.bg-pink-darker:focus {
    background-color: #3f1c28 !important;
}
.dark-mode button.bg-pink-darker:hover,
.dark-mode button.bg-pink-darker:focus {
    background-color: #3f1c28 !important;
}
.dark-mode .bg-pink-darkest {
    background-color: #31161f !important;
}
.dark-mode a.bg-pink-darkest:hover,
.dark-mode a.bg-pink-darkest:focus {
    background-color: #0e0609 !important;
}
.dark-mode button.bg-pink-darkest:hover,
.dark-mode button.bg-pink-darkest:focus {
    background-color: #0e0609 !important;
}
.dark-mode .bg-red-lightest {
    background-color: #fae9e9 !important;
}
.dark-mode a.bg-red-lightest:hover,
.dark-mode a.bg-red-lightest:focus {
    background-color: #f1bfbf !important;
}
.dark-mode button.bg-red-lightest:hover,
.dark-mode button.bg-red-lightest:focus {
    background-color: #f1bfbf !important;
}
.dark-mode .bg-red-lighter {
    background-color: #f0bcbc !important;
}
.dark-mode a.bg-red-lighter:hover,
.dark-mode a.bg-red-lighter:focus {
    background-color: #e79292 !important;
}
.dark-mode button.bg-red-lighter:hover,
.dark-mode button.bg-red-lighter:focus {
    background-color: #e79292 !important;
}
.dark-mode .bg-red-light {
    background-color: #dc6362 !important;
}
.dark-mode a.bg-red-light:hover,
.dark-mode a.bg-red-light:focus {
    background-color: #d33a38 !important;
}
.dark-mode button.bg-red-light:hover,
.dark-mode button.bg-red-light:focus {
    background-color: #d33a38 !important;
}
.dark-mode .bg-red-dark {
    background-color: #a41a19 !important;
}
.dark-mode a.bg-red-dark:hover,
.dark-mode a.bg-red-dark:focus {
    background-color: #781312 !important;
}
.dark-mode button.bg-red-dark:hover,
.dark-mode button.bg-red-dark:focus {
    background-color: #781312 !important;
}
.dark-mode .bg-red-darker {
    background-color: #520d0c !important;
}
.dark-mode a.bg-red-darker:hover,
.dark-mode a.bg-red-darker:focus {
    background-color: #260605 !important;
}
.dark-mode button.bg-red-darker:hover,
.dark-mode button.bg-red-darker:focus {
    background-color: #260605 !important;
}
.dark-mode .bg-red-darkest {
    background-color: #290606 !important;
}
.dark-mode a.bg-red-darkest:hover,
.dark-mode a.bg-red-darkest:focus {
    background-color: black !important;
}
.dark-mode button.bg-red-darkest:hover,
.dark-mode button.bg-red-darkest:focus {
    background-color: black !important;
}
.dark-mode .bg-orange-lightest {
    background-color: #22242b !important;
}
.dark-mode a.bg-orange-lightest:hover,
.dark-mode a.bg-orange-lightest:focus {
    background-color: peachpuff !important;
}
.dark-mode button.bg-orange-lightest:hover,
.dark-mode button.bg-orange-lightest:focus {
    background-color: peachpuff !important;
}
.dark-mode .bg-orange-lighter {
    background-color: #fee0c7 !important;
}
.dark-mode a.bg-orange-lighter:hover,
.dark-mode a.bg-orange-lighter:focus {
    background-color: #fdc495 !important;
}
.dark-mode button.bg-orange-lighter:hover,
.dark-mode button.bg-orange-lighter:focus {
    background-color: #fdc495 !important;
}
.dark-mode .bg-orange-light {
    background-color: #feb67c !important;
}
.dark-mode a.bg-orange-light:hover,
.dark-mode a.bg-orange-light:focus {
    background-color: #fe9a49 !important;
}
.dark-mode button.bg-orange-light:hover,
.dark-mode button.bg-orange-light:focus {
    background-color: #fe9a49 !important;
}
.dark-mode .bg-orange-dark {
    background-color: #ca7836 !important;
}
.dark-mode a.bg-orange-dark:hover,
.dark-mode a.bg-orange-dark:focus {
    background-color: #a2602b !important;
}
.dark-mode button.bg-orange-dark:hover,
.dark-mode button.bg-orange-dark:focus {
    background-color: #a2602b !important;
}
.dark-mode .bg-orange-darker {
    background-color: #653c1b !important;
}
.dark-mode a.bg-orange-darker:hover,
.dark-mode a.bg-orange-darker:focus {
    background-color: #3d2410 !important;
}
.dark-mode button.bg-orange-darker:hover,
.dark-mode button.bg-orange-darker:focus {
    background-color: #3d2410 !important;
}
.dark-mode .bg-orange-darkest {
    background-color: #331e0e !important;
}
.dark-mode a.bg-orange-darkest:hover,
.dark-mode a.bg-orange-darkest:focus {
    background-color: #0b0603 !important;
}
.dark-mode button.bg-orange-darkest:hover,
.dark-mode button.bg-orange-darkest:focus {
    background-color: #0b0603 !important;
}
.dark-mode .bg-yellow-lightest {
    background-color: #fef9e7 !important;
}
.dark-mode a.bg-yellow-lightest:hover,
.dark-mode a.bg-yellow-lightest:focus {
    background-color: #fcedb6 !important;
}
.dark-mode button.bg-yellow-lightest:hover,
.dark-mode button.bg-yellow-lightest:focus {
    background-color: #fcedb6 !important;
}
.dark-mode .bg-yellow-lighter {
    background-color: #fbedb7 !important;
}
.dark-mode a.bg-yellow-lighter:hover,
.dark-mode a.bg-yellow-lighter:focus {
    background-color: #f8e187 !important;
}
.dark-mode button.bg-yellow-lighter:hover,
.dark-mode button.bg-yellow-lighter:focus {
    background-color: #f8e187 !important;
}
.dark-mode .bg-yellow-light {
    background-color: #f5d657 !important;
}
.dark-mode a.bg-yellow-light:hover,
.dark-mode a.bg-yellow-light:focus {
    background-color: #f2ca27 !important;
}
.dark-mode button.bg-yellow-light:hover,
.dark-mode button.bg-yellow-light:focus {
    background-color: #f2ca27 !important;
}
.dark-mode .bg-yellow-dark {
    background-color: #c19d0c !important;
}
.dark-mode a.bg-yellow-dark:hover,
.dark-mode a.bg-yellow-dark:focus {
    background-color: #917609 !important;
}
.dark-mode button.bg-yellow-dark:hover,
.dark-mode button.bg-yellow-dark:focus {
    background-color: #917609 !important;
}
.dark-mode .bg-yellow-darker {
    background-color: #604e06 !important;
}
.dark-mode a.bg-yellow-darker:hover,
.dark-mode a.bg-yellow-darker:focus {
    background-color: #302703 !important;
}
.dark-mode button.bg-yellow-darker:hover,
.dark-mode button.bg-yellow-darker:focus {
    background-color: #302703 !important;
}
.dark-mode .bg-yellow-darkest {
    background-color: #302703 !important;
}
.dark-mode a.bg-yellow-darkest:hover,
.dark-mode a.bg-yellow-darkest:focus {
    background-color: black !important;
}
.dark-mode button.bg-yellow-darkest:hover,
.dark-mode button.bg-yellow-darkest:focus {
    background-color: black !important;
}
.dark-mode .bg-green-lightest {
    background-color: #eff8e6 !important;
}
.dark-mode a.bg-green-lightest:hover,
.dark-mode a.bg-green-lightest:focus {
    background-color: #d6edbe !important;
}
.dark-mode button.bg-green-lightest:hover,
.dark-mode button.bg-green-lightest:focus {
    background-color: #d6edbe !important;
}
.dark-mode .bg-green-lighter {
    background-color: #cfeab3 !important;
}
.dark-mode a.bg-green-lighter:hover,
.dark-mode a.bg-green-lighter:focus {
    background-color: #b6df8b !important;
}
.dark-mode button.bg-green-lighter:hover,
.dark-mode button.bg-green-lighter:focus {
    background-color: #b6df8b !important;
}
.dark-mode .bg-green-light {
    background-color: #8ecf4d !important;
}
.dark-mode a.bg-green-light:hover,
.dark-mode a.bg-green-light:focus {
    background-color: #75b831 !important;
}
.dark-mode button.bg-green-light:hover,
.dark-mode button.bg-green-light:focus {
    background-color: #75b831 !important;
}
.dark-mode .bg-green-dark {
    background-color: #4b9500 !important;
}
.dark-mode a.bg-green-dark:hover,
.dark-mode a.bg-green-dark:focus {
    background-color: #316200 !important;
}
.dark-mode button.bg-green-dark:hover,
.dark-mode button.bg-green-dark:focus {
    background-color: #316200 !important;
}
.dark-mode .bg-green-darker {
    background-color: #264a00 !important;
}
.dark-mode a.bg-green-darker:hover,
.dark-mode a.bg-green-darker:focus {
    background-color: #0c1700 !important;
}
.dark-mode button.bg-green-darker:hover,
.dark-mode button.bg-green-darker:focus {
    background-color: #0c1700 !important;
}
.dark-mode .bg-green-darkest {
    background-color: #132500 !important;
}
.dark-mode a.bg-green-darkest:hover,
.dark-mode a.bg-green-darkest:focus {
    background-color: black !important;
}
.dark-mode button.bg-green-darkest:hover,
.dark-mode button.bg-green-darkest:focus {
    background-color: black !important;
}
.dark-mode .bg-teal-lightest {
    background-color: #eafaf8 !important;
}
.dark-mode a.bg-teal-lightest:hover,
.dark-mode a.bg-teal-lightest:focus {
    background-color: #c1f0ea !important;
}
.dark-mode button.bg-teal-lightest:hover,
.dark-mode button.bg-teal-lightest:focus {
    background-color: #c1f0ea !important;
}
.dark-mode .bg-teal-lighter {
    background-color: #bfefea !important;
}
.dark-mode a.bg-teal-lighter:hover,
.dark-mode a.bg-teal-lighter:focus {
    background-color: #96e5dd !important;
}
.dark-mode button.bg-teal-lighter:hover,
.dark-mode button.bg-teal-lighter:focus {
    background-color: #96e5dd !important;
}
.dark-mode .bg-teal-light {
    background-color: #6bdbcf !important;
}
.dark-mode a.bg-teal-light:hover,
.dark-mode a.bg-teal-light:focus {
    background-color: #42d1c2 !important;
}
.dark-mode button.bg-teal-light:hover,
.dark-mode button.bg-teal-light:focus {
    background-color: #42d1c2 !important;
}
.dark-mode .bg-teal-dark {
    background-color: #22a295 !important;
}
.dark-mode a.bg-teal-dark:hover,
.dark-mode a.bg-teal-dark:focus {
    background-color: #19786e !important;
}
.dark-mode button.bg-teal-dark:hover,
.dark-mode button.bg-teal-dark:focus {
    background-color: #19786e !important;
}
.dark-mode .bg-teal-darker {
    background-color: #11514a !important;
}
.dark-mode a.bg-teal-darker:hover,
.dark-mode a.bg-teal-darker:focus {
    background-color: #082723 !important;
}
.dark-mode button.bg-teal-darker:hover,
.dark-mode button.bg-teal-darker:focus {
    background-color: #082723 !important;
}
.dark-mode .bg-teal-darkest {
    background-color: #092925 !important;
}
.dark-mode a.bg-teal-darkest:hover,
.dark-mode a.bg-teal-darkest:focus {
    background-color: black !important;
}
.dark-mode button.bg-teal-darkest:hover,
.dark-mode button.bg-teal-darkest:focus {
    background-color: black !important;
}
.dark-mode .bg-cyan-lightest {
    background-color: #e8f6f8 !important;
}
.dark-mode a.bg-cyan-lightest:hover,
.dark-mode a.bg-cyan-lightest:focus {
    background-color: #c1e7ec !important;
}
.dark-mode button.bg-cyan-lightest:hover,
.dark-mode button.bg-cyan-lightest:focus {
    background-color: #c1e7ec !important;
}
.dark-mode .bg-cyan-lighter {
    background-color: #b9e3ea !important;
}
.dark-mode a.bg-cyan-lighter:hover,
.dark-mode a.bg-cyan-lighter:focus {
    background-color: #92d3de !important;
}
.dark-mode button.bg-cyan-lighter:hover,
.dark-mode button.bg-cyan-lighter:focus {
    background-color: #92d3de !important;
}
.dark-mode .bg-cyan-light {
    background-color: #5dbecd !important;
}
.dark-mode a.bg-cyan-light:hover,
.dark-mode a.bg-cyan-light:focus {
    background-color: #3aabbd !important;
}
.dark-mode button.bg-cyan-light:hover,
.dark-mode button.bg-cyan-light:focus {
    background-color: #3aabbd !important;
}
.dark-mode .bg-cyan-dark {
    background-color: #128293 !important;
}
.dark-mode a.bg-cyan-dark:hover,
.dark-mode a.bg-cyan-dark:focus {
    background-color: #0c5a66 !important;
}
.dark-mode button.bg-cyan-dark:hover,
.dark-mode button.bg-cyan-dark:focus {
    background-color: #0c5a66 !important;
}
.dark-mode .bg-cyan-darker {
    background-color: #09414a !important;
}
.dark-mode a.bg-cyan-darker:hover,
.dark-mode a.bg-cyan-darker:focus {
    background-color: #03191d !important;
}
.dark-mode button.bg-cyan-darker:hover,
.dark-mode button.bg-cyan-darker:focus {
    background-color: #03191d !important;
}
.dark-mode .bg-cyan-darkest {
    background-color: #052025 !important;
}
.dark-mode a.bg-cyan-darkest:hover,
.dark-mode a.bg-cyan-darkest:focus {
    background-color: black !important;
}
.dark-mode button.bg-cyan-darkest:hover,
.dark-mode button.bg-cyan-darkest:focus {
    background-color: black !important;
}
.dark-mode .bg-white-lightest {
    background-color: white !important;
}
.dark-mode a.bg-white-lightest:hover,
.dark-mode a.bg-white-lightest:focus {
    background-color: #22242b !important;
}
.dark-mode button.bg-white-lightest:hover,
.dark-mode button.bg-white-lightest:focus {
    background-color: #22242b !important;
}
.dark-mode .bg-white-lighter {
    background-color: white !important;
}
.dark-mode a.bg-white-lighter:hover,
.dark-mode a.bg-white-lighter:focus {
    background-color: #22242b !important;
}
.dark-mode button.bg-white-lighter:hover,
.dark-mode button.bg-white-lighter:focus {
    background-color: #22242b !important;
}
.dark-mode .bg-white-light {
    background-color: white !important;
}
.dark-mode a.bg-white-light:hover,
.dark-mode a.bg-white-light:focus {
    background-color: #22242b !important;
}
.dark-mode button.bg-white-light:hover,
.dark-mode button.bg-white-light:focus {
    background-color: #22242b !important;
}
.dark-mode .bg-white-dark {
    background-color: #cccccc !important;
}
.dark-mode a.bg-white-dark:hover,
.dark-mode a.bg-white-dark:focus {
    background-color: #b3b2b2 !important;
}
.dark-mode button.bg-white-dark:hover,
.dark-mode button.bg-white-dark:focus {
    background-color: #b3b2b2 !important;
}
.dark-mode .bg-white-darker {
    background-color: #666666 !important;
}
.dark-mode a.bg-white-darker:hover,
.dark-mode a.bg-white-darker:focus {
    background-color: #4d4c4c !important;
}
.dark-mode button.bg-white-darker:hover,
.dark-mode button.bg-white-darker:focus {
    background-color: #4d4c4c !important;
}
.dark-mode .bg-white-darkest {
    background-color: #333333 !important;
}
.dark-mode a.bg-white-darkest:hover,
.dark-mode a.bg-white-darkest:focus {
    background-color: #1a1919 !important;
}
.dark-mode button.bg-white-darkest:hover,
.dark-mode button.bg-white-darkest:focus {
    background-color: #1a1919 !important;
}
.dark-mode .bg-gray-lightest {
    background-color: #f3f4f5 !important;
}
.dark-mode a.bg-gray-lightest:hover,
.dark-mode a.bg-gray-lightest:focus {
    background-color: #d7dbde !important;
}
.dark-mode button.bg-gray-lightest:hover,
.dark-mode button.bg-gray-lightest:focus {
    background-color: #d7dbde !important;
}
.dark-mode .bg-gray-lighter {
    background-color: #dbdde0 !important;
}
.dark-mode a.bg-gray-lighter:hover,
.dark-mode a.bg-gray-lighter:focus {
    background-color: #c0c3c8 !important;
}
.dark-mode button.bg-gray-lighter:hover,
.dark-mode button.bg-gray-lighter:focus {
    background-color: #c0c3c8 !important;
}
.dark-mode .bg-gray-light {
    background-color: #aab0b6 !important;
}
.dark-mode a.bg-gray-light:hover,
.dark-mode a.bg-gray-light:focus {
    background-color: #8f979e !important;
}
.dark-mode button.bg-gray-light:hover,
.dark-mode button.bg-gray-light:focus {
    background-color: #8f979e !important;
}
.dark-mode .bg-gray-dark {
    background-color: #6b7278 !important;
    background: #343a40 !important;
}
.dark-mode a.bg-gray-dark:hover,
.dark-mode a.bg-gray-dark:focus {
    background-color: #53585d !important;
}
.dark-mode button.bg-gray-dark:hover,
.dark-mode button.bg-gray-dark:focus {
    background-color: #53585d !important;
}
.dark-mode .bg-gray-darker {
    background-color: #36393c !important;
}
.dark-mode a.bg-gray-darker:hover,
.dark-mode a.bg-gray-darker:focus {
    background-color: #1e2021 !important;
}
.dark-mode button.bg-gray-darker:hover,
.dark-mode button.bg-gray-darker:focus {
    background-color: #1e2021 !important;
}
.dark-mode .bg-gray-darkest {
    background-color: #1b1c1e !important;
}
.dark-mode a.bg-gray-darkest:hover,
.dark-mode a.bg-gray-darkest:focus {
    background-color: #030303 !important;
}
.dark-mode button.bg-gray-darkest:hover,
.dark-mode button.bg-gray-darkest:focus {
    background-color: #030303 !important;
}
.dark-mode .bg-gray-dark-lightest {
    background-color: #ebebec !important;
}
.dark-mode a.bg-gray-dark-lightest:hover,
.dark-mode a.bg-gray-dark-lightest:focus {
    background-color: #d1d1d3 !important;
}
.dark-mode button.bg-gray-dark-lightest:hover,
.dark-mode button.bg-gray-dark-lightest:focus {
    background-color: #d1d1d3 !important;
}
.dark-mode .bg-gray-dark-lighter {
    background-color: #c2c4c6 !important;
}
.dark-mode a.bg-gray-dark-lighter:hover,
.dark-mode a.bg-gray-dark-lighter:focus {
    background-color: #a8abad !important;
}
.dark-mode button.bg-gray-dark-lighter:hover,
.dark-mode button.bg-gray-dark-lighter:focus {
    background-color: #a8abad !important;
}
.dark-mode .bg-gray-dark-light {
    background-color: #717579 !important;
}
.dark-mode a.bg-gray-dark-light:hover,
.dark-mode a.bg-gray-dark-light:focus {
    background-color: #585c5f !important;
}
.dark-mode button.bg-gray-dark-light:hover,
.dark-mode button.bg-gray-dark-light:focus {
    background-color: #585c5f !important;
}
.dark-mode .bg-gray-dark-dark {
    background-color: #2a2e33 !important;
}
.dark-mode a.bg-gray-dark-dark:hover,
.dark-mode a.bg-gray-dark-dark:focus {
    background-color: #131517 !important;
}
.dark-mode button.bg-gray-dark-dark:hover,
.dark-mode button.bg-gray-dark-dark:focus {
    background-color: #131517 !important;
}
.dark-mode .bg-gray-dark-darker {
    background-color: #15171a !important;
}
.dark-mode a.bg-gray-dark-darker:hover,
.dark-mode a.bg-gray-dark-darker:focus {
    background-color: black !important;
}
.dark-mode button.bg-gray-dark-darker:hover,
.dark-mode button.bg-gray-dark-darker:focus {
    background-color: black !important;
}
.dark-mode .bg-gray-dark-darkest {
    background-color: #0a0c0d !important;
}
.dark-mode a.bg-gray-dark-darkest:hover,
.dark-mode a.bg-gray-dark-darkest:focus {
    background-color: black !important;
}
.dark-mode button.bg-gray-dark-darkest:hover,
.dark-mode button.bg-gray-dark-darkest:focus {
    background-color: black !important;
}
.dark-mode .bg-azure-lightest {
    background-color: #ecf7fe !important;
}
.dark-mode a.bg-azure-lightest:hover,
.dark-mode a.bg-azure-lightest:focus {
    background-color: #bce3fb !important;
}
.dark-mode button.bg-azure-lightest:hover,
.dark-mode button.bg-azure-lightest:focus {
    background-color: #bce3fb !important;
}
.dark-mode .bg-azure-lighter {
    background-color: #c7e6fb !important;
}
.dark-mode a.bg-azure-lighter:hover,
.dark-mode a.bg-azure-lighter:focus {
    background-color: #97d1f8 !important;
}
.dark-mode button.bg-azure-lighter:hover,
.dark-mode button.bg-azure-lighter:focus {
    background-color: #97d1f8 !important;
}
.dark-mode .bg-azure-light {
    background-color: #7dc4f6 !important;
}
.dark-mode a.bg-azure-light:hover,
.dark-mode a.bg-azure-light:focus {
    background-color: #4daef3 !important;
}
.dark-mode button.bg-azure-light:hover,
.dark-mode button.bg-azure-light:focus {
    background-color: #4daef3 !important;
}
.dark-mode .bg-azure-dark {
    background-color: #3788c2 !important;
}
.dark-mode a.bg-azure-dark:hover,
.dark-mode a.bg-azure-dark:focus {
    background-color: #2c6c9a !important;
}
.dark-mode button.bg-azure-dark:hover,
.dark-mode button.bg-azure-dark:focus {
    background-color: #2c6c9a !important;
}
.dark-mode .bg-azure-darker {
    background-color: #1c4461 !important;
}
.dark-mode a.bg-azure-darker:hover,
.dark-mode a.bg-azure-darker:focus {
    background-color: #112839 !important;
}
.dark-mode button.bg-azure-darker:hover,
.dark-mode button.bg-azure-darker:focus {
    background-color: #112839 !important;
}
.dark-mode .bg-azure-darkest {
    background-color: #0e2230 !important;
}
.dark-mode a.bg-azure-darkest:hover,
.dark-mode a.bg-azure-darkest:focus {
    background-color: #020609 !important;
}
.dark-mode button.bg-azure-darkest:hover,
.dark-mode button.bg-azure-darkest:focus {
    background-color: #020609 !important;
}
.dark-mode .bg-lime-lightest {
    background-color: #f2fbeb !important;
}
.dark-mode a.bg-lime-lightest:hover,
.dark-mode a.bg-lime-lightest:focus {
    background-color: #d6f3c1 !important;
}
.dark-mode button.bg-lime-lightest:hover,
.dark-mode button.bg-lime-lightest:focus {
    background-color: #d6f3c1 !important;
}
.dark-mode .bg-lime-lighter {
    background-color: #d7f2c2 !important;
}
.dark-mode a.bg-lime-lighter:hover,
.dark-mode a.bg-lime-lighter:focus {
    background-color: #bbe998 !important;
}
.dark-mode button.bg-lime-lighter:hover,
.dark-mode button.bg-lime-lighter:focus {
    background-color: #bbe998 !important;
}
.dark-mode .bg-lime-light {
    background-color: #a3e072 !important;
}
.dark-mode a.bg-lime-light:hover,
.dark-mode a.bg-lime-light:focus {
    background-color: #88d748 !important;
}
.dark-mode button.bg-lime-light:hover,
.dark-mode button.bg-lime-light:focus {
    background-color: #88d748 !important;
}
.dark-mode .bg-lime-dark {
    background-color: #62a82a !important;
}
.dark-mode a.bg-lime-dark:hover,
.dark-mode a.bg-lime-dark:focus {
    background-color: #4a7f20 !important;
}
.dark-mode button.bg-lime-dark:hover,
.dark-mode button.bg-lime-dark:focus {
    background-color: #4a7f20 !important;
}
.dark-mode .bg-lime-darker {
    background-color: #315415 !important;
}
.dark-mode a.bg-lime-darker:hover,
.dark-mode a.bg-lime-darker:focus {
    background-color: #192b0b !important;
}
.dark-mode button.bg-lime-darker:hover,
.dark-mode button.bg-lime-darker:focus {
    background-color: #192b0b !important;
}
.dark-mode .bg-lime-darkest {
    background-color: #192a0b !important;
}
.dark-mode a.bg-lime-darkest:hover,
.dark-mode a.bg-lime-darkest:focus {
    background-color: #010200 !important;
}
.dark-mode button.bg-lime-darkest:hover,
.dark-mode button.bg-lime-darkest:focus {
    background-color: #010200 !important;
}
.dark-mode .bg-blue-1 {
    background-color: #0061da;
    color: #fff !important;
}
.dark-mode .bg-blue {
    background: #3223f1;
    color: #fff !important;
}
.dark-mode a.bg-blue:hover,
.dark-mode a.bg-blue:focus {
    background-color: #4032f1 !important;
}
.dark-mode button.bg-blue:hover,
.dark-mode button.bg-blue:focus {
    background-color: #4032f1 !important;
}
.dark-mode .bg-indigo {
    background: #515eae;
    color: #fff !important;
}
.dark-mode a.bg-indigo:hover,
.dark-mode a.bg-indigo:focus {
    background-color: #3f51c1 !important;
}
.dark-mode button.bg-indigo:hover,
.dark-mode button.bg-indigo:focus {
    background-color: #3f51c1 !important;
}
.dark-mode .bg-purple-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#8027dc),
        to(#647dee)
    ) !important;
    background: linear-gradient(
        to bottom right,
        #8027dc 0%,
        #647dee 100%
    ) !important;
    color: #fff !important;
}
.dark-mode a.bg-purple-gradient:hover,
.dark-mode a.bg-purple-gradient:focus {
    background-color: #8c31e4 !important;
}
.dark-mode button.bg-purple-gradient:hover,
.dark-mode button.bg-purple-gradient:focus {
    background-color: #8c31e4 !important;
}
.dark-mode .bg-pink {
    background: #e077e3 !important;
    color: #fff !important;
}
.dark-mode .bg-darkpink {
    background-color: #14a485 !important;
    color: #fff !important;
}
.dark-mode a.bg-pink:hover,
.dark-mode a.bg-pink:focus {
    background-color: #f33d7a !important;
}
.dark-mode button.bg-pink:hover,
.dark-mode button.bg-pink:focus {
    background-color: #f33d7a !important;
}
.dark-mode .bg-red {
    background: #d72414;
    color: #fff !important;
}
.dark-mode a.bg-red:hover,
.dark-mode a.bg-red:focus {
    background-color: #a11918 !important;
}
.dark-mode button.bg-red:hover,
.dark-mode button.bg-red:focus {
    background-color: #a11918 !important;
}
.dark-mode .bg-orange {
    background: #ec6900;
    color: #fff !important;
}
.dark-mode a.bg-orange:hover,
.dark-mode a.bg-orange:focus {
    background-color: #fc7a12 !important;
}
.dark-mode button.bg-orange:hover,
.dark-mode button.bg-orange:focus {
    background-color: #fc7a12 !important;
}
.dark-mode .bg-yellow-1 {
    background-color: #fbb034;
    color: #fff !important;
}
.dark-mode .bg-yellow {
    background: #fbb034;
    color: #fff !important;
}
.dark-mode a.bg-yellow:hover,
.dark-mode a.bg-yellow:focus {
    background-color: #c29d0b !important;
}
.dark-mode button.bg-yellow:hover,
.dark-mode button.bg-yellow:focus {
    background-color: #c29d0b !important;
}
.dark-mode .bg-green-1 {
    background-color: #4ecc48;
    color: #fff !important;
}
.dark-mode .bg-green {
    background: #4ecc48;
    color: #fff !important;
}
.dark-mode a.bg-green:hover,
.dark-mode a.bg-green:focus {
    background-color: #448700 !important;
}
.dark-mode button.bg-green:hover,
.dark-mode button.bg-green:focus {
    background-color: #448700 !important;
}
.dark-mode .bg-teal {
    background: #1caf9f !important;
}
.dark-mode a.bg-teal:hover,
.dark-mode a.bg-teal:focus {
    background-color: #22a193 !important;
}
.dark-mode button.bg-teal:hover,
.dark-mode button.bg-teal:focus {
    background-color: #22a193 !important;
}
.dark-mode .bg-cyan {
    background: #007ea7 !important;
    color: #fff !important;
}
.dark-mode a.bg-cyan:hover,
.dark-mode a.bg-cyan:focus {
    background-color: #117a8b !important;
}
.dark-mode button.bg-cyan:hover,
.dark-mode button.bg-cyan:focus {
    background-color: #117a8b !important;
}
.dark-mode a.bg-white:hover,
.dark-mode a.bg-white:focus {
    background-color: #22242b !important;
}
.dark-mode button.bg-white:hover,
.dark-mode button.bg-white:focus {
    background-color: #22242b !important;
}
.dark-mode .bg-gray {
    background: #5a6970 !important;
}
.dark-mode a.bg-gray:hover,
.dark-mode a.bg-gray:focus {
    background-color: #6c757d !important;
}
.dark-mode button.bg-gray:hover,
.dark-mode button.bg-gray:focus {
    background-color: #6c757d !important;
}
.dark-mode .bg-lightpink-red {
    color: #ff7088 !important;
}
.dark-mode a.bg-gray-dark:hover,
.dark-mode a.bg-gray-dark:focus {
    background-color: #1d2124 !important;
}
.dark-mode button.bg-gray-dark:hover,
.dark-mode button.bg-gray-dark:focus {
    background-color: #1d2124 !important;
}
.dark-mode .bg-azure {
    background: #007abf;
}
.dark-mode a.bg-azure:hover,
.dark-mode a.bg-azure:focus {
    background-color: #1594ef !important;
}
.dark-mode button.bg-azure:hover,
.dark-mode button.bg-azure:focus {
    background-color: #1594ef !important;
}
.dark-mode .bg-purple-1 {
    background: #8027dc;
}
.dark-mode .bg-lime {
    background: #7bd235;
}
.dark-mode a.bg-lime:hover,
.dark-mode a.bg-lime:focus {
    background-color: #63ad27 !important;
}
.dark-mode button.bg-lime:hover,
.dark-mode button.bg-lime:focus {
    background-color: #63ad27 !important;
}
.dark-mode .bg-square {
    color: #fff;
    background: #868e96;
}
.dark-mode .bg-primary-light {
    background: #22242b;
}
.dark-mode .bg-google-plus {
    background-color: #dd4b39;
}
.dark-mode .bg-pinterest {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#c51629),
        to(#bd081c)
    );
    background: linear-gradient(to right bottom, #c51629 0%, #bd081c 100%);
}
.dark-mode .bg-light-gray {
    background-color: #22242b;
}
.dark-mode .bg-progress-white {
    background-color: #eaeceb;
}
.dark-mode .bg-dribbble {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#ea4c89),
        to(#c93764)
    ) !important;
    background: linear-gradient(to bottom right, #ea4c89, #c93764) !important;
}
.dark-mode .bg-google {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#e64522),
        to(#c33219)
    ) !important;
    background: linear-gradient(to bottom right, #e64522, #c33219) !important;
    color: #fff;
}
.dark-mode .bg-success-transparent {
    background-color: rgba(0, 230, 130, 0.1) !important;
}
.dark-mode .bg-info-transparent {
    background-color: #123d68 !important;
}
.dark-mode .bg-warning-transparent {
    background-color: rgba(255, 162, 43, 0.1) !important;
}
.dark-mode .bg-danger-transparent {
    background-color: rgba(255, 56, 43, 0.1) !important;
}
.dark-mode .bg-pink-transparent {
    background-color: rgba(213, 109, 252, 0.1) !important;
}
.dark-mode .bg-purple-transparent {
    background-color: rgba(96, 77, 216, 0.1) !important;
}
.dark-mode .bg-dark-transparent {
    background-color: rgba(0, 0, 0, 0.15) !important;
}
.dark-mode .bg-white-transparent {
    background-color: rgba(255, 255, 255, 0.2) !important;
}
.dark-mode .bg-secondary-transparent {
    background-color: rgba(5, 195, 251, 0.1) !important;
}
.dark-mode .shadow-primary {
    -webkit-box-shadow: 0 7px 30px var(--primary03) !important;
    box-shadow: 0 7px 30px var(--primary03) !important;
}
.dark-mode .shadow-secondary {
    -webkit-box-shadow: 0 7px 30px rgba(130, 207, 242, 0.1) !important;
    box-shadow: 0 7px 30px rgba(130, 207, 242, 0.1) !important;
}
.dark-mode .shadow-warning {
    -webkit-box-shadow: 0 7px 30px rgba(251, 176, 52, 0.1) !important;
    box-shadow: 0 7px 30px rgba(251, 176, 52, 0.1) !important;
}
.dark-mode .shadow-info {
    -webkit-box-shadow: 0 7px 30px rgba(40, 146, 235, 0.5) !important;
    box-shadow: 0 7px 30px rgba(40, 146, 235, 0.5) !important;
}
.dark-mode .shadow-success {
    -webkit-box-shadow: 0 7px 30px rgba(26, 122, 16, 0.1) !important;
    box-shadow: 0 7px 30px rgba(26, 122, 16, 0.1) !important;
}
.dark-mode .shadow-danger {
    -webkit-box-shadow: 0 7px 30px rgba(245, 167, 184, 0.1) !important;
    box-shadow: 0 7px 30px rgba(245, 167, 184, 0.1) !important;
}
.dark-mode .google-plus1 {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#dd4b39),
        to(#ef6a5a)
    );
    background: linear-gradient(to right bottom, #dd4b39 0%, #ef6a5a 100%);
}
.dark-mode .pinterest1 {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#bd081c),
        to(#eb4553)
    );
    background: linear-gradient(to right bottom, #bd081c 0%, #eb4553 100%);
}
.dark-mode .bg-default {
    background: #e9e9f1;
    color: #475569;
}
.dark-mode .border {
    border-color: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .border-top {
    border-block-start-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-mode .border-end {
    border-inline-end-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-mode .border-bottom {
    border-block-end-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-mode .border-start {
    border-inline-start-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-mode .border-secondary {
    border: 1px solid #007f6e !important;
}
.dark-mode .border-success {
    border-color: #1bbfa7 !important;
}
.dark-mode .border-info {
    border-color: #007abf !important;
}
.dark-mode .border-warning {
    border-color: #ecb403 !important;
}
.dark-mode .border-danger {
    border-color: #f82649 !important;
}
.dark-mode .border-pink {
    border-color: #e077e3 !important;
}
.dark-mode .border-orange {
    border-color: #ec6900 !important;
}
.dark-mode .border-light {
    border-color: #f8f9fa !important;
}
.dark-mode .border-transparent {
    border-color: #656a71 !important;
}
.dark-mode .border-dark {
    border-color: #343a40 !important;
}
.dark-mode .border-white {
    border-color: #fff !important;
}
.dark-mode .border-end-1 {
    border-inline-end-color: #d5dce3;
}
.dark-mode .text-white-transparent,
.dark-mode .text-white-transparent-1 {
    color: #fff !important;
}
.dark-mode a.text-primary:hover,
.dark-mode a.text-primary:focus {
    color: var(--primary-bg-color) !important;
}
.dark-mode .text-secondary {
    color: #007f6e !important;
}
.dark-mode a.text-secondary:hover,
.dark-mode a.text-secondary:focus {
    color: #007f6e !important;
}
.dark-mode .text-success {
    color: #09ad95 !important;
}
.dark-mode a.text-success:hover,
.dark-mode a.text-success:focus {
    color: #448700 !important;
}
.dark-mode .text-info {
    color: #1170e4 !important;
}
.dark-mode a.text-info:hover,
.dark-mode a.text-info:focus {
    color: #1594ef !important;
}
.dark-mode .text-warning {
    color: #f7b731 !important;
}
.dark-mode a.text-warning:hover,
.dark-mode a.text-warning:focus {
    color: #c29d0b !important;
}
.dark-mode .text-danger {
    color: #e82646 !important;
}
.dark-mode a.text-danger:hover,
.dark-mode a.text-danger:focus {
    color: #d22827 !important;
}
.dark-mode .text-light {
    color: #ebedef !important;
}
.dark-mode a.text-light:hover,
.dark-mode a.text-light:focus {
    color: #dae0e5 !important;
}
.dark-mode .text-dark {
    color: #f0f8ff !important;
}
.dark-mode a.text-dark:hover,
.dark-mode a.text-dark:focus {
    color: var(--primary-bg-color) !important;
}
.dark-mode .text-body {
    color: #495057 !important;
}
.dark-mode .text-muted {
    color: #f0f8ff !important;
}
.dark-mode .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.dark-mode .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.dark-mode .text-hide {
    color: transparent;
    background-color: transparent;
}
.dark-mode .heading-inverse {
    background-color: #333;
    color: #fff;
}
.dark-mode .heading-success {
    background-color: #1643a3;
    color: #fff;
}
.dark-mode .heading-info {
    background-color: #007abf;
    color: #fff;
}
.dark-mode .heading-warning {
    background-color: #ecb403;
    color: #fff;
}
.dark-mode .heading-danger {
    background-color: #c21a1a;
    color: #fff;
}
.dark-mode .text-inherit {
    color: inherit !important;
}
.dark-mode .text-default {
    color: #7a7a92 !important;
}
.dark-mode .text-muted-dark {
    color: #1c232f !important;
}
.dark-mode .text-fb-blue {
    color: #234684 !important;
}
.dark-mode .text-blue {
    color: #467fcf !important;
}
.dark-mode .text-indigo {
    color: #515eae !important;
}
.dark-mode .text-purple {
    color: #867efc !important;
}
.dark-mode .text-lightpink-red {
    color: #ff7088 !important;
}
.dark-mode .text-lightgreen {
    color: #26eda2 !important;
}
.dark-mode .text-pink {
    color: #ec82ef !important;
}
.dark-mode .text-red {
    color: #c21a1a !important;
}
.dark-mode .text-orange {
    color: #ec6900 !important;
}
.dark-mode .text-yellow {
    color: #ecb403 !important;
}
.dark-mode .text-green {
    color: #4ecc48 !important;
}
.dark-mode .text-green-1 {
    color: #0dff01 !important;
}
.dark-mode .text-teal {
    color: #2bcbba !important;
}
.dark-mode .text-cyan {
    color: #17a2b8 !important;
}
.dark-mode .text-white {
    color: #f0f8ff !important;
}
.dark-mode .text-gray {
    color: #969696 !important;
}
.dark-mode .text-gray-dark {
    color: #343a40 !important;
}
.dark-mode .text-azure {
    color: #007abf !important;
}
.dark-mode .text-lime {
    color: #7bd235 !important;
}
.dark-mode .text-transparent {
    color: #332525;
}
.dark-mode .text-facebook {
    color: #3b5998;
}
.dark-mode .text-google-plus {
    color: #dd4b39;
}
.dark-mode .text-twitter {
    color: #1da1f2;
}
.dark-mode .text-pinterest {
    color: #bd081c;
}
.dark-mode .text-secondary-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#82cff2),
        to(#28b7f9)
    );
    background: linear-gradient(to bottom right, #82cff2 0%, #28b7f9 100%);
    -webkit-text-fill-color: transparent;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#cd489c),
        to(#ce4ba4)
    );
    background: linear-gradient(to right, #cd489c 0%, #ce4ba4 100%);
    -webkit-text-fill-color: transparent;
}
.dark-mode .text-info-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#1e63c3),
        to(#00f2fe)
    );
    background: linear-gradient(to right bottom, #1e63c3 0%, #00f2fe 100%);
    -webkit-text-fill-color: transparent;
}
.dark-mode .text-success-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#1ea38f),
        to(#5cf9e2)
    );
    background: linear-gradient(to bottom right, #1ea38f 0%, #5cf9e2 100%);
    -webkit-text-fill-color: transparent;
}
.dark-mode .text-facebook-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#1e3c72),
        to(#3d6cbf)
    );
    background: linear-gradient(to right bottom, #1e3c72 0%, #3d6cbf 100%);
    -webkit-text-fill-color: transparent;
}
.dark-mode .text-twitter-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#1e63c3),
        to(#00f2fe)
    );
    background: linear-gradient(to right bottom, #1e63c3 0%, #00f2fe 100%);
    -webkit-text-fill-color: transparent;
}
.dark-mode .text-google-plus-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#dd4b39),
        to(#ef6a5a)
    );
    background: linear-gradient(to right bottom, #dd4b39 0%, #ef6a5a 100%);
    -webkit-text-fill-color: transparent;
}
.dark-mode .text-success-shadow {
    text-shadow: 0 5px 10px rgba(19, 191, 166, 0.3) !important;
}
.dark-mode .text-info-shadow {
    text-shadow: 0 5px 10px rgba(7, 116, 248, 0.3) !important;
}
.dark-mode .text-warning-shadow {
    text-shadow: 0 5px 10px rgba(255, 162, 43, 0.3) !important;
}
.dark-mode .text-danger-shadow {
    text-shadow: 0 5px 10px rgba(255, 56, 43, 0.3) !important;
}
.dark-mode .text-pink-shadow {
    text-shadow: 0 5px 10px rgba(213, 109, 252, 0.3) !important;
}
.dark-mode .text-purple-shadow {
    text-shadow: 0 5px 10px rgba(96, 77, 216, 0.3) !important;
}
.dark-mode .text-dark-shadow {
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3) !important;
}
.dark-mode .text-white-shadow {
    text-shadow: 0 5px 10px rgba(255, 255, 255, 0.3) !important;
}
.dark-mode .text-secondary-shadow {
    text-shadow: 0 5px 10px rgba(130, 207, 242, 0.3);
}
.dark-mode .alert-success hr {
    border-block-start-color: #09ad95;
}
.dark-mode .alert-info hr {
    border-block-start-color: #1170e4;
}
.dark-mode .alert-warning hr {
    border-block-start-color: #f7b731;
}
.dark-mode .alert-danger hr {
    border-block-start-color: #e82646;
}
.dark-mode.horizontal .main-sidemenu .slide-left,
.dark-mode.horizontal .main-sidemenu .slide-right {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode.horizontal .main-sidemenu .slide-left svg,
.dark-mode.horizontal .main-sidemenu .slide-right svg {
    fill: #f0f8ff;
}
.dark-mode.horizontal .logo-horizontal .header-brand-img.light-logo1 {
    display: none;
}
.dark-mode.horizontal .side-menu > li > a {
    color: #f0f8ff;
}

.dark-mode .sidebar {
    background: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 8px 14.72px 1.28px rgba(42, 38, 53, 0.5);
    box-shadow: 0px 8px 14.72px 1.28px rgba(42, 38, 53, 0.5);
}

.dark-mode .light-layout {
    display: block;
}
.dark-mode .dark-layout {
    display: none;
}

.dark-mode
    .select2-container--default
    .select2-results
    > .select2-results__options {
    -webkit-box-shadow: 0px 8px 14.72px 1.28px rgba(34, 34, 61, 0.8);
    box-shadow: 0px 8px 14.72px 1.28px rgba(34, 34, 61, 0.8);
}

.dark-mode .select2-dropdown {
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}

.dark-mode .side-header .header-brand-img.desktop-logo {
    display: block !important;
}

.dark-mode .side-header .header-brand-img.light-logo1 {
    display: none !important;
}

.dark-mode.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: none !important;
}

.dark-mode .header-brand .header-brand-img.logo-3 {
    display: none;
}

.dark-mode .header-brand .header-brand-img.logo {
    display: block;
}

.dark-mode.sidebar-mini .app-header .light-logo1 {
    display: none !important;
}

.dark-mode.sidenav-toggled .header-brand-img.light-logo {
    display: none !important;
}

.dark-mode.light-menu.sidenav-toggled .header-brand-img.light-logo {
    display: block !important;
}

.dark-mode.light-menu.sidenav-toggled-open .header-brand-img.light-logo {
    display: none !important;
}

.dark-mode.sidebar-mini.sidenav-toggled
    .app-sidebar
    .side-header
    .header-brand-img.desktop-logo {
    display: none !important;
}

.dark-mode.sidebar-mini.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.desktop-logo {
    display: block !important;
}

.dark-mode.sidebar-mini.hover-submenu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.desktop-logo {
    display: none !important;
}
.dark-mode.sidebar-mini.hover-submenu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo {
    display: none !important;
}
.dark-mode.sidebar-mini.hover-submenu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.toggle-logo {
    display: block !important;
}

.dark-mode.sidebar-mini.hover-submenu1.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.desktop-logo {
    display: none !important;
}
.dark-mode.sidebar-mini.hover-submenu1.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo {
    display: none !important;
}
.dark-mode.sidebar-mini.hover-submenu1.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.toggle-logo {
    display: block !important;
}

.dark-mode.light-menu.sidebar-mini.sidenav-toggled
    .app-sidebar
    .side-header
    .header-brand-img.toggle-logo {
    display: none;
}

.dark-mode.sidebar-mini.sidenav-toggled
    .app-sidebar
    .side-header
    .header-brand-img.toggle-logo {
    display: block !important;
}

.dark-mode.sidebar-mini.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.toggle-logo {
    display: none !important;
}

@media (max-width: 991px) {
    .dark-mode .app-header.header .header-brand-img.desktop-logo {
        display: block;
    }
}
.dark-mode .fc-theme-standard td,
.dark-mode .fc-theme-standard th {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .fc-theme-standard .fc-scrollgrid {
    border: 0px solid rgba(255, 255, 255, 0.1);
    -webkit-border-before: 1px solid rgba(255, 255, 255, 0.1);
    border-block-start: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-start: 1px solid rgba(255, 255, 255, 0.1);
    border-inline-start: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-mode .fc .fc-daygrid-day-number {
    color: #f0f8ff;
}
.dark-mode .fc .fc-daygrid-day.fc-day-today {
    background-color: #272742;
}
.dark-mode .fc-theme-standard .fc-list {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .fc-theme-standard .fc-list-day-cushion {
    background: #1a1c23;
}
.dark-mode .fc .fc-list-event:hover td {
    background: #1a1c23;
}
.dark-mode .fc-list-event.fc-event {
    color: #f0f8ff !important;
}
.dark-mode .fc-direction-ltr .fc-list-day-text,
.dark-mode .fc-direction-rtl .fc-list-day-side-text {
    color: #f0f8ff;
}
.dark-mode .fc-direction-ltr .fc-list-day-side-text,
.dark-mode .fc-direction-rtl .fc-list-day-text {
    color: #f0f8ff;
}

.dark-mode .sweet-alert {
    background: #22242b;
}
.dark-mode .sweet-alert h2 {
    color: #f0f8ff;
}
.dark-mode .sweet-alert P {
    color: #f0f8ff;
}
.dark-mode .alert-default {
    background-color: #1a1c23;
}

.dark-mode .irs-line-mid,
.dark-mode .irs-line-right,
.dark-mode .irs-line-left {
    background-color: #1a1c23;
}
.dark-mode .irs-from,
.dark-mode .irs-to,
.dark-mode .irs-single {
    background: #1a1c23;
}
.dark-mode .irs-from,
.dark-mode .irs-to,
.dark-mode .irs-single {
    color: #f0f8ff;
}
.dark-mode .irs-min,
.dark-mode .irs-max {
    color: #f0f8ff;
    background: #1a1c23;
}
.dark-mode .irs-grid-text {
    color: #f0f8ff;
}
.dark-mode .irs-modern .irs-slider,
.dark-mode .irs-outline .irs-slider {
    background-color: #1a1c23;
}

.dark-mode .tree li {
    color: #f0f8ff;
}
.dark-mode .tree li a {
    color: #f0f8ff;
}
.dark-mode .tree li.branch li {
    background: #22242b;
}
.dark-mode .tree ul:before {
    border-inline-start-color: rgba(255, 255, 255, 0.2);
}
.dark-mode .tree ul li:before {
    border-block-start-color: rgba(255, 255, 255, 0.2);
}
.dark-mode .dTree a {
    color: #f0f8ff;
}

.dark-mode .tab_wrapper .content_wrapper {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .tab_wrapper.right_side .content_wrapper {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .tab_wrapper.right_side > ul li {
    border-inline-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .tab_wrapper.right_side > ul li.active {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .tab_wrapper.right_side > ul li.active::before {
    background: rgba(255, 255, 255, 0.1);
}
.dark-mode .tab_wrapper.right_side > ul li:after {
    background: rgba(255, 255, 255, 0.1);
}
.dark-mode .tab_wrapper > ul {
    border-block-end-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-mode .tab_wrapper > ul li {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .tab_wrapper > ul li.active:after {
    background: transparent;
}

.dark-mode .dropify-wrapper {
    color: #f0f8ff;
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .dropify-wrapper .dropify-preview {
    background-color: #22242b;
}
.dark-mode .dropify-wrapper .dropify-message span.file-icon {
    color: #f0f8ff;
}
.dark-mode .dropify-wrapper:hover {
    background-image: linear-gradient(
        -45deg,
        #1a1c23 25%,
        transparent 25%,
        transparent 50%,
        #1a1c23 50%,
        #1a1c23 75%,
        transparent 75%,
        transparent
    );
}
.dark-mode .ff_fileupload_wrap .ff_fileupload_dropzone:focus,
.dark-mode .ff_fileupload_wrap .ff_fileupload_dropzone:active {
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .ff_fileupload_wrap .ff_fileupload_dropzone {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: #22242b;
}
.dark-mode .ff_fileupload_wrap .ff_fileupload_dropzone:hover {
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .sp-replacer {
    border-color: rgba(255, 255, 255, 0.1);
    background: #22242b;
    color: #fff;
}
.dark-mode .sp-replacer:hover,
.dark-mode .sp-replacer.sp-active {
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.dark-mode .sp-container {
    background: #22242b;
    -webkit-box-shadow: 0 10px 40px 0 rgba(34, 34, 61, 0.8);
    box-shadow: 0 10px 40px 0 rgba(34, 34, 61, 0.8);
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .sp-picker-container {
    -webkit-border-start: 0;
    border-inline-start: 0;
}
.dark-mode .ui-timepicker-wrapper {
    background: #23223a;
    border-color: rgba(255, 255, 255, 0.07);
    -webkit-box-shadow: 0 16px 18px 0 #0e0f2e;
    box-shadow: 0 16px 18px 0 #0e0f2e;
}
.dark-mode .ui-timepicker-list li {
    color: rgba(255, 255, 255, 0.8);
}
.dark-mode .datepicker .datepicker-switch,
.dark-mode .datepicker td,
.dark-mode .datepicker th {
    color: #f0f8ff !important;
}
.dark-mode .datepicker-dropdown.datepicker-orient-top:after,
.dark-mode .datepicker-dropdown.datepicker-orient-top:before {
    border-block-start-color: #30304d;
}
.dark-mode .SumoSelect > .CaptionCont {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: #22242b;
    color: #f0f8ff;
}
.dark-mode .SumoSelect.disabled > .CaptionCont {
    border-color: rgba(255, 255, 255, 0.1);
    background: #22223c;
    border-radius: 0;
}
.dark-mode .SumoSelect.open > .optWrapper {
    background: #22242b;
}
.dark-mode .SumoSelect > .optWrapper {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .SumoSelect > .optWrapper > .options li.opt {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: #262641;
}
.dark-mode .SumoSelect.open .search-txt {
    background: #22242b;
    color: #f0f8ff;
}
.dark-mode .SumoSelect .select-all {
    background-color: #22242b;
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .SumoSelect > .optWrapper > .MultiControls {
    -webkit-border-before: 1px solid rgba(255, 255, 255, 0.12);
    border-block-start: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #22242b;
}
.dark-mode .SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
    background-color: #393958;
}
.dark-mode datepicker-dropdown.datepicker-orient-top:after,
.dark-mode datepicker-dropdown.datepicker-orient-top:before {
    -webkit-border-before: 7px solid #3e3e50;
    border-block-start: 7px solid #3e3e50;
}
.dark-mode datepicker-dropdown:after,
.dark-mode datepicker-dropdown:before {
    border-block-end-color: #2e2e4a;
}
.dark-mode .datepicker table tr td span:hover,
.dark-mode .datepicker table tr td span.focused {
    background: #21213c !important;
    color: #dedefd !important;
}
.dark-mode .datepicker .prev,
.dark-mode .datepicker .next {
    background: #39395c;
}
.dark-mode .datepicker-dropdown:after {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .datepicker-dropdown::before {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .ms-choice {
    color: #f0f8ff;
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .ms-choice.disabled {
    background-color: #2d2d48;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .ms-drop {
    color: #f0f8ff;
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .ms-drop.bottom {
    -webkit-box-shadow: 0px 8px 14.72px 1.28px rgba(34, 34, 61, 0.8);
    box-shadow: 0px 8px 14.72px 1.28px rgba(34, 34, 61, 0.8);
}
.dark-mode .select2-dropdown {
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode
    .select2-container--default.select2-container--disabled
    .select2-selection--single {
    background-color: #2d2d48;
}
.dark-mode .ms-search input {
    background: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.dark-mode .transfer-double {
    background-color: #22242b;
}
.dark-mode .transfer-double-content-tabs {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .transfer-double-content-tabs .tab-item-name.tab-active {
    background: #252336;
}
.dark-mode .transfer-double-content-left,
.dark-mode .transfer-double-content-right {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .transfer-double-list-footer {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .transfer-double-list-search-input {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: #22242b;
}
.dark-mode .transfer-double-list-search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.dark-mode .transfer-double-list-search-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.dark-mode .transfer-double-list-search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.dark-mode .transfer-double-list-search-input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.dark-mode .transfer-double-list-search-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.dark-mode .transfer-double-list-main::-webkit-scrollbar-track {
    background-color: #22242b;
}
.dark-mode .checkbox-group label:before {
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .transfer-double-content-param {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .transfer-double-selected-list-search-input {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: #22242b;
}
.dark-mode
    .transfer-double-selected-list-search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.dark-mode .transfer-double-selected-list-search-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.dark-mode .transfer-double-selected-list-search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.dark-mode .transfer-double-selected-list-search-input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.dark-mode .transfer-double-selected-list-search-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.dark-mode .multi-wrapper .search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.dark-mode .multi-wrapper .search-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.dark-mode .multi-wrapper .search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.dark-mode .multi-wrapper .search-input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.dark-mode .multi-wrapper .search-input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.dark-mode .btn-select-arrow {
    color: #f0f8ff;
    background: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .multi-wrapper {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .multi-wrapper .search-input {
    border-block-end-color: rgba(255, 255, 255, 0.1);
    background: #22242b;
    color: #fff;
}
.dark-mode .multi-wrapper .item-1 {
    color: #f0f8ff;
    background: #22242b;
}
.dark-mode .multi-wrapper .selected-wrapper,
.dark-mode .multi-wrapper .item-group-1 .group-label {
    background: #1a1c23;
}
.dark-mode .multi-wrapper .non-selected-wrapper {
    background: #22242b;
    border-inline-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .iti input {
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
    color: #f0f8ff;
}
.dark-mode .iti input[type="tel"],
.dark-mode .iti input[type="text"] {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: #22242b;
    border-inline-end-color: rgba(255, 255, 255, 0.1);
    color: #f0f8ff;
}
.dark-mode .iti__selected-flag {
    border-inline-end-color: rgba(255, 255, 255, 0.1);
    border-inline-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: #22242b;
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .iti__country-list {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: #22242b;
    border-inline-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .iti__country.iti__highlight {
    background-color: #22242b;
}
.dark-mode .iti__divider {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}

.dark-mode .note-editor.note-frame.panel.panel-default .panel-heading {
    background-color: #22242b;
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .note-btn.btn-default {
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
    color: #f0f8ff;
}
.dark-mode .note-editor.note-airframe,
.dark-mode .note-editor.note-frame {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .note-editor .btn-default:not(:disabled):not(.disabled):active {
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
    color: #f0f8ff;
}
.dark-mode .form-control-file::-webkit-file-upload-button {
    background-color: #1a1c23;
    color: #f0f8ff;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .note-editor.note-airframe .note-editing-area .note-codable,
.dark-mode .note-editor.note-frame .note-editing-area .note-codable {
    background-color: #1a1c23;
    color: rgba(255, 255, 255, 0.7);
}

.dark-mode .richText .richText-editor {
    background-color: #22242b;
    border-inline-start-color: rgba(255, 255, 255, 0);
}
.dark-mode .richText .richText-toolbar ul {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .richText .richText-toolbar ul li a {
    color: #f0f8ff;
}
.dark-mode .richText .richText-toolbar ul li a:hover {
    background-color: #22242b;
}
.dark-mode
    .richText
    .richText-toolbar
    ul
    li
    a
    .richText-dropdown-outer
    .richText-dropdown {
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode
    .richText
    .richText-toolbar
    ul
    li
    a
    .richText-dropdown-outer
    .richText-dropdown
    .richText-dropdown-close {
    background: #22242b;
    color: #f0f8ff;
}
.dark-mode .richText .richText-form input[type="text"],
.dark-mode .richText .richText-form input[type="file"],
.dark-mode .richText .richText-form input[type="number"] {
    border-color: rgba(255, 255, 255, 0.1);
    background: #1b1b2d;
    color: #f0f8ff;
}
.dark-mode .richText .richText-form select {
    border-color: rgba(255, 255, 255, 0.1);
    background: #1b1b2d;
    color: #f0f8ff;
}
.dark-mode
    .richText
    .richText-toolbar
    ul
    li
    a
    .richText-dropdown-outer
    ul.richText-dropdown
    li
    a {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode
    .richText
    .richText-toolbar
    ul
    li
    a
    .richText-dropdown-outer
    ul.richText-dropdown
    li
    a:hover {
    background: #1b1b2d;
}
.dark-mode .richText .richText-undo,
.dark-mode .richText .richText-redo {
    border-inline-end-color: rgba(255, 255, 255, 0.1);
}

.dark-mode .ql-toolbar.ql-snow {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .ql-toolbar.ql-snow .ql-picker-label {
    border-color: rgba(255, 255, 255, 0.1);
    background: #22242b;
    color: #f0f8ff;
}
.dark-mode .ql-container.ql-snow {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .ql-snow.ql-toolbar button,
.dark-mode .ql-snow .ql-toolbar button {
    border-color: rgba(255, 255, 255, 0.1);
    background: #22242b;
    color: #f0f8ff;
}
.dark-mode .ql-snow.ql-toolbar button:last-child,
.dark-mode .ql-snow .ql-toolbar button:last-child {
    border-inline-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    background-color: #22242b;
}
.dark-mode .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .ql-snow .ql-formats {
    color: #f0f8ff;
}
.dark-mode .ql-snow .ql-tooltip {
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 0px 5px #000;
    box-shadow: 0px 0px 5px #000;
    color: #f0f8ff;
    -webkit-margin-start: 100px;
    margin-inline-start: 100px;
}
.dark-mode .ql-tooltip.ql-editing input[type="text"],
.dark-mode .ql-tooltip.ql-editing input[type="file"],
.dark-mode .ql-tooltip.ql-editing input[type="number"] {
    border-color: rgba(255, 255, 255, 0.1);
    background: #22242b;
    color: #f0f8ff;
}
.dark-mode .ql-bubble .ql-tooltip {
    background-color: #22242b;
}

.dark-mode .sw-theme-dots > ul.step-anchor {
    background: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .sw-theme-dots > ul.step-anchor:before {
    background-color: #3e3e63;
}
.dark-mode .sw-theme-dots > ul.step-anchor > li > a:before {
    background: #3e3e63;
}
.dark-mode .sw-theme-dots .step-content {
    background-color: #22242b;
}
.dark-mode .sw-theme-dots .sw-toolbar {
    background: #22242b;
}
.dark-mode .wizard {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: #22242b;
    border-radius: 3px;
}
.dark-mode .wizard > .content {
    border-block-start-color: rgba(255, 255, 255, 0.1);
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .wizard > .content > .title {
    color: #dedefd;
}
.dark-mode .wizard > .actions .disabled a {
    background-color: #404062;
    color: rgba(255, 255, 255, 0.62);
}
.dark-mode .wizard > .steps .current a .number,
.dark-mode .wizard > .steps .current a:active .number,
.dark-mode .wizard > .steps .current a:hover .number {
    background-color: var(--primary-bg-color);
}
.dark-mode .wizard > .steps a .number,
.dark-mode .wizard > .steps a:active .number,
.dark-mode .wizard > .steps a:hover .number {
    background-color: #404062;
}
.dark-mode .wizard.vertical > .content,
.dark-mode .wizard.vertical > .actions {
    border-inline-start-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .wizard > .steps .done a .number,
.dark-mode .wizard > .steps .done a:active .number,
.dark-mode .wizard > .steps .done a:hover .number {
    background-color: #0dcd94;
}
.dark-mode .wizard > .steps a .number,
.dark-mode .wizard > .steps a:active .number,
.dark-mode .wizard > .steps a:hover .number {
    background-color: #404062;
}

.dark-mode .owl-nav button {
    background: #5b5b83 !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.dark-mode .flot-text {
    color: #f0f8ff !important;
}
.dark-mode tspan {
    fill: #f0f8ff !important;
}
.dark-mode .nvd3 text {
    fill: #f0f8ff;
}
.dark-mode .nvd3 .nv-axis line {
    stroke: rgba(119, 119, 142, 0.2);
}
.dark-mode .nvd3 .nv-discretebar .nv-groups text,
.dark-mode .nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: #f0f8ff;
}
.dark-mode .countdown li {
    background: #22242b;
    border: 5px solid rgba(255, 255, 255, 0.1);
    color: #f0f8ff;
}
@media (min-width: 992px) {
    .dark-mode.horizontal .horizontal-main .slide .slide-menu,
    .dark-mode.horizontal .horizontal-main .slide .sub-slide-menu,
    .dark-mode.horizontal .horizontal-main .slide .sub-slide-menu2 {
        background-color: #22242b;
        border-color: rgba(255, 255, 255, 0.1);
        -webkit-box-shadow: 0px 16px 18px rgba(0, 0, 0, 0.3) !important;
        box-shadow: 0px 16px 18px rgba(0, 0, 0, 0.3) !important;
    }
}

.dark-mode .dataTables_wrapper .selected {
    background: #1a1c23;
}

.dark-mode .table .table-primary th {
    color: #7373dd;
}

.dark-mode .fc-theme-standard .fc-popover {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #22242b;
}
.dark-mode .fc-theme-standard .fc-popover-header {
    background: #1e2448;
}

.dark-mode
    .ff_fileupload_wrap
    table.ff_fileupload_uploads
    td.ff_fileupload_summary
    .ff_fileupload_filename
    input {
    background: transparent;
    color: #fff;
}

.dark-mode
    .ff_fileupload_wrap
    table.ff_fileupload_uploads
    td.ff_fileupload_preview
    .ff_fileupload_preview_image {
    background-color: #1e2448;
}

.dark-mode
    .ff_fileupload_wrap
    table.ff_fileupload_uploads
    td.ff_fileupload_actions
    button {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: #1e2448;
}

.dark-mode .dropify-wrapper .dropify-preview .dropify-render img {
    background-color: transparent;
}
.dark-mode .handle-counter input {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #f0f8ff;
}
.dark-mode .card-group .card.border-end {
    -webkit-border-end: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.dark-mode div.dt-autofill-list {
    background-color: #1e2448;
}
.dark-mode div.dt-autofill-list div.dt-autofill-question {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode div.dt-autofill-list div.dt-autofill-button {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.dark-mode div.dt-autofill-list ul li:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.dark-mode .datetimetable input {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: transparent;
    color: #f0f8ff;
}
.dark-mode .datetimetable input::-webkit-input-placeholder {
    color: #f0f8ff;
}
.dark-mode .datetimetable input::-moz-placeholder {
    color: #f0f8ff;
}
.dark-mode .datetimetable input:-ms-input-placeholder {
    color: #f0f8ff;
}
.dark-mode .datetimetable input::-ms-input-placeholder {
    color: #f0f8ff;
}
.dark-mode .datetimetable input::placeholder {
    color: #f0f8ff;
}
.dark-mode div.dt-datetime {
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 16px 18px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 16px 18px rgba(0, 0, 0, 0.2);
}
.dark-mode div.dt-datetime table td {
    color: rgba(255, 255, 255, 0.8);
}
.dark-mode div.dt-datetime table th {
    color: #f0f8ff;
}
.dark-mode div.dt-datetime div.dt-datetime-iconLeft button,
.dark-mode div.dt-datetime div.dt-datetime-iconRight button,
.dark-mode div.dt-datetime div.dt-datetime-iconUp button,
.dark-mode div.dt-datetime div.dt-datetime-iconDown button {
    background: rgba(255, 255, 255, 0.1);
}
.dark-mode div.dt-datetime div.dt-datetime-label:hover {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .pricing-tabs ul.nav-price {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #1e2448;
}
.dark-mode .pricing-tabs ul.nav-price li a {
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
}
.dark-mode .pricing-tabs ul.nav-price li a.active {
    background: var(--primary-bg-color);
}
.dark-mode
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: rgba(255, 255, 255, 0.6) transparent transparent transparent;
}
.dark-mode
    .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent rgba(255, 255, 255, 0.6) transparent;
}
.dark-mode .fc .fc-list-empty {
    background-color: transparent;
}
.dark-mode .c3 path,
.dark-mode .c3 line {
    stroke: rgba(255, 255, 255, 0.1);
}
.dark-mode .form-floating > .form-control::-webkit-input-placeholder {
    color: transparent !important;
}
.dark-mode .form-floating > .form-control::-moz-placeholder {
    color: transparent !important;
}
.dark-mode .form-floating > .form-control:-ms-input-placeholder {
    color: transparent !important;
}
.dark-mode .form-floating > .form-control::-ms-input-placeholder {
    color: transparent !important;
}
.dark-mode .form-floating > .form-control::placeholder {
    color: transparent !important;
}
.dark-mode .is-loading .form-control-plaintext::-webkit-input-placeholder {
    color: #f0f8ff;
}
.dark-mode .is-loading .form-control-plaintext::-moz-placeholder {
    color: #f0f8ff;
}
.dark-mode .is-loading .form-control-plaintext:-ms-input-placeholder {
    color: #f0f8ff;
}
.dark-mode .is-loading .form-control-plaintext::-ms-input-placeholder {
    color: #f0f8ff;
}
.dark-mode .is-loading .form-control-plaintext::placeholder {
    color: #f0f8ff;
}
.dark-mode .is-loading .form-control-plaintext:focus-visible {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-mode .is-loading select option:checked {
    background-color: rgba(255, 255, 255, 0.1);
    color: #f0f8ff;
}
.dark-mode .fullwidth-arrow-danger-ribbons-right .bar,
.dark-mode .fullwidth-arrow-warning-ribbons .bar,
.dark-mode .fullwidth-primary-ribbons .bar,
.dark-mode .fullwidth-secondary-ribbons .bar {
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.7);
}
.dark-mode .fullwidth-arrow-danger-ribbons-right .bar span:nth-child(2),
.dark-mode .fullwidth-arrow-warning-ribbons .bar span:nth-child(2),
.dark-mode .fullwidth-primary-ribbons .bar span:nth-child(2),
.dark-mode .fullwidth-secondary-ribbons .bar span:nth-child(2) {
    -webkit-box-shadow: 20px 20px 30px -10px transparent;
    box-shadow: 20px 20px 30px -10px transparent;
}
.dark-mode .fullwidth-arrow-danger-ribbons-right .bar span:nth-child(4),
.dark-mode .fullwidth-arrow-warning-ribbons .bar span:nth-child(4),
.dark-mode .fullwidth-primary-ribbons .bar span:nth-child(4),
.dark-mode .fullwidth-secondary-ribbons .bar span:nth-child(4) {
    -webkit-box-shadow: -20px 19px 30px -10px transparent;
    box-shadow: -20px 19px 30px -10px transparent;
}
.dark-mode .demo_changer .form_holder {
    -webkit-box-shadow: 0px 8px 14.72px 1.28px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 14.72px 1.28px rgba(0, 0, 0, 0.2);
}

.dark-mode .list-group-item a {
    color: rgba(255, 255, 255, 0.7);
}

.dark-mode .nav-link.disabled {
    opacity: 0.5;
}
.dark-mode .list-group-item-action:focus,
.dark-mode .list-group-item-action:hover {
    color: #f0f8ff;
    background-color: #1e2448;
}
.dark-mode div.dt-datetime div.dt-datetime-iconRight,
.dark-mode div.dt-datetime div.dt-datetime-iconLeft {
    -webkit-filter: invert(1);
    filter: invert(1);
}
.dark-mode div.dt-button-info {
    background-color: #1e2448;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode div.dt-button-info h2 {
    background-color: #1e2448;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode div.dt-button-collection div.dt-button-collection-title {
    background-color: #1e2448;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode div.dt-buttons button.btn.processing,
.dark-mode div.dt-buttons div.btn.processing,
.dark-mode div.dt-buttons a.btn.processing {
    color: #f0f8ff;
}
.dark-mode div.dt-buttons button.btn.processing:after,
.dark-mode div.dt-buttons div.btn.processing:after,
.dark-mode div.dt-buttons a.btn.processing:after {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode #global-loader {
    background-color: #1a1c23;
}
.dark-mode .princing-item .card-footer {
    background-color: #22242b;
}
.dark-mode .apexcharts-tooltip.apexcharts-theme-light {
    background-color: #1a1c23;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode
    .apexcharts-tooltip.apexcharts-theme-light
    .apexcharts-tooltip-title {
    background-color: #1a1c23;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .btn-icon {
    color: #f0f8ff;
}
.dark-mode .login-wrap-main .auth-logo {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .i-block {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .i-block i {
    color: #f0f8ff;
}
.dark-mode .dropzone {
    border-color: rgba(255, 255, 255, 0.1);
}

/*---------- Header-styles ----------*/
/*Header-Color*/
.color-header .main-header-center .form-control {
    color: #fff;
}
.color-header .main-header-center .form-control::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 0.3;
}
.color-header .main-header-center .form-control::-moz-placeholder {
    color: #fff !important;
    opacity: 0.3;
}
.color-header .main-header-center .form-control:-ms-input-placeholder {
    color: #fff !important;
    opacity: 0.3;
}
.color-header .main-header-center .form-control::-ms-input-placeholder {
    color: #fff !important;
    opacity: 0.3;
}
.color-header .main-header-center .form-control::placeholder {
    color: #fff !important;
    opacity: 0.3;
}
.color-header .hor-header .header-brand1 {
    -webkit-margin-before: 4px;
    margin-block-start: 4px;
}

.color-header .main-header-center .form-control::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 0.3;
}

.color-header .main-header-center .form-control::-moz-placeholder {
    color: #fff !important;
    opacity: 0.3;
}

.color-header .main-header-center .form-control:-ms-input-placeholder {
    color: #fff !important;
    opacity: 0.3;
}

.color-header .main-header-center .form-control::-ms-input-placeholder {
    color: #fff !important;
    opacity: 0.3;
}

.color-header .main-header-center .form-control::placeholder {
    color: #fff !important;
    opacity: 0.3;
}
.color-header .app-header,
.color-header .hor-header {
    background: var(--primary-bg-color) !important;
    -webkit-border-after: 1px solid rgba(255, 255, 255, 0.1);
    border-block-end: 1px solid rgba(255, 255, 255, 0.1);
}
.color-header .app-header .header-right-icons .nav-link.icon::before,
.color-header .app-header .header-right-icons .nav-link.icon::after,
.color-header .hor-header .header-right-icons .nav-link.icon::before,
.color-header .hor-header .header-right-icons .nav-link.icon::after {
    background-color: var(--primary-bg-color) !important;
}
.color-header .app-header .header-right-icons .profile-1 > a,
.color-header .hor-header .header-right-icons .profile-1 > a {
    color: #fff;
}
.color-header .app-sidebar__toggle:hover {
    color: #fff;
}
.color-header .demo-icon.nav-link i {
    color: #e7e7f7 !important;
}
.color-header .animated-arrow {
    background: none;
}
.color-header .animated-arrow span {
    background: #e7e7f7;
}
.color-header .animated-arrow span:before,
.color-header .animated-arrow span:after {
    background: #e7e7f7;
}
.color-header.active .animated-arrow span {
    background-color: transparent;
}
.color-header .header .form-inline .form-control {
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    background: rgba(0, 0, 0, 0.08);
    color: #fff;
}
.color-header .header .form-inline .btn i {
    color: #fff !important;
    opacity: 0.5;
}
.color-header .header .form-inline .form-control::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 0.3;
}
.color-header .header .form-inline .form-control::-moz-placeholder {
    color: #fff !important;
    opacity: 0.3;
}
.color-header .header .form-inline .form-control:-ms-input-placeholder {
    color: #fff !important;
    opacity: 0.3;
}
.color-header .header .form-inline .form-control::-ms-input-placeholder {
    color: #fff !important;
    opacity: 0.3;
}
.color-header .header .form-inline .form-control::placeholder {
    color: #fff !important;
    opacity: 0.3;
}
.color-header .app-sidebar__toggle {
    color: #fff;
}
.color-header .app-sidebar__toggle a {
    color: #fff;
}
.color-header .hor-header .header-brand-img.light-logo {
    display: block;
}
.color-header .logo-horizontal .header-brand-img.light-logo1 {
    display: none;
}

@media (min-width: 992px) {
    .color-header
        .hor-header.header
        .header-brand
        .header-brand-img.desktop-lgo {
        display: none;
    }
    .color-header .hor-header.header .header-brand .header-brand-img.dark-logo {
        display: block;
    }
}
@media (min-width: 991px) {
    .color-header .header .nav-link.icon i,
    .color-header .header-right .nav-link.icon:hover i {
        color: #fff !important;
    }
    .color-header .nav-link.icon {
        color: #fff !important;
    }
    .color-header .nav-link i {
        color: #e7e7f7 !important;
    }
    .color-header .nav-link i:hover {
        color: #fff;
    }
}
@media (max-width: 991px) {
    .color-header .hor-header.header .header-brand-img.mobile-logo {
        display: none !important;
    }
    .color-header .hor-header.header .header-brand-img.darkmobile-logo {
        display: block;
    }
    .color-header .hor-header .header-brand-img.desktop-logo {
        display: none;
    }
    .color-header .hor-header .header-brand-img.light-logo {
        margin: 0 auto;
        -webkit-margin-before: 6px;
        margin-block-start: 6px;
    }
}
@media (max-width: 1024px) and (min-width: 992px) {
    .color-header .hor-header.header .header-brand-img.desktop-lgo,
    .color-header .hor-header.header .header-brand-img.mobile-logo {
        display: none !important;
    }
    .color-header .hor-header.header .header-brand-img.dark-logo {
        display: block !important;
    }
}
@media (max-width: 991px) {
    .color-header .app-header .header-brand1 .header-brand-img.light-logo1 {
        display: none !important;
    }
    .color-header .app-header .header-brand1 .header-brand-img.desktop-logo {
        display: block !important;
    }
    .color-header .app-header.header .header-brand-img.desktop-logo {
        display: block;
    }
    .color-header .logo-horizontal .header-brand-img.light-logo1 {
        display: none !important;
    }
}
.dark-mode.color-header .app-header,
.dark-mode.color-header .hor-header {
    background: var(--primary-bg-color);
}
.dark-mode.color-header .app-header .header-right-icons .nav-link.icon::before,
.dark-mode.color-header .app-header .header-right-icons .nav-link.icon::after,
.dark-mode.color-header .hor-header .header-right-icons .nav-link.icon::before,
.dark-mode.color-header .hor-header .header-right-icons .nav-link.icon::after {
    background-color: var(--primary-bg-color) !important;
}
.dark-mode.color-header .header .form-inline .form-control {
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    color: #fff;
}

/*Header-dark*/
.dark-header .app-header,
.dark-header .hor-header {
    background: #22242b !important;
    -webkit-border-after: 1px solid rgba(255, 255, 255, 0.1);
    border-block-end: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-header .app-header .header-right-icons .nav-link.icon::before,
.dark-header .app-header .header-right-icons .nav-link.icon::after,
.dark-header .hor-header .header-right-icons .nav-link.icon::before,
.dark-header .hor-header .header-right-icons .nav-link.icon::after {
    background-color: #22242b !important;
}
.dark-header .app-header .header-right-icons .profile-1 > a,
.dark-header .hor-header .header-right-icons .profile-1 > a {
    color: #d5d7df !important;
}
.dark-header .hor-header .header-brand1 {
    -webkit-margin-before: 4px;
    margin-block-start: 4px;
}
.dark-header .animated-arrow {
    background: none;
}
.dark-header .animated-arrow span {
    background: var(--primary-bg-color);
}
.dark-header .animated-arrow span:before,
.dark-header .animated-arrow span:after {
    background: var(--primary-bg-color);
}
.dark-header.active .animated-arrow span {
    background-color: transparent;
}
.dark-header .header.hor-header .nav-link.icon,
.dark-header .header-right-icons .nav-link.icon:hover {
    color: #e7e7f7 !important;
}
.dark-header .app-header.header .nav-link:hover {
    color: #fff;
}
.dark-header .app-sidebar__toggle:hover {
    color: #fff;
}
.dark-header .header .main-header-center .form-control {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff;
    background: #22242b;
}
.dark-header .header .main-header-center .btn {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-header .header .header-right-icons .nav-link.icon {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.dark-header .header .form-inline .btn i {
    color: #fff;
    opacity: 0.5;
}
.dark-header .header .form-inline .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.3;
}
.dark-header .header .form-inline .form-control::-moz-placeholder {
    color: #fff;
    opacity: 0.3;
}
.dark-header .header .form-inline .form-control:-ms-input-placeholder {
    color: #fff;
    opacity: 0.3;
}
.dark-header .header .form-inline .form-control::-ms-input-placeholder {
    color: #fff;
    opacity: 0.3;
}
.dark-header .header .form-inline .form-control::placeholder {
    color: #fff;
    opacity: 0.3;
}
.dark-header .header.hor-header .header-brand-img.desktop-logo {
    display: block;
}
.dark-header .header.hor-header .header-brand-img.light-logo {
    display: block;
}
.dark-header.horizontal .logo-horizontal .header-brand-img.light-logo1 {
    display: none;
}
.dark-header .app-header .header-right-icons .nav-link.icon {
    color: #d5d7df !important;
}
.dark-header .app-header .header-right-icons .nav-link.icon:hover {
    color: #fff;
}
.dark-header .app-sidebar__toggle {
    color: #d5d7df !important;
}
.dark-header .app-sidebar__toggle:after {
    background: none;
}
.dark-header .nav-link.icon i::after {
    background: none;
}
.dark-header.transparent-mode .app-header.sticky-pin {
    background: #22242b;
}

@media (max-width: 992px) {
    .dark-header .app-header .header-brand1 .header-brand-img.light-logo1 {
        display: none !important;
    }
    .dark-header .app-header .header-brand1 .header-brand-img.desktop-logo {
        display: block;
    }
    .dark-header .hor-header .header-brand-img.desktop-logo {
        display: none;
    }
    .dark-header .hor-header .header-brand-img.light-logo {
        margin: 0 auto;
        -webkit-margin-before: 6px;
        margin-block-start: 6px;
    }
    .dark-header .app-header.header .header-brand-img.desktop-logo {
        display: block;
    }
    .dark-header .logo-horizontal .header-brand-img.light-logo1 {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .dark-header
        .hor-header.header
        .header-brand
        .header-brand-img.desktop-lgo {
        display: none;
    }
    .dark-header .hor-header.header .header-brand .header-brand-img.dark-logo {
        display: block;
    }
}
@media (max-width: 1024px) and (min-width: 992px) {
    .dark-header .hor-header.header .header-brand-img.desktop-lgo,
    .dark-header .hor-header.header .header-brand-img.mobile-logo {
        display: none !important;
    }
    .dark-header .hor-header.header .header-brand-img.dark-logo {
        display: block !important;
    }
}
.light-mode.dark-header .hor-header .mobile-header.hor-mobile-header {
    background: #30304d !important;
}

/*Header-light*/
.dark-mode.header-light .app-header,
.dark-mode.header-light .hor-header {
    background: #fff;
    -webkit-border-after: 1px solid rgb(236, 240, 250);
    border-block-end: 1px solid rgb(236, 240, 250);
}
.dark-mode.header-light .app-sidebar {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dark-mode.header-light .animated-arrow span {
    background: #5c678f;
}
.dark-mode.header-light .animated-arrow span:before,
.dark-mode.header-light .animated-arrow span:after {
    background: #5c678f;
}
.dark-mode.header-light.active .animated-arrow span {
    background-color: transparent;
}
.dark-mode.header-light .header .form-inline .form-control {
    border: 1px solid transparent !important;
    background: #f1f5ff;
    color: #000;
}
.dark-mode.header-light .hor-header .header-brand-img.desktop-logo-1 {
    display: none;
}
.dark-mode.header-light .drop-profile a {
    color: #171a29;
}
.dark-mode.header-light .hor-header .header-brand-img.desktop-logo {
    display: block;
}
.dark-mode.header-light .header .nav-link.icon i {
    color: #22242b;
}
.dark-mode.header-light .header .nav-link.icon i {
    color: var(--primary-bg-color);
}
.dark-mode.header-light .app-sidebar__toggle a {
    color: #555b95;
}

@media (max-width: 575.98px) {
    .dark-mode.header-light .header .form-inline .form-control {
        background: #191d43;
    }
}
@media (max-width: 991px) {
    .dark-mode.header-light .hor-header .header-brand-img.desktop-logo {
        display: none;
    }
    .dark-mode.header-light
        .app-header
        .header-brand1
        .header-brand-img.desktop-logo {
        display: none;
    }
    .dark-mode.header-light
        .app-header
        .header-brand1
        .header-brand-img.light-logo1 {
        display: block !important;
    }
    .dark-mode.header-light .mobile-header {
        background-color: #ffffff;
    }
    .dark-mode.header-light .mobile-header .header-brand-img.desktop-logo {
        display: none !important;
    }
    .dark-mode.header-light
        .mobile-header
        .header-brand-img.desktop-logo.mobile-light {
        display: block !important;
    }
}
@media (max-width: 991px) and (min-width: 568px) {
    .app.dark-mode.header-light
        .app-header
        .header-brand
        .header-brand-img.desktop-lgo {
        display: block;
    }
    .app.dark-mode.header-light
        .app-header
        .header-brand
        .header-brand-img.dark-logo,
    .app.dark-mode.header-light
        .app-header
        .header-brand
        .header-brand-img.mobile-logo,
    .app.dark-mode.header-light
        .app-header
        .header-brand
        .header-brand-img.darkmobile-logo {
        display: none !important;
    }
}
@media (max-width: 1024px) and (min-width: 992px) {
    .dark-mode.header-light .hor-header.header .header-brand-img.dark-logo,
    .dark-mode.header-light .hor-header.header .header-brand-img.mobile-logo {
        display: none !important;
    }
    .dark-mode.header-light .hor-header.header .header-brand-img.desktop-lgo {
        display: block !important;
    }
}
/*Header-Gradient-header*/
.gradient-header .hor-header .header-brand1 {
    -webkit-margin-before: 4px;
    margin-block-start: 4px;
}
.gradient-header .app-header,
.gradient-header .hor-header {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(var(--primary-bg-color)),
        to(#8e77fa)
    ) !important;
    background: linear-gradient(
        to right,
        var(--primary-bg-color) 0%,
        #8e77fa 100%
    ) !important;
    -webkit-border-after: 1px solid rgba(255, 255, 255, 0.1);
    border-block-end: 1px solid rgba(255, 255, 255, 0.1);
}
.gradient-header .main-header-center .form-control {
    color: #fff;
}
.gradient-header .main-header-center .form-control::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 0.3;
}
.gradient-header .main-header-center .form-control::-moz-placeholder {
    color: #fff !important;
    opacity: 0.3;
}
.gradient-header .main-header-center .form-control:-ms-input-placeholder {
    color: #fff !important;
    opacity: 0.3;
}
.gradient-header .main-header-center .form-control::-ms-input-placeholder {
    color: #fff !important;
    opacity: 0.3;
}
.gradient-header .main-header-center .form-control::placeholder {
    color: #fff !important;
    opacity: 0.3;
}
.gradient-header .animated-arrow {
    background: none;
}
.gradient-header .animated-arrow span {
    background: #e7e7f7;
}
.gradient-header .animated-arrow span:before,
.gradient-header .animated-arrow span:after {
    background: #e7e7f7;
}
.gradient-header.active .animated-arrow span {
    background-color: transparent;
}
.gradient-header .app-header.header .nav-link:hover {
    color: #fff;
}
.gradient-header .app-sidebar__toggle:hover {
    color: #fff;
}
.gradient-header .demo-icon.nav-link.icon i {
    color: #e7e7f7 !important;
}
.gradient-header .header .main-header-center .form-control {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: rgba(0, 0, 0, 0.08) !important;
    color: #fff;
}
.gradient-header .header .header-right-icons .nav-link.icon {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.gradient-header .header .main-header-center .form-control:placeholder {
    color: #fff !important;
    opacity: 0.5;
}
.gradient-header .app-sidebar__toggle {
    color: #fff;
}
.gradient-header .app-sidebar__toggle a {
    color: #fff;
}
.gradient-header .app-header .header-right-icons .nav-link.icon {
    color: #fff;
}
.gradient-header .app-header .header-right-icons .nav-link.icon:hover {
    color: #fff !important;
}
.gradient-header .hor-header .header-right-icons .nav-link.icon {
    color: #fff !important;
}

@media (min-width: 991px) {
    .gradient-header .header .nav-link.icon i,
    .gradient-header .header-right .nav-link.icon:hover i {
        color: #fff !important;
    }
    .gradient-header .nav-link.icon i {
        color: #fff !important;
    }
    .gradient-header .nav-link i {
        color: #e7e7f7 !important;
    }
    .gradient-header .nav-link i:hover {
        color: #fff;
    }
    .gradient-header.horizontal .logo-horizontal .header-brand-img.light-logo1 {
        display: none;
    }
    .gradient-header.horizontal
        .logo-horizontal
        .header-brand-img.desktop-logo {
        display: block;
    }
}
@media (min-width: 992px) {
    .gradient-header
        .hor-header.header
        .header-brand1
        .header-brand-img.desktop-logo {
        display: none !important;
    }
    .gradient-header
        .hor-header.header
        .header-brand1
        .header-brand-img.light-logo {
        display: block;
    }
    .gradient-header
        .hor-header.header
        .header-brand2
        .header-brand-img.desktop-logo {
        display: none !important;
    }
    .gradient-header
        .hor-header.header
        .header-brand2
        .header-brand-img.light-logo {
        display: block;
    }
}
@media (max-width: 991px) and (min-width: 575.98px) {
    .gradient-header .app-header .header-brand .header-brand-img.dark-logo {
        display: block;
    }
    .gradient-header .app-header .header-brand .header-brand-img.desktop-lgo,
    .gradient-header .app-header .header-brand .header-brand-img.mobile-logo,
    .gradient-header
        .app-header
        .header-brand
        .header-brand-img.darkmobile-logo {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .gradient-header .app-header .header-brand1 .header-brand-img.desktop-logo {
        display: block;
    }
    .gradient-header .app-header .header-brand1 .header-brand-img.light-logo1 {
        display: none !important;
    }
    .gradient-header .navresponsive-toggler span {
        color: #fff !important;
    }
    .gradient-header .hor-header .header-brand-img.desktop-logo {
        display: block !important;
    }
    .gradient-header .hor-header .header-brand-img.light-logo {
        margin: 0 auto;
        -webkit-margin-before: 6px;
        margin-block-start: 6px;
        display: block;
    }
    .gradient-header .app-header.header .header-brand-img.desktop-logo {
        display: block;
    }
    .gradient-header .logo-horizontal .header-brand-img.light-logo1 {
        display: none !important;
    }
}
@media (max-width: 1024px) and (min-width: 992px) {
    .gradient-header .hor-header.header .header-brand-img.desktop-lgo,
    .gradient-header .hor-header.header .header-brand-img.mobile-logo {
        display: none !important;
    }
    .gradient-header .hor-header.header .header-brand-img.dark-logo {
        display: block !important;
    }
}
.dark-mode.gradient-header .app-header,
.dark-mode.gradient-header .hor-header {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(var(--primary-bg-color)),
        to(#8e77fa)
    ) !important;
    background: linear-gradient(
        to right,
        var(--primary-bg-color) 0%,
        #8e77fa 100%
    ) !important;
}
.dark-mode.gradient-header .header .form-inline .form-control {
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    color: #fff;
}

/*---------- Leftmenu-styles ----------*/
/*Light-menu*/
.light-menu.dark-mode.hover-submenu1.sidebar-mini.sidenav-toggled
    .side-menu-label1
    a {
    color: #475569 !important;
}
.light-menu .app-sidebar {
    background: #fff;
    border-color: #e9edf4 !important;
}
.light-menu .app-sidebar .app-sidebar__user {
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
}
.light-menu .app-sidebar .side-menu .sidemenu_icon {
    color: #fff !important;
}
.light-menu .app-sidebar .app-sidebar__user .user-pic .avatar-xxl {
    border: 3px solid #ebeff8;
}
.light-menu .app-sidebar .app-sidebar__user .user-pic::before {
    border: 2px solid #fff;
}
.light-menu .app-sidebar .app-sidebar__user .user-info h5 {
    color: #263871;
}
.light-menu .slide a.active .sidemenu_icon,
.light-menu .sidenav-menu-item:hover .sidemenu_icon {
    color: #fff;
}
.light-menu .slide-menu li.active > a,
.light-menu .slide-menu li:hover > a {
    color: var(--primary-bg-color) !important;
}
.light-menu .side-item.side-item-category {
    opacity: 0.7 !important;
}
.light-menu.dark-mode.sidebar-mini.hover-submenu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo {
    display: block !important;
}
.light-menu.dark-mode.sidebar-mini.hover-submenu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.toggle-logo {
    display: none !important;
}
.light-menu.dark-mode.sidebar-mini.hover-submenu1.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo {
    display: block !important;
}
.light-menu.dark-mode.sidebar-mini.hover-submenu1.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.toggle-logo {
    display: none !important;
}
.light-menu.dark-mode.hover-submenu1.sidebar-mini.sidenav-toggled
    .side-menu-label1 {
    border-block-end-color: #e9edf4 !important;
}
.light-menu.horizontal .horizontal-main .slide .slide-menu,
.light-menu.horizontal .horizontal-main .slide .sub-slide-menu,
.light-menu.horizontal .horizontal-main .slide .sub-slide-menu2 {
    border-color: #e9edf4;
}

.dark-mode.light-menu .app-sidebar {
    background: #fff !important;
}
.dark-mode.light-menu .app-sidebar .app-sidebar__user {
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
}
.dark-mode.light-menu .app-sidebar .app-sidebar__user .user-pic .avatar-xxl {
    border: 3px solid #ebeff8;
}
.dark-mode.light-menu .app-sidebar .app-sidebar__user .user-pic::before {
    border: 2px solid #fff;
}
.dark-mode.light-menu .slide-menu li.active > a,
.dark-mode.light-menu .slide-menu li:hover > a {
    color: var(--primary-bg-color) !important;
}

@media (min-width: 992px) {
    .light-menu .app-sidebar__logo {
        -webkit-border-after: 1px solid #e9edf4;
        border-block-end: 1px solid #e9edf4;
        -webkit-border-end: 1px solid #e9edf4;
        border-inline-end: 1px solid #e9edf4;
    }
    .light-menu .app-sidebar .app-sidebar__logo .header-brand-img.desktop-lgo {
        display: block;
        margin: 0 auto;
    }
    .light-menu .app-sidebar .app-sidebar__logo .header-brand-img.dark-logo {
        display: none;
    }
    .light-menu.sidenav-toggled
        .app-sidebar
        .app-sidebar__logo
        .header-brand-img.desktop-lgo {
        display: none;
    }
    .light-menu.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .app-sidebar__logo
        .header-brand-img.desktop-lgo {
        display: block;
        margin: 0 auto;
    }
    .light-menu.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .app-sidebar__logo
        .header-brand-img.dark-logo {
        display: none;
    }
    .light-menu.light-menu.dark-mode.hover-submenu.sidebar-mini.sidenav-toggled
        .slide-menu {
        background: #f1f1f1 !important;
    }
    .light-menu.light-menu.dark-mode.hover-submenu1.sidebar-mini.sidenav-toggled
        .slide-menu {
        background: #f1f1f1 !important;
    }
    .dark-mode.light-menu .side-header {
        -webkit-border-after: 1px solid #e9edf4;
        border-block-end: 1px solid #e9edf4;
        -webkit-border-end: 1px solid #e9edf4;
        border-inline-end: 1px solid #e9edf4;
        inset-block-start: 0px;
    }
    .dark-mode.light-menu .side-menu h3 {
        color: #000;
    }
    .dark-mode.light-menu .sidenav-menu-item.active:hover,
    .dark-mode.light-menu .sidenav-menu-item.active:focus {
        color: #ffffff;
    }
    .dark-mode.light-menu
        .app-sidebar
        .side-header
        .header-brand-img.light-logo1 {
        display: block !important;
        margin: 0 auto;
    }
    .dark-mode.light-menu.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: none !important;
    }
    .dark-mode.light-menu.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo1 {
        display: block !important;
        margin: 0 auto;
    }
    .dark-mode.light-menu.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-imgdesktop-logo {
        display: none !important;
    }
}
.app.sidebar-mini.dark-mode.light-menu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.desktop-logo {
    display: none !important;
}

.app.sidebar-mini.dark-mode.light-menu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: block !important;
}

.app.sidebar-mini.dark-mode.hover-submenu1.light-menu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: none !important;
}

.app.sidebar-mini.dark-mode.light-menu.hover-submenu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: none !important;
}

/*Color-menu*/
.color-menu .app-sidebar {
    -webkit-border-end: 1px solid rgba(255, 255, 255, 0.1);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
}
.color-menu .app-sidebar .side-header {
    background: var(--primary-bg-color);
    -webkit-border-end: 1px solid rgba(255, 255, 255, 0.1);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
}
.color-menu .app-sidebar .side-header .side-item.side-item-category {
    color: #fff;
    opacity: 0.3;
}
.color-menu .app-sidebar .side-header .side-menu .side-menu__icon,
.color-menu .app-sidebar .side-header .side-menu .sidenav-menu-item {
    color: #e7eefb;
}
.color-menu .app-sidebar .side-header .slide a.active .sidemenu_icon,
.color-menu .app-sidebar .side-header .sidenav-menu-item:hover .sidemenu_icon {
    color: #fff !important;
    opacity: inherit;
}
.color-menu .app-sidebar .side-header .side-menu .slide a.active,
.color-menu .app-sidebar .side-header .side-menu .slide a:hover {
    color: #fff !important;
    opacity: inherit;
}
.color-menu .app-sidebar .side-header .slide .sidenav-menu-item.active,
.color-menu .app-sidebar .side-header .slide .sidenav-menu-item:hover {
    background: rgba(0, 0, 0, 0.1);
}
.color-menu .app-sidebar .side-header .sidenav-menu-item.active:hover,
.color-menu .app-sidebar .side-header .sidenav-menu-item.active:focus {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(var(--primary-bg-color)),
        to(#8e77fa)
    ) !important;
    background: linear-gradient(
        to right,
        var(--primary-bg-color) 0%,
        #8e77fa 100%
    ) !important;
}
.color-menu
    .app-sidebar
    .side-header
    .sidenav-menu-item:hover
    .side-menu__label,
.color-menu .app-sidebar .side-header .sidenav-menu-item:hover .side-menu__icon,
.color-menu .app-sidebar .side-header .sidenav-menu-item:hover .angle {
    color: #fff !important;
    opacity: inherit;
}
.color-menu .app-sidebar .side-header .app-sidebar__user {
    -webkit-border-after: 1px solid rgba(255, 255, 255, 0.1);
    border-block-end: 1px solid rgba(255, 255, 255, 0.1);
}
.color-menu .app-sidebar .side-header .app-sidebar__user .user-info h5 {
    color: #fff;
}
.color-menu
    .app-sidebar
    .side-header
    .app-sidebar__user
    .app-sidebar__user-name.text-muted {
    color: #fff !important;
    opacity: 0.7;
}
.color-menu .app-sidebar .side-header .app-sidebar__user .user-pic .avatar-xxl {
    border: 3px solid #fff;
}
.color-menu.horizontal .horizontal-main .slide .slide-menu,
.color-menu.horizontal .horizontal-main .slide .sub-slide-menu,
.color-menu.horizontal .horizontal-main .slide .sub-slide-menu2 {
    background-color: var(--primary-bg-color);
    border-color: rgba(255, 255, 255, 0.1);
}
.color-menu.horizontal .side-menu .slide .sidenav-menu-item.active {
    color: #fff !important;
}
.color-menu .slide-item.active,
.color-menu .slide-item:hover,
.color-menu .slide-item:focus {
    color: #fff !important;
}
.color-menu .is-expanded .sub-slide-item.active,
.color-menu .sub-sidenav-menu-item.active.is-expanded {
    color: #fff;
}

@media (min-width: 992px) {
    .color-menu .side-header {
        -webkit-border-after: 1px solid rgba(255, 255, 255, 0.1);
        border-block-end: 1px solid rgba(255, 255, 255, 0.1);
        -webkit-border-end: 1px solid rgba(255, 255, 255, 0.1);
        border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
    }
    .color-menu .app-sidebar .side-header .header-brand-img.desktop-logo {
        display: block;
        margin: 0 auto;
    }
    .color-menu .app-sidebar .side-header .header-brand-img.light-logo1 {
        display: none;
    }
    .color-menu.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: none;
    }
    .color-menu.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: block !important;
    }
    .color-menu.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .color-menu.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo1,
    .color-menu.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.mobile-light {
        display: none;
    }
    .color-menu.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: block !important;
        margin: 0 auto;
    }
    .color-menu.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: none !important;
    }
    .color-menu.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .color-menu.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo1 {
        display: none !important;
    }
    .color-menu.hover-submenu.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: none !important;
    }
    .color-menu.hover-submenu.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: block !important;
    }
    .color-menu.hover-submenu.dark-mode.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: none !important;
    }
    .color-menu.hover-submenu.dark-mode.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: block !important;
    }
    .color-menu.hover-submenu1.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: none !important;
    }
    .color-menu.hover-submenu1.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: block !important;
    }
    .color-menu.hover-submenu1.dark-mode.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: none !important;
    }
    .color-menu.hover-submenu1.dark-mode.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: block !important;
    }
    .color-menu.sidenav-toggled .slide-menu {
        background: var(--primary-bg-color) !important;
        color: #fff;
    }
    .color-menu.sidenav-toggled .sub-sidenav-menu-item,
    .color-menu.sidenav-toggled .sub-sidenav-menu-item2 {
        color: #e7eefb;
    }
    .color-menu.sidenav-toggled .sub-slide-item,
    .color-menu.sidenav-toggled .sub-slide-item2 {
        color: #e7eefb;
    }
    .color-menu.sidenav-toggled .slide-item:hover,
    .color-menu.sidenav-toggled .slide-item:focus {
        color: #fff !important;
    }
    .color-menu .sub-sidenav-menu-item {
        color: #fff;
    }
}
.dark-mode.color-menu .app-sidebar {
    background: var(--primary-bg-color) !important;
}
.dark-mode.color-menu .app-sidebar .side-menu .slide a {
    color: #fff !important;
    opacity: 0.7;
}
.dark-mode.color-menu .app-sidebar .sidenav-menu-item:hover .side-menu__icon,
.dark-mode.color-menu .app-sidebar .sidenav-menu-item:hover .side-menu__label,
.dark-mode.color-menu .app-sidebar .sidenav-menu-item:focus .side-menu__icon,
.dark-mode.color-menu .app-sidebar .sidenav-menu-item:focus .side-menu__label {
    color: #fff !important;
    opacity: 0.7;
}
.dark-mode.color-menu .app-sidebar .app-sidebar__user .user-pic .avatar-xxl {
    border: 3px solid #fff;
}
.dark-mode.color-menu .app-sidebar .app-sidebar__user .user-pic::before {
    border: 2px solid #fff;
}
.dark-mode.color-menu .side-item.side-item-category {
    color: #fff;
    opacity: 0.5;
}
.dark-mode.color-menu .app-sidebar ul li a {
    color: #fff;
    opacity: 0.8;
}
.dark-mode.color-menu .slide-menu li.active > a,
.dark-mode.color-menu .slide-menu li:hover > a {
    color: #fff !important;
    opacity: inherit;
}
.dark-mode.color-menu .app-sidebar .slide-menu .slide-item:hover,
.dark-mode.color-menu .app-sidebar .sidenav-menu-item.active .side-menu__icon {
    color: #fff !important;
    opacity: inherit;
}
.dark-mode.color-menu .slide.is-expanded .sidenav-menu-item {
    color: #fff !important;
    opacity: inherit;
}

@media (min-width: 992px) {
    .dark-mode.color-menu .app-sidebar__logo {
        -webkit-border-after: 1px solid rgba(255, 255, 255, 0.1);
        border-block-end: 1px solid rgba(255, 255, 255, 0.1);
        -webkit-border-end: 1px solid rgba(255, 255, 255, 0.1);
        border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
    }
}
/*dark-menu*/
.dark-menu .app-sidebar {
    background: #22242b !important;
    -webkit-border-end: 1px solid rgba(255, 255, 255, 0.1);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-menu .app-sidebar .side-item.side-item-category {
    color: #fff;
    opacity: 0.3;
}
.dark-menu .app-sidebar .side-header {
    background: #22242b !important;
    -webkit-border-after: 1px solid rgba(255, 255, 255, 0.1);
    border-block-end: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-menu .app-sidebar .side-menu h3 {
    color: rgba(255, 255, 255, 0.3);
}
.dark-menu .app-sidebar .side-menu .side-menu__icon {
    color: #fff !important;
    opacity: 0.7;
}
.dark-menu .app-sidebar .side-menu a {
    color: #f0f8ff !important;
}
.dark-menu .app-sidebar .sidenav-menu-item {
    color: var(--primary-bg-color) !important;
}
.dark-menu .app-sidebar .slide-item {
    color: #f0f8ff !important;
}
.dark-menu .app-sidebar .slide a.active .side-menu__icon,
.dark-menu .app-sidebar .sidenav-menu-item:hover .side-menu__icon {
    color: #fff !important;
    opacity: inherit;
}
.dark-menu .app-sidebar .side-menu .slide a.active,
.dark-menu .app-sidebar .side-menu .slide a:hover {
    color: #fff !important;
    opacity: inherit;
}
.dark-menu .app-sidebar .sidenav-menu-item:hover .side-menu__label,
.dark-menu .app-sidebar .sidenav-menu-item:hover .side-menu__icon,
.dark-menu .app-sidebar .sidenav-menu-item:hover .angle {
    color: #fff !important;
    opacity: inherit;
}
.dark-menu .app-sidebar .sidenav-menu-item:hover .side-menu__icon,
.dark-menu .app-sidebar .sidenav-menu-item:hover .side-menu__label,
.dark-menu .app-sidebar .sidenav-menu-item:focus .side-menu__icon,
.dark-menu .app-sidebar .sidenav-menu-item:focus .side-menu__label {
    color: #fff !important;
}
.dark-menu .app-sidebar .app-sidebar__user {
    -webkit-border-after: 1px solid rgba(255, 255, 255, 0.1);
    border-block-end: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-menu .app-sidebar .app-sidebar__user .user-info h5 {
    color: #fff;
}
.dark-menu .app-sidebar .app-sidebar__user .app-sidebar__user-name.text-muted {
    color: #fff !important;
    opacity: 0.5;
}
.dark-menu.sidebar-mini.sidenav-toggled .slide-menu {
    background: #22242b !important;
}
.dark-menu .slide-menu li .slide-item:before {
    color: #fff;
}
.dark-menu .side-menu-label1 {
    border-block-end-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-menu.horizontal .horizontal-main .slide .slide-menu,
.dark-menu.horizontal .horizontal-main .slide .sub-slide-menu,
.dark-menu.horizontal .horizontal-main .slide .sub-slide-menu2 {
    background-color: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
    .dark-menu .side-header {
        -webkit-border-after: 1px solid rgba(255, 255, 255, 0.1);
        border-block-end: 1px solid rgba(255, 255, 255, 0.1);
        -webkit-border-end: 1px solid rgba(255, 255, 255, 0.1);
        border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
    }
    .dark-menu .app-sidebar .side-header .header-brand-img.desktop-logo {
        display: block;
        margin: 0 auto;
    }
    .dark-menu .app-sidebar .side-header .header-brand-img.light-logo1 {
        display: none;
    }
    .dark-menu.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: none;
    }
    .dark-menu.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo1 {
        display: block;
    }
    .dark-menu.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: block;
        margin: 0 auto;
    }
    .dark-menu.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo1 {
        display: none !important;
    }
    .dark-menu.hover-submenu.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: none;
    }
    .dark-menu.hover-submenu1.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: none;
    }
    .dark-menu.dark-mode.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: block !important;
    }
    .dark-menu.dark-mode.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: none;
    }
    .dark-menu.dark-mode.hover-submenu.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: none !important;
    }
    .dark-menu.dark-mode.hover-submenu.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo {
        display: none !important;
    }
    .dark-menu.dark-mode.hover-submenu.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: block !important;
    }
    .dark-menu.dark-mode.hover-submenu1.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: none !important;
    }
    .dark-menu.dark-mode.hover-submenu1.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo {
        display: none !important;
    }
    .dark-menu.dark-mode.hover-submenu1.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: block !important;
    }
}
/*Graident-Color*/
.gradient-menu.horizontal .app-sidebar {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(var(--primary-bg-color)),
        to(#8e77fa)
    ) !important;
    background: linear-gradient(
        to right,
        var(--primary-bg-color) 0%,
        #8e77fa 100%
    ) !important;
}
.gradient-menu .app-sidebar {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(var(--primary-bg-color)),
        to(#8e77fa)
    ) !important;
    background: linear-gradient(
        to bottom,
        var(--primary-bg-color) 0%,
        #8e77fa 100%
    ) !important;
}
.gradient-menu .app-sidebar .side-item.side-item-category {
    color: #fff;
    opacity: 0.3;
}
.gradient-menu .app-sidebar .side-header {
    background: var(--primary-bg-color);
    -webkit-border-after: 1px solid rgba(255, 255, 255, 0.1);
    border-block-end: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-end: 1px solid rgba(255, 255, 255, 0.1);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
}
.gradient-menu .app-sidebar .sidenav-menu-item.active::after {
    background: #fff;
}
.gradient-menu .app-sidebar .sidenav-menu-item:hover::after {
    background: #fff;
}
.gradient-menu .app-sidebar .side-menu .slide a {
    color: #e7eefb;
}
.gradient-menu .app-sidebar .side-menu h3 {
    color: rgba(255, 255, 255, 0.3);
}
.gradient-menu .app-sidebar .side-menu .side-menu__icon {
    color: #e7eefb !important;
    opacity: 0.7;
}
.gradient-menu .app-sidebar .slide-menu li .slide-item:before {
    color: #c7c9eb;
}
.gradient-menu .app-sidebar .sidenav-menu-item:hover .side-menu__icon,
.gradient-menu .app-sidebar .sidenav-menu-item:hover .side-menu__label,
.gradient-menu .app-sidebar .sidenav-menu-item:focus .side-menu__icon,
.gradient-menu .app-sidebar .sidenav-menu-item:focus .side-menu__label {
    color: #ffffff !important;
}
.gradient-menu .app-sidebar .side-menu .slide a {
    color: #e7eefb;
}
.gradient-menu .app-sidebar .sidenav-menu-item {
    color: #e7eefb;
}
.gradient-menu .app-sidebar .slide-item {
    color: #e7eefb;
}
.gradient-menu .app-sidebar .slide a.active .side-menu__icon,
.gradient-menu .app-sidebar .sidenav-menu-item:hover .side-menu__icon {
    color: #fff !important;
    opacity: inherit;
}
.gradient-menu .app-sidebar .side-menu .slide a.active,
.gradient-menu .app-sidebar .side-menu .slide a:hover {
    color: #fff !important;
    opacity: inherit;
}
.gradient-menu .app-sidebar .sidenav-menu-item:hover .side-menu__label,
.gradient-menu .app-sidebar .sidenav-menu-item:hover .side-menu__icon,
.gradient-menu .app-sidebar .sidenav-menu-item:hover .angle {
    color: #fff !important;
    opacity: inherit;
}
.gradient-menu .app-sidebar .app-sidebar__user {
    -webkit-border-after: 1px solid rgba(255, 255, 255, 0.1);
    border-block-end: 1px solid rgba(255, 255, 255, 0.1);
}
.gradient-menu .app-sidebar .app-sidebar__user .user-info h5 {
    color: #fff;
}
.gradient-menu
    .app-sidebar
    .app-sidebar__user
    .app-sidebar__user-name.text-muted {
    color: #fff !important;
}
.gradient-menu .app-sidebar .app-sidebar__user .user-pic .avatar-xxl {
    border: 3px solid #fff;
}
.gradient-menu.hover-submenu1 .side-menu-label1 {
    border-block-end-color: rgba(255, 255, 255, 0.1) !important;
}
.gradient-menu.hover-submenu.sidebar-mini.sidenav-toggled .slide-menu {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(var(--primary-bg-color)),
        to(#8e77fa)
    ) !important;
    background: linear-gradient(
        to bottom,
        var(--primary-bg-color) 0%,
        #8e77fa 100%
    ) !important;
}
.gradient-menu.hover-submenu1.sidebar-mini.sidenav-toggled .slide-menu {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(var(--primary-bg-color)),
        to(#8e77fa)
    ) !important;
    background: linear-gradient(
        to bottom,
        var(--primary-bg-color) 0%,
        #8e77fa 100%
    ) !important;
}

@media (min-width: 992px) {
    .gradient-menu .app-sidebar {
        -webkit-border-after: 1px solid rgba(255, 255, 255, 0.1);
        border-block-end: 1px solid rgba(255, 255, 255, 0.1);
        -webkit-border-end: 1px solid rgba(255, 255, 255, 0.1);
        border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
    }
    .gradient-menu .app-sidebar .side-header .header-brand-img.desktop-logo {
        display: block;
        margin: 0 auto;
    }
    .gradient-menu .app-sidebar .side-header .header-brand-img.light-logo1 {
        display: none;
    }
    .gradient-menu.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: none;
    }
    .gradient-menu.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: block !important;
    }
    .gradient-menu.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .gradient-menu.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo1,
    .gradient-menu.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.mobile-light {
        display: none;
    }
    .gradient-menu.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: block;
        margin: 0 auto;
    }
    .gradient-menu.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: none !important;
    }
    .gradient-menu.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo1 {
        display: none !important;
    }
    .gradient-menu.horizontal .horizontal-main .slide .slide-menu,
    .gradient-menu.horizontal .horizontal-main .slide .sub-slide-menu,
    .gradient-menu.horizontal .horizontal-main .slide .sub-slide-menu2 {
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(var(--primary-bg-color)),
            to(#8e77fa)
        );
        background: linear-gradient(
            to bottom,
            var(--primary-bg-color) 0%,
            #8e77fa 100%
        );
        border-color: rgba(255, 255, 255, 0.1);
    }
}
.dark-mode.gradient-menu .app-sidebar {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(var(--primary-bg-color)),
        to(#8e77fa)
    ) !important;
    background: linear-gradient(
        to bottom,
        var(--primary-bg-color) 0%,
        #8e77fa 100%
    ) !important;
}
.dark-mode.gradient-menu .app-sidebar .side-menu .slide a {
    color: #fff;
    opacity: 0.7;
}
.dark-mode.gradient-menu .app-sidebar .app-sidebar__user .user-pic .avatar-xxl {
    border: 3px solid #fff;
}
.dark-mode.gradient-menu .app-sidebar .app-sidebar__user .user-pic::before {
    border: 2px solid #fff;
}
.dark-mode.gradient-menu .side-item.side-item-category {
    color: #fff;
    opacity: 0.5;
}
.dark-mode.gradient-menu .app-sidebar ul li a {
    color: #fff;
    opacity: 0.8;
}
.dark-mode.gradient-menu .slide-menu li.active > a,
.dark-mode.gradient-menu .slide-menu li:hover > a {
    color: #fff !important;
    opacity: inherit;
}
.dark-mode.gradient-menu .app-sidebar .slide-menu .slide-item:hover,
.dark-mode.gradient-menu
    .app-sidebar
    .sidenav-menu-item.active
    .side-menu__icon {
    color: #fff !important;
    opacity: inherit;
}
.dark-mode.gradient-menu .slide.is-expanded .sidenav-menu-item {
    color: #fff !important;
    opacity: inherit;
}

@media (min-width: 992px) {
    .dark-mode.gradient-menu .app-sidebar__logo {
        -webkit-border-after: 1px solid rgba(255, 255, 255, 0.1);
        border-block-end: 1px solid rgba(255, 255, 255, 0.1);
        -webkit-border-end: 1px solid rgba(255, 255, 255, 0.1);
        border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
    }
    .dark-mode.gradient-menu.horizontal .app-sidebar {
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(var(--primary-bg-color)),
            to(#8e77fa)
        ) !important;
        background: linear-gradient(
            to right,
            var(--primary-bg-color) 0%,
            #8e77fa 100%
        ) !important;
    }
}
/*---------- Horizontalmenu-styles ----------*/
.dark-mode.gradient-header .mobile-header {
    -webkit-border-after: 1px solid rgb(100, 76, 252) !important;
    border-block-end: 1px solid rgb(100, 76, 252) !important;
}

.dark-mode.color-header.gradient-menu .app-sidebar {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dark-mode.gradient-header.gradient-header .app-sidebar {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dark-mode.color-menu.color-header .app-sidebar {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dark-mode.light-menu.color-header .app-sidebar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*dark-hormenu*/
.gradient-header.color-menu .app-sidebar {
    -webkit-border-end: 1px solid rgba(255, 255, 255, 0.2);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gradient-header.color-menu .app-sidebar {
    -webkit-border-end: 1px solid rgba(255, 255, 255, 0.2);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dark-header.color-menu .app-sidebar {
    -webkit-border-end: 1px solid rgba(255, 255, 255, 0.2);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color-header.color-menu .app-sidebar {
    -webkit-border-end: 1px solid rgba(255, 255, 255, 0.2);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gradient-header.gradient-menu .app-sidebar {
    -webkit-border-end: 1px solid rgba(255, 255, 255, 0.2);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dark-header.gradient-menu .app-sidebar {
    -webkit-border-end: 1px solid rgba(255, 255, 255, 0.2);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color-header.gradient-menu .app-sidebar {
    -webkit-border-end: 1px solid rgba(255, 255, 255, 0.2);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gradient-header.dark-menu .app-sidebar {
    -webkit-border-end: 1px solid rgba(255, 255, 255, 0.2);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dark-header.dark-menu .app-sidebar {
    -webkit-border-end: 1px solid rgba(255, 255, 255, 0.2);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color-header.dark-menu .app-sidebar {
    -webkit-border-end: 1px solid rgba(255, 255, 255, 0.1);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .dark-mode .mobile-header {
        background-color: #30304d;
        border: 1px solid transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.color-header .header-brand-img.desktop-logo {
    display: none;
}

.color-header.horizontal .header-brand-img.desktop-logo {
    display: block;
}

.color-header .mobile-header.hor-mobile-header {
    background: var(--primary-bg-color);
}

@media (max-width: 991px) {
    .color-header .mobile-header .header-brand-img.desktop-logo {
        display: block;
    }
    .color-header .mobile-header .header-brand-img.mobile-light {
        display: none !important;
    }
    .dark-header
        .app-header
        .header-right-icons
        .responsive-navbar
        .nav-link.icon {
        color: #475569 !important;
    }
    .dark-header .navresponsive-toggler span {
        color: #fff;
    }
}
.color-header .main-header-center .form-control {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.color-header .main-header-center .btn {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.color-header .header-right-icons .nav-link.icon {
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #b4bdce;
}

.color-header .app-sidebar .side-header .header-brand-img.light-logo {
    display: none;
}

.color-header.sidenav-toggled
    .app-sidebar
    .side-header
    .header-brand-img.light-logo {
    display: block;
}

.color-header.gradient-menu.sidenav-toggled
    .app-sidebar
    .side-header
    .header-brand-img.light-logo {
    display: none;
}

.gradient-menu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.desktop-logo {
    display: block !important;
}
.gradient-menu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo {
    display: none;
}
.gradient-menu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: block;
}

.gradient-menu.hover-submenu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.desktop-logo {
    display: none !important;
}
.gradient-menu.hover-submenu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo {
    display: none !important;
}
.gradient-menu.hover-submenu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.toggle-logo {
    display: block !important;
}

.gradient-menu.sidenav-toggled
    .app-sidebar
    .side-header
    .header-brand-img.desktop-logo {
    display: none !important;
}

.gradient-menu.hover-submenu1.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.desktop-logo {
    display: none !important;
}
.gradient-menu.hover-submenu1.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo {
    display: none !important;
}
.gradient-menu.hover-submenu1.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.toggle-logo {
    display: block !important;
}

.header-light .hor-header .header-brand-img.light-logo {
    display: none;
}

.header-light .main-header-center .form-control {
    color: #475569 !important;
    background-color: #fff;
    border: 1px solid #e9edf4 !important;
}

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

.header-light.light-menu .side-header {
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
    background: #fff;
}

.header-light.light-menu .app-sidebar {
    background: #fff;
}

.color-header.light-menu .side-header {
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
    background: #fff;
}

.color-header.light-menu .app-sidebar {
    background: #fff;
}

.color-header.light-menu
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: block !important;
}
.color-header.light-menu
    .app-sidebar
    .side-header
    .header-brand-img.desktop-logo {
    display: none !important;
}

.color-header.light-menu.sidenav-toggled
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: none !important;
}

.color-header.light-menu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: block !important;
}

.color-header .navresponsive-toggler span {
    color: #fff !important;
}

.gradient-header.light-menu .side-header {
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
    background: #fff;
}

.gradient-header.light-menu .app-sidebar {
    background: #fff;
}

.gradient-header.light-menu
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: block !important;
}
.gradient-header.light-menu
    .app-sidebar
    .side-header
    .header-brand-img.desktop-logo {
    display: none !important;
}

.gradient-header.light-menu.sidenav-toggled
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: none !important;
}

.gradient-header.light-menu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: block !important;
}

.dark-mode .apex-charts text {
    fill: #fff;
}

.light-mode.color-header.color-menu
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: none !important;
}

.light-mode.color-header.color-menu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: none !important;
}

.light-mode.color-header.color-menu.sidenav-toggled
    .app-sidebar
    .side-header
    .header-brand-img.light-logo {
    display: none;
}

.light-mode.color-menu .app-sidebar .side-header .header-brand-img.light-logo1 {
    display: none !important;
}

.app.sidebar-mini.color-menu
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: none !important;
}

.app.sidebar-mini.color-menu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: none !important;
}

.app.sidebar-mini.dark-menu
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: none !important;
}

.app.sidebar-mini.dark-menu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: none !important;
}

.app.sidebar-mini.gradient-menu
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: none !important;
}

.app.sidebar-mini.gradient-menu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: none !important;
}

.app.sidebar-mini.dark-mode.light-menu .side-header {
    background: #ffffff;
}

.dark-header .mobile-header.hor-mobile-header {
    background: #30304d;
}

.gradient-header .mobile-header.hor-mobile-header {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(var(--primary-bg-color)),
        to(#8e77fa)
    ) !important;
    background: linear-gradient(
        to right,
        var(--primary-bg-color) 0%,
        #8e77fa 100%
    ) !important;
}

@media (max-width: 991px) {
    .dark-header .mobile-header .header-brand-img.desktop-logo {
        display: block;
    }
    .dark-header .mobile-header .header-brand-img.mobile-light {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .gradient-header .mobile-header .header-brand-img.desktop-logo {
        display: block;
    }
    .gradient-header .mobile-header .header-brand-img.mobile-light {
        display: none !important;
    }
}
.dark-mode.header-light .main-header-center .form-control {
    border: 1px solid #ecf0fa !important;
}

.dark-mode.light-menu .sidenav-menu-item {
    color: #475569;
}

.dark-mode.horizontal.light-menu .side-menu > li > a {
    color: #475569;
}

.dark-mode.horizontal.light-menu .side-menu .sub-side-menu__label,
.dark-mode.horizontal.light-menu .sub-slide-label,
.dark-mode.horizontal.light-menu .sub-side-menu__label2 {
    color: #475569 !important;
}

.dark-mode.horizontal.light-menu .horizontal-main .slide .slide-menu,
.dark-mode.horizontal.light-menu .horizontal-main .slide .sub-slide-menu,
.dark-mode.horizontal.light-menu .horizontal-main .slide .sub-slide-menu2 {
    background-color: #fff;
}

.dark-mode.light-menu .side-menu__icon {
    color: var(--primary-bg-color) !important;
}

.dark-mode.light-menu.sidenav-toggled .side-menu__icon {
    color: #475569 !important;
}

.dark-mode.light-menu.sidenav-toggled-open .side-menu__icon {
    color: var(--primary-bg-color) !important;
}

.dark-mode.light-menu .slide.is-expanded a {
    color: #475569;
}

.dark-mode.light-menu.hover-submenu .slide-item {
    color: #475569 !important;
}

.dark-mode.light-menu.hover-submenu1 .slide-item {
    color: #475569 !important;
}

.dark-mode.light-menu .side-menu .sub-category,
.dark-mode.light-menu .sub-sidenav-menu-item,
.dark-mode.light-menu .sub-slide-item,
.dark-mode.light-menu .sub-sidenav-menu-item2,
.dark-mode.light-menu .sub-slide-item2 {
    color: #475569;
}

.dark-mode.hover-submenu1.sidebar-mini.sidenav-toggled .slide-menu {
    background: #22242b !important;
}
.dark-mode.hover-submenu1.sidebar-mini.sidenav-toggled .side-menu-label1 {
    border-block-end-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-mode.hover-submenu1.sidebar-mini.sidenav-toggled .side-menu-label1 a {
    color: #f0f8ff !important;
}

.dark-mode.hover-submenu.sidebar-mini.sidenav-toggled .slide-menu {
    background: #22242b !important;
}

.dark-mode.header-light.sidebar-mini .app-header .light-logo1 {
    display: block !important;
}
.dark-mode.header-light.sidebar-mini
    .app-header.header
    .header-brand-img.desktop-logo {
    display: none;
}

/*--Boxed--*/
@media (min-width: 1400px) {
    .horizontal.layout-boxed .stickyClass .app-sidebar {
        max-width: 1400px;
    }
    .layout-boxed.horizontal .hor-header .container,
    .layout-boxed.horizontal .horizontal-main .container,
    .layout-boxed.horizontal .main-content.hor-content .container {
        max-width: 95% !important;
    }
    body.layout-boxed {
        background: #cfd1e2;
    }
    body.transparent-mode.layout-boxed {
        background: var(--transparent-body);
    }
    body.transparent-mode.layout-boxed .page {
        background: var(--transparent-body);
        -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 0px 0px,
            rgba(0, 0, 0, 0.3) 0px 5px 25px 0px;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 0px 0px,
            rgba(0, 0, 0, 0.3) 0px 5px 25px 0px;
    }
    body.transparent-mode.layout-boxed.bg-img1 .page {
        background: url(../images/media/bg-img1.jpg);
        background-blend-mode: overlay;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        content: "";
        inset-inline-start: 0;
        inset-inline-end: 0;
        inset-block-start: 0;
    }
    body.transparent-mode.layout-boxed.bg-img2 .page {
        background: url(../images/media/bg-img2.jpg);
        background-blend-mode: overlay;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        content: "";
        inset-inline-start: 0;
        inset-inline-end: 0;
        inset-block-start: 0;
    }
    body.transparent-mode.layout-boxed.bg-img3 .page {
        background: url(../images/media/bg-img3.jpg);
        background-blend-mode: overlay;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        content: "";
        inset-inline-start: 0;
        inset-inline-end: 0;
        inset-block-start: 0;
    }
    body.transparent-mode.layout-boxed.bg-img4 .page {
        background: url(../images/media/bg-img4.jpg);
        background-blend-mode: overlay;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        content: "";
        inset-inline-start: 0;
        inset-inline-end: 0;
        inset-block-start: 0;
    }
    body.layout-boxed.dark-mode {
        background: #414165;
    }
    .layout-boxed .page {
        width: 1400px;
        margin: 0 auto;
        background: #f2f3f9;
        position: relative;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-box-shadow: rgba(104, 113, 123, 0.3) 0px 5px 0px 0px,
            rgba(104, 113, 123, 0.3) 0px 5px 25px 0px;
        box-shadow: rgba(104, 113, 123, 0.3) 0px 5px 0px 0px,
            rgba(104, 113, 123, 0.3) 0px 5px 25px 0px;
    }
    .layout-boxed .app-header.header {
        width: 1400px !important;
        margin: 0 auto;
    }
    .layout-boxed .app-sidebar {
        inset-inline-start: auto !important;
    }
    .layout-boxed .side-header {
        inset-inline-start: auto !important;
        inset-inline-end: auto !important;
    }
    .layout-boxed h3.number-font {
        font-size: 1.8rem;
    }
    .layout-boxed .sticky-pin .horizontal-main.hor-menu {
        width: 1400px !important;
    }
    .layout-boxed .hor-content .container,
    .layout-boxed .hor-header .container,
    .layout-boxed .horizontal-main.hor-menu .container {
        max-width: 95%;
    }
    .layout-boxed .main-sidemenu .slide-right {
        inset-inline-end: 6px;
    }
    .layout-boxed .main-sidemenu .slide-left {
        inset-inline-start: 8px;
    }
    .layout-boxed .browser-stats img {
        padding: 5px;
        width: 30px;
        height: 30px;
    }
    .layout-boxed .media.media-xs.overflow-visible {
        display: inline-block;
    }
    .dark-mode.layout-boxed .page {
        background: #22223d;
        -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 0px 0px,
            rgba(0, 0, 0, 0.3) 0px 5px 25px 0px;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 0px 0px,
            rgba(0, 0, 0, 0.3) 0px 5px 25px 0px;
    }
}
/*--- Scrollabel-header ----*/
.scrollable-layout .app-header,
.scrollable-layout .mobile-header {
    position: absolute !important;
}
.scrollable-layout .app-sidebar {
    position: absolute;
}
.scrollable-layout .side-header {
    position: absolute;
}
.scrollable-layout .page {
    position: relative;
}
.scrollable-layout .sticky.sticky-pin {
    position: absolute;
}
.scrollable-layout .navbar {
    position: inherit;
}

@media (max-width: 991px) {
    .scrollable-layout .responsive-navbar.navbar .navbar-collapse {
        position: absolute;
    }
    .scrollable-layout .app-header,
    .scrollable-layout .hor-header {
        position: absolute;
    }
}
/*--- Only Demo Purpose scss Icon-Text----*/
.transparent-mode.light-menu .app-sidebar {
    background-color: #fff !important;
}
.transparent-mode.light-menu .sidenav-menu-item {
    color: #475569;
}
.transparent-mode.light-menu .side-menu .side-menu__icon {
    color: var(--primary-bg-color) !important;
}
.transparent-mode.light-menu.sidenav-toggled .side-menu .side-menu__icon {
    color: #475569 !important;
}
.transparent-mode.light-menu.sidenav-toggled-open .side-menu .side-menu__icon {
    color: var(--primary-bg-color) !important;
}
.transparent-mode.light-menu .side-header {
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
    background: #fff !important;
    border-inline-end-color: #e9edf4 !important;
}
.transparent-mode.light-menu .side-menu .sub-category,
.transparent-mode.light-menu .sub-sidenav-menu-item,
.transparent-mode.light-menu .sub-slide-item,
.transparent-mode.light-menu .sub-sidenav-menu-item2,
.transparent-mode.light-menu .sub-slide-item2 {
    color: #74829c;
}
.transparent-mode.light-menu .slide.is-expanded a {
    color: #475569;
}
.transparent-mode.light-menu .slide-menu li .slide-item:before {
    color: #68798b;
}
.transparent-mode.light-menu .slide-menu li .slide-item {
    color: #475569;
}
.transparent-mode.light-menu .app-sidebar.sidemenu-scroll .side-header {
    background: #fff !important;
}
.transparent-mode.light-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
    .slide-menu {
    background: #fff;
}
.transparent-mode.light-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
    .slide-menu {
    background: #fff;
}
.transparent-mode.light-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
    .side-menu-label1 {
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
}
.transparent-mode.light-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
    .side-menu-label1
    a {
    color: #475569;
}
.transparent-mode.light-menu .side-header .header-brand-img.light-logo1 {
    display: block !important;
}
.transparent-mode.light-menu .side-header .header-brand-img.desktop-logo {
    display: none !important;
}
.transparent-mode.light-menu.sidenav-toggled
    .side-header
    .header-brand-img.light-logo {
    display: block !important;
}
.transparent-mode.light-menu.sidenav-toggled
    .side-header
    .header-brand-img.toggle-logo {
    display: none !important;
}
.transparent-mode.light-menu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: block !important;
}
.transparent-mode.light-menu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.desktop-logo {
    display: none !important;
}
.transparent-mode.light-menu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo {
    display: none !important;
}
.transparent-mode.light-menu.app.sidebar-mini.hover-submenu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: none !important;
}
.transparent-mode.light-menu.app.sidebar-mini.hover-submenu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo {
    display: block !important;
}
.transparent-mode.light-menu.app.sidebar-mini.hover-submenu1.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: none !important;
}
.transparent-mode.light-menu.app.sidebar-mini.hover-submenu1.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo {
    display: block !important;
}
.transparent-mode.light-menu.horizontal .horizontal-main.fixed-header {
    background-color: #fff !important;
}
@media (max-width: 992.98px) {
    .transparent-mode.light-menu.horizontal .horizontal-main {
        background-color: #fff !important;
    }
    .transparent-mode.light-menu.app.sidebar-mini .app-sidebar {
        background-color: #fff !important;
    }
}
.transparent-mode.light-menu.horizontal .side-menu > li > a {
    color: #475569;
}
.transparent-mode.light-menu.horizontal .horizontal-main .slide .slide-menu,
.transparent-mode.light-menu
    .horizontal
    .horizontal-main
    .slide
    .sub-slide-menu {
    background-color: #fff;
}
.transparent-mode.light-menu.horizontal .side-menu .sub-side-menu__label,
.transparent-mode.light-menu .transparent-mode .sub-slide-label,
.transparent-mode.light-menu .transparent-mode .sub-side-menu__label2 {
    color: #475569;
}
.transparent-mode.light-menu.horizontal .horizontal-main .slide .slide-menu,
.transparent-mode.light-menu.horizontal
    .horizontal-main
    .slide
    .sub-slide-menu {
    background-color: #fff;
}
.transparent-mode.light-menu .sidenav-menu-item.active {
    color: var(--primary-bg-color) !important;
}
.transparent-mode.light-menu .side-menu .sub-side-menu__label,
.transparent-mode.light-menu .sub-slide-label,
.transparent-mode.light-menu .sub-side-menu__label2 {
    color: #475569;
}
.transparent-mode.light-menu .sub-side-menu__label.active,
.transparent-mode.light-menu .sub-side-menu__label:hover,
.transparent-mode.light-menu .sub-side-menu__label:focus,
.transparent-mode.light-menu .sub-side-menu__label1.active,
.transparent-mode.light-menu .sub-side-menu__label1:hover,
.transparent-mode.light-menu .sub-side-menu__label1:focus,
.transparent-mode.light-menu .sub-side-menu__label2.active,
.transparent-mode.light-menu .sub-side-menu__label2:hover,
.transparent-mode.light-menu .sub-side-menu__label2:focus {
    color: var(--primary-bg-color);
}
.transparent-mode.color-menu .app-sidebar {
    background: var(--primary-bg-color);
}
.transparent-mode.color-menu.horizontal .horizontal-main.fixed-header {
    background-color: var(--primary-bg-color) !important;
}
@media (max-width: 992.98px) {
    .transparent-mode.color-menu.horizontal .horizontal-main {
        background-color: var(--primary-bg-color) !important;
    }
    .transparent-mode.color-menu.app.sidebar-mini .app-sidebar {
        background-color: var(--primary-bg-color) !important;
    }
}
.transparent-mode.dark-menu .app-sidebar {
    background: #22242b;
}
.transparent-mode.dark-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
    .slide-menu {
    background: #22242b;
    inset-inline-start: 107px;
}
.transparent-mode.dark-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
    .slide-menu {
    background: #22242b;
    inset-inline-start: 67px;
}
.transparent-mode.dark-menu.horizontal .horizontal-main.fixed-header {
    background-color: #22242b !important;
}
@media (max-width: 992.98px) {
    .transparent-mode.dark-menu.horizontal .horizontal-main {
        background-color: #22242b !important;
    }
    .transparent-mode.dark-menu.app.sidebar-mini .app-sidebar {
        background-color: #22242b !important;
    }
}
.transparent-mode.gradient-menu .app-sidebar {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(var(--primary-bg-color)),
        to(#8e77fa)
    ) !important;
    background: linear-gradient(
        to bottom,
        var(--primary-bg-color) 0%,
        #8e77fa 100%
    ) !important;
}
.transparent-mode.gradient-menu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(var(--primary-bg-color)),
        to(#8e77fa)
    ) !important;
    background: linear-gradient(
        to bottom,
        var(--primary-bg-color) 0%,
        #8e77fa 100%
    ) !important;
}
.transparent-mode.gradient-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
    .slide-menu {
    background: #22242b;
    inset-inline-start: 107px;
}
.transparent-mode.gradient-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
    .slide-menu {
    background: #22242b;
    inset-inline-start: 67px;
}
@media (max-width: 992.98px) {
    .transparent-mode.gradient-menu.horizontal .horizontal-main {
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(var(--primary-bg-color)),
            to(#8e77fa)
        ) !important;
        background: linear-gradient(
            to bottom,
            var(--primary-bg-color) 0%,
            #8e77fa 100%
        ) !important;
    }
    .transparent-mode.gradient-menu.app.sidebar-mini .app-sidebar {
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(var(--primary-bg-color)),
            to(#8e77fa)
        ) !important;
        background: linear-gradient(
            to bottom,
            var(--primary-bg-color) 0%,
            #8e77fa 100%
        ) !important;
    }
}
.transparent-mode.header-light .app-header.sticky.stickyClass {
    background-color: #fff !important;
}
.transparent-mode.color-header .app-header.sticky.stickyClass {
    background-color: var(--primary-bg-color) !important;
}
.transparent-mode.color-header .header.hor-header {
    background-color: var(--primary-bg-color) !important;
}
.transparent-mode.dark-header .app-header.sticky.stickyClass {
    background-color: #22242b !important;
}
.transparent-mode.dark-header .header.hor-header {
    background-color: #22242b !important;
}

@media (min-width: 992px) {
    .transparent-mode.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .slide-menu {
        background: var(--transparent-body);
    }
    .transparent-mode.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .slide-menu {
        background: var(--transparent-body);
    }
    .transparent-mode.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .side-menu-label1 {
        border-block-end-color: rgba(255, 255, 255, 0.1) !important;
    }
    .transparent-mode.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .side-menu-label1
        a {
        color: #f0f8ff !important;
    }
    .transparent-mode.hover-submenu.sidenav-toggled.sidenav-toggled-open
        .app-sidebar,
    .transparent-mode.hover-submenu1.sidenav-toggled.sidenav-toggled-open
        .app-sidebar {
        background: rgba(0, 0, 0, 0.2) !important;
    }
    .transparent-mode .slide-menu li .slide-item:before {
        color: #fff;
    }
    .transparent-mode
        :not(.light-menu).sidenav-toggled.sidenav-toggled-open
        .app-sidebar,
    .transparent-mode
        :not(.color-menu).sidenav-toggled.sidenav-toggled-open
        .app-sidebar,
    .transparent-mode
        :not(.dark-menu).sidenav-toggled.sidenav-toggled-open
        .app-sidebar,
    .transparent-mode
        :not(.gradient-menu).sidenav-toggled.sidenav-toggled-open
        .app-sidebar {
        background: var(--primary-bg-color);
    }
    .transparent-mode
        :not(.light-menu).sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-menu,
    .transparent-mode
        :not(.color-menu).sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-menu,
    .transparent-mode
        :not(.dark-menu).sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-menu,
    .transparent-mode
        :not(.gradient-menu).sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-menu {
        background: var(--primary-bg-color);
    }
    @supports (
        (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))
    ) {
        .transparent-mode.sidenav-toggled.sidenav-toggled-open .app-sidebar {
            background: rgba(0, 0, 0, 0.1) !important;
            -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
        }
        .transparent-mode.sidenav-toggled.sidenav-toggled-open
            .app-sidebar
            .side-menu {
            background: transparent !important;
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
        }
        .transparent-mode.sidenav-toggled.sidenav-toggled-open
            .app-sidebar
            .side-header {
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
        }
    }
    .transparent-mode.sidebar-mini .sidenav-menu-item.active .side-menu__icon,
    .transparent-mode.sidebar-mini .sidenav-menu-item:hover .side-menu__icon,
    .transparent-mode.sidebar-mini .sidenav-menu-item:focus .side-menu__icon,
    .transparent-mode.sidebar-mini .sidenav-menu-item.active,
    .transparent-mode.sidebar-mini .sidenav-menu-item:hover,
    .transparent-mode.sidebar-mini .sidenav-menu-item:focus {
        color: #fff;
    }
    @supports (
        (-webkit-backdrop-filter: inherit) or (backdrop-filter: inherit)
    ) {
        .transparent-mode.sidebar-mini.sidenav-toggled.sidenav-toggled-open
            .app-sidebar {
            backdrop-filter: inherit;
            -webkit-backdrop-filter: inherit;
        }
    }
    .transparent-mode.light-menu .app-sidebar {
        background-color: #fff !important;
    }
    .transparent-mode.light-menu .sidenav-menu-item {
        color: #475569;
    }
    .transparent-mode.light-menu .side-menu .side-menu__icon {
        color: var(--primary-bg-color);
    }
    .transparent-mode.light-menu .side-header {
        -webkit-border-after: 1px solid #e9edf4;
        border-block-end: 1px solid #e9edf4;
        background: #fff !important;
    }
    .transparent-mode.light-menu .side-menu .sub-category,
    .transparent-mode.light-menu .sub-sidenav-menu-item,
    .transparent-mode.light-menu .sub-slide-item,
    .transparent-mode.light-menu .sub-sidenav-menu-item2,
    .transparent-mode.light-menu .sub-slide-item2 {
        color: #74829c;
    }
    .transparent-mode.light-menu .slide.is-expanded a {
        color: #475569;
    }
    .transparent-mode.light-menu .slide-menu li .slide-item:before {
        color: #68798b;
    }
    .transparent-mode.light-menu .slide-menu li .slide-item {
        color: #475569;
    }
    .transparent-mode.light-menu .app-sidebar.sidemenu-scroll .side-header {
        background: #fff !important;
    }
    .transparent-mode.light-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .slide-menu {
        background: #fff;
    }
    .transparent-mode.light-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .slide-menu {
        background: #fff;
    }
    .transparent-mode.light-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .side-menu-label1 {
        -webkit-border-after: 1px solid #e9edf4;
        border-block-end: 1px solid #e9edf4;
    }
    .transparent-mode.light-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .side-menu-label1
        a {
        color: #475569;
    }
    .transparent-mode.light-menu .side-header .header-brand-img.light-logo1 {
        display: block !important;
    }
    .transparent-mode.light-menu .side-header .header-brand-img.desktop-logo {
        display: none !important;
    }
    .transparent-mode.light-menu.sidenav-toggled
        .side-header
        .header-brand-img.light-logo {
        display: block !important;
    }
    .transparent-mode.light-menu.sidenav-toggled
        .side-header
        .header-brand-img.toggle-logo {
        display: none !important;
    }
    .transparent-mode.light-menu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo1 {
        display: block !important;
    }
    .transparent-mode.light-menu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: none !important;
    }
    .transparent-mode.light-menu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo {
        display: none !important;
    }
    .transparent-mode.light-menu.app.sidebar-mini.hover-submenu.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo1 {
        display: none !important;
    }
    .transparent-mode.light-menu.app.sidebar-mini.hover-submenu.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo {
        display: block !important;
    }
    .transparent-mode.light-menu.app.sidebar-mini.hover-submenu1.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo1 {
        display: none !important;
    }
    .transparent-mode.light-menu.app.sidebar-mini.hover-submenu1.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo {
        display: block !important;
    }
    .transparent-mode.light-menu.horizontal .side-menu > li > a {
        color: #475569;
    }
    .transparent-mode.light-menu.horizontal .horizontal-main .slide .slide-menu,
    .transparent-mode.light-menu
        .horizontal
        .horizontal-main
        .slide
        .sub-slide-menu {
        background-color: #fff;
    }
    .transparent-mode.light-menu.horizontal .side-menu .sub-side-menu__label,
    .transparent-mode.light-menu .transparent-mode .sub-slide-label,
    .transparent-mode.light-menu .transparent-mode .sub-side-menu__label2 {
        color: #475569;
    }
    .transparent-mode.light-menu.horizontal .horizontal-main .slide .slide-menu,
    .transparent-mode.light-menu.horizontal
        .horizontal-main
        .slide
        .sub-slide-menu,
    .transparent-mode.light-menu.horizontal
        .horizontal-main
        .slide
        .sub-slide-menu2 {
        background-color: #fff;
    }
    .transparent-mode.light-menu .sidenav-menu-item.active {
        color: var(--primary-bg-color) !important;
    }
    .transparent-mode.light-menu .side-menu .sub-side-menu__label,
    .transparent-mode.light-menu .sub-slide-label,
    .transparent-mode.light-menu .sub-side-menu__label2,
    .transparent-mode.light-menu .sub-slide-item {
        color: #475569;
    }
    .transparent-mode.light-menu .sub-side-menu__label.active,
    .transparent-mode.light-menu .sub-side-menu__label:hover,
    .transparent-mode.light-menu .sub-side-menu__label:focus,
    .transparent-mode.light-menu .sub-side-menu__label1.active,
    .transparent-mode.light-menu .sub-side-menu__label1:hover,
    .transparent-mode.light-menu .sub-side-menu__label1:focus,
    .transparent-mode.light-menu .sub-side-menu__label2.active,
    .transparent-mode.light-menu .sub-side-menu__label2:hover,
    .transparent-mode.light-menu .sub-side-menu__label2:focus {
        color: var(--primary-bg-color);
    }
    .transparent-mode.light-menu.color-header.hover-submenu
        .sticky.stickyClass
        .side-header,
    .transparent-mode.light-menu.color-header.hover-submenu1
        .sticky.stickyClass
        .side-header,
    .transparent-mode.light-menu.dark-header.hover-submenu
        .sticky.stickyClass
        .side-header,
    .transparent-mode.light-menu.dark-header.hover-submenu1
        .sticky.stickyClass
        .side-header,
    .transparent-mode.light-menu.gradient-header.hover-submenu
        .sticky.stickyClass
        .side-header,
    .transparent-mode.light-menu.gradient-header.hover-submenu1
        .sticky.stickyClass
        .side-header {
        background-color: #fff !important;
    }
    .transparent-mode.color-menu .app-sidebar {
        background: var(--primary-bg-color);
    }
    .transparent-mode.color-menu.dark-header.hover-submenu
        .sticky.stickyClass
        .side-header,
    .transparent-mode.color-menu.dark-header.hover-submenu1
        .sticky.stickyClass
        .side-header {
        background-color: var(--primary-bg-color) !important;
    }
    .transparent-mode.dark-menu .app-sidebar {
        background: #22242b;
    }
    .transparent-mode.dark-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .slide-menu {
        background: #22242b;
        inset-inline-start: 107px;
    }
    .transparent-mode.dark-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .slide-menu {
        background: #22242b;
        inset-inline-start: 67px;
    }
    .transparent-mode.dark-menu.color-header.hover-submenu
        .sticky.stickyClass
        .side-header,
    .transparent-mode.dark-menu.color-header.hover-submenu1
        .sticky.stickyClass
        .side-header {
        background-color: #22242b !important;
    }
    .transparent-mode.gradient-menu.dark-header.hover-submenu
        .sticky.stickyClass
        .side-header,
    .transparent-mode.gradient-menu.dark-header.hover-submenu1
        .sticky.stickyClass
        .side-header {
        background-color: var(--primary-bg-color) !important;
    }
    .transparent-mode.gradient-menu .app-sidebar {
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(var(--primary-bg-color)),
            to(#8e77fa)
        ) !important;
        background: linear-gradient(
            to bottom,
            var(--primary-bg-color) 0%,
            #8e77fa 100%
        ) !important;
    }
    .transparent-mode.gradient-menu.sidenav-toggled.sidenav-toggled-open
        .app-sidebar {
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(var(--primary-bg-color)),
            to(#8e77fa)
        ) !important;
        background: linear-gradient(
            to bottom,
            var(--primary-bg-color) 0%,
            #8e77fa 100%
        ) !important;
    }
    .transparent-mode.gradient-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .slide-menu {
        background: #22242b;
        inset-inline-start: 107px;
    }
    .transparent-mode.gradient-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .slide-menu {
        background: #22242b;
        inset-inline-start: 67px;
    }
    .transparent-mode.header-light.color-menu
        .side-header
        .header-brand-img.desktop-logo {
        display: block !important;
    }
    .transparent-mode.header-light.color-menu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo1 {
        display: none !important;
    }
    .transparent-mode.header-light.color-menu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: block !important;
    }
    .transparent-mode.header-light.color-menu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar.sidemenu-scroll
        .side-header
        .header-brand-img.desktop-logo.desktop-logo {
        display: block !important;
    }
    .transparent-mode.header-light.color-menu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo1 {
        display: none !important;
    }
    .transparent-mode.header-light.color-menu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: block !important;
    }
    .transparent-mode.header-light.color-menu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img
        .app-sidebar.sidemenu-scroll
        .side-header
        .header-brand-img.desktop-logo.desktop-logo {
        display: block !important;
    }
    .transparent-mode.header-light.color-menu.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: block !important;
    }
    .transparent-mode.header-light.color-menu.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: none !important;
    }
    .transparent-mode.header-light.color-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: block !important;
    }
    .transparent-mode.header-light.color-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: none !important;
    }
    .transparent-mode.header-light.color-menu .side-header {
        background-color: var(--primary-bg-color);
    }
    .transparent-mode.header-light.color-menu.hover-submenu
        .sticky.stickyClass
        .side-header,
    .transparent-mode.header-light.color-menu.hover-submenu1
        .sticky.stickyClass
        .side-header {
        background-color: var(--primary-bg-color) !important;
    }
    .transparent-mode.header-light.color-menu
        .app-sidebar.sidemenu-scroll
        .side-header {
        background: var(--primary-bg-color) !important;
    }
    .transparent-mode.header-light.dark-menu
        .side-header
        .header-brand-img.desktop-logo {
        display: block !important;
    }
    .transparent-mode.header-light.dark-menu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo1 {
        display: none !important;
    }
    .transparent-mode.header-light.dark-menu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: block !important;
    }
    .transparent-mode.header-light.dark-menu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar.sidemenu-scroll
        .side-header
        .header-brand-img.desktop-logo.desktop-logo {
        display: block !important;
    }
    .transparent-mode.header-light.dark-menu.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: block !important;
    }
    .transparent-mode.header-light.dark-menu.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: none !important;
    }
    .transparent-mode.header-light.dark-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: block !important;
    }
    .transparent-mode.header-light.dark-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: none !important;
    }
    .transparent-mode.header-light.dark-menu.hover-submenu
        .sticky.stickyClass
        .side-header,
    .transparent-mode.header-light.dark-menu.hover-submenu1
        .sticky.stickyClass
        .side-header {
        background-color: #22242b !important;
    }
    .transparent-mode.header-light.dark-menu
        .app-sidebar.sidemenu-scroll
        .side-header {
        background: #22242b !important;
    }
    .transparent-mode.header-light.gradient-menu
        .side-header
        .header-brand-img.desktop-logo {
        display: block !important;
    }
    .transparent-mode.header-light.gradient-menu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo1 {
        display: none !important;
    }
    .transparent-mode.header-light.gradient-menu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: block !important;
    }
    .transparent-mode.header-light.gradient-menu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar.sidemenu-scroll
        .side-header
        .header-brand-img.desktop-logo.desktop-logo {
        display: block !important;
    }
    .transparent-mode.header-light.gradient-menu.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: block !important;
    }
    .transparent-mode.header-light.gradient-menu.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: none !important;
    }
    .transparent-mode.header-light.gradient-menu.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo {
        display: none !important;
    }
    .transparent-mode.header-light.gradient-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: block !important;
    }
    .transparent-mode.header-light.gradient-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: none !important;
    }
    .transparent-mode.header-light.gradient-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo {
        display: none !important;
    }
    .transparent-mode.header-light.gradient-menu .side-header {
        background: var(--primary-bg-color) !important;
    }
    .transparent-mode.header-light.gradient-menu.hover-submenu
        .sticky.stickyClass
        .side-header,
    .transparent-mode.header-light.gradient-menu.hover-submenu1
        .sticky.stickyClass
        .side-header {
        background: var(--primary-bg-color) !important;
    }
    .transparent-mode.header-light.gradient-menu
        .app-sidebar.sidemenu-scroll
        .side-header {
        background: var(--primary-bg-color) !important;
    }
    .transparent-mode.header-light .side-header {
        background-color: #fff;
    }
    .transparent-mode.header-light .app-sidebar.sidemenu-scroll .side-header {
        background: #fff !important;
    }
    .transparent-mode.header-light.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.desktop-logo {
        display: none !important;
    }
    .transparent-mode.header-light.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo1 {
        display: block !important;
    }
    .transparent-mode.header-light.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo1 {
        display: none !important;
    }
    .transparent-mode.header-light.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: none !important;
    }
    .transparent-mode.header-light.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo {
        display: block !important;
    }
    .transparent-mode.header-light.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo1 {
        display: none !important;
    }
    .transparent-mode.header-light.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: none !important;
    }
    .transparent-mode.header-light.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo {
        display: block !important;
    }
    .transparent-mode.header-light.hover-submenu
        .sticky.stickyClass
        .side-header,
    .transparent-mode.header-light.hover-submenu1
        .sticky.stickyClass
        .side-header {
        background-color: #fff !important;
    }
    .transparent-mode.color-header .side-header {
        background-color: var(--primary-bg-color);
    }
    .transparent-mode.color-header.hover-submenu
        .sticky.stickyClass
        .side-header,
    .transparent-mode.color-header.hover-submenu1
        .sticky.stickyClass
        .side-header {
        background-color: var(--primary-bg-color) !important;
    }
    .transparent-mode.dark-header.hover-submenu
        .sticky.stickyClass
        .side-header,
    .transparent-mode.dark-header.hover-submenu1
        .sticky.stickyClass
        .side-header {
        background-color: #22242b !important;
    }
}
.transparent-mode.bg-img1 .login-img {
    background-image: none;
}
.transparent-mode.bg-img2 .login-img {
    background-image: none;
}
.transparent-mode.bg-img3 .login-img {
    background-image: none;
}
.transparent-mode.bg-img4 .login-img {
    background-image: none;
}
.transparent-mode .login-img {
    background-image: none;
}

.layout-boxed .login-img .page {
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 0px 0px,
        rgba(0, 0, 0, 0.5) 0px 5px 25px 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 0px 0px,
        rgba(0, 0, 0, 0.5) 0px 5px 25px 0px;
}

.transparent-mode.hover-submenu .sticky.stickyClass .side-header {
    background: var(--primary-bg-color);
}

@supports (
    (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))
) {
    .transparent-mode.hover-submenu .sticky.stickyClass .side-header {
        background: transparent !important;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }
}
.transparent-mode.hover-submenu1 .sticky.stickyClass .side-header {
    background: var(--primary-bg-color);
}

@supports (
    (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))
) {
    .transparent-mode.hover-submenu1 .sticky.stickyClass .side-header {
        background: transparent !important;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }
}
@media (max-width: 991px) {
    .transparent-mode.header-light
        .logo-horizontal
        .header-brand-img.desktop-logo {
        display: none !important;
    }
    .transparent-mode.header-light.sidebar-mini .app-header .light-logo1 {
        display: block !important;
    }
    .gradient-header .responsive-navbar .navbar-collapse {
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(var(--primary-bg-color)),
            to(#8e77fa)
        );
        background: linear-gradient(
            to right,
            var(--primary-bg-color) 0%,
            #8e77fa 100%
        );
    }
    .dark-mode.header-light .responsive-navbar .navbar-collapse {
        background-color: #fff;
    }
    .dark-mode.header-light .app-sidebar__toggle {
        color: var(--primary-bg-color);
    }
    .dark-mode.header-light .navresponsive-toggler span {
        color: var(--primary-bg-color);
    }
    .dark-mode.color-header .responsive-navbar .navbar-collapse {
        background-color: var(--primary-bg-color);
    }
    .dark-header.horizontal .responsive-navbar .navbar-collapse .nav-link {
        color: #475569 !important;
    }
}
.transparent-mode.header-light .app-header {
    background: #fff !important;
}
.transparent-mode.header-light .app-header.sticky-pin {
    background: #fff;
}
.transparent-mode.header-light .hor-header {
    background: #fff !important;
}
.transparent-mode.header-light .side-header .header-brand-img.light-logo1 {
    display: block !important;
}
.transparent-mode.header-light .side-header .header-brand-img.desktop-logo {
    display: none !important;
}
.transparent-mode.header-light .app-sidebar__toggle {
    color: var(--primary-bg-color);
}
.transparent-mode.header-light .main-header-center .form-control {
    border-color: #e9edf4;
}
.transparent-mode.header-light .app-header .header-right-icons .nav-link.icon {
    color: var(--primary-bg-color) !important;
}
.transparent-mode.header-light
    .app-header
    .header-right-icons
    .nav-link.icon:hover {
    color: var(--primary-bg-color) !important;
}
.transparent-mode.header-light.sidenav-toggled .header-brand-img.light-logo {
    display: block !important;
}
.transparent-mode.header-light .hor-header .header-right-icons .nav-link.icon {
    color: var(--primary-bg-color) !important;
}
.transparent-mode.header-light .main-header-center .form-control {
    color: #4d5875 !important;
}
.transparent-mode.header-light.horizontal.header-light
    .logo-horizontal
    .header-brand-img.desktop-logo {
    display: none !important;
}
.transparent-mode.header-light.horizontal.header-light
    .logo-horizontal
    .header-brand-img.light-logo1 {
    display: block;
}
.transparent-mode.header-light
    .main-header-center
    .form-control::-webkit-input-placeholder {
    color: #475569 !important;
}
.transparent-mode.header-light
    .main-header-center
    .form-control::-moz-placeholder {
    color: #475569 !important;
}
.transparent-mode.header-light
    .main-header-center
    .form-control:-ms-input-placeholder {
    color: #475569 !important;
}
.transparent-mode.header-light
    .main-header-center
    .form-control::-ms-input-placeholder {
    color: #475569 !important;
}
.transparent-mode.header-light .main-header-center .form-control::placeholder {
    color: #475569 !important;
}
.transparent-mode.header-light .main-header-center .btn {
    color: #b4bdce;
}
.transparent-mode.color-menu.sidenav-toggled
    .app-sidebar
    .side-header
    .header-brand-img.light-logo {
    display: none !important;
}

.dark-mode.light-menu .side-menu .sub-side-menu__label,
.dark-mode.light-menu .sub-slide-label,
.dark-mode.light-menu .sub-side-menu__label2 {
    color: #475569 !important;
}

.dark-mode.color-menu.hover-submenu.sidebar-mini.sidenav-toggled .slide-menu {
    background: transparent;
}

.dark-mode.gradient-menu.hover-submenu.sidebar-mini.sidenav-toggled
    .slide-menu {
    background: transparent;
}

.dark-mode.light-menu.hover-submenu.sidebar-mini.sidenav-toggled .slide-menu {
    background: transparent;
}

.dark-mode.color-menu.hover-submenu1.sidebar-mini.sidenav-toggled .slide-menu {
    background: transparent;
}

.dark-mode.gradient-menu.hover-submenu1.sidebar-mini.sidenav-toggled
    .slide-menu {
    background: transparent;
}

.dark-mode.light-menu.hover-submenu1.sidebar-mini.sidenav-toggled .slide-menu {
    background: transparent;
}

.dark-mode .main-container .onoffswitch2-label {
    background-color: #1a1c23;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-mode .main-container .onoffswitch2-label:before {
    background-color: #2a2a4a;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-mode .main-container .input-color-picker {
    background-color: #22242b;
}
.dark-mode .main-container .input-dark-color-picker {
    background-color: #22242b;
}
.dark-mode .main-container .input-transparent-color-picker {
    background-color: #22242b;
}

.transparent-mode .main-container .onoffswitch2-label {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.transparent-mode .main-container .onoffswitch2-label:before {
    background-color: var(--transparent-body);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.transparent-mode .main-container .input-color-picker {
    background-color: var(--transparent-body);
}
.transparent-mode .main-container .input-dark-color-picker {
    background-color: var(--transparent-body);
}
.transparent-mode .main-container .input-transparent-color-picker {
    background-color: var(--transparent-body);
}

.color-header.color-menu.sidenav-toggled .header-brand-img.light-logo {
    display: none !important;
}

.header-light.light-menu.sidenav-toggled
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: none !important;
}

.header-light.light-menu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: block !important;
}

.transparent-mode.dark-menu.sidenav-toggled
    .app-sidebar
    .side-header
    .header-brand-img.light-logo {
    display: none !important;
}

.header-light.sidenav-toggled.transparent-mode .header-brand-img.toggle-logo {
    display: none !important;
}

.header-light.sidenav-toggled.sidenav-toggled-open.transparent-mode
    .header-brand-img.toggle-logo {
    display: none !important;
}

.transparent-mode.gradient-menu.header-light.sidenav-toggled
    .header-brand-img.light-logo {
    display: none !important;
}

.header-light.sidenav-toggled.transparent-mode.sidenav-toggled-open
    .header-brand-img.light-logo {
    display: none !important;
}

.header-light.transparent-mode.sidenav-toggled.dark-menu
    .header-brand-img.toggle-logo {
    display: block !important;
}

.header-light.transparent-mode.sidenav-toggled.sidenav-toggled-open.dark-menu
    .header-brand-img.toggle-logo {
    display: none !important;
}

.transparent-mode.dark-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar {
    background: #343a40 !important;
}

.transparent-mode.light-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar {
    background: #fff !important;
}

.color-menu .sub-slide-item,
.color-menu .sub-slide-item2 {
    color: #e7eefb;
}

.dark-mode.header-light .app-sidebar__toggle {
    color: var(--primary-bg-color) !important;
}

.switch-toggle .bg-img1 #bgimage1 {
    width: 50px;
    height: 50px;
}
.switch-toggle .bg-img2 #bgimage2 {
    width: 50px;
    height: 50px;
}
.switch-toggle .bg-img3 #bgimage3 {
    width: 50px;
    height: 50px;
}
.switch-toggle .bg-img4 #bgimage4 {
    width: 50px;
    height: 50px;
}

.dark-mode.light-menu .app-sidebar .side-menu .slide a {
    color: #343a40;
}

.switch_section p {
    -webkit-margin-after: 0px;
    margin-block-end: 0px;
}

.dark-mode.light-menu.header-light.scrollable-layout .app-sidebar {
    -webkit-border-end: 1px solid #e6e6e6;
    border-inline-end: 1px solid #e6e6e6;
}

.transparent-mode.header-light.scrollable-layout .app-sidebar {
    -webkit-border-end: 1px solid rgba(185, 185, 185, 0.22);
    border-inline-end: 1px solid rgba(185, 185, 185, 0.22);
}

.dark-mode.color-menu .side-menu .sub-side-menu__label,
.dark-mode.color-menu .side-menu .sub-side-menu__label2 {
    color: #fff !important;
}

.dark-mode.gradient-menu .side-menu .sub-side-menu__label,
.dark-mode.gradient-menu .side-menu .sub-side-menu__label2 {
    color: #fff !important;
}

.dark-mode.header-light .country span:hover {
    color: var(--primary-bg-color) !important;
}

.dark-mode.header-light .app-header .header-right-icons .nav-link.icon:hover {
    color: var(--primary-bg-color) !important;
}

.hover-submenu1.header-light.transparent-mode.sidenav-toggled.sidenav-toggled-open.dark-menu
    .header-brand-img.toggle-logo {
    display: block !important;
}

.hover-submenu.header-light.transparent-mode.sidenav-toggled.sidenav-toggled-open.dark-menu
    .header-brand-img.toggle-logo {
    display: block !important;
}

.dark-mode.color-menu .app-sidebar .side-menu .slide a.active {
    opacity: 1;
    color: #fff !important;
}

.dark-mode.light-menu .side-menu .slide a.active .sub-side-menu__label {
    color: var(--primary-bg-color) !important;
}

.dark-mode .side-menu .slide a.active .sub-side-menu__label {
    color: var(--primary-bg-color);
}

.transparent-mode.light-menu .side-menu .slide a.active .sub-side-menu__label {
    color: var(--primary-bg-color);
}

.transparent-mode.light-menu .app-sidebar .side-menu .slide a.active {
    color: var(--primary-bg-color) !important;
}

.dark-mode.gradient-menu .app-sidebar .side-menu .slide a.active {
    opacity: 1;
    color: #fff !important;
}

.transparent-mode.color-menu .side-menu .slide a.active .sub-side-menu__label {
    color: #fff;
}

.transparent-mode.dark-menu .side-menu .slide a.active .sub-side-menu__label {
    color: var(--primary-bg-color);
}

.transparent-mode.gradient-menu
    .side-menu
    .slide
    a.active
    .sub-side-menu__label {
    color: #fff;
}

@media (min-width: 992px) {
    .color-menu .main-sidemenu .slide-left,
    .color-menu .main-sidemenu .slide-right {
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.3);
        background: var(--primary-bg-color);
    }
    .color-menu .main-sidemenu .slide-left svg,
    .color-menu .main-sidemenu .slide-right svg {
        fill: #fff;
    }
    .dark-menu .main-sidemenu .slide-left,
    .dark-menu .main-sidemenu .slide-right {
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.3);
        background: #22242b;
    }
    .dark-menu .main-sidemenu .slide-left svg,
    .dark-menu .main-sidemenu .slide-right svg {
        fill: #fff;
    }
    .gradient-menu .main-sidemenu .slide-left,
    .gradient-menu .main-sidemenu .slide-right {
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.3);
        background: var(--primary-bg-color);
    }
    .gradient-menu .main-sidemenu .slide-left svg,
    .gradient-menu .main-sidemenu .slide-right svg {
        fill: #fff;
    }
    .main-sidemenu .slide-left,
    .main-sidemenu .slide-right {
        background: #fff;
        border: 1px solid #e9edf4;
    }
    .main-sidemenu .slide-left svg,
    .main-sidemenu .slide-right svg {
        fill: #475569;
    }
    .dark-mode .main-sidemenu .slide-left,
    .dark-mode .main-sidemenu .slide-right {
        background: #22242b;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    .dark-mode .main-sidemenu .slide-left svg,
    .dark-mode .main-sidemenu .slide-right svg {
        fill: #fff;
    }
    .dark-mode.color-menu .main-sidemenu .slide-left,
    .dark-mode.color-menu .main-sidemenu .slide-right {
        background: var(--primary-bg-color);
    }
    .dark-mode.gradient-menu .main-sidemenu .slide-left,
    .dark-mode.gradient-menu .main-sidemenu .slide-right {
        background: var(--primary-bg-color);
    }
    .dark-mode.light-menu .main-sidemenu .slide-left,
    .dark-mode.light-menu .main-sidemenu .slide-right {
        background: #fff;
        border: 1px solid #e9edf4;
    }
    .dark-mode.light-menu .main-sidemenu .slide-left svg,
    .dark-mode.light-menu .main-sidemenu .slide-right svg {
        fill: #475569;
    }
    .transparent-mode .main-sidemenu .slide-left,
    .transparent-mode .main-sidemenu .slide-right {
        background: rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    .transparent-mode .main-sidemenu .slide-left svg,
    .transparent-mode .main-sidemenu .slide-right svg {
        fill: #fff;
    }
    .transparent-mode.light-menu .main-sidemenu .slide-left,
    .transparent-mode.light-menu .main-sidemenu .slide-right {
        background: #fff;
        border: 1px solid #e9edf4;
    }
    .transparent-mode.light-menu .main-sidemenu .slide-left svg,
    .transparent-mode.light-menu .main-sidemenu .slide-right svg {
        fill: #475569;
    }
    .transparent-mode.color-menu.sidenav-toggled.sidenav-toggled-open
        .app-sidebar {
        background: var(--primary-bg-color) !important;
    }
    .transparent-mode.dark-menu.sidenav-toggled.sidenav-toggled-open
        .app-sidebar {
        background: #2a2a4a !important;
    }
}
@media (max-width: 991px) {
    .dark-mode.color-header .header.hor-header {
        -webkit-box-shadow: 0 8px 24px transparent;
        box-shadow: 0 8px 24px transparent;
    }
    .dark-mode.dark-header .header.hor-header {
        -webkit-box-shadow: 0 8px 24px transparent;
        box-shadow: 0 8px 24px transparent;
    }
    .dark-mode.gradient-header .header.hor-header {
        -webkit-box-shadow: 0 8px 24px transparent;
        box-shadow: 0 8px 24px transparent;
    }
}
.horizontal.transparent-mode.header-light.light-menu .hor-header.header {
    border-block-end-color: #e9edf4;
}

@media (max-width: 320px) {
    .app .app-sidebar {
        inset-block-start: 72px;
    }
    .transparent-mode.app.light-menu .app-sidebar {
        inset-block-start: 72px !important;
    }
}
.app.sidebar-mini.transparent-mode.header-light.sidenav-toggled.hover-submenu1.sidenav-toggled-open
    .side-header
    .header-brand-img.light-logo {
    display: block !important;
}

.app.sidebar-mini.transparent-mode.header-light.sidenav-toggled.hover-submenu.sidenav-toggled-open
    .side-header
    .header-brand-img.light-logo {
    display: block !important;
}

@media (max-width: 992px) {
    .horizontal.dark-mode.sidenav-toggled .header.hor-header {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.light-mode.bg-img1 .form_holder {
    background: #fff !important;
}
.light-mode.bg-img2 .form_holder {
    background: #fff !important;
}
.light-mode.bg-img3 .form_holder {
    background: #fff !important;
}
.light-mode.bg-img4 .form_holder {
    background: #fff !important;
}

.dark-mode.bg-img1 .form_holder {
    background: #22242b !important;
}
.dark-mode.bg-img2 .form_holder {
    background: #22242b !important;
}
.dark-mode.bg-img3 .form_holder {
    background: #22242b !important;
}
.dark-mode.bg-img4 .form_holder {
    background: #22242b !important;
}

.app.sidebar-mini.transparent-mode.sidenav-toggled.header-light
    .app-sidebar.sidemenu-scroll
    .side-header
    .header-brand-img.desktop-logo {
    display: none !important;
}

.app.sidebar-mini.transparent-mode.header-light.light-menu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar.sidemenu-scroll
    .side-header
    .header-brand-img.desktop-logo {
    display: none !important;
}

.app.sidebar-mini.transparent-mode.light-menu.header-light
    .app-sidebar.sidemenu-scroll
    .side-header
    .header-brand-img.light-logo1 {
    display: block !important;
}

.app.sidebar-mini.transparent-mode.light-menu.header-light
    .app-sidebar.sidemenu-scroll
    .side-header
    .header-brand-img.desktop-logo {
    display: none !important;
}

.app.sidebar-mini.transparent-mode.header-light.light-menu.sidenav-toggled
    .app-sidebar.sidemenu-scroll
    .side-header
    .header-brand-img.light-logo1 {
    display: none !important;
}

.app.sidebar-mini.transparent-mode.header-light.light-menu.sidenav-toggled.sidenav-toggled-open
    .app-sidebar.sidemenu-scroll
    .side-header
    .header-brand-img.light-logo1 {
    display: block !important;
}

.app.sidebar-mini.transparent-mode.hover-submenu.sidenav-toggled.header-light.color-menu.sidenav-toggled-open
    .side-header
    .header-brand-img.light-logo {
    display: none !important;
}

.app.sidebar-mini.transparent-mode.hover-submenu.sidenav-toggled.header-light.dark-menu.sidenav-toggled-open
    .side-header
    .header-brand-img.light-logo {
    display: none !important;
}

.app.sidebar-mini.transparent-mode.hover-submenu1.sidenav-toggled.header-light.gradient-menu.sidenav-toggled-open
    .side-header
    .header-brand-img.light-logo {
    display: none !important;
}

.app.sidebar-mini.transparent-mode.hover-submenu1.sidenav-toggled.header-light.color-menu.sidenav-toggled-open
    .side-header
    .header-brand-img.light-logo {
    display: none !important;
}

.app.sidebar-mini.transparent-mode.hover-submenu1.sidenav-toggled.header-light.dark-menu.sidenav-toggled-open
    .side-header
    .header-brand-img.light-logo {
    display: none !important;
}

.app.sidebar-mini.transparent-mode.hover-submenu1.sidenav-toggled.header-light.gradient-menu.sidenav-toggled-open
    .side-header
    .header-brand-img.light-logo {
    display: none !important;
}

.app.sidebar-mini.transparent-mode.light-menu.header-light.hover-submenu1.sidenav-toggled.sidenav-toggled-open
    .app-sidebar.sidemenu-scroll
    .side-header
    .header-brand-img.light-logo1 {
    display: none !important;
}

.app.sidebar-mini.header-light.sidenav-toggled.hover-submenu.transparent-mode.sidenav-toggled-open
    .app-sidebar.sidemenu-scroll
    .side-header
    .header-brand-img.desktop-logo {
    display: none !important;
}

@media screen and (min-width: 992px) {
    .header-light.transparent-mode.sidenav-toggled.sidenav-toggled-open
        .sidemenu-scroll
        .side-header
        .header-brand-img.desktop-logo {
        display: block !important;
    }
    .header-light.transparent-mode.sidenav-toggled.sidenav-toggled-open
        .sidemenu-scroll
        .side-header
        .header-brand-img.toggle-logo {
        display: none !important;
    }
    .header-light.light-menu.transparent-mode.sidenav-toggled
        .sidemenu-scroll
        .side-header
        .header-brand-img.toggle-logo {
        display: none !important;
    }
    .header-light.light-menu.transparent-mode.sidenav-toggled
        .sidemenu-scroll
        .side-header
        .header-brand-img.light-logo {
        display: block !important;
    }
}
@media (min-width: 992px) {
    .hover-submenu.dark-mode.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open.light-menu
        .side-menu__icon {
        color: #282f53 !important;
    }
    .hover-submenu1.dark-mode.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open.light-menu
        .side-menu__icon {
        color: #282f53 !important;
    }
    .hover-submenu.dark-mode.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open.light-menu
        .sidenav-menu-item:hover
        .side-menu__icon,
    .hover-submenu.dark-mode.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open.light-menu
        .sidenav-menu-item:focus
        .side-menu__icon {
        color: var(--primary-bg-color) !important;
    }
    .hover-submenu1.dark-mode.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open.light-menu
        .sidenav-menu-item:hover
        .side-menu__icon,
    .hover-submenu1.dark-mode.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open.light-menu
        .sidenav-menu-item:focus
        .side-menu__icon {
        color: var(--primary-bg-color) !important;
    }
    .hover-submenu.transparent-mode.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open.light-menu
        .sidenav-menu-item.active
        .side-menu__icon {
        color: var(--primary-bg-color) !important;
    }
    .hover-submenu1.transparent-mode.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open.light-menu
        .sidenav-menu-item.active
        .side-menu__icon {
        color: var(--primary-bg-color) !important;
    }
    .hover-submenu.dark-mode.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open.light-menu
        .sidenav-menu-item.active
        .side-menu__icon {
        color: var(--primary-bg-color) !important;
    }
    .hover-submenu1.dark-mode.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open.light-menu
        .sidenav-menu-item.active
        .side-menu__icon {
        color: var(--primary-bg-color) !important;
    }
}
@media screen and (max-width: 992px) {
    .app.sidebar-mini.sidebar-gone.sidenav-toggled.light-menu .side-menu__icon {
        color: var(--primary-bg-color) !important;
    }
}
.app.sidebar-mini.transparent-mode.hover-submenu.sidenav-toggled.header-light.gradient-menu.sidenav-toggled-open
    .header-brand-img.light-logo {
    display: none !important;
}

.app.sidebar-mini.transparent-mode.hover-submenu1.sidenav-toggled.header-light.gradient-menu.sidenav-toggled-open
    .header-brand-img.light-logo {
    display: none !important;
}

.app.sidebar-mini.transparent-mode.hover-submenu.sidenav-toggled.header-light.gradient-menu.sidenav-toggled-open
    .header-brand-img.toggle-logo {
    display: block !important;
}

.app.sidebar-mini.transparent-mode.hover-submenu1.sidenav-toggled.header-light.gradient-menu.sidenav-toggled-open
    .header-brand-img.toggle-logo {
    display: block !important;
}

.color-menu .side-menu .sidenav-menu-item.active {
    color: #fff !important;
}

@media (max-width: 991.98px) {
    .header-light.light-menu.transparent-mode.sidebar-gone.sidenav-toggled
        .app-header.header {
        -webkit-border-after: 1px solid #e9edf4;
        border-block-end: 1px solid #e9edf4;
    }
    .header-light.light-menu.transparent-mode .app-header.header {
        -webkit-border-after: 1px solid #e9edf4;
        border-block-end: 1px solid #e9edf4;
    }
}
.dark-mode.color-menu .sub-slide-item.active,
.dark-mode.color-menu .sub-slide-item:hover,
.dark-mode.color-menu .sub-slide-item:focus,
.dark-mode.color-menu .sub-slide-item2.active,
.dark-mode.color-menu .sub-slide-item2:hover,
.dark-mode.color-menu .sub-slide-item2:focus,
.dark-mode.color-menu .sub-side-menu__label.active,
.dark-mode.color-menu .sub-side-menu__label:hover,
.dark-mode.color-menu .sub-side-menu__label:focus,
.dark-mode.color-menu .sub-side-menu__label1.active,
.dark-mode.color-menu .sub-side-menu__label1:hover,
.dark-mode.color-menu .sub-side-menu__label1:focus,
.dark-mode.color-menu .sub-side-menu__label2.active,
.dark-mode.color-menu .sub-side-menu__label2:hover,
.dark-mode.color-menu .sub-side-menu__label2:focus {
    color: #fff !important;
}

@media (max-width: 992px) {
    .transparent-mode.horizontal.light-menu .horizontal-main .slide .slide-menu,
    .transparent-mode.horizontal.light-menu
        .horizontal-main
        .slide
        .sub-slide-menu,
    .transparent-mode.horizontal.light-menu
        .horizontal-main
        .slide
        .sub-slide-menu2 {
        background-color: #fff;
    }
}
.onoffswitch2-checkbox:checked + .onoffswitch2-label {
    background-color: var(--primary-bg-color);
}

.onoffswitch2-checkbox:checked + .onoffswitch-label2,
.onoffswitch2-checkbox:checked + .onoffswitch2-label:before {
    border-color: var(--primary-bg-color);
}

@media (min-width: 992px) {
    .transparent-mode.light-menu.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .transparent-mode.light-menu.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .dark-mode.light-menu.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .dark-mode.light-menu.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .light-mode.light-menu.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .light-mode.light-menu.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: none !important;
    }
    .transparent-mode.light-menu.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .transparent-mode.light-menu.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .dark-mode.light-menu.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .dark-mode.light-menu.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .light-mode.light-menu.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .light-mode.light-menu.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo {
        display: block !important;
    }
    .transparent-mode.light-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .transparent-mode.light-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .dark-mode.light-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .dark-mode.light-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .light-mode.light-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .light-mode.light-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: none !important;
    }
    .transparent-mode.light-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .transparent-mode.light-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .dark-mode.light-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .dark-mode.light-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .light-mode.light-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .light-mode.light-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo {
        display: block !important;
    }
    .transparent-mode.dark-menu.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .transparent-mode.dark-menu.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .transparent-mode.color-menu.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .transparent-mode.color-menu.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .transparent-mode.gradient-menu.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .transparent-mode.gradient-menu.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .dark-mode.dark-menu.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .dark-mode.dark-menu.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .dark-mode.color-menu.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .dark-mode.color-menu.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .dark-mode.gradient-menu.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .dark-mode.gradient-menu.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .light-mode.dark-menu.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .light-mode.dark-menu.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .light-mode.color-menu.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .light-mode.color-menu.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .light-mode.gradient-menu.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .light-mode.gradient-menu.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: block !important;
    }
    .transparent-mode.dark-menu.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .transparent-mode.dark-menu.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .transparent-mode.color-menu.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .transparent-mode.color-menu.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .transparent-mode.gradient-menu.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .transparent-mode.gradient-menu.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .dark-mode.dark-menu.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .dark-mode.dark-menu.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .dark-mode.color-menu.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .dark-mode.color-menu.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .dark-mode.gradient-menu.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .dark-mode.gradient-menu.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .light-mode.dark-menu.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .light-mode.dark-menu.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .light-mode.color-menu.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .light-mode.color-menu.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .light-mode.gradient-menu.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .light-mode.gradient-menu.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo {
        display: none !important;
    }
    .transparent-mode.dark-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .transparent-mode.dark-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .transparent-mode.color-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .transparent-mode.color-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .transparent-mode.gradient-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .transparent-mode.gradient-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .dark-mode.dark-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .dark-mode.dark-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .dark-mode.color-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .dark-mode.color-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .dark-mode.gradient-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .dark-mode.gradient-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .light-mode.dark-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .light-mode.dark-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .light-mode.color-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .light-mode.color-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .light-mode.gradient-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .light-mode.gradient-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: block !important;
    }
    .transparent-mode.dark-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .transparent-mode.dark-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .transparent-mode.color-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .transparent-mode.color-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .transparent-mode.gradient-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .transparent-mode.gradient-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .dark-mode.dark-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .dark-mode.dark-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .dark-mode.color-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .dark-mode.color-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .dark-mode.gradient-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .dark-mode.gradient-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .light-mode.dark-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .light-mode.dark-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .light-mode.color-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .light-mode.color-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .light-mode.gradient-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .light-mode.gradient-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo {
        display: none !important;
    }
    .gradient-menu .slide .tab-content i,
    .color-menu .slide .tab-content i,
    .dark-menu .slide .tab-content i {
        color: rgba(255, 255, 255, 0.7);
    }
    .gradient-menu.hover-submenu.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:hover
        .side-menu__icon,
    .gradient-menu.hover-submenu.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:hover
        .side-menu__label,
    .gradient-menu.hover-submenu.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:focus
        .side-menu__icon,
    .gradient-menu.hover-submenu.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:focus
        .side-menu__label,
    .gradient-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:hover
        .side-menu__icon,
    .gradient-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:hover
        .side-menu__label,
    .gradient-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:focus
        .side-menu__icon,
    .gradient-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:focus
        .side-menu__label,
    .color-menu.hover-submenu.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:hover
        .side-menu__icon,
    .color-menu.hover-submenu.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:hover
        .side-menu__label,
    .color-menu.hover-submenu.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:focus
        .side-menu__icon,
    .color-menu.hover-submenu.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:focus
        .side-menu__label,
    .color-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:hover
        .side-menu__icon,
    .color-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:hover
        .side-menu__label,
    .color-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:focus
        .side-menu__icon,
    .color-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:focus
        .side-menu__label,
    .dark-menu.hover-submenu.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:hover
        .side-menu__icon,
    .dark-menu.hover-submenu.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:hover
        .side-menu__label,
    .dark-menu.hover-submenu.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:focus
        .side-menu__icon,
    .dark-menu.hover-submenu.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:focus
        .side-menu__label,
    .dark-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:hover
        .side-menu__icon,
    .dark-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:hover
        .side-menu__label,
    .dark-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:focus
        .side-menu__icon,
    .dark-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:focus
        .side-menu__label {
        color: #fff !important;
    }
}
body.transparent-mode {
    color: #fff;
    background-color: var(--transparent-body);
}

body.transparent-mode.bg-img1 {
    background: url(../images/media/bg-img1.jpg);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    content: "";
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-start: 0;
    width: 100%;
}

body.transparent-mode.bg-img2 {
    background: url(../images/media/bg-img2.jpg);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    content: "";
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-start: 0;
    width: 100%;
}

body.transparent-mode.bg-img3 {
    background: url(../images/media/bg-img3.jpg);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    content: "";
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-start: 0;
    width: 100%;
}

body.transparent-mode.bg-img4 {
    background: url(../images/media/bg-img4.jpg);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    content: "";
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-start: 0;
    width: 100%;
}

.transparent-mode.bg-img1 .login-img::before,
.transparent-mode.bg-img2 .login-img::before,
.transparent-mode.bg-img3 .login-img::before,
.transparent-mode.bg-img4 .login-img::before {
    background: none;
}

body.transparent-mode *::-webkit-scrollbar-thumb,
body.transparent-mode *:hover::-webkit-scrollbar-thumb {
    background: var(--transparent-body);
}
.transparent-mode table.dataTable > tbody > tr.child ul.dtr-details > li {
    -webkit-border-after: 1px solid rgba(255, 255, 255, 0.1);
    border-block-end: 1px solid rgba(255, 255, 255, 0.1);
}
.transparent-mode .dtr-bs-modal .dtr-details {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.transparent-mode .dtr-bs-modal .dtr-details tr td:first-child {
    -webkit-border-end: 1px solid rgba(255, 255, 255, 0.1);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
}
.transparent-mode caption {
    color: #505662;
}
.transparent-mode hr {
    border-block-start-color: rgba(255, 255, 255, 0.2);
    background-color: transparent;
}
.transparent-mode mark,
.transparent-mode .mark {
    background-color: #fcf8e3;
}
.transparent-mode .list-unstyled li {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode kbd {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode pre {
    color: #fff;
}
@media print {
    .transparent-mode pre,
    .transparent-mode blockquote {
        border-color: #adb5bd;
    }
    .transparent-mode .badge {
        border-color: #000;
    }
    .transparent-mode .table td,
    .transparent-mode .text-wrap table td,
    .transparent-mode .table th,
    .transparent-mode .text-wrap table th {
        background-color: rgba(0, 0, 0, 0.2) !important;
    }
    .transparent-mode .table-bordered th,
    .transparent-mode .text-wrap table th,
    .transparent-mode .table-bordered td,
    .transparent-mode .text-wrap table td {
        border-color: rgba(255, 255, 255, 0.1) !important;
    }
}
.transparent-mode body *::-webkit-scrollbar-thumb,
.transparent-mode body *:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode code {
    background: transparent;
    border-color: transparent;
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode pre {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}
.transparent-mode .section-nav {
    background-color: #f8f9fa;
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .accordionjs .acc_section {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .accordionjs .acc_section .acc_head h3:before {
    color: #fff;
}
.transparent-mode .accordionjs .acc_section .acc-header {
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .accordionjs .acc_section .acc_head {
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .accordionjs .acc_section.acc_active > .acc_head {
    color: #fff !important;
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .accordion-item {
    border-color: rgba(255, 255, 255, 0.1);
    background: transparent;
}
.transparent-mode .accordion-button {
    color: #fff;
}
.transparent-mode .accordion-button:focus {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .accordion-button:not(.collapsed) {
    color: #fff;
    background: var(--transparent-body);
}
.transparent-mode .accordion-button::after {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode #accordion .panel-default > .panel-heading {
    border: 0px solid rgba(255, 255, 255, 0.1);
}
.transparent-mode #accordion .panel-default .collapsing .panel-body {
    -webkit-border-before: 0px solid transparent;
    border-block-start: 0px solid transparent;
}
.transparent-mode .avatar-status {
    border: 2px solid var(--transparent-body);
}
.transparent-mode .avatar-list-stacked .avatar {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}
.transparent-mode .btn-custom {
    background: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .blockquote-footer {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode blockquote {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .blockquote-reverse {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}
.transparent-mode .breadcrumb1 {
    background-color: var(--transparent-body);
}
.transparent-mode .breadcrumb-item1 a:hover {
    color: var(--primary-bg-color);
}
.transparent-mode .breadcrumb-item1 + .breadcrumb-item1::before {
    color: rgba(255, 255, 255, 0.2);
}
.transparent-mode .breadcrumb-item1.active {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .note-btn.active {
    background-color: rgba(0, 0, 0, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}
.transparent-mode .btn-default {
    color: #475569;
    background: #e9e9f1;
    border-color: #e9e9f1;
}
.transparent-mode .btn-default:hover {
    color: #475569;
    background-color: #e3e3ef;
    border-color: #e3e3ef;
}
.transparent-mode .btn-default:focus,
.transparent-mode .btn-default.focus {
    -webkit-box-shadow: 0 0 0 2px #e9e9f1;
    box-shadow: 0 0 0 2px #e9e9f1;
}
.transparent-mode .btn-default.disabled,
.transparent-mode .btn-default:disabled {
    color: #475569;
    background-color: #e9e9f1;
    border-color: #e9e9f1;
}
.transparent-mode .btn-default:not(:disabled):not(.disabled):active,
.transparent-mode .btn-default:not(:disabled):not(.disabled).active {
    color: #475569;
    background-color: #e9e9f1;
    border-color: #e9e9f1;
}
.transparent-mode .btn-light {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .btn-light:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .btn-light:focus,
.transparent-mode .btn-light.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
    box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}
.transparent-mode .btn-light.disabled,
.transparent-mode .btn-light:disabled {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
    opacity: 0.7;
}
.transparent-mode .btn-light:not(:disabled):not(.disabled):active,
.transparent-mode .btn-light:not(:disabled):not(.disabled).active {
    color: #495057;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .btn-outline-default {
    color: #fff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .btn-outline-default:hover {
    color: #475569;
    background: #e9e9f1;
}
.transparent-mode .btn-white {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .btn-white:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .btn-white:focus,
.transparent-mode .btn-white.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.transparent-mode .btn-white.disabled,
.transparent-mode .btn-white:disabled {
    color: #495057;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: #fff;
}
.transparent-mode .btn-white:not(:disabled):not(.disabled):active,
.transparent-mode .btn-white:not(:disabled):not(.disabled).active {
    color: #495057;
    background-color: #545478;
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .show > .btn-white.dropdown-toggle {
    color: #495057;
    background-color: #545478;
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .btn-check:active + .btn-outline-primary,
.transparent-mode .btn-check:checked + .btn-outline-primary {
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}
.transparent-mode .btn-outline-primary {
    border-color: rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.5);
}
.transparent-mode .btn-outline-primary.active,
.transparent-mode .btn-outline-primary.dropdown-toggle.show,
.transparent-mode .btn-outline-primary:active {
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}
.transparent-mode .card {
    background-color: rgba(0, 0, 0, 0.2);
    border: inherit !important;
}
.transparent-mode .card-footer {
    border-block-start-color: rgba(255, 255, 255, 0.1);
    color: #6e7687;
}
.transparent-mode .card .card {
    border-color: rgba(255, 255, 255, 0.1);
    background: transparent;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.transparent-mode .card-body + .card-body {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .card-header {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .card-title small {
    color: #9aa0ac;
}
.transparent-mode .card-subtitle {
    color: #9aa0ac;
}
.transparent-mode .card-body + .card-table {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .card-body + .card-list-group {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .card-options {
    color: #9aa0ac;
}
.transparent-mode .card-options a:not(.btn) {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .card-options a:not(.btn):hover {
    color: #6e7687;
}
.transparent-mode .card-map {
    background: #e9ecef;
}
.transparent-mode .card .box h2 {
    color: #262626;
}
.transparent-mode .card .box h2 span {
    color: #fff;
}
.transparent-mode .card .box p {
    color: #262626;
}
.transparent-mode .card-footer {
    border-block-start-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
}
.transparent-mode .card-body + .card-body {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .card-title small {
    color: #9aa0ac;
}
.transparent-mode .card-subtitle {
    color: #9aa0ac;
}
.transparent-mode .card-body + .card-table {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .card-body + .card-list-group {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .card-options {
    color: #9aa0ac;
}
.transparent-mode .card-options a:not(.btn) {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .card-options a:not(.btn):hover {
    color: #6e7687;
}
.transparent-mode .card-map {
    background: #e9ecef;
}
.transparent-mode .card .box h2 {
    color: #262626;
}
.transparent-mode .card .box h2 span {
    color: #fff;
}
.transparent-mode .card .box p {
    color: #262626;
}
.transparent-mode .cardheader-tabs .card-header {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .carousel-control-prev,
.transparent-mode .carousel-control-next {
    color: #fff;
}
.transparent-mode .carousel-control-prev:hover,
.transparent-mode .carousel-control-prev:focus {
    color: #fff;
}
.transparent-mode .carousel-control-next:hover,
.transparent-mode .carousel-control-next:focus {
    color: #fff;
}
.transparent-mode .carousel-indicators li,
.transparent-mode .carousel-indicators1 li,
.transparent-mode .carousel-indicators2 li,
.transparent-mode .carousel-indicators3 li,
.transparent-mode .carousel-indicators4 li,
.transparent-mode .carousel-indicators5 li {
    background-color: rgba(255, 255, 255, 0.5);
}
.transparent-mode .carousel-indicators .active,
.transparent-mode .carousel-indicators1 .active,
.transparent-mode .carousel-indicators2 .active,
.transparent-mode .carousel-indicators3 .active,
.transparent-mode .carousel-indicators4 .active,
.transparent-mode .carousel-indicators5 .active {
    background-color: #fff;
}
.transparent-mode .carousel-caption {
    color: #fff;
}
.transparent-mode .carousel-item-background {
    background: rgba(0, 0, 0, 0.5);
}
.transparent-mode .carousel-control-prev,
.transparent-mode .carousel-control-next {
    color: #fff;
}
.transparent-mode .carousel-control-prev:hover,
.transparent-mode .carousel-control-prev:focus {
    color: #fff;
}
.transparent-mode .carousel-control-next:hover,
.transparent-mode .carousel-control-next:focus {
    color: #fff;
}
.transparent-mode .carousel-indicators li,
.transparent-mode .carousel-indicators1 li,
.transparent-mode .carousel-indicators2 li,
.transparent-mode .carousel-indicators3 li,
.transparent-mode .carousel-indicators4 li,
.transparent-mode .carousel-indicators5 li {
    background-color: rgba(255, 255, 255, 0.5);
}
.transparent-mode .carousel-indicators .active,
.transparent-mode .carousel-indicators1 .active,
.transparent-mode .carousel-indicators2 .active,
.transparent-mode .carousel-indicators3 .active,
.transparent-mode .carousel-indicators4 .active,
.transparent-mode .carousel-indicators5 .active {
    background-color: #fff;
}
.transparent-mode .carousel-caption {
    color: #fff;
}
.transparent-mode .carousel-item-background {
    background: rgba(0, 0, 0, 0.5);
}
.transparent-mode .dropdown-menu {
    color: rgba(255, 255, 255, 0.7);
    background-color: var(--transparent-body);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .dropdown-divider {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .drop-heading {
    color: #fff;
}
.transparent-mode .dropdown-item {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .dropdown-item:hover,
.transparent-mode .dropdown-item:focus,
.transparent-mode .dropdown-item.active,
.transparent-mode .dropdown-item:active {
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .dropdown-item.disabled,
.transparent-mode .dropdown-item:disabled {
    color: #fff;
}
.transparent-mode .dropdown-menu.show {
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 10px 40px 0 rgba(34, 34, 61, 0.8);
    box-shadow: 0 10px 40px 0 rgba(34, 34, 61, 0.8);
}
.transparent-mode .dropdown-header {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .dropdown-item-text {
    color: #fff;
}
.transparent-mode btn.dropdown-toggle ~ .dropdown-menu,
.transparent-mode ul.dropdown-menu li.dropdown ul.dropdown-menu {
    background-color: #f4f4f4 !important;
    background-color: white !important;
    border: 0 solid #4285f4 !important;
    -webkit-box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
    box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
}
.transparent-mode .dropdown-menu {
    background-color: var(--primary-bg-color);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.transparent-mode .dropdown-menu > li > a {
    color: #fff;
}
.transparent-mode .dropdown-menu > li > a:hover,
.transparent-mode .dropdown-menu > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .dropdown-menu .divider {
    background-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .dropdown-menu .dropdown-plus-title {
    color: #fff !important;
    border: 0 solid rgba(255, 255, 255, 0.1) !important;
    -webkit-border-after: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-block-end: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.transparent-mode .dropdown-menu-header {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .dropdown-menu-header label {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .dropdown-menu-arrow:before,
.transparent-mode .dropdown-menu.header-search:before {
    background: var(--primary-bg-color);
    border-block-start-color: rgba(255, 255, 255, 0.1);
    border-inline-start-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .dropdown-menu {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.transparent-mode .dropdown-toggle .dropdown-label {
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .form-control {
    color: #fff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.1) !important;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
.transparent-mode .form-control::-ms-expand {
    background-color: transparent;
}
.transparent-mode .form-control:focus {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}
.transparent-mode .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}
.transparent-mode .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}
.transparent-mode .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}
.transparent-mode .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}
.transparent-mode .form-control::-webkit-input-placeholder,
.transparent-mode .form-control::-moz-placeholder,
.transparent-mode .form-control:-ms-input-placeholder,
.transparent-mode .form-control::-ms-input-placeholder {
    color: #fff !important;
}
.transparent-mode .form-control:disabled,
.transparent-mode .form-control[readonly] {
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .form-control::-webkit-file-upload-button {
    color: #fff;
    background-color: var(--transparent-body);
}
.transparent-mode
    .form-control:hover:not(:disabled):not(
        [readonly]
    )::-webkit-file-upload-button {
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .form-control-plaintext {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .form-check-input:disabled ~ .form-check-label {
    color: #505662;
}
.transparent-mode
    .was-validated
    .custom-control-input:valid:focus
    ~ .custom-control-label::before,
.transparent-mode
    .custom-control-input.is-valid:focus
    ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2),
        0 0 0 2px rgba(9, 173, 149, 0.25);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0 2px rgba(9, 173, 149, 0.25);
}
.transparent-mode .was-validated .form-control:invalid,
.transparent-mode .form-control.is-invalid,
.transparent-mode .was-validated .form-select:invalid,
.transparent-mode .form-select.is-invalid {
    border-color: #dc3545;
    background-repeat: no-repeat;
}
.transparent-mode .was-validated .form-control:invalid:focus,
.transparent-mode .form-control.is-invalid:focus,
.transparent-mode .was-validated .form-select:invalid:focus,
.transparent-mode .form-select.is-invalid:focus {
    border-color: #dc3545;
}
.transparent-mode .was-validated .form-check-input:invalid ~ .form-check-label,
.transparent-mode .form-check-input.is-invalid ~ .form-check-label,
.transparent-mode
    .was-validated
    .custom-control-input:invalid
    ~ .custom-control-label,
.transparent-mode .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}
.transparent-mode
    .was-validated
    .custom-control-input:invalid
    ~ .custom-control-label::before,
.transparent-mode
    .custom-control-input.is-invalid
    ~ .custom-control-label::before {
    background-color: #ec8080;
}
.transparent-mode
    .was-validated
    .custom-control-input:invalid:checked
    ~ .custom-control-label::before,
.transparent-mode
    .custom-control-input.is-invalid:checked
    ~ .custom-control-label::before {
    background-color: #e23e3d;
}
.transparent-mode
    .was-validated
    .custom-control-input:invalid:focus
    ~ .custom-control-label::before,
.transparent-mode
    .custom-control-input.is-invalid:focus
    ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2),
        0 0 0 2px rgba(232, 38, 70, 0.25);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0 2px rgba(232, 38, 70, 0.25);
}
.transparent-mode .form-control.header-search {
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(225, 225, 225, 0.1);
    color: #fff;
}
.transparent-mode .form-control.header-search::-webkit-input-placeholder {
    color: #fff;
}
.transparent-mode .form-control.header-search::-moz-placeholder {
    color: #fff;
}
.transparent-mode .form-control.header-search:-ms-input-placeholder {
    color: #fff;
}
.transparent-mode .form-control.header-search::-ms-input-placeholder {
    color: #fff;
}
.transparent-mode .form-control.header-search::placeholder {
    color: #fff;
}
.transparent-mode .form-control.header-search:hover,
.transparent-mode .form-control.header-search:focus {
    border-color: rgba(225, 225, 225, 0.1);
}
.transparent-mode .form-required {
    color: #dc3545;
}
.transparent-mode .form-check-input:focus {
    border-color: var(--primary-bg-color);
}
.transparent-mode .form-check-input {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .input-group-text {
    color: #fff;
    background-color: var(--primary-bg-color);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .input-indec .input-group-btn > .btn {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .input-group-text {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1) !important;
}
.transparent-mode .input-group-text.bg-white {
    background-color: transparent !important;
}
.transparent-mode .input-indec .input-group-btn > .btn {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .modal-content {
    background-color: var(--primary-bg-color);
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.transparent-mode .modal-backdrop {
    background-color: #000;
}
.transparent-mode .modal-header {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .modal-footer {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .modal.effect-just-me .modal-content {
    background-color: #16192f;
    border-color: #4d4e50;
}
.transparent-mode .modal.effect-just-me .btn-close {
    color: #fff;
}
.transparent-mode .modal.effect-just-me .modal-header {
    background-color: transparent;
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .modal.effect-just-me .modal-header h6 {
    color: #fff;
}
.transparent-mode .modal.effect-just-me .modal-body {
    color: rgba(255, 255, 255, 0.8);
}
.transparent-mode .modal.effect-just-me .modal-body h6 {
    color: #fff;
}
.transparent-mode .modal.effect-just-me .modal-footer {
    background-color: transparent;
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .nav-tabs {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .nav-pills .nav-link.active,
.transparent-mode .nav-pills .show > .nav-link {
    color: #fff;
}
.transparent-mode .nav.nav-pills.nav-stacked.labels-info p {
    color: #9d9f9e;
}
.transparent-mode .nav.nav-pills .nav-item .nav-link-icon {
    color: #fff;
}
.transparent-mode .nav1 {
    background: var(--transparent-body);
}
.transparent-mode .nav-item1:hover:not(.disabled),
.transparent-mode .nav-item1.active {
    color: #fff;
}
.transparent-mode .nav-item1 .nav-link {
    color: rgba(255, 255, 255, 0.8);
}
.transparent-mode .nav-item1 .nav-link.active {
    color: #fff;
}
.transparent-mode .nav-item1 .nav-link.disabled {
    color: rgba(255, 255, 255, 0.3);
}
.transparent-mode .nav-tabs {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .nav-tabs .nav-item1.nav-link {
    border-color: transparent;
}
.transparent-mode .nav-tabs .nav-item1 .nav-link {
    color: inherit;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: 0.3s border-color;
    transition: 0.3s border-color;
}
.transparent-mode .nav-tabs .nav-item1 .nav-link:hover:not(.disabled),
.transparent-mode .nav-tabs .nav-item1 .nav-link.active {
    color: #fff;
}
.transparent-mode .nav-tabs .nav-submenu .nav-item1 {
    color: #9aa0ac;
}
.transparent-mode .nav-tabs .nav-submenu .nav-item1.active {
    color: #467fcf;
}
.transparent-mode .nav-tabs .nav-submenu .nav-item1:hover {
    color: #6e7687;
    background: rgba(0, 0, 0, 0.024);
}
.transparent-mode .nav-link {
    color: var(--primary-bg-color);
}
.transparent-mode .nav-link.icon i::after {
    background: rgba(var(--primary-bg-color), 0);
}
.transparent-mode .app-header .header-right-icons .nav-link.icon {
    color: #fff;
}
.transparent-mode .app-header .header-right-icons .nav-link.icon:hover {
    color: #fff !important;
}
.transparent-mode .nav-tabs {
    color: #000;
}
.transparent-mode .nav-tabs .nav-link {
    color: inherit;
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .nav-tabs .nav-link:hover:not(.disabled),
.transparent-mode .nav-tabs .nav-link.active {
    color: #fff;
}
.transparent-mode .nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent;
}
.transparent-mode .nav-tabs .nav-submenu {
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-border-before: none;
    border-block-start: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.transparent-mode .nav-tabs .nav-submenu .nav-item {
    color: #9aa0ac;
}
.transparent-mode .nav-tabs .nav-submenu .nav-item:hover {
    color: #6e7687;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.024);
}
.transparent-mode .page-link {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .page-link:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .page-item.active .page-link {
    color: #fff;
}
.transparent-mode .page-item.disabled .page-link {
    color: rgba(255, 255, 255, 0.3);
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .page-header {
    border-color: transparent;
}
.transparent-mode .panel-title-landing {
    color: #1643a3 !important;
}
.transparent-mode .panel-footer-landing {
    border: solid 2px #1643a3 !important;
    -webkit-border-before: none !important;
    border-block-start: none !important;
    background: #f7f7f7;
}
.transparent-mode .panel-footer {
    background-color: rgba(0, 0, 0, 0.2);
    border-block-start-color: rgba(255, 255, 255, 0.1);
    border-inline-start-color: rgba(255, 255, 255, 0.1);
    border-inline-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .panel-group .panel,
.transparent-mode .panel-group1 .panel {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .panel-default > .panel-heading {
    background-color: var(--transparent-body);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode
    .panel-default
    > .panel-heading
    + .panel-collapse
    > .panel-body {
    border: 0px solid rgba(255, 255, 255, 0.1);
}
.transparent-mode .panel1 {
    border-color: #fff;
}
.transparent-mode .panel1:last-child {
    -webkit-border-after: none;
    border-block-end: none;
}
.transparent-mode .panel-body1 {
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .panel-group1 .panel-body {
    border: 0px solid rgba(255, 255, 255, 0.1);
}
.transparent-mode .panel-title1 a {
    color: #fff !important;
}
.transparent-mode .panel-title a:hover {
    color: #f0f8ff !important;
}
.transparent-mode .panel-title a.accordion-toggle:before,
.transparent-mode .panel-title a.accordion-toggle.collapsed:before {
    color: #fff;
}
.transparent-mode .expanel {
    background-color: transparent !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01) !important;
}
.transparent-mode .expanel-default > .expanel-heading {
    background-color: rgba(0, 0, 0, 0.2) !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
}
.transparent-mode .expanel-heading {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .expanel-footer {
    background-color: rgba(0, 0, 0, 0.2) !important;
    border-block-start-color: rgba(255, 255, 255, 0.1) !important;
}
.transparent-mode .popover {
    background-color: var(--transparent-body);
    border-color: #dee3eb;
    -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));
}
.transparent-mode .bs-popover-top .popover-arrow::before,
.transparent-mode
    .bs-popover-auto[data-popper-placement^="top"]
    .popover-arrow::before {
    border-block-start-color: rgba(0, 0, 0, 0.25);
}
.transparent-mode .bs-popover-top .popover-arrow::after,
.transparent-mode
    .bs-popover-auto[data-popper-placement^="top"]
    .popover-arrow::after {
    border-block-start-color: var(--transparent-body);
}
.transparent-mode .bs-popover-end .popover-arrow::before,
.transparent-mode
    .bs-popover-auto[data-popper-placement^="right"]
    .popover-arrow::before {
    border-inline-end-color: #dee3eb;
}
.transparent-mode .bs-popover-end .popover-arrow::after,
.transparent-mode
    .bs-popover-auto[data-popper-placement^="right"]
    .popover-arrow::after {
    border-inline-end-color: transparent;
}
.transparent-mode .bs-popover-bottom .popover-arrow::before,
.transparent-mode
    .bs-popover-auto[data-popper-placement^="bottom"]
    .popover-arrow::before {
    border-block-end-color: #dee3eb;
}
.transparent-mode .bs-popover-bottom .popover-arrow::after,
.transparent-mode
    .bs-popover-auto[data-popper-placement^="bottom"]
    .popover-arrow::after {
    border-block-end-color: transparent;
}
.transparent-mode .bs-popover-bottom .popover-header::before,
.transparent-mode
    .bs-popover-auto[data-popper-placement^="bottom"]
    .popover-header::before {
    border-block-end-color: transparent;
}
.transparent-mode .bs-popover-start .popover-arrow::before,
.transparent-mode
    .bs-popover-auto[data-popper-placement^="left"]
    .popover-arrow::before {
    border-inline-start-color: #dee3eb;
}
.transparent-mode .bs-popover-start .popover-arrow::after,
.transparent-mode
    .bs-popover-auto[data-popper-placement^="left"]
    .popover-arrow::after {
    border-inline-start-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .popover-header {
    color: inherit;
    background-color: rgba(0, 0, 0, 0.2);
    border-block-end-color: #ebebeb;
}
.transparent-mode .popover-body {
    color: #6e7687;
}
.transparent-mode .progress {
    background-color: rgba(0, 0, 0, 0.1);
}
.transparent-mode .progress-bar {
    color: #fff;
}
.transparent-mode .table {
    color: #fff;
}
.transparent-mode .table thead th {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .text-wrap table thead th {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .table tbody + tbody,
.transparent-mode .text-wrap table tbody + tbody {
    -webkit-border-before: 2px solid rgba(255, 255, 255, 0.1);
    border-block-start: 2px solid rgba(255, 255, 255, 0.1);
}
.transparent-mode .table .table,
.transparent-mode .text-wrap table .table,
.transparent-mode .table .text-wrap table {
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .text-wrap .table table,
.transparent-mode .text-wrap table table {
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .table-bordered,
.transparent-mode .text-wrap table,
.transparent-mode .table-bordered th,
.transparent-mode .text-wrap table th,
.transparent-mode .table-bordered td,
.transparent-mode .text-wrap table td {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}
.transparent-mode .table-hover tbody tr:hover,
.transparent-mode .table-hover tbody th {
    background-color: var(--transparent-body);
    color: #fff;
}
.transparent-mode .table-active {
    background-color: rgba(0, 0, 0, 0.04);
}
.transparent-mode .table-active > th,
.transparent-mode .table-active > td {
    background-color: rgba(0, 0, 0, 0.04);
}
.transparent-mode .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
.transparent-mode .table-hover .table-active:hover > td,
.transparent-mode .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.04);
}
.transparent-mode .table .thead-dark th,
.transparent-mode .text-wrap table .thead-dark th {
    color: #fff;
    background-color: #fff;
    border-color: #32383e;
}
.transparent-mode .table .thead-light th,
.transparent-mode .text-wrap table .thead-light th {
    color: #495057;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .table-inbox {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .table-inbox tr {
    border-block-end-color: rgba(238, 238, 238, 0.7);
}
.transparent-mode .table-inbox tr:last-child {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .table-inbox tr td .fa-star.inbox-started,
.transparent-mode .table-inbox tr td .fa-star:hover {
    color: #f78a09;
}
.transparent-mode .table-inbox tr.unread td {
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .table th,
.transparent-mode .text-wrap table th {
    color: #fff;
}
.transparent-mode .table .table-light th,
.transparent-mode .transparent-mode .text-wrap table th {
    color: #475569;
}
.transparent-mode .table-vcenter td,
.transparent-mode .table-vcenter th {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .table-secondary tbody + tbody,
.transparent-mode .table-secondary td,
.transparent-mode .table-secondary th,
.transparent-mode .table-secondary thead th {
    border-color: rgba(255, 255, 255, 0.2);
}
.transparent-mode .table-primary tbody + tbody,
.transparent-mode .table-primary td,
.transparent-mode .table-primary th,
.transparent-mode .table-primary thead th {
    border-color: rgba(255, 255, 255, 0.2);
}
.transparent-mode .table-striped tbody tr:nth-of-type(odd) {
    color: #fff;
}
.transparent-mode .table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .table-calendar-link {
    background: #f8f9fa;
    color: #495057;
}
.transparent-mode .table-calendar-link:before {
    background: #467fcf;
}
.transparent-mode .table-calendar-link:hover {
    color: #fff;
    background: #467fcf;
}
.transparent-mode .table-calendar-link:hover:before {
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .table-header:hover,
.transparent-mode .table-header-asc,
.transparent-mode .table-header-desc {
    color: #495057 !important;
}
.transparent-mode .table > :not(:last-child) > :last-child > * {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .table tbody td {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .table-hover > tbody > tr:hover > * {
    color: #f0f8ff;
}
.transparent-mode .table > :not(:first-child) {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .table-striped > tbody > tr:nth-of-type(odd) > * {
    color: #fff;
}
.transparent-mode #data-table .text-primary span {
    color: #b7b7d3;
}
.transparent-mode .tag {
    color: #fff;
    background-color: var(--transparent-body);
}
.transparent-mode a.tag:hover {
    background-color: rgba(110, 118, 135, 0.2);
    color: inherit;
}
.transparent-mode .tag-addon {
    color: inherit;
}
.transparent-mode a.tag-addon:hover {
    background: inherit;
    color: inherit;
}
.transparent-mode .tag-blue {
    background-color: #467fcf !important;
    color: #fff;
}
.transparent-mode .tag-indigo {
    background-color: #515eae !important;
    color: #fff;
}
.transparent-mode .tag-purple {
    background-color: #867efc !important;
    color: #fff;
}
.transparent-mode .tag-pink {
    background-color: #ec82ef !important;
    color: #fff;
}
.transparent-mode .tag-red {
    background-color: #c21a1a !important;
    color: #fff;
}
.transparent-mode .tag-orange {
    background-color: #ec6900 !important;
    color: #fff;
}
.transparent-mode .tag-yellow {
    background-color: #ecb403 !important;
    color: #fff;
}
.transparent-mode .tag-green {
    background-color: #4ecc48 !important;
    color: #fff;
}
.transparent-mode .tag-teal {
    background-color: #2bcbba !important;
    color: #fff;
}
.transparent-mode .tag-cyan {
    background-color: #17a2b8 !important;
    color: #fff;
}
.transparent-mode .tag-white {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.transparent-mode .tag-gray {
    background-color: #868e96 !important;
    color: #fff;
}
.transparent-mode .tag-gray-dark {
    background-color: #414160;
    color: #fff;
}
.transparent-mode .tag-azure {
    background-color: #007abf !important;
    color: #fff;
}
.transparent-mode .tag-lime {
    background-color: #7bd235 !important;
    color: #fff;
}
.transparent-mode .tag-primary {
    background-color: #467fcf;
    color: #fff;
    background-color: var(--primary-bg-color) !important;
    color: #fff;
}
.transparent-mode .tag-secondary {
    background-color: #868e96;
    color: #fff;
}
.transparent-mode .tag-success {
    background-color: #4ecc48 !important;
    color: #fff;
}
.transparent-mode .tag-info {
    background-color: #007abf;
    color: #fff;
}
.transparent-mode .tag-warning {
    background-color: #ecb403 !important;
    color: #fff;
}
.transparent-mode .tag-danger {
    background-color: #c21a1a !important;
    color: #fff;
}
.transparent-mode .tag-light {
    background-color: #f8f9fa;
    color: #fff;
}
.transparent-mode .tag-dark {
    background-color: #25253e;
    color: #fff;
}
.transparent-mode .tag-round::before {
    background-color: #fff;
}
.transparent-mode .tag-outline-info {
    background-color: #c7e0fd;
    color: #1170e4;
    border-color: #1170e4;
}
.transparent-mode .tag-outline-info::before {
    border-color: #1170e4;
}
.transparent-mode .tag-outline {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .tag-border {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: transparent;
}
.transparent-mode .thumbnail {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .bs-popover-top .popover-arrow::after,
.transparent-mode
    .bs-popover-auto[data-popper-placement^="top"]
    .popover-arrow::after {
    border-block-start-color: var(--transparent-body);
}
.transparent-mode .bs-popover-end .popover-arrow::after,
.transparent-mode
    .bs-popover-auto[data-popper-placement^="right"]
    .popover-arrow::after {
    border-inline-end-color: var(--transparent-body);
}
.transparent-mode .bs-popover-bottom .popover-arrow::after,
.transparent-mode
    .bs-popover-auto[data-popper-placement^="bottom"]
    .popover-arrow::after {
    border-block-end-color: transparent;
}
.transparent-mode .bs-popover-start .popover-arrow::after,
.transparent-mode
    .bs-popover-auto[data-popper-placement^="left"]
    .popover-arrow::after {
    border-inline-start-color: var(--transparent-body);
}
.transparent-mode .tooltip-static-demo {
    background-color: var(--transparent-body);
}
.transparent-mode .popover-static-demo {
    background-color: var(--transparent-body);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .tooltip-primary .tooltip-inner {
    background-color: var(--primary-bg-color) !important;
    color: #fff;
}
.transparent-mode .tooltip-primary.bs-tooltip-top .tooltip-arrow::before,
.transparent-mode
    .tooltip-primary.bs-tooltip-auto[data-popper-placement^="top"]
    .tooltip-arrow::before {
    border-block-start-color: var(--primary-bg-color);
}
.transparent-mode .tooltip-primary.bs-tooltip-bottom .tooltip-arrow::before,
.transparent-mode
    .tooltip-primary.bs-tooltip-auto[data-popper-placement^="bottom"]
    .tooltip-arrow::before {
    border-block-end-color: var(--primary-bg-color);
}
.transparent-mode .tooltip-primary.bs-tooltip-start .tooltip-arrow::before,
.transparent-mode
    .tooltip-primary.bs-tooltip-auto[data-popper-placement^="left"]
    .tooltip-arrow::before {
    border-inline-start-color: var(--primary-bg-color);
}
.transparent-mode .tooltip-primary.bs-tooltip-end .tooltip-arrow::before,
.transparent-mode
    .tooltip-primary.bs-tooltip-auto[data-popper-placement^="right"]
    .tooltip-arrow::before {
    border-inline-end-color: var(--primary-bg-color);
}
.transparent-mode .popover {
    background-color: var(--transparent-body);
    border: 0px solid rgba(0, 0, 0, 0.2);
}
.transparent-mode .bs-popover-top > .popover-arrow::before,
.transparent-mode
    .bs-popover-auto[data-popper-placement^="top"]
    > .popover-arrow::before {
    border-block-start-color: var(--transparent-body);
}
.transparent-mode .bs-popover-top > .popover-arrow::after,
.transparent-mode
    .bs-popover-auto[data-popper-placement^="top"]
    > .popover-arrow::after {
    border-block-start-color: var(--transparent-body);
}
.transparent-mode .bs-popover-end > .popover-arrow::before,
.transparent-mode
    .bs-popover-auto[data-popper-placement^="right"]
    > .popover-arrow::before {
    border-inline-end-color: var(--transparent-body);
}
.transparent-mode .bs-popover-end > .popover-arrow::after,
.transparent-mode
    .bs-popover-auto[data-popper-placement^="right"]
    > .popover-arrow::after {
    border-inline-end-color: var(--transparent-body);
}
.transparent-mode .bs-popover-bottom > .popover-arrow::before,
.transparent-mode
    .bs-popover-auto[data-popper-placement^="bottom"]
    > .popover-arrow::before {
    border-block-end-color: transparent;
}
.transparent-mode .bs-popover-bottom > .popover-arrow::after,
.transparent-mode
    .bs-popover-auto[data-popper-placement^="bottom"]
    > .popover-arrow::after {
    border-block-end-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .bs-popover-bottom .popover-header::before,
.transparent-mode
    .bs-popover-auto[data-popper-placement^="bottom"]
    .popover-header::before {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .bs-popover-start > .popover-arrow::before,
.transparent-mode
    .bs-popover-auto[data-popper-placement^="left"]
    > .popover-arrow::before {
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-inline-start-color: var(--transparent-body);
}
.transparent-mode .bs-popover-start > .popover-arrow::after,
.transparent-mode
    .bs-popover-auto[data-popper-placement^="left"]
    > .popover-arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-inline-start-color: var(--transparent-body);
}
.transparent-mode .popover-header {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .popover-body {
    color: rgba(255, 255, 255, 0.5);
}
.transparent-mode .popover-head-primary .popover-header {
    color: #fff;
    background-color: var(--primary-bg-color) !important;
}
.transparent-mode .popover-head-primary.bs-popover-bottom .popover-arrow::after,
.transparent-mode
    .popover-head-primary.bs-popover-auto[data-popper-placement^="bottom"]
    .popover-arrow::after {
    border-block-end-color: var(--primary-bg-color) !important;
}
.transparent-mode .popover-head-secondary .popover-header {
    color: #fff;
    background-color: #007f6e !important;
}
.transparent-mode
    .popover-head-secondary.bs-popover-bottom
    .popover-arrow::after,
.transparent-mode
    .popover-head-secondary.bs-popover-auto[data-popper-placement^="bottom"]
    .popover-arrow::after {
    border-block-end-color: #007f6e !important;
}
.transparent-mode .popover-head-primary .popover-body,
.transparent-mode .popover-head-secondary .popover-body {
    border-color: rgba(20, 17, 45, 0.2);
}
.transparent-mode .popover-primary {
    background-color: var(--primary-bg-color) !important;
}
.transparent-mode .popover-primary .popover-header {
    background-color: var(--primary-bg-color) !important;
    border-block-end-width: 0 !important;
    color: #fff;
}
.transparent-mode .popover-primary.bs-popover-top .popover-arrow::after,
.transparent-mode
    .popover-primary.bs-popover-auto[data-popper-placement^="top"]
    .popover-arrow::after {
    border-block-start-color: var(--primary-bg-color) !important;
}
.transparent-mode .popover-primary.bs-popover-bottom .popover-arrow::after,
.transparent-mode
    .popover-primary.bs-popover-auto[data-popper-placement^="bottom"]
    .popover-arrow::after {
    border-block-end-color: var(--primary-bg-color) !important;
}
.transparent-mode .popover-primary.bs-popover-start .popover-arrow::after,
.transparent-mode
    .popover-primary.bs-popover-auto[data-popper-placement^="left"]
    .popover-arrow::after {
    border-inline-start-color: var(--primary-bg-color) !important;
}
.transparent-mode .popover-primary.bs-popover-end .popover-arrow::after,
.transparent-mode
    .popover-primary.bs-popover-auto[data-popper-placement^="right"]
    .popover-arrow::after {
    border-inline-end-color: var(--primary-bg-color) !important;
}
.transparent-mode
    .custom-control-input:checked
    ~ .custom-control-label::before {
    color: #fff;
}
.transparent-mode .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: rgba(218, 201, 232, 0.5);
}
.transparent-mode .custom-control-input:disabled ~ .custom-control-label {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode
    .custom-control-input:disabled
    ~ .custom-control-label::before {
    background-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .custom-control-label::before {
    background-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode
    .custom-checkbox
    .custom-control-input:disabled:indeterminate
    ~ .custom-control-label::before {
    background-color: rgba(212, 182, 228, 0.5);
}
.transparent-mode .form-select {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.1);
    background: transparent;
}
.transparent-mode .form-select:focus {
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.transparent-mode .form-select:focus::-ms-value {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .form-select:disabled {
    color: #9fa7af;
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .form-file-label {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .form-file-label::after {
    color: #fff;
    border-inline-start-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .form-range::-webkit-slider-thumb {
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.transparent-mode .form-range::-webkit-slider-thumb:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2),
        0 0 0 2px rgba(98, 58, 162, 0.25);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0 2px rgba(98, 58, 162, 0.25);
}
.transparent-mode .form-range::-webkit-slider-thumb:active {
    background-color: #d4e1f4;
}
.transparent-mode .form-range::-webkit-slider-runnable-track {
    background-color: rgba(255, 255, 255, 0.1);
    background: #467fcf;
}
.transparent-mode .form-range::-moz-range-thumb {
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .form-range::-moz-range-thumb:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0 2px rgba(98, 58, 162, 0.25);
}
.transparent-mode .form-range::-moz-range-thumb:active {
    background-color: #d4e1f4;
}
.transparent-mode .form-range::-moz-range-track {
    background-color: rgba(255, 255, 255, 0.1);
    background: rgba(0, 50, 126, 0.12);
}
.transparent-mode .form-range::-ms-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 30, 75, 0.12);
}
.transparent-mode .form-range::-ms-thumb:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0 2px rgba(98, 58, 162, 0.25);
}
.transparent-mode .form-range::-ms-thumb:active {
    background-color: #d4e1f4;
}
.transparent-mode .form-range::-ms-fill-lower {
    background-color: rgba(255, 255, 255, 0.1);
    background: #467fcf;
}
.transparent-mode .custom-control-label:before {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.02);
}
.transparent-mode .form-range:focus::-webkit-slider-thumb,
.transparent-mode .form-range:focus::-moz-range-thumb,
.transparent-mode .form-range:focus::-ms-thumb {
    border-color: #467fcf;
    background-color: #467fcf;
}
.transparent-mode .form-range::-moz-range-progress {
    background: #467fcf;
}
.transparent-mode .form-range::-ms-fill-upper {
    background: rgba(0, 50, 126, 0.12);
    background-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .custom-switch-description {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .custom-switch-input:checked ~ .custom-switch-description {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .custom-switch-indicator {
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .custom-switch-indicator:before {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.transparent-mode .custom-switch-input:focus ~ .custom-switch-indicator {
    border-color: #60529f;
}
.transparent-mode .custom-radio-md .custom-control-label::before,
.transparent-mode .custom-radio-lg .custom-control-label::before {
    background-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .custom-checkbox-md .custom-control-label::before,
.transparent-mode .custom-checkbox-lg .custom-control-label::before {
    background-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode
    .custom-checkbox-md
    .custom-control-input:disabled:indeterminate
    ~ .custom-control-label::before,
.transparent-mode
    .custom-checkbox-lg
    .custom-control-input:disabled:indeterminate
    ~ .custom-control-label::before {
    background-color: rgba(212, 182, 228, 0.5);
}
.transparent-mode .custom-switch-input:disabled ~ .custom-switch-indicator {
    background: #e9ecef;
}
.transparent-mode .custom-switch-input:checked ~ .custom-switch-indicator {
    background: var(--primary-bg-color);
}
.transparent-mode .custom-switch-indicator-md,
.transparent-mode .custom-switch-indicator-lg {
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .custom-switch-indicator-md::before,
.transparent-mode .custom-switch-indicator-lg::before {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.transparent-mode .collapse:not(.show) {
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .notifyimg {
    color: #fff;
}
.transparent-mode .aside {
    background: rgba(0, 0, 0, 0.2);
    border-inline-start-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
}
@media (max-width: 992px) {
    .transparent-mode .about-con {
        border-block-end-color: rgba(255, 255, 255, 0.1);
    }
}
@media (max-width: 480px) {
    .transparent-mode .tabs-menu ul li a,
    .transparent-mode .tabs-menu1 ul li {
        border-color: rgba(255, 255, 255, 0.1);
    }
}
@media (max-width: 320px) {
    .transparent-mode .construction .btn.btn-icon {
        color: #fff;
    }
}
@media (max-width: 360px) {
    .transparent-mode .breadcrumb {
        color: #fff;
    }
}
@media (max-width: 768px) {
    .transparent-mode .richText .richText-toolbar ul li a {
        border-color: rgba(255, 255, 255, 0.1);
    }
    .transparent-mode .richText .richText-toolbar ul li {
        -webkit-border-after: rgba(255, 255, 255, 0.1) solid 1px;
        border-block-end: rgba(255, 255, 255, 0.1) solid 1px;
    }
    .transparent-mode .richText .richText-toolbar {
        -webkit-border-after: 0 !important;
        border-block-end: 0 !important;
    }
}
.transparent-mode .stamp {
    color: #fff;
    background: #868e96;
}
.transparent-mode .example {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .example-bg {
    background: transparent;
}
.transparent-mode .colorinput-color {
    border: 3px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.transparent-mode .colorinput-input:focus ~ .colorinput-color {
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 0 0 2px rgba(98, 58, 162, 0.25);
    box-shadow: 0 0 0 2px rgba(98, 58, 162, 0.25);
}
.transparent-mode #back-to-top:hover {
    background: var(--primary-bg-color) !important;
    color: #fff !important;
}
.transparent-mode .features span {
    color: #43414e;
}
.transparent-mode .feature .border {
    color: #fff;
}
.transparent-mode .actions:not(.a-alt) > li > a > i {
    color: #939393;
}
.transparent-mode #sidebar li a.active {
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode #sidebar li a.active a[data-toggle="collapse"] {
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .line-divide {
    border-color: rgba(218, 216, 219, 0.2);
}
.transparent-mode .activity {
    border-inline-start-color: rgba(0, 0, 0, 0.125);
}
.transparent-mode .username {
    color: #fff;
}
.transparent-mode .username + p {
    color: #f2f2f2;
}
.transparent-mode #user-profile .profile-details ul > li > span {
    color: #643ba2;
}
@media (max-width: 1024px) {
    .transparent-mode body.search-show:before,
    .transparent-mode body.sidebar-show:before {
        background-color: rgba(0, 0, 0, 0.4);
    }
}
@media (max-width: 575.98px) {
    .transparent-mode .header .form-inline .search-element .form-control {
        background: rgba(0, 0, 0, 0.2);
    }
    .transparent-mode .form-control.header-search {
        color: #000;
    }
    .transparent-mode .header .form-inline .btn {
        color: #46494a !important;
    }
    .transparent-mode
        .header
        .form-inline
        .form-control::-webkit-input-placeholder {
        color: #fff !important;
    }
    .transparent-mode .header .navsearch i {
        color: #fff;
    }
}
.transparent-mode .settings {
    color: #fff;
}
.transparent-mode .member {
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 998px) and (min-width: 768px) {
    .transparent-mode .note-popover .popover-content,
    .transparent-mode .card-header.note-toolbar {
        background: rgba(0, 0, 0, 0.2);
    }
}
.transparent-mode .material-switch > label::before {
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0px 0px 10px rgba(42, 38, 53, 0.5);
    box-shadow: inset 0px 0px 10px rgba(42, 38, 53, 0.5);
}
.transparent-mode .material-switch > label::after {
    background: var(--transparent-body);
    -webkit-box-shadow: 0px 0px 5px rgba(42, 38, 53, 0.9);
    box-shadow: 0px 0px 5px rgba(42, 38, 53, 0.9);
}
.transparent-mode
    .material-switch
    > input[type="checkbox"]:checked
    + label::before,
.transparent-mode
    .material-switch
    > input[type="checkbox"]:checked
    + label::after {
    background: inherit;
}
.transparent-mode .sw-theme-default > ul.step-anchor > li > a::after {
    background: none !important;
}
.transparent-mode .border-transparet {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .breadcrumb .breadcrumb-item.active,
.transparent-mode .breadcrumb-item1 a {
    color: rgba(255, 255, 255, 0.4);
}
.transparent-mode .input-group.input-indec .form-control {
    border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 992px) {
    .transparent-mode .main-header-center .form-control {
        background: transparent;
        border-color: rgba(255, 255, 255, 0.2);
    }
}
@media (min-width: 992px) {
    .transparent-mode .main-header-center .btn {
        background-color: transparent;
        color: rgba(255, 255, 255, 0.8);
    }
}
.transparent-mode .pulse-danger {
    background: #ee335e;
}
.transparent-mode .pulse-danger:before {
    background: rgba(238, 51, 94, 0.8);
    -webkit-box-shadow: 0 0 0 rgba(238, 51, 94, 0.9);
    box-shadow: 0 0 0 rgba(238, 51, 94, 0.9);
}
.transparent-mode .pulse {
    background: #22c03c;
}
.transparent-mode .pulse:before {
    background: rgba(34, 192, 60, 0.6);
    -webkit-box-shadow: 0 0 0 rgba(34, 192, 60, 0.9);
    box-shadow: 0 0 0 rgba(34, 192, 60, 0.9);
}
.transparent-mode .progress.info1 {
    background: #fed5db;
}
.transparent-mode .progress.secondary {
    background: #f9d1bd;
}
.transparent-mode .avatar {
    color: #fff;
}
.transparent-mode .badge-success-light {
    background-color: rgba(19, 191, 27, 0.15) !important;
    color: #13bf1b;
}
.transparent-mode .badge-orange-light {
    color: #e17626;
    background-color: rgba(225, 118, 38, 0.15);
}
.transparent-mode .badge-danger-light {
    color: #f33819;
    background-color: rgba(243, 56, 25, 0.15);
}
.transparent-mode .badge.bg-white {
    background-color: #fff !important;
}
.transparent-mode .browser-stats img {
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .box-shadow-primary {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.transparent-mode .box-shadow-secondary {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.transparent-mode .box-shadow-success {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.transparent-mode .box-shadow-danger {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.transparent-mode .box-shadow-pink {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.transparent-mode .sidebar .tabs-menu ul li .active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
}
.transparent-mode .sidebar .feeds.avatar-circle.bg-primary-transparent::before {
    background: rgba(255, 255, 255, 0.3);
}
.transparent-mode .sidebar .feeds.avatar-circle-info::before {
    background: #0151b3;
}
.transparent-mode .sidebar .feeds.avatar-circle-info {
    background: rgba(142, 193, 255, 0.1) !important;
}
.transparent-mode .sidebar .feeds.avatar-circle-info .text-info {
    color: #0b54af;
}
.transparent-mode .sidebar-right .dropdown-item h6 {
    color: #475569;
}
.transparent-mode .sidebar-right .panel-primary.card {
    background: transparent;
}
.transparent-mode .sidebar-right .feeds.avatar-circle .text-primary {
    color: rgba(255, 255, 255, 0.5) !important;
}
.transparent-mode .sidebar-right .feeds.avatar-circle.bg-primary-transparent {
    background-color: rgba(255, 255, 255, 0.05);
}
.transparent-mode .nav.panel-tabs a.active {
    color: #fff;
}
.transparent-mode .nav.panel-tabs.panel-secondary a {
    color: #007f6e;
}
.transparent-mode .nav.panel-tabs.panel-secondary a.active {
    background-color: #007f6e !important;
    color: #fff;
}
.transparent-mode .nav.panel-tabs.panel-danger a {
    color: #e82646;
}
.transparent-mode .nav.panel-tabs.panel-danger a.active {
    background-color: #e82646 !important;
    color: #fff;
}
.transparent-mode .nav.panel-tabs.panel-success a {
    color: #09ad95;
}
.transparent-mode .nav.panel-tabs.panel-success a.active {
    background-color: #09ad95 !important;
    color: #fff;
}
.transparent-mode .nav.panel-tabs.panel-info a {
    color: #538ed7;
}
.transparent-mode .nav.panel-tabs.panel-info a.active {
    background-color: #1170e4 !important;
    color: #fff;
}
.transparent-mode .task-list {
    color: #fff;
}
.transparent-mode .task-list:before {
    border-inline-start-color: rgba(255, 255, 255, 0.2);
}
.transparent-mode .mail-inbox .icons {
    color: #fff !important;
}
.transparent-mode .table-inbox tr td i {
    color: rgba(255, 255, 255, 0.2);
}
.transparent-mode .table-inbox tr td i:hover {
    color: #f7284a;
}
.transparent-mode .table-inbox tr td .fa-star:hover {
    color: #fbc518;
}
.transparent-mode .mail-option .btn-group a.btn,
.transparent-mode .mail-option .chk-all {
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.transparent-mode .mail-option .btn-group a.all {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.transparent-mode .inbox-pagination a.np-btn {
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .acc-header a {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .acc-header a.collapsed {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .acc-body {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .card-pay .tabs-menu li a {
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.transparent-mode .card-pay .tabs-menu li a.active {
    background: var(--primary-bg-color);
    color: #fff;
}
.transparent-mode .main-content-label,
.transparent-mode .card-table-two .card-title,
.transparent-mode .card-dashboard-eight .card-title {
    color: #fff;
}
.transparent-mode .social-login {
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .user-social-detail .social-profile {
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .txt1 {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .hor-header.sticky.stickyClass .horizontal-main.hor-menu {
    -webkit-box-shadow: 5px 7px 26px -5px rgba(104, 113, 123, 0.1);
    box-shadow: 5px 7px 26px -5px rgba(104, 113, 123, 0.1);
}
.transparent-mode .mini-stat-icon {
    color: #fff;
}
.transparent-mode .product-grid6 {
    overflow: hidden;
}
.transparent-mode .product-grid6 .price span {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .product-grid6 .icons-wishlist li a i {
    color: inherit;
}
.transparent-mode .product-grid6 .icons-wishlist li a:hover,
.transparent-mode .product-grid6 .icons-wishlist li a:after,
.transparent-mode .product-grid6 .icons-wishlist li a:before {
    color: #fff;
}
.transparent-mode .product-grid6 .icons li a i {
    color: inherit;
}
.transparent-mode .product-grid6 .icons li a:hover,
.transparent-mode .product-grid6 .icons li a:after,
.transparent-mode .product-grid6 .icons li a:before {
    color: #fff;
}
.transparent-mode .apex-charts text {
    fill: #000200;
}
.transparent-mode .offcanvas {
    background: var(--transparent-body);
}
.transparent-mode .offcanvas-start {
    border-inline-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .offcanvas-end {
    border-inline-start-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .offcanvas-bottom {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .offcanvas-top {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .toast {
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
}
.transparent-mode .toast .toast-header {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .toast.show .btn-close {
    color: #fff;
}
.transparent-mode .task-icon1:first-child {
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.transparent-mode .nav.product-sale a.active {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-after: none;
    border-block-end: none;
}
.transparent-mode .profile-cover__img {
    color: #fff;
}
.transparent-mode .profile-cover__img .profile-img-1 > img {
    border: 5px solid #fff;
}
.transparent-mode .profile-cover__img > .h3 {
    color: #393939;
}
.transparent-mode .profile-cover__info .nav li {
    color: #464461;
}
.transparent-mode .social.social-profile-buttons .social-icon {
    background: var(--transparent-body);
    border-color: rgba(255, 255, 255, 0.1);
    color: #f0f8ff !important;
}
.transparent-mode .profile-share {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .option-dots {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .option-dots:focus,
.transparent-mode .option-dots:hover,
.transparent-mode .option-dots[aria-expanded="true"] {
    background: rgba(0, 0, 0, 0.2);
}
@media (min-width: 601px) {
    .transparent-mode .social-profile-buttons .nav {
        color: #999;
    }
}
.transparent-mode .social-profile-buttons .nav li {
    color: #464461;
}
.transparent-mode .item2-gl-menu {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .item2-gl-menu li a {
    color: rgba(255, 255, 255, 0.5);
}
.transparent-mode .item2-gl-menu li .active {
    color: #fff;
}
.transparent-mode .product-label {
    background: rgba(178, 177, 183, 0.1);
}
.transparent-mode .ui-widget-header,
.transparent-mode .ui-state-default,
.transparent-mode .ui-widget-content .ui-state-default,
.transparent-mode .ui-widget-header .ui-state-default {
    background: var(--transparent-body);
}
.transparent-mode .ui-state-hover,
.transparent-mode .ui-widget-content .ui-state-hover,
.transparent-mode .ui-widget-header .ui-state-hover,
.transparent-mode .ui-state-focus,
.transparent-mode .ui-widget-content .ui-state-focus,
.transparent-mode .ui-widget-header .ui-state-focus {
    border-color: var(--primary-bg-color) !important;
    background: var(--primary-bg-color) !important;
}
.transparent-mode .ui-widget-content {
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .product-list .icons li a:after,
.transparent-mode .product-list .icons li a:before {
    color: #fff;
}
.transparent-mode .product-grid6 .card-footer .btn-outline-primary:hover {
    color: #fff;
}
.transparent-mode .carousel-inner .carousel-item .thumb {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .carousel-inner .carousel-item .thumb.active {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .customer-services {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .customer-services span {
    background-color: transparent;
    color: var(--primary-bg-color);
}
.transparent-mode .login-social-icon::before,
.transparent-mode .login-social-icon::after {
    background-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .login-social-icon span {
    background: transparent;
}
.transparent-mode .custom-layout {
    color: #fff;
}
.transparent-mode .custom-layout .nav-link.icon i {
    color: #fff !important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.08);
}
.transparent-mode .custom-layout .nav-link.icon i::after {
    background-color: transparent;
}
.transparent-mode .transparent-mode .custom-layout .nav-link.icon i {
    color: #fff !important;
}
.transparent-mode .country-selector .nav-link {
    color: #495046;
}
.transparent-mode .theme-container .active {
    border-color: var(--primary-bg-color);
    background: transparent;
    color: var(--primary-bg-color);
}
.transparent-mode .theme-container1 .active {
    border-color: #e077e3;
    background: transparent;
    color: #e077e3;
}
.transparent-mode .theme-container2 .active {
    border-color: #007f6e;
    background: transparent;
    color: #007f6e;
}
.transparent-mode .settings-icon {
    border-color: var(--primary-bg-color);
}
.transparent-mode .input-group-text.input-text-color {
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .payment-icon.active svg {
    fill: #fff;
}
.transparent-mode .payment-icon svg {
    fill: #fff;
}
.transparent-mode .notification:before {
    background: rgba(255, 255, 255, 0.1);
}
.transparent-mode .notification .notification-time .date,
.transparent-mode .notification .notification-time .time {
    color: rgba(255, 255, 255, 0.8);
}
.transparent-mode .notification .notification-icon a {
    background: var(--transparent-body);
    color: #fff;
    border: 3px solid rgba(255, 255, 255, 0.5);
}
.transparent-mode .notification .notification-body {
    -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.03);
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .notification .notification-body:before {
    border: 10px solid transparent;
    border-inline-end-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .notification-time-date {
    color: rgba(255, 255, 255, 0.3);
}
.transparent-mode .btn-country {
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1) !important;
    color: #fff;
}
.transparent-mode .btn-country:hover {
    border-color: var(--primary-bg-color) !important;
    -webkit-box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1) !important;
}
.transparent-mode .btn-check:checked + .btn-country {
    border-color: var(--primary-bg-color) !important;
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .btn-country.active,
.transparent-mode .btn-country:active {
    border-color: var(--primary-bg-color) !important;
}
.transparent-mode .email-icon {
    border-color: rgba(255, 255, 255, 0.1);
    color: #5c678f;
}
.transparent-mode
    .product-grid6
    .card-footer
    .btn-outline-primary:hover
    .wishlist-icon {
    color: #fff;
}
.transparent-mode .btn-outline-primary .wishlist-icon {
    color: rgba(255, 255, 255, 0.6) !important;
}
.transparent-mode .btn-outline-primary:hover .wishlist-icon {
    color: #fff !important;
}
.transparent-mode #chartZoom .btn-outline-primary:hover {
    color: #fff;
}
.transparent-mode .c3-legend-item text {
    fill: rgba(255, 255, 255, 0.5);
}
.transparent-mode .file-image .icons li a {
    color: #fff;
}
.transparent-mode .file-image .icons li a:after,
.transparent-mode .file-image .icons li a:before,
.transparent-mode .file-image .icons li a:hover {
    color: #fff;
}
.transparent-mode .file-name {
    color: #fff;
}
.transparent-mode .img-1 img {
    border: 6px solid rgba(225, 225, 225, 0.5);
}
.transparent-mode .profile-img {
    border-color: rgba(167, 180, 201, 0.2);
    background: rgba(225, 225, 225, 0.2);
}
.transparent-mode .demo-gallery > ul > li a {
    border: 3px solid #fff;
}
.transparent-mode .demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}
.transparent-mode .gallery a img {
    border-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .example + .highlight {
    -webkit-border-before: none;
    border-block-start: none;
}
.transparent-mode .highlight {
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-border-before: none;
    border-block-start: none;
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .highlight .hll {
    background-color: #ffc;
}
.transparent-mode .highlight .c {
    color: #999;
}
.transparent-mode .highlight .k {
    color: #069;
}
.transparent-mode .highlight .o {
    color: #555;
}
.transparent-mode .highlight .cm {
    color: #999;
}
.transparent-mode .highlight .cp {
    color: #099;
}
.transparent-mode .highlight .c1,
.transparent-mode .highlight .cs {
    color: #999;
}
.transparent-mode .highlight .gd {
    background-color: #fcc;
    border-color: #c00;
}
.transparent-mode .highlight .gr {
    color: #f00;
}
.transparent-mode .highlight .gh {
    color: #030;
}
.transparent-mode .highlight .gi {
    background-color: #cfc;
    border-color: #0c0;
}
.transparent-mode .highlight .go {
    color: #aaa;
}
.transparent-mode .highlight .gp {
    color: #009;
}
.transparent-mode .highlight .gu {
    color: #030;
}
.transparent-mode .highlight .gt {
    color: #9c6;
}
.transparent-mode .highlight .kc,
.transparent-mode .highlight .kd,
.transparent-mode .highlight .kn,
.transparent-mode .highlight .kp,
.transparent-mode .highlight .kr {
    color: #069;
}
.transparent-mode .highlight .kt {
    color: #078;
}
.transparent-mode .highlight .m {
    color: #f60;
}
.transparent-mode .highlight .s {
    color: #cc0099;
}
.transparent-mode .highlight .na {
    color: #00cc7a;
}
.transparent-mode .highlight .nb {
    color: #366;
}
.transparent-mode .highlight .nc {
    color: #0a8;
}
.transparent-mode .highlight .no {
    color: #360;
}
.transparent-mode .highlight .nd {
    color: #99f;
}
.transparent-mode .highlight .ni {
    color: #999;
}
.transparent-mode .highlight .ne {
    color: #c00;
}
.transparent-mode .highlight .nf {
    color: #c0f;
}
.transparent-mode .highlight .nl {
    color: #99f;
}
.transparent-mode .highlight .nn {
    color: #0cf;
}
.transparent-mode .highlight .nt {
    color: #800000;
}
.transparent-mode .highlight .nv {
    color: #033;
}
.transparent-mode .highlight .ow {
    color: #000;
}
.transparent-mode .highlight .w {
    color: #bbb;
}
.transparent-mode .highlight .mf,
.transparent-mode .highlight .mh,
.transparent-mode .highlight .mi,
.transparent-mode .highlight .mo {
    color: #f60;
}
.transparent-mode .highlight .sb,
.transparent-mode .highlight .sc,
.transparent-mode .highlight .sd,
.transparent-mode .highlight .s2,
.transparent-mode .highlight .se,
.transparent-mode .highlight .sh {
    color: #c30;
}
.transparent-mode .highlight .si {
    color: #a00;
}
.transparent-mode .highlight .sx {
    color: #c30;
}
.transparent-mode .highlight .sr {
    color: #3aa;
}
.transparent-mode .highlight .s1 {
    color: #c30;
}
.transparent-mode .highlight .ss {
    color: #fc3;
}
.transparent-mode .highlight .bp {
    color: #366;
}
.transparent-mode .highlight .vc,
.transparent-mode .highlight .vg,
.transparent-mode .highlight .vi {
    color: #033;
}
.transparent-mode .highlight .il {
    color: #f60;
}
.transparent-mode .highlight .css .o {
    color: #999;
}
.transparent-mode .highlight .css .o + .nt {
    color: #999;
}
.transparent-mode .highlight .css .nt + .nt {
    color: #999;
}
.transparent-mode .highlight .language-bash::before,
.transparent-mode .highlight .language-sh::before,
.transparent-mode .highlight .language-powershell::before {
    color: #009;
}
.transparent-mode .label-default {
    background: #d5e0ec;
    color: #fff;
}
.transparent-mode .label-success {
    background: #09ad95;
    color: #fff;
}
.transparent-mode .label-danger {
    background: #f5334f;
    color: #fff;
}
.transparent-mode .label-warning {
    background: #f7b731;
    color: #fff;
}
.transparent-mode .label-info {
    background: #1170e4;
    color: #fff;
}
.transparent-mode .list-group-item.active {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .list-group-item-action {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .list-group-item-action:hover,
.transparent-mode .list-group-item-action:focus,
.transparent-mode .list-group-item-action:active {
    color: rgba(255, 255, 255, 0.7);
    background-color: var(--transparent-body);
}
.transparent-mode .list-group-item,
.transparent-mode .listorder,
.transparent-mode .listorder1,
.transparent-mode .listunorder,
.transparent-mode .listunorder1 {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .list-group-item.disabled,
.transparent-mode .list-group-item:disabled {
    color: rgba(255, 255, 255, 0.2);
    background-color: transparent;
}
.transparent-mode .list-group-item-primary {
    color: #24426c !important;
    background-color: #cbdbf2;
}
.transparent-mode .list-group-item-primary.list-group-item-action:hover,
.transparent-mode .list-group-item-primary.list-group-item-action:focus {
    color: #24426c;
    background-color: #b7cded;
}
.transparent-mode .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #24426c;
    border-color: #24426c;
}
.transparent-mode .list-group-item-secondary {
    color: #464a4e !important;
    background-color: #dddfe2;
}
.transparent-mode .list-group-item-secondary.list-group-item-action:hover,
.transparent-mode .list-group-item-secondary.list-group-item-action:focus {
    color: #464a4e;
    background-color: #cfd2d6;
}
.transparent-mode .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #464a4e;
    border-color: #464a4e;
}
.transparent-mode .list-group-item-success {
    color: #09ad95 !important;
    background-color: rgba(9, 173, 149, 0.4);
}
.transparent-mode .list-group-item-success.list-group-item-action:hover,
.transparent-mode .list-group-item-success.list-group-item-action:focus {
    color: #09ad95;
    background-color: rgba(9, 173, 149, 0.2);
}
.transparent-mode .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #09ad95;
    border-color: #09ad95;
}
.transparent-mode .list-group-item-info {
    color: #1170e4 !important;
    background-color: rgba(17, 112, 228, 0.4);
}
.transparent-mode .list-group-item-info.list-group-item-action:hover,
.transparent-mode .list-group-item-info.list-group-item-action:focus {
    color: #1170e4;
    background-color: rgba(17, 112, 228, 0.2);
}
.transparent-mode .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);
}
.transparent-mode .list-group-item-warning {
    color: #f7b731 !important;
    background-color: rgba(247, 183, 49, 0.4);
}
.transparent-mode .list-group-item-warning.list-group-item-action:hover,
.transparent-mode .list-group-item-warning.list-group-item-action:focus {
    color: #f7b731;
    background-color: rgba(247, 183, 49, 0.2);
}
.transparent-mode .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #f7b731;
    border-color: #f7b731;
}
.transparent-mode .list-group-item-danger {
    color: #e82646 !important;
    background-color: rgba(232, 38, 70, 0.4);
}
.transparent-mode .list-group-item-danger.list-group-item-action:hover,
.transparent-mode .list-group-item-danger.list-group-item-action:focus {
    color: #e82646;
    background-color: rgba(232, 38, 70, 0.2);
}
.transparent-mode .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #e82646;
    border-color: #e82646;
}
.transparent-mode .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}
.transparent-mode .list-group-item-light.list-group-item-action:hover,
.transparent-mode .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}
.transparent-mode .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}
.transparent-mode .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}
.transparent-mode .list-group-item-dark.list-group-item-action:hover,
.transparent-mode .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}
.transparent-mode .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}
.transparent-mode .list-group-item {
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .list-group-item.active .icon {
    color: inherit !important;
}
.transparent-mode .list-group-item .icon {
    color: #fff !important;
}
.transparent-mode .list-group-transparent .list-group-item.active {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.transparent-mode .list-group-transparent.file-manager .list-group-item {
    color: #fff;
}
.transparent-mode .file-radius-attachments i {
    color: #f0f8ff;
}
.transparent-mode .file-square-attachments a {
    color: #f0f8ff;
}
.transparent-mode .file-image-1 {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .file-image-1 .file-name-1 {
    color: #f0f8ff;
}
.transparent-mode
    .list-group-transparent.file-manager.file-manager-border
    .list-group-item {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .btn-close {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .btn-close:hover,
.transparent-mode .btn-close:focus {
    color: inherit;
}
.transparent-mode .navbar-toggler {
    background-color: transparent;
    border-color: transparent;
}
@media (min-width: 992px) {
    .transparent-mode .responsive-navbar .navbar-collapse {
        background: transparent;
    }
}
.transparent-mode a.icon:hover {
    color: #dcdfed !important;
}
.transparent-mode .navbar-light .navbar-brand {
    color: #fff;
}
.transparent-mode .navbar-light .navbar-brand:hover,
.transparent-mode .navbar-light .navbar-brand:focus {
    color: #fff;
}
.transparent-mode .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.transparent-mode .navbar-light .navbar-nav .nav-link:hover,
.transparent-mode .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}
.transparent-mode .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.transparent-mode .navbar-light .navbar-nav .show > .nav-link,
.transparent-mode .navbar-light .navbar-nav .active > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.transparent-mode .navbar-light .navbar-nav .nav-link.show,
.transparent-mode .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}
.transparent-mode .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.transparent-mode .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.transparent-mode .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.transparent-mode .navbar-light .navbar-text a:hover,
.transparent-mode .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}
.transparent-mode .navbar-dark .navbar-brand {
    color: #fff;
}
.transparent-mode .navbar-dark .navbar-brand:hover,
.transparent-mode .navbar-dark .navbar-brand:focus {
    color: #fff;
}
.transparent-mode .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.transparent-mode .navbar-dark .navbar-nav .nav-link:hover,
.transparent-mode .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}
.transparent-mode .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.transparent-mode .navbar-dark .navbar-nav .show > .nav-link,
.transparent-mode .navbar-dark .navbar-nav .active > .nav-link {
    color: #fff;
}
.transparent-mode .navbar-dark .navbar-nav .nav-link.show,
.transparent-mode .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}
.transparent-mode .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.transparent-mode .navbar-dark .navbar-text a {
    color: #fff;
}
.transparent-mode .navbar-dark .navbar-text a:hover,
.transparent-mode .navbar-dark .navbar-text a:focus {
    color: #fff;
}
@media (max-width: 991px) {
    .transparent-mode .navresponsive-toggler span:after {
        background: rgba(var(--primary-bg-color), 0);
    }
    .transparent-mode.header-light #navbarSupportedContent-4 .nav-link.icon {
        color: #fff !important;
    }
    .transparent-mode.dark-header #navbarSupportedContent-4 .nav-link.icon {
        color: #fff !important;
    }
    .transparent-mode.dark-header .navresponsive-toggler span {
        color: #fff;
    }
}
@media (max-width: 991px) {
    .transparent-mode .responsive-navbar .navbar-collapse {
        background: var(--transparent-body);
        -webkit-box-shadow: 0 12px 11px -3px rgba(0, 0, 0, 0.5);
        box-shadow: 0 12px 11px -3px rgba(0, 0, 0, 0.5);
        border-block-start-color: rgba(255, 255, 255, 0.1);
    }
    .transparent-mode .responsive-navbar .navbar-collapse .icon.navsearch {
        border-color: #e4e6f9;
    }
}
.transparent-mode .scrollspy-example {
    border-inline-end-color: rgba(255, 255, 255, 0.1);
    border-inline-start-color: rgba(255, 255, 255, 0.1);
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .scrollspy-example-2 {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode #navbar-example3 .nav-link {
    color: #fff;
}
.transparent-mode #navbar-example3 .nav-link.active {
    color: #fff;
}
.transparent-mode .nav-link:focus,
.transparent-mode .nav-link:hover {
    color: var(--primary-bg-color);
}
.transparent-mode .pricing {
    color: #fff;
}
.transparent-mode .pricing1 {
    color: #707070;
}
.transparent-mode .pricing .list-unstyled li {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .pricing1 .list-unstyled li {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .panel-heading-landing {
    background: #f7f7f7 !important;
    border: solid 2px #1643a3 !important;
    -webkit-border-after: none !important;
    border-block-end: none !important;
}
.transparent-mode .panel-heading {
    border-block-end-color: rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .panel.price {
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.15rem 1.75rem 0 rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .panel.price > .panel-heading {
    color: #fff;
}
.transparent-mode .price .panel-footer {
    background-color: transparent;
}
.transparent-mode .price.panel-color > .panel-body {
    background-color: transparent;
}
.transparent-mode .ribbone1-price .ribbon span {
    color: #fff;
    background: #79a70a;
    background: var(--primary-bg-color);
    -webkit-box-shadow: 0 3px 10px -5px black;
    box-shadow: 0 3px 10px -5px black;
}
.transparent-mode .ribbone1-price .ribbon span::before {
    -webkit-border-start: 3px solid var(--primary-bg-color);
    border-inline-start: 3px solid var(--primary-bg-color);
    -webkit-border-end: 3px solid transparent;
    border-inline-end: 3px solid transparent;
    -webkit-border-after: 3px solid transparent;
    border-block-end: 3px solid transparent;
    -webkit-border-before: 3px solid var(--primary-bg-color);
    border-block-start: 3px solid var(--primary-bg-color);
}
.transparent-mode .ribbone1-price .ribbon span::after {
    -webkit-border-start: 3px solid transparent;
    border-inline-start: 3px solid transparent;
    -webkit-border-end: 3px solid var(--primary-bg-color);
    border-inline-end: 3px solid var(--primary-bg-color);
    -webkit-border-after: 3px solid transparent;
    border-block-end: 3px solid transparent;
    -webkit-border-before: 3px solid var(--primary-bg-color);
    border-block-start: 3px solid var(--primary-bg-color);
}
.transparent-mode .secondary .pricing-divider {
    background: transparent;
}
.transparent-mode .danger .pricing-divider {
    background: transparent !important;
}
.transparent-mode .primary .pricing-divider {
    background: transparent !important;
}
.transparent-mode .success .pricing-divider {
    background: transparent;
}
.transparent-mode .primary .princing-item .bg-white {
    background-color: transparent !important;
}
.transparent-mode .secondary .princing-item .bg-white {
    background-color: transparent !important;
}
.transparent-mode .danger .princing-item .bg-white {
    background-color: transparent !important;
}
.transparent-mode .success .princing-item .bg-white {
    background-color: transparent !important;
}
.transparent-mode .rating-stars input {
    color: #495057;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .tabs-menu ul li a {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .tabs-menu ul li .active {
    color: var(--primary-bg-color);
}
.transparent-mode .tabs-menu1 ul li a {
    color: #fff;
}
.transparent-mode .tab-menu-heading {
    border-block-end-color: rgba(255, 255, 255, 0.1) !important;
}
.transparent-mode .tabs-menu2 ul li a {
    color: #636262;
}
.transparent-mode .tabs-menu2 ul li .fade {
    color: rgba(238, 238, 238, 0.9333333333);
}
.transparent-mode .sidebar-right .tab-content i,
.transparent-mode .tabs-menu2 ul li .active {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .search-tabs ul li a.active {
    -webkit-border-after: 3px solid var(--primary-bg-color);
    border-block-end: 3px solid var(--primary-bg-color);
    background-color: transparent !important;
}
.transparent-mode .search-tabs ul li a:hover {
    background-color: transparent !important;
}
.transparent-mode .tabs-menu-border ul li .active {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .tabs-menu-boxed ul li a {
    color: #fff;
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .tabs-menu-boxed ul li .active {
    border-color: rgba(255, 255, 255, 0.1);
    border-block-end-color: transparent;
}
.transparent-mode .timeline__item:after {
    background: #fff !important;
}
.transparent-mode .timeline__content {
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .timeline:before {
    background-color: #e9ecef;
}
.transparent-mode .timeline-item:first-child:before,
.transparent-mode .timeline-item:last-child:before {
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .timeline-badge {
    border-color: #fff;
    background: #adb5bd;
}
.transparent-mode .timeline-time {
    color: #9aa0ac;
}
.transparent-mode .timeline__item--right .timeline__content:before {
    -webkit-border-end: 12px solid rgba(238, 232, 239, 0.9);
    border-inline-end: 12px solid rgba(238, 232, 239, 0.9);
}
.transparent-mode ul.timeline:before {
    background: #d4d9df;
}
.transparent-mode ul.timeline > li:before {
    border-color: #6c6c6f;
}
.transparent-mode .vtimeline::before {
    background-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .vtimeline .timeline-wrapper .timeline-panel {
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 12px 0 rgba(16, 19, 41, 0.6);
    box-shadow: 0 5px 12px 0 rgba(16, 19, 41, 0.6);
}
.transparent-mode .vtimeline .timeline-wrapper .timeline-panel:after {
    -webkit-border-before: 10px solid transparent;
    border-block-start: 10px solid transparent;
    -webkit-border-start: 10px solid rgba(255, 255, 255, 0.1);
    border-inline-start: 10px solid rgba(255, 255, 255, 0.1);
    -webkit-border-end: 0 solid rgba(255, 255, 255, 0.1);
    border-inline-end: 0 solid rgba(255, 255, 255, 0.1);
    -webkit-border-after: 10px solid transparent;
    border-block-end: 10px solid transparent;
}
.transparent-mode .vtimeline .timeline-wrapper .timeline-badge {
    border: 2px solid rgba(255, 255, 255, 0.3);
}
.transparent-mode .vtimeline .timeline-wrapper .timeline-badge i {
    color: #fff;
}
.transparent-mode
    .vtimeline
    .timeline-wrapper.timeline-inverted
    .timeline-panel:after {
    border-inline-start-width: 0;
    border-inline-end-width: 10px;
}
.transparent-mode .timeline-wrapper-primary .timeline-panel:before,
.transparent-mode .timeline-wrapper-primary .timeline-badge {
    background: var(--primary-bg-color);
}
.transparent-mode .timeline-wrapper-secondary .timeline-panel:before,
.transparent-mode .timeline-wrapper-secondary .timeline-badge {
    background: #007f6e;
}
.transparent-mode .timeline-wrapper-success .timeline-panel:before,
.transparent-mode .timeline-wrapper-success .timeline-badge {
    background: #09ad95;
}
.transparent-mode .timeline-wrapper-green .timeline-panel:before,
.transparent-mode .timeline-wrapper-green .timeline-badge {
    background: #4ecc48;
}
.transparent-mode .timeline-wrapper-warning .timeline-panel:before,
.transparent-mode .timeline-wrapper-warning .timeline-badge {
    background: #fcd539;
}
.transparent-mode .timeline-wrapper-danger .timeline-panel:before,
.transparent-mode .timeline-wrapper-danger .timeline-badge {
    background: #f16d75;
}
.transparent-mode .timeline-wrapper-light .timeline-panel:before,
.transparent-mode .timeline-wrapper-light .timeline-badge {
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .timeline-wrapper-dark .timeline-panel:before,
.transparent-mode .timeline-wrapper-dark .timeline-badge {
    background: #828db1;
}
@media (max-width: 767px) {
    .transparent-mode .vtimeline .timeline-wrapper .timeline-panel:after {
        -webkit-border-end: 14px solid rgba(255, 255, 255, 0.2) !important;
        border-inline-end: 14px solid rgba(255, 255, 255, 0.2) !important;
        -webkit-border-start: 0 solid rgba(255, 255, 255, 0.2) !important;
        border-inline-start: 0 solid rgba(255, 255, 255, 0.2) !important;
    }
}
.transparent-mode .footer {
    background: transparent;
    border-block-start-color: rgba(255, 255, 255, 0.02);
}
.transparent-mode .footer .social ul li a {
    border-color: rgba(255, 255, 255, 0.1);
    background: var(--transparent-body);
    color: #fff;
}
.transparent-mode .top-footer p {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .top-footer a {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .top-footer a address {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .top-footer img {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .top-footer img:hover {
    color: #8e9090;
}
.transparent-mode .footer-payments a {
    color: #a7a8c7;
}
.transparent-mode .main-footer {
    background-color: transparent;
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .header {
    background: rgba(0, 0, 0, 0.2);
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .header-brand,
.transparent-mode .app-header .header-brand,
.transparent-mode .header-brand:hover {
    color: inherit;
}
.transparent-mode .app-header.sticky.stickyClass {
    background-color: var(--primary-bg-color);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1) !important;
}
@supports (
    (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))
) {
    .transparent-mode .app-header.sticky.stickyClass {
        background-color: transparent !important;
        -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1) !important;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1) !important;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }
}
@media (max-width: 991px) {
    .transparent-mode .header.hor-header {
        border-block-end-color: rgba(255, 255, 255, 0.1);
        -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    }
    .transparent-mode .hor-header .header-brand-img.light-logo {
        margin: 0 auto;
        -webkit-margin-before: 6px;
        margin-block-start: 6px;
    }
}
.transparent-mode .header .form-inline .form-control {
    border-color: rgba(225, 225, 225, 0.1);
    background: rgba(225, 225, 225, 0.3);
    color: #000 !important;
}
.transparent-mode .header .form-inline .btn {
    border: 2px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    color: #fff;
}
@media (max-width: 767.98px) and (min-width: 576px) {
    .transparent-mode .header .navsearch i {
        color: #fff;
    }
    .transparent-mode .search-element .form-control {
        background: #fff !important;
        color: #000;
    }
    .transparent-mode
        .header
        .form-inline
        .form-control::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.7);
    }
    .transparent-mode .header .navsearch i {
        color: #fff;
    }
    .transparent-mode .header .form-inline .btn {
        color: #46494a !important;
    }
}
@media only screen and (max-width: 991px) {
    .transparent-mode .animated-arrow span:before,
    .transparent-mode .animated-arrow span:after {
        background: #475569;
    }
    .transparent-mode .animated-arrow span:before,
    .transparent-mode .animated-arrow span:after {
        background: #475569;
    }
}
@media only screen and (max-width: 991px) {
    .transparent-mode body {
        background-color: rgba(0, 0, 0, 0.2);
    }
}
.transparent-mode .hor-header .header-brand1 {
    color: inherit;
}
.transparent-mode .header-right-icons .nav-link.icon:hover {
    background: none;
}
.transparent-mode .header-right-icons .profile-user:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.transparent-mode .hor-header .header-right-icons .nav-link.icon {
    color: #fff;
}
.transparent-mode .logo-horizontal .header-brand-img.desktop-logo {
    display: block !important;
}
.transparent-mode .logo-horizontal .header-brand-img.light-logo1 {
    display: none;
}
.transparent-mode .hor-header .header-brand-img.light-logo {
    display: block;
}
@media (max-width: 992px) {
    .transparent-mode .header {
        border-block-end-color: rgba(255, 255, 255, 0.2);
    }
    .transparent-mode .header.hor-header {
        background-color: var(--primary-bg-color);
        -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.01) !important;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.01) !important;
    }
    @supports (
        (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))
    ) {
        .transparent-mode .header.hor-header {
            background-color: transparent !important;
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.01) !important;
            box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.01) !important;
        }
    }
}
.transparent-mode .header .dropdown-menu {
    -webkit-box-shadow: 0 10px 40px 0 rgba(104, 113, 123, 0.2);
    box-shadow: 0 10px 40px 0 rgba(104, 113, 123, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .header .dropdown-menu .dropdown-item {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .header .dropdown-item,
.transparent-mode .header .notifications-menu h5,
.transparent-mode .header .message-menu h5 {
    color: #fff;
}
.transparent-mode .header .notifications-menu span,
.transparent-mode .header .message-menu span {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .header .dropdown-menu {
    -webkit-box-shadow: 0 10px 40px 0 rgba(104, 113, 123, 0.2);
    box-shadow: 0 10px 40px 0 rgba(104, 113, 123, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .header .dropdown-menu .dropdown-item {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .header .profile-1 .dropdown-item .dropdown-icon {
    color: var(--primary-bg-color);
}
.transparent-mode .header .profile-1 .dropdown-item .dropdown-icon::after {
    background: rgba(var(--primary-bg-color), 0);
}
.transparent-mode .responsive-navbar .notifications-menu h5,
.transparent-mode .responsive-navbar .message-menu h5 {
    color: #fff;
}
.transparent-mode .responsive-navbar .notifications-menu span,
.transparent-mode .responsive-navbar .message-menu span {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .responsive-navbar .dropdown-menu {
    -webkit-box-shadow: 0 10px 40px 0 rgba(34, 34, 61, 0.8);
    box-shadow: 0 10px 40px 0 rgba(34, 34, 61, 0.8);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .responsive-navbar .dropdown-menu .dropdown-item {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .responsive-navbar .profile-1 .dropdown-item .dropdown-icon {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode
    .responsive-navbar
    .profile-1
    .dropdown-item
    .dropdown-icon::after {
    background: rgba(var(--primary-bg-color), 0);
}
.transparent-mode.horizontal .side-menu > li > a {
    color: rgba(255, 255, 255, 0.8);
}
.transparent-mode.horizontal .logo-horizontal .header-brand-img.light-logo1 {
    display: none;
}
.transparent-mode .ps__rail-y:hover > .ps__thumb-y,
.transparent-mode .ps__rail-y:focus > .ps__thumb-y,
.transparent-mode .ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 991px) {
    .transparent-mode .horizontal-header {
        border-block-end-color: rgba(0, 0, 0, 0.1);
        border-block-start-color: rgba(0, 0, 0, 0.1);
    }
    .transparent-mode .callusbtn {
        color: #a9a9a9;
    }
    .transparent-mode .callusbtn:hover .fa {
        color: #a9a9a9;
    }
    .transparent-mode .animated-arrow span {
        background: rgba(255, 255, 255, 0.7);
    }
    .transparent-mode .animated-arrow span:before,
    .transparent-mode .animated-arrow span:after {
        background: rgba(255, 255, 255, 0.7);
    }
    .transparent-mode.active .animated-arrow span {
        background-color: transparent;
    }
    .transparent-mode .horizontal-overlapbg {
        background-color: rgba(0, 0, 0, 0.45);
    }
}
.transparent-mode .horizontal-main.hor-menu {
    background: rgba(0, 0, 0, 0.2);
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .icons-list-item {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .icons-list-item i {
    color: rgba(255, 255, 255, 0.5);
}
.transparent-mode .browser {
    background: no-repeat center/100% 100%;
}
.transparent-mode .flag,
.transparent-mode .payment {
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.transparent-mode .col-sm-3 a {
    border-color: transparent;
}
.transparent-mode .col-sm-3 a:hover {
    border-color: #ff4647;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(56, 123, 131, 0.7)),
        to(rgba(56, 123, 131, 0.7))
    );
    background: linear-gradient(
        rgba(56, 123, 131, 0.7),
        rgba(56, 123, 131, 0.7)
    );
}
.transparent-mode .ui-datepicker {
    background-color: var(--transparent-body);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .ui-datepicker .ui-datepicker-header {
    color: #fff;
}
.transparent-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.transparent-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    text-indent: -99999px;
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode
    .ui-datepicker
    .ui-datepicker-header
    .ui-datepicker-next:hover::before,
.transparent-mode
    .ui-datepicker
    .ui-datepicker-header
    .ui-datepicker-next:focus::before {
    color: #343a40;
}
.transparent-mode
    .ui-datepicker
    .ui-datepicker-header
    .ui-datepicker-prev:hover::before,
.transparent-mode
    .ui-datepicker
    .ui-datepicker-header
    .ui-datepicker-prev:focus::before {
    color: #343a40;
}
.transparent-mode
    .ui-datepicker
    .ui-datepicker-header
    .ui-datepicker-next-hover,
.transparent-mode
    .ui-datepicker
    .ui-datepicker-header
    .ui-datepicker-prev-hover {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .ui-datepicker .ui-datepicker-calendar th {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .ui-datepicker .ui-datepicker-calendar td {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: transparent;
}
.transparent-mode .ui-datepicker .ui-datepicker-calendar td span {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.transparent-mode .ui-datepicker .ui-datepicker-calendar td a {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .ui-datepicker .ui-datepicker-calendar td a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.transparent-mode
    .ui-datepicker
    .ui-datepicker-calendar
    .ui-datepicker-today
    a {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.transparent-mode .ui-datepicker .ui-datepicker-title {
    color: #fff;
}
.transparent-mode .jvectormap-tip {
    background: #fff;
    color: white;
}
.transparent-mode .jvectormap-zoomin,
.transparent-mode .jvectormap-zoomout,
.transparent-mode .jvectormap-goback {
    background: var(--transparent-body);
    color: white;
}
.transparent-mode .jvectormap-legend {
    background: black;
    color: white;
}
.transparent-mode .select2-container--default .select2-selection--single {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.1) !important;
}
.transparent-mode
    .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.transparent-mode
    .select2-container--default.select2-container--focus
    .select2-selection--multiple {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: #9ca3b1;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.transparent-mode .select2-container--default .select2-selection--multiple {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1) !important;
}
.transparent-mode
    .select2-container--default
    .select2-search--dropdown
    .select2-search__field {
    border-color: rgba(255, 255, 255, 0.1) !important;
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice,
.transparent-mode
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #fff !important;
}
.transparent-mode
    .select2-container--default
    .select2-results
    > .select2-results__options {
    -webkit-box-shadow: 0px 16px 18px rgba(104, 113, 123, 0.2);
    box-shadow: 0px 16px 18px rgba(104, 113, 123, 0.2);
}
.transparent-mode
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #fff;
}
.transparent-mode
    .select2-container--default.select2-container--disabled
    .select2-selection--single {
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .selectgroup-button {
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .selectgroup-input:checked + .selectgroup-button {
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .selectgroup-input:focus + .selectgroup-button {
    -webkit-box-shadow: 0 0 0 2px rgba(98, 58, 162, 0.25);
    box-shadow: 0 0 0 2px rgba(98, 58, 162, 0.25);
}
.transparent-mode .selectize-dropdown {
    color: #495057;
}
.transparent-mode .selectize-input {
    color: #495057;
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .selectize-input input {
    color: #495057;
}
.transparent-mode .selectize-input {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .selectize-input.full {
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .selectize-input.focus {
    border-color: #467fcf;
    -webkit-box-shadow: 0 0 0 2px rgba(98, 58, 162, 0.25);
    box-shadow: 0 0 0 2px rgba(98, 58, 162, 0.25);
}
.transparent-mode .selectize-input.dropdown-active::before {
    background: #f0f0f0;
}
.transparent-mode .selectize-dropdown {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
}
.transparent-mode .selectize-dropdown .optgroup-header {
    color: #495057;
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .selectize-dropdown .active {
    background-color: #f1f4f8;
    color: #467fcf;
}
.transparent-mode .selectize-dropdown .active.create {
    color: #495057;
}
.transparent-mode .selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5);
}
.transparent-mode .selectize-dropdown .image img,
.transparent-mode .selectize-input .image img {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
    .transparent-mode .side-header {
        background: rgba(255, 255, 255, 0.05);
    }
}
@media (max-width: 991px) {
    .transparent-mode.app.sidebar-mini .app-sidebar {
        background: var(--primary-bg-color);
    }
    @supports (
        (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))
    ) {
        .transparent-mode.app.sidebar-mini .app-sidebar {
            background: transparent !important;
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
        }
    }
}
@media print {
    .transparent-mode .app-content {
        background-color: rgba(0, 0, 0, 0.2);
    }
}
.transparent-mode .app-header {
    border-block-end-color: rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .app-header__logo {
    color: #fff;
}
.transparent-mode .ps__thumb-y {
    background-color: transparent;
    width: 1px;
}
.transparent-mode .app-sidebar__toggle {
    color: #fff;
}
.transparent-mode .app-sidebar__toggle:after {
    background: rgba(var(--primary-bg-color), 0);
}
.transparent-mode .app-sidebar {
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(42, 38, 53, 0);
    box-shadow: 0px 0px 0px 0px rgba(42, 38, 53, 0);
    border-inline-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .app-sidebar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .app-sidebar__user {
    color: #a8a8a8;
}
.transparent-mode .app-sidebar__user img {
    -webkit-box-shadow: 0 0 25px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.1);
    border: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(44, 44, 44, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(44, 44, 44, 0.2);
}
.transparent-mode .app-sidebar__user-name,
.transparent-mode .app-sidebar__user-designation {
    color: #e5e9ec;
}
.transparent-mode .sidenav-menu-item {
    color: rgba(255, 255, 255, 0.8);
}
.transparent-mode .sidenav-menu-item.active {
    color: #fff !important;
}
.transparent-mode .sidenav-menu-item.active:hover,
.transparent-mode .sidenav-menu-item.active:focus {
    color: var(--primary-bg-color);
}
.transparent-mode .sidenav-menu-item:hover,
.transparent-mode .sidenav-menu-item:focus {
    color: var(--primary-bg-color);
}
.transparent-mode .sidenav-menu-item:hover .side-menu__icon,
.transparent-mode .sidenav-menu-item:hover .side-menu__label {
    color: #fff !important;
}
.transparent-mode .sidenav-menu-item:focus .side-menu__icon,
.transparent-mode .sidenav-menu-item:focus .side-menu__label {
    color: #fff;
}
.transparent-mode .slide-item.active,
.transparent-mode .slide-item:hover,
.transparent-mode .slide-item:focus {
    color: #b5c1d2;
}
.transparent-mode .slide-menu a.active {
    color: var(--primary-bg-color);
}
.transparent-mode .slide-item.active,
.transparent-mode .slide-item:hover,
.transparent-mode .slide-item:focus,
.transparent-mode .sub-slide-item.active,
.transparent-mode .sub-slide-item:hover,
.transparent-mode .sub-slide-item:focus,
.transparent-mode .sub-slide-item2.active,
.transparent-mode .sub-slide-item2:hover,
.transparent-mode .sub-slide-item2:focus {
    color: #fff !important;
}
.transparent-mode .sub-sidenav-menu-item,
.transparent-mode .sub-sidenav-menu-item2 {
    color: rgba(255, 255, 255, 0.8);
}
.transparent-mode .sub-slide-item.active,
.transparent-mode .sub-slide-item:hover,
.transparent-mode .sub-slide-item:focus,
.transparent-mode .sub-slide-item2.active,
.transparent-mode .sub-slide-item2:hover,
.transparent-mode .sub-slide-item2:focus,
.transparent-mode .sub-side-menu__label.active,
.transparent-mode .sub-side-menu__label:hover,
.transparent-mode .sub-side-menu__label:focus,
.transparent-mode .sub-side-menu__label1.active,
.transparent-mode .sub-side-menu__label1:hover,
.transparent-mode .sub-side-menu__label1:focus,
.transparent-mode .sub-side-menu__label2.active,
.transparent-mode .sub-side-menu__label2:hover,
.transparent-mode .sub-side-menu__label2:focus {
    color: #fff;
}
.transparent-mode .slide-menu li .slide-item:before {
    color: #fff;
}
.transparent-mode .side-menu .side-menu__icon {
    color: rgba(255, 255, 255, 0.7) !important;
}
.transparent-mode .slide-item {
    color: #fff;
}
.transparent-mode .sidenav-menu-item.active .side-menu__icon {
    color: #fff !important;
}
@media (min-width: 992px) {
    .transparent-mode
        .sidebar-mini.sidenav-toggled
        .side-menu
        .side-menu__icon {
        background: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .transparent-mode
        .sidebar-mini.sidenav-toggled
        .sidebar-mini.sidenav-toggled.user-notification::before {
        background: transparent;
    }
    .transparent-mode .sidebar-mini.sidenav-toggled .app-sidebar__user {
        border-block-end-color: rgba(225, 225, 225, 0.05);
    }
    .transparent-mode.horizontal .sticky.stickyClass .app-sidebar {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    }
    .transparent-mode.horizontal .horizontal-main .slide .slide-menu,
    .transparent-mode.horizontal .horizontal-main .slide .sub-slide-menu,
    .transparent-mode.horizontal .horizontal-main .slide .sub-slide-menu2 {
        background-color: var(--primary-bg-color);
        border-color: rgba(255, 255, 255, 0.1);
        -webkit-box-shadow: 0px 16px 18px rgba(0, 0, 0, 0.3) !important;
        box-shadow: 0px 16px 18px rgba(0, 0, 0, 0.3) !important;
    }
    .transparent-mode.horizontal.gradient-menu .app-sidebar {
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(var(--primary-bg-color)),
            to(#8e77fa)
        ) !important;
        background: linear-gradient(
            to right,
            var(--primary-bg-color) 0%,
            #8e77fa 100%
        ) !important;
    }
}
.transparent-mode .app-title {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.transparent-mode .app-breadcrumb {
    background-color: transparent;
}
.transparent-mode .user-info .text-dark {
    color: #25252a !important;
}
.transparent-mode .user-info .text-muted {
    color: rgba(255, 255, 255, 0.7) !important;
}
.transparent-mode .side-header {
    border-block-end-color: rgba(255, 255, 255, 0.05);
    border-inline-end-color: rgba(255, 255, 255, 0.05);
}
.transparent-mode .side-menu {
    background: transparent;
}
.transparent-mode.horizontal .side-menu {
    background: transparent;
}
.transparent-mode.horizontal .horizontal-main {
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode.horizontal .main-sidemenu .slide-left,
.transparent-mode.horizontal .main-sidemenu .slide-right {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode.horizontal .main-sidemenu .slide-left svg,
.transparent-mode.horizontal .main-sidemenu .slide-right svg {
    fill: #f0f8ff;
}
.transparent-mode .side-menu .sub-category {
    color: rgba(255, 255, 255, 0.3);
}
.transparent-mode .side-menu .sub-side-menu__label,
.transparent-mode .sub-slide-label,
.transparent-mode .sub-side-menu__label2 {
    color: rgba(255, 255, 255, 0.8);
}
.transparent-mode .sub-slide-item,
.transparent-mode .sub-slide-item2 {
    color: #f0f8ff;
}
.transparent-mode .richText {
    border: rgba(255, 255, 255, 0.1) solid 1px;
    background-color: transparent !important;
}
.transparent-mode .richText .richText-toolbar {
    -webkit-border-after: rgba(156, 162, 161, 0) solid 1px;
    border-block-end: rgba(156, 162, 161, 0) solid 1px;
}
.transparent-mode .richText .richText-toolbar ul li a {
    -webkit-border-end: rgba(255, 255, 255, 0.1) solid 1px;
    border-inline-end: rgba(255, 255, 255, 0.1) solid 1px;
}
.transparent-mode
    .transparent-mode
    .cal1
    .clndr
    .clndr-table
    tr
    .day.event:hover,
.transparent-mode .cal1 .clndr .clndr-table tr .day.my-event:hover,
.transparent-mode .transparent-mode .cal1 .clndr .clndr-table tr .day.today,
.transparent-mode .cal1 .clndr .clndr-table tr .day.my-today {
    color: #fff;
}
.transparent-mode .cal1 .clndr .clndr-table .header-days .header-day {
    border-inline-start-color: rgba(255, 255, 255, 0.1);
    border-block-start-color: rgba(255, 255, 255, 0.1);
    border-inline-end-color: rgba(255, 255, 255, 0.1);
    color: #f0f8ff;
}
.transparent-mode .cal1 .clndr .clndr-table tr .day.event:hover,
.transparent-mode
    .cal1
    .clndr
    .clndr-table
    .cal1
    .clndr
    .clndr-table
    tr
    .day.my-event:hover {
    color: #fff;
}
.transparent-mode .cal1 .clndr .clndr-table tr:last-child .day,
.transparent-mode
    .cal1
    .clndr
    .clndr-table
    .cal1
    .clndr
    .clndr-table
    tr:last-child
    .my-day {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .cal1 .clndr .clndr-table tr .empty,
.transparent-mode .cal1 .clndr .clndr-table tr .adjacent-month,
.transparent-mode .cal1 .clndr .clndr-table tr .my-empty,
.transparent-mode .cal1 .clndr .clndr-table tr .my-adjacent-month {
    border-inline-start-color: rgba(255, 255, 255, 0.1);
    border-block-start-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .cal1 .clndr .clndr-table tr .day {
    border-inline-start-color: rgba(255, 255, 255, 0.1);
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .cal1 .clndr .clndr-table tr .day.event,
.transparent-mode .cal1 .clndr .clndr-table tr .day.my-event {
    background: rgba(0, 0, 0, 0.2) !important;
}
.transparent-mode .cal1 .clndr .clndr-table tr .day:last-child {
    border-inline-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .cal1 .clndr .clndr-table tr .day:hover {
    background: var(--transparent-body);
}
.transparent-mode .cal1 .clndr .clndr-controls {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: transparent;
}
.transparent-mode
    .cal1
    .clndr
    .clndr-controls
    .clndr-control-button
    .clndr-previous-button,
.transparent-mode
    .cal1
    .clndr
    .clndr-controls
    .clndr-control-button
    .clndr-next-button {
    color: #fff;
}
.transparent-mode .fc-unthemed .fc-content,
.transparent-mode .fc-unthemed .fc-divider,
.transparent-mode .fc-unthemed .fc-list-heading td,
.transparent-mode .fc-unthemed .fc-list-view,
.transparent-mode .fc-unthemed .fc-popover,
.transparent-mode .fc-unthemed .fc-row,
.transparent-mode .fc-unthemed tbody,
.transparent-mode .fc-unthemed td,
.transparent-mode .fc-unthemed th,
.transparent-mode .fc-unthemed thead {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .fc-event,
.transparent-mode .fc-event-dot {
    color: rgba(255, 255, 255, 0.8) !important;
}
.transparent-mode .fc-v-event .fc-event-main {
    color: rgba(255, 255, 255, 0.8) !important;
}
.transparent-mode .fc-unthemed .fc-divider,
.transparent-mode .fc-unthemed .fc-list-heading td,
.transparent-mode .fc-unthemed .fc-popover .fc-header {
    background: rgba(255, 255, 255, 0.1);
}
.transparent-mode .fc-toolbar .fc-state-active,
.transparent-mode .fc-toolbar .ui-state-active {
    background: #b4b4b4;
}
.transparent-mode
    .fc-today-button
    fc-button
    fc-state-default
    fc-corner-left
    fc-corner-right
    fc-state-disabled:focus {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.transparent-mode .fc-unthemed .fc-list-item:hover td {
    background-color: #eeeeee;
}
.transparent-mode .cal1 .clndr .clndr-table tr .empty:hover,
.transparent-mode .cal1 .clndr .clndr-table tr .adjacent-month:hover,
.transparent-mode .cal1 .clndr .clndr-table tr .my-empty:hover,
.transparent-mode .cal1 .clndr .clndr-table tr .my-adjacent-month:hover {
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .cal1 .clndr .clndr-table .header-days .header-day {
    color: #fff;
}
.transparent-mode .instagram {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#de497b),
        to(#e1164f)
    );
    background: linear-gradient(to right bottom, #de497b 0%, #e1164f 100%);
}
.transparent-mode .linkedin {
    background-image: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#0d97de),
        to(#13547a)
    );
    background-image: linear-gradient(
        to right bottom,
        #0d97de 0%,
        #13547a 100%
    );
}
.transparent-mode .twitter {
    background-image: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#00f2fe),
        to(#1e63c3)
    );
    background-image: linear-gradient(
        to right bottom,
        #00f2fe 0%,
        #1e63c3 100%
    );
}
.transparent-mode .facebook {
    background-image: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#3d6cbf),
        to(#1e3c72)
    );
    background-image: linear-gradient(
        to right bottom,
        #3d6cbf 0%,
        #1e3c72 100%
    );
}
.transparent-mode .map-header:before {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(5%, rgba(245, 247, 251, 0)),
        color-stop(95%, rgba(0, 0, 0, 0.2))
    );
    background: linear-gradient(
        to bottom,
        rgba(245, 247, 251, 0) 5%,
        rgba(0, 0, 0, 0.2) 95%
    );
}
.transparent-mode .chart-dropshadow {
    -webkit-filter: drop-shadow(-6px 5px 4px #2a2635);
    filter: drop-shadow(-6px 5px 4px #2a2635);
}
.transparent-mode .chart-dropshadow-primary {
    -webkit-filter: drop-shadow(-6px 12px 4px rgba(133, 67, 246, 0.2));
    filter: drop-shadow(-6px 12px 4px rgba(133, 67, 246, 0.2));
}
.transparent-mode .chart-dropshadow-primary-1 {
    -webkit-filter: drop-shadow(-6px 12px 4px rgba(133, 67, 246, 0.2));
    filter: drop-shadow(-6px 12px 4px rgba(133, 67, 246, 0.2));
}
.transparent-mode .chart-dropshadow-danger {
    -webkit-filter: drop-shadow(-6px 12px 4px rgba(244, 88, 91, 0.1));
    filter: drop-shadow(-6px 5px 4px rgba(244, 88, 91, 0.1));
}
.transparent-mode .chart-dropshadow-warning {
    -webkit-filter: drop-shadow(-6px 5px 4px rgba(247, 183, 49, 0.1));
    filter: drop-shadow(-6px 5px 4px rgba(247, 183, 49, 0.1));
}
.transparent-mode .BarChartShadow {
    -webkit-filter: drop-shadow(-4px 9px 4px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(-6px 9px 4px rgba(0, 0, 0, 0.3));
}
.transparent-mode .chart-dropshadow2 {
    -webkit-filter: drop-shadow(-6px 5px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(-6px 5px 4px rgba(0, 0, 0, 0.2));
}
.transparent-mode .chart-dropshadow-secondary {
    -webkit-filter: drop-shadow(-6px 5px 4px rgba(130, 207, 242, 0.1));
    filter: drop-shadow(-6px 5px 4px rgba(130, 207, 242, 0.1));
}
.transparent-mode .chart-dropshadow-success {
    -webkit-filter: drop-shadow(-6px 5px 4px rgba(19, 191, 166, 0.1));
    filter: drop-shadow(-6px 5px 4px rgba(19, 191, 166, 0.1));
}
.transparent-mode .chart-dropshadow-info {
    -webkit-filter: drop-shadow(-6px 5px 4px rgba(7, 116, 248, 0.1));
    filter: drop-shadow(-6px 5px 4px rgba(7, 116, 248, 0.1));
}
.transparent-mode .donutShadow {
    -webkit-filter: drop-shadow(-5px 4px 6px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(-1px 0px 2px rgba(159, 120, 255, 0.5));
}
.transparent-mode .donutShadow-yellow {
    -webkit-filter: drop-shadow(-5px 4px 6px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(-1px 0px 2px rgba(251, 196, 52, 0.5));
}
.transparent-mode .donutShadow-blue {
    -webkit-filter: drop-shadow(-5px 4px 6px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(-1px 0px 2px rgba(36, 72, 135, 0.5));
}
.transparent-mode .main-chat-contacts-wrapper {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .main-chat-list .media {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .main-chat-list .media + .media {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .main-chat-list .media.new {
    background-color: transparent;
}
.transparent-mode
    .main-chat-list
    .media.new
    .media-contact-name
    span:first-child {
    color: #fff;
}
.transparent-mode .main-chat-list .media.new .media-body p {
    color: rgba(255, 255, 255, 0.5);
}
.transparent-mode .main-chat-list .media:hover,
.transparent-mode .main-chat-list .media:focus {
    background-color: rgba(0, 0, 0, 0.2);
    border-block-start-color: rgba(255, 255, 255, 0.1);
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .main-chat-list .media:hover:first-child,
.transparent-mode .main-chat-list .media:focus:first-child {
    border-block-start-color: transparent;
}
.transparent-mode .main-chat-list .media.selected {
    background-color: rgba(0, 0, 0, 0.2);
    border-block-start-color: rgba(255, 255, 255, 0.1);
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .main-chat-list .media.selected:first-child {
    border-block-start-color: transparent;
}
.transparent-mode
    .main-chat-list
    .media.selected
    .media-contact-name
    span:first-child {
    color: #fff;
}
.transparent-mode .main-chat-list .media.selected .media-body p {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .main-chat-list .main-img-user span {
    color: #fff;
    background-color: #007f6e;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}
.transparent-mode .main-chat-list .media-body p {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .main-chat-list .media-contact-name span:first-child {
    color: #fff;
}
.transparent-mode .main-chat-list .media-contact-name span:last-child {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .main-chat-header {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .main-chat-header .nav-link {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .main-chat-msg-name small,
.transparent-mode .main-chat-body .media-body > div:last-child {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .main-chat-time span {
    background: transparent;
}
.transparent-mode .main-chat-time::before,
.transparent-mode .main-chat-time::after {
    background-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .main-chat-footer {
    border-block-start-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .main-chat-footer .nav-link {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .main-chat-footer .form-control {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .main-chat-footer .form-control:hover,
.transparent-mode .main-chat-footer .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.transparent-mode .main-content-title {
    color: #170c6b;
}
.transparent-mode .main-msg-wrapper {
    background-color: var(--transparent-body);
}
.transparent-mode .main-chat-body .media.flex-row-reverse .main-msg-wrapper {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.transparent-mode .chat-profile {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .shared-files {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .main-chat-list .media:hover,
.transparent-mode .main-chat-list .media:focus {
    background: rgba(0, 0, 0, 0.2) !important;
}
.transparent-mode .authentication .card:hover {
    -webkit-box-shadow: 0 16px 26px 0 rgba(0, 0, 0, 0.4),
        0 3px 6px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 16px 26px 0 rgba(0, 0, 0, 0.4), 0 3px 6px 0 rgba(0, 0, 0, 0.4);
}
.transparent-mode .authentication .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.transparent-mode .authentication input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .authentication input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .authentication input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .authentication input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .authentication input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .wrap-login100 {
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 9px 0 rgba(28, 28, 51, 0.15);
    box-shadow: 0 3px 9px 0 rgba(28, 28, 51, 0.15);
}
.transparent-mode .login-form-title {
    color: #fff;
}
.transparent-mode .input100 {
    color: #dedefd;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .symbol-input100,
.transparent-mode .wrap-input input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .construction .btn.btn-icon {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}
.transparent-mode .range {
    background-color: whitesmoke;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: whitesmoke;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: whitesmoke;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: whitesmoke;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: whitesmoke;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.transparent-mode .range input[type="range"] {
    background-color: transparent;
}
.transparent-mode .range input[type="range"]::-webkit-slider-thumb,
.transparent-mode .range input[type="range"]::-moz-slider-thumb {
    color: white;
    background-color: #999999;
}
.transparent-mode .range output {
    color: white;
    background-color: #999999;
}
.transparent-mode
    .range.range-success
    input[type="range"]::-webkit-slider-thumb,
.transparent-mode .range.range-success input[type="range"]::-moz-slider-thumb {
    background-color: #4ecc48;
}
.transparent-mode .range.range-success output {
    background-color: #4ecc48;
}
.transparent-mode .range.range-success input[type="range"] {
    outline-color: #4ecc48;
}
.transparent-mode .range.range-info input[type="range"]::-webkit-slider-thumb,
.transparent-mode .range.range-info input[type="range"]::-moz-slider-thumb {
    background-color: #007abf;
}
.transparent-mode .range.range-info output {
    background-color: #007abf;
}
.transparent-mode .range.range-info input[type="range"] {
    outline-color: #007abf;
}
.transparent-mode
    .range.range-warning
    input[type="range"]::-webkit-slider-thumb,
.transparent-mode .range.range-warning input[type="range"]::-moz-slider-thumb {
    background-color: #ecb403;
}
.transparent-mode .range.range-warning output {
    background-color: #ecb403;
}
.transparent-mode .range.range-warning input[type="range"] {
    outline-color: #ecb403;
}
.transparent-mode .range.range-danger input[type="range"]::-webkit-slider-thumb,
.transparent-mode .range.range-danger input[type="range"]::-moz-slider-thumb {
    background-color: #c21a1a;
}
.transparent-mode .range.range-danger output {
    background-color: #c21a1a;
}
.transparent-mode .range.range-danger input[type="range"] {
    outline-color: #c21a1a;
}
.transparent-mode .range input[type="range"] {
    background-color: transparent;
}
.transparent-mode .range input[type="range"]::-webkit-slider-thumb,
.transparent-mode .range input[type="range"]::-moz-slider-thumb {
    color: white;
    background-color: #999999;
}
.transparent-mode .range output {
    color: white;
    background-color: #999999;
}
.transparent-mode
    .range.range-success
    input[type="range"]::-webkit-slider-thumb,
.transparent-mode .range.range-success input[type="range"]::-moz-slider-thumb {
    background-color: #4ecc48;
}
.transparent-mode .range.range-success output {
    background-color: #4ecc48;
}
.transparent-mode .range.range-success input[type="range"] {
    outline-color: #4ecc48;
}
.transparent-mode .range.range-info input[type="range"]::-webkit-slider-thumb,
.transparent-mode .range.range-info input[type="range"]::-moz-slider-thumb {
    background-color: #007abf;
}
.transparent-mode .range.range-info output {
    background-color: #007abf;
}
.transparent-mode .range.range-info input[type="range"] {
    outline-color: #007abf;
}
.transparent-mode
    .range.range-warning
    input[type="range"]::-webkit-slider-thumb,
.transparent-mode .range.range-warning input[type="range"]::-moz-slider-thumb {
    background-color: #ecb403;
}
.transparent-mode .range.range-warning output {
    background-color: #ecb403;
}
.transparent-mode .range.range-warning input[type="range"] {
    outline-color: #ecb403;
}
.transparent-mode .range.range-danger input[type="range"]::-webkit-slider-thumb,
.transparent-mode .range.range-danger input[type="range"]::-moz-slider-thumb {
    background-color: #c21a1a;
}
.transparent-mode .range.range-danger output {
    background-color: #c21a1a;
}
.transparent-mode .range.range-danger input[type="range"] {
    outline-color: #c21a1a;
}
.transparent-mode .range input[type="range"] {
    background-color: transparent;
}
.transparent-mode .range input[type="range"]::-webkit-slider-thumb,
.transparent-mode .range input[type="range"]::-moz-slider-thumb {
    color: white;
    background-color: #999999;
}
.transparent-mode .range output {
    color: white;
    background-color: #999999;
}
.transparent-mode
    .range.range-success
    input[type="range"]::-webkit-slider-thumb,
.transparent-mode .range.range-success input[type="range"]::-moz-slider-thumb {
    background-color: #4ecc48;
}
.transparent-mode .range.range-success output {
    background-color: #4ecc48;
}
.transparent-mode .range.range-success input[type="range"] {
    outline-color: #4ecc48;
}
.transparent-mode .range.range-info input[type="range"]::-webkit-slider-thumb,
.transparent-mode .range.range-info input[type="range"]::-moz-slider-thumb {
    background-color: #007abf;
}
.transparent-mode .range.range-info output {
    background-color: #007abf;
}
.transparent-mode .range.range-info input[type="range"] {
    outline-color: #007abf;
}
.transparent-mode
    .range.range-warning
    input[type="range"]::-webkit-slider-thumb,
.transparent-mode .range.range-warning input[type="range"]::-moz-slider-thumb {
    background-color: #ecb403;
}
.transparent-mode .range.range-warning output {
    background-color: #ecb403;
}
.transparent-mode .range.range-warning input[type="range"] {
    outline-color: #ecb403;
}
.transparent-mode .range.range-danger input[type="range"]::-webkit-slider-thumb,
.transparent-mode .range.range-danger input[type="range"]::-moz-slider-thumb {
    background-color: #c21a1a;
}
.transparent-mode .range.range-danger output {
    background-color: #c21a1a;
}
.transparent-mode .range.range-danger input[type="range"] {
    outline-color: #c21a1a;
}
.transparent-mode .range input[type="range"] {
    background-color: transparent;
}
.transparent-mode .range input[type="range"]::-webkit-slider-thumb,
.transparent-mode .range input[type="range"]::-moz-slider-thumb {
    color: white;
    background-color: #999999;
}
.transparent-mode .range output {
    color: white;
    background-color: #999999;
}
.transparent-mode
    .range.range-success
    input[type="range"]::-webkit-slider-thumb,
.transparent-mode .range.range-success input[type="range"]::-moz-slider-thumb {
    background-color: #4ecc48;
}
.transparent-mode .range.range-success output {
    background-color: #4ecc48;
}
.transparent-mode .range.range-success input[type="range"] {
    outline-color: #4ecc48;
}
.transparent-mode .range.range-info input[type="range"]::-webkit-slider-thumb,
.transparent-mode .range.range-info input[type="range"]::-moz-slider-thumb {
    background-color: #007abf;
}
.transparent-mode .range.range-info output {
    background-color: #007abf;
}
.transparent-mode .range.range-info input[type="range"] {
    outline-color: #007abf;
}
.transparent-mode
    .range.range-warning
    input[type="range"]::-webkit-slider-thumb,
.transparent-mode .range.range-warning input[type="range"]::-moz-slider-thumb {
    background-color: #ecb403;
}
.transparent-mode .range.range-warning output {
    background-color: #ecb403;
}
.transparent-mode .range.range-warning input[type="range"] {
    outline-color: #ecb403;
}
.transparent-mode .range.range-danger input[type="range"]::-webkit-slider-thumb,
.transparent-mode .range.range-danger input[type="range"]::-moz-slider-thumb {
    background-color: #c21a1a;
}
.transparent-mode .range.range-danger output {
    background-color: #c21a1a;
}
.transparent-mode .range.range-danger input[type="range"] {
    outline-color: #c21a1a;
}
.transparent-mode .range input[type="range"] {
    background-color: transparent;
}
.transparent-mode .range input[type="range"]::-webkit-slider-thumb,
.transparent-mode .range input[type="range"]::-moz-slider-thumb {
    color: white;
    background-color: #999999;
}
.transparent-mode .range output {
    color: white;
    background-color: #999999;
}
.transparent-mode
    .range.range-success
    input[type="range"]::-webkit-slider-thumb,
.transparent-mode .range.range-success input[type="range"]::-moz-slider-thumb {
    background-color: #4ecc48;
}
.transparent-mode .range.range-success output {
    background-color: #4ecc48;
}
.transparent-mode .range.range-success input[type="range"] {
    outline-color: #4ecc48;
}
.transparent-mode .range.range-info input[type="range"]::-webkit-slider-thumb,
.transparent-mode .range.range-info input[type="range"]::-moz-slider-thumb {
    background-color: #007abf;
}
.transparent-mode .range.range-info output {
    background-color: #007abf;
}
.transparent-mode .range.range-info input[type="range"] {
    outline-color: #007abf;
}
.transparent-mode
    .range.range-warning
    input[type="range"]::-webkit-slider-thumb,
.transparent-mode .range.range-warning input[type="range"]::-moz-slider-thumb {
    background-color: #ecb403;
}
.transparent-mode .range.range-warning output {
    background-color: #ecb403;
}
.transparent-mode .range.range-warning input[type="range"] {
    outline-color: #ecb403;
}
.transparent-mode .range.range-danger input[type="range"]::-webkit-slider-thumb,
.transparent-mode .range.range-danger input[type="range"]::-moz-slider-thumb {
    background-color: #c21a1a;
}
.transparent-mode .range.range-danger output {
    background-color: #c21a1a;
}
.transparent-mode .range.range-danger input[type="range"] {
    outline-color: #c21a1a;
}
.transparent-mode .ribbon1 {
    color: #fff;
}
.transparent-mode .ribbon1:after {
    -webkit-border-start: 20px solid transparent;
    border-inline-start: 20px solid transparent;
    -webkit-border-end: 24px solid transparent;
    border-inline-end: 24px solid transparent;
    -webkit-border-before: 13px solid #f8463f;
    border-block-start: 13px solid #f8463f;
}
.transparent-mode .ribbon1 span {
    background: #f8463f;
}
.transparent-mode .ribbon1 span:before {
    background: #f8463f;
}
.transparent-mode .ribbon1 span:after {
    background: #c02031;
}
.transparent-mode .ribbon span {
    color: #fff;
    background: #79a70a;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f8463f),
        to(#f8463f)
    );
    background: linear-gradient(#f8463f 0%, #f8463f 100%);
    -webkit-box-shadow: 0 3px 10px -5px black;
    box-shadow: 0 3px 10px -5px black;
}
.transparent-mode .ribbon span::before {
    -webkit-border-start: 3px solid #f8463f;
    border-inline-start: 3px solid #f8463f;
    -webkit-border-end: 3px solid transparent;
    border-inline-end: 3px solid transparent;
    -webkit-border-after: 3px solid transparent;
    border-block-end: 3px solid transparent;
    -webkit-border-before: 3px solid #f8463f;
    border-block-start: 3px solid #f8463f;
}
.transparent-mode .ribbon span::after {
    -webkit-border-start: 3px solid transparent;
    border-inline-start: 3px solid transparent;
    -webkit-border-end: 3px solid #f8463f;
    border-inline-end: 3px solid #f8463f;
    -webkit-border-after: 3px solid transparent;
    border-block-end: 3px solid transparent;
    -webkit-border-before: 3px solid #f8463f;
    border-block-start: 3px solid #f8463f;
}
.transparent-mode .wizard {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .wizard > .steps a {
    color: var(--primary-bg-color);
}
.transparent-mode .wizard > .steps a:hover,
.transparent-mode .wizard > .steps a:active {
    color: var(--primary-bg-color);
}
.transparent-mode .wizard > .steps a .number,
.transparent-mode .wizard > .steps a:hover .number,
.transparent-mode .wizard > .steps a:active .number {
    background-color: #ededf3;
}
.transparent-mode .wizard > .steps .disabled a {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .wizard > .steps .disabled a:hover,
.transparent-mode .wizard > .steps .disabled a:active {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .wizard > .steps .current a {
    color: var(--primary-bg-color);
}
.transparent-mode .wizard > .steps .current a:hover,
.transparent-mode .wizard > .steps .current a:active {
    color: var(--primary-bg-color);
}
.transparent-mode .wizard > .steps .current a .number,
.transparent-mode .wizard > .steps .current a:hover .number,
.transparent-mode .wizard > .steps .current a:active .number {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.transparent-mode .wizard > .steps .done a {
    color: #09ad95;
}
.transparent-mode .wizard > .steps .done a:hover,
.transparent-mode .wizard > .steps .done a:active {
    color: #09ad95;
}
.transparent-mode .wizard > .steps .done a .number,
.transparent-mode .wizard > .steps .done a:hover .number,
.transparent-mode .wizard > .steps .done a:active .number {
    background-color: #09ad95;
    color: #fff;
}
.transparent-mode .wizard > .content {
    border-block-start-color: rgba(255, 255, 255, 0.1);
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .wizard > .content > .title {
    color: #475569;
}
.transparent-mode .wizard > .content > .body input.parsley-error {
    border-color: #ff5c77;
}
.transparent-mode .wizard > .actions > ul > li:last-child a {
    background-color: #09ad95;
}
.transparent-mode .wizard > .actions a {
    background-color: var(--primary-bg-color);
    color: #fff;
}
.transparent-mode .wizard > .actions a:hover,
.transparent-mode .wizard > .actions a:active {
    background-color: var(--primary-bg-color);
    color: #fff;
}
.transparent-mode .wizard > .actions .disabled a {
    background-color: var(--transparent-body);
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .wizard > .actions .disabled a:hover,
.transparent-mode .wizard > .actions .disabled a:active {
    background-color: var(--transparent-body);
    color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 576px) {
    .transparent-mode .wizard.vertical > .content {
        border-inline-start-color: rgba(255, 255, 255, 0.1);
        border-inline-end-color: rgba(255, 255, 255, 0.1);
    }
}
@media (min-width: 576px) {
    .transparent-mode .wizard.vertical > .actions {
        border-inline-start-color: rgba(255, 255, 255, 0.1);
        border-inline-end-color: rgba(255, 255, 255, 0.1);
    }
}
.transparent-mode .wizard-style-1 > .steps > ul a .number,
.transparent-mode .wizard-style-1 > .steps > ul a:hover .number,
.transparent-mode .wizard-style-1 > .steps > ul a:active .number {
    color: #696e8d;
    background-color: #f3f7fd;
}
.transparent-mode .wizard-style-1 > .steps > ul .current a .number,
.transparent-mode .wizard-style-1 > .steps > ul .current a:hover .number,
.transparent-mode .wizard-style-1 > .steps > ul .current a:active .number {
    background-color: var(--primary-bg-color);
    color: #fff;
}
.transparent-mode .wizard-style-1 > .steps > ul .done a .number,
.transparent-mode .wizard-style-1 > .steps > ul .done a:hover .number,
.transparent-mode .wizard-style-1 > .steps > ul .done a:active .number {
    background-color: #643ab0;
    color: #fff;
}
.transparent-mode .wizard-style-2 > .steps > ul a .number,
.transparent-mode .wizard-style-2 > .steps > ul a:hover .number,
.transparent-mode .wizard-style-2 > .steps > ul a:active .number {
    border: 2px solid #f3f7fd;
    color: #696e8d;
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .wizard-style-2 > .steps > ul .current a .number,
.transparent-mode .wizard-style-2 > .steps > ul .current a:hover .number,
.transparent-mode .wizard-style-2 > .steps > ul .current a:active .number {
    border-color: var(--primary-bg-color);
    color: var(--primary-bg-color);
}
.transparent-mode .wizard-style-2 > .steps > ul .done a .number,
.transparent-mode .wizard-style-2 > .steps > ul .done a:hover .number,
.transparent-mode .wizard-style-2 > .steps > ul .done a:active .number {
    border-color: #8c3feb;
    color: #8c3feb;
}
.transparent-mode .parsley-required {
    color: #ff5c77;
}
.transparent-mode .wizard-card .moving-tab {
    background-color: var(--primary-bg-color) !important;
}
.transparent-mode .form-group label.control-label {
    color: var(--primary-bg-color);
}
.transparent-mode .wizard-card.form-group .form-control {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#c4c4c4),
        color-stop(#c4c4c4),
        to(linear-gradient(#e1e1e2, #e1e1e2))
    );
    background-image: linear-gradient(
        #c4c4c4,
        #c4c4c4,
        linear-gradient(#e1e1e2, #e1e1e2)
    );
}
.transparent-mode .wizard-container .wizard-navigation {
    background: #ebeff8;
}
.transparent-mode .wizard-card .choice:hover .icon,
.transparent-mode .wizard-card .choice.active .icon {
    border-color: var(--primary-bg-color) !important;
    color: var(--primary-bg-color) !important;
}
.transparent-mode .widgets-cards .wrp.icon-circle i {
    color: #fff;
}
.transparent-mode .bg-secondary {
    background: #007f6e !important;
}
.transparent-mode a.bg-secondary:hover,
.transparent-mode a.bg-secondary:focus {
    background-color: #007f6e !important;
}
.transparent-mode button.bg-secondary:hover,
.transparent-mode button.bg-secondary:focus {
    background-color: #007f6e !important;
}
.transparent-mode .bg-success {
    background: #09ad95 !important;
}
.transparent-mode a.bg-success:hover,
.transparent-mode a.bg-success:focus {
    background-color: #15bf42 !important;
}
.transparent-mode button.bg-success:hover,
.transparent-mode button.bg-success:focus {
    background-color: #15bf42 !important;
}
.transparent-mode .bg-info {
    background: #1170e4 !important;
}
.transparent-mode a.bg-info:hover,
.transparent-mode a.bg-info:focus {
    background-color: #1eb0e2 !important;
}
.transparent-mode button.bg-info:hover,
.transparent-mode button.bg-info:focus {
    background-color: #1eb0e2 !important;
}
.transparent-mode .bg-warning {
    background: #f7b731 !important;
}
.transparent-mode a.bg-warning:hover,
.transparent-mode a.bg-warning:focus {
    background-color: #e0a325 !important;
}
.transparent-mode button.bg-warning:hover,
.transparent-mode button.bg-warning:focus {
    background-color: #e0a325 !important;
}
.transparent-mode .bg-danger {
    background: #e82646 !important;
}
.transparent-mode a.bg-danger:hover,
.transparent-mode a.bg-danger:focus {
    background-color: #de223d !important;
}
.transparent-mode button.bg-danger:hover,
.transparent-mode button.bg-danger:focus {
    background-color: #de223d !important;
}
.transparent-mode .bg-light {
    background-color: var(--transparent-body) !important;
}
.transparent-mode a.bg-light:hover,
.transparent-mode a.bg-light:focus {
    background-color: rgba(0, 0, 0, 0.2) !important;
}
.transparent-mode button.bg-light:hover,
.transparent-mode button.bg-light:focus {
    background-color: rgba(0, 0, 0, 0.2) !important;
}
.transparent-mode .bg-dark {
    background-color: #343a40 !important;
}
.transparent-mode a.bg-dark:hover,
.transparent-mode a.bg-dark:focus {
    background-color: #1d2124 !important;
}
.transparent-mode button.bg-dark:hover,
.transparent-mode button.bg-dark:focus {
    background-color: #1d2124 !important;
}
.transparent-mode .bg-facebook {
    background: #2b4170 !important;
}
.transparent-mode .bg-secondary-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#82cff2),
        to(#28b7f9)
    ) !important;
    background: linear-gradient(
        to bottom right,
        #82cff2 0%,
        #28b7f9 100%
    ) !important;
}
.transparent-mode a.bg-secondary-gradient:hover,
.transparent-mode a.bg-secondary-gradient:focus {
    background-color: #007f6e !important;
}
.transparent-mode button.bg-secondary-gradient:hover,
.transparent-mode button.bg-secondary-gradient:focus {
    background-color: #007f6e !important;
}
.transparent-mode .bg-success-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#1ea38f),
        to(#5cf9e2)
    ) !important;
    background: linear-gradient(
        to bottom right,
        #1ea38f 0%,
        #5cf9e2 100%
    ) !important;
}
.transparent-mode a.bg-success-gradient:hover,
.transparent-mode a.bg-success-gradient:focus {
    background-color: #448700 !important;
}
.transparent-mode button.bg-success-gradient:hover,
.transparent-mode button.bg-success-gradient:focus {
    background-color: #448700 !important;
}
.transparent-mode .bg-info-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#1e63c3),
        to(#00f2fe)
    ) !important;
    background: linear-gradient(
        to bottom right,
        #1e63c3 0%,
        #00f2fe 100%
    ) !important;
}
.transparent-mode a.bg-info-gradient:hover,
.transparent-mode a.bg-info-gradient:focus {
    background-color: #1594ef !important;
}
.transparent-mode button.bg-info-gradient:hover,
.transparent-mode button.bg-info-gradient:focus {
    background-color: #1594ef !important;
}
.transparent-mode .bg-warning-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#f66b4e),
        to(#fbc434)
    ) !important;
    background: linear-gradient(
        to bottom right,
        #f66b4e 0%,
        #fbc434 100%
    ) !important;
}
.transparent-mode a.bg-warning-gradient:hover,
.transparent-mode a.bg-warning-gradient:focus {
    background-color: #fbb034 !important;
}
.transparent-mode button.bg-warning-gradient:hover,
.transparent-mode button.bg-warning-gradient:focus {
    background-color: #fbb034 !important;
}
.transparent-mode .bg-danger-gradient {
    background-image: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#b51b35),
        to(#fd4a68)
    ) !important;
    background-image: linear-gradient(
        to bottom right,
        #b51b35 0%,
        #fd4a68 100%
    ) !important;
}
.transparent-mode a.bg-danger-gradient:hover,
.transparent-mode a.bg-danger-gradient:focus {
    background-color: #a11918 !important;
}
.transparent-mode button.bg-danger-gradient:hover,
.transparent-mode button.bg-danger-gradient:focus {
    background-color: #a11918 !important;
}
.transparent-mode .bg-light-gradient {
    background-color: #f8f9fa !important;
}
.transparent-mode a.bg-light-gradient:hover,
.transparent-mode a.bg-light-gradient:focus {
    background-color: #dae0e5 !important;
}
.transparent-mode button.bg-light-gradient:hover,
.transparent-mode button.bg-light-gradient:focus {
    background-color: #dae0e5 !important;
}
.transparent-mode .bg-dark-gradient {
    background-color: #343a40 !important;
}
.transparent-mode a.bg-dark-gradient:hover,
.transparent-mode a.bg-dark-gradient:focus {
    background-color: #1d2124 !important;
}
.transparent-mode button.bg-dark-gradient:hover,
.transparent-mode button.bg-dark-gradient:focus {
    background-color: #1d2124 !important;
}
.transparent-mode .bg-facebook-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#3b5998),
        to(#2b4170)
    ) !important;
    background: linear-gradient(to bottom right, #3b5998, #2b4170) !important;
}
.transparent-mode .bg-white {
    background-color: rgba(0, 0, 0, 0.2) !important;
}
.transparent-mode .bg-transparent {
    background-color: transparent !important;
}
.transparent-mode .bg1 {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#163b7c),
        to(#548beb)
    );
    background: linear-gradient(to right bottom, #163b7c 0%, #548beb 100%);
}
.transparent-mode .bg2 {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#00f2fe),
        to(#1e63c3)
    ) !important;
    background: linear-gradient(
        to bottom right,
        #00f2fe 0%,
        #1e63c3 100%
    ) !important;
}
.transparent-mode .bg3 {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#f53e31),
        to(#dd4b39)
    );
    background: linear-gradient(to bottom right, #f53e31, #dd4b39);
}
.transparent-mode .bg-purple {
    background: #8027dc !important;
    color: #fff !important;
}
.transparent-mode a.bg-purple:hover,
.transparent-mode a.bg-purple:focus {
    background-color: #8c31e4 !important;
}
.transparent-mode button.bg-purple:hover,
.transparent-mode button.bg-purple:focus {
    background-color: #8c31e4 !important;
}
.transparent-mode .bg-blue-lightest {
    background-color: #edf2fa !important;
}
.transparent-mode a.bg-blue-lightest:hover,
.transparent-mode a.bg-blue-lightest:focus {
    background-color: #c5d5ef !important;
}
.transparent-mode button.bg-blue-lightest:hover,
.transparent-mode button.bg-blue-lightest:focus {
    background-color: #c5d5ef !important;
}
.transparent-mode .bg-blue-lighter {
    background-color: #c8d9f1 !important;
}
.transparent-mode a.bg-blue-lighter:hover,
.transparent-mode a.bg-blue-lighter:focus {
    background-color: #9fbde7 !important;
}
.transparent-mode button.bg-blue-lighter:hover,
.transparent-mode button.bg-blue-lighter:focus {
    background-color: #9fbde7 !important;
}
.transparent-mode .bg-blue-light {
    background-color: #7ea5dd !important;
}
.transparent-mode a.bg-blue-light:hover,
.transparent-mode a.bg-blue-light:focus {
    background-color: #5689d2 !important;
}
.transparent-mode button.bg-blue-light:hover,
.transparent-mode button.bg-blue-light:focus {
    background-color: #5689d2 !important;
}
.transparent-mode .bg-blue-dark {
    background-color: #3866a6 !important;
}
.transparent-mode a.bg-blue-dark:hover,
.transparent-mode a.bg-blue-dark:focus {
    background-color: #2b4f80 !important;
}
.transparent-mode button.bg-blue-dark:hover,
.transparent-mode button.bg-blue-dark:focus {
    background-color: #2b4f80 !important;
}
.transparent-mode .bg-blue-darker {
    background-color: #1c3353 !important;
}
.transparent-mode a.bg-blue-darker:hover,
.transparent-mode a.bg-blue-darker:focus {
    background-color: #0f1c2d !important;
}
.transparent-mode button.bg-blue-darker:hover,
.transparent-mode button.bg-blue-darker:focus {
    background-color: #0f1c2d !important;
}
.transparent-mode .bg-blue-darkest {
    background-color: #0e1929 !important;
}
.transparent-mode a.bg-blue-darkest:hover,
.transparent-mode a.bg-blue-darkest:focus {
    background-color: #010203 !important;
}
.transparent-mode button.bg-blue-darkest:hover,
.transparent-mode button.bg-blue-darkest:focus {
    background-color: #010203 !important;
}
.transparent-mode .bg-purssianblue {
    background-color: #362f71;
}
.transparent-mode a.bg-purssianblue-lightest:hover,
.transparent-mode a.bg-purssianblue-lightest:focus {
    background-color: #3f3688 !important;
}
.transparent-mode button.bg-purssianblue-lightest:hover,
.transparent-mode button.bg-purssianblue-lightest:focus {
    background-color: #3f3688 !important;
}
.transparent-mode .bg-indigo-lightest {
    background-color: #f0f1fa !important;
}
.transparent-mode a.bg-indigo-lightest:hover,
.transparent-mode a.bg-indigo-lightest:focus {
    background-color: #cacded !important;
}
.transparent-mode button.bg-indigo-lightest:hover,
.transparent-mode button.bg-indigo-lightest:focus {
    background-color: #cacded !important;
}
.transparent-mode .bg-indigo-lighter {
    background-color: #d1d5f0 !important;
}
.transparent-mode a.bg-indigo-lighter:hover,
.transparent-mode a.bg-indigo-lighter:focus {
    background-color: #abb2e3 !important;
}
.transparent-mode button.bg-indigo-lighter:hover,
.transparent-mode button.bg-indigo-lighter:focus {
    background-color: #abb2e3 !important;
}
.transparent-mode .bg-indigo-light {
    background-color: #939edc !important;
}
.transparent-mode a.bg-indigo-light:hover,
.transparent-mode a.bg-indigo-light:focus {
    background-color: #6c7bd0 !important;
}
.transparent-mode button.bg-indigo-light:hover,
.transparent-mode button.bg-indigo-light:focus {
    background-color: #6c7bd0 !important;
}
.transparent-mode .bg-indigo-dark {
    background-color: #515da4 !important;
}
.transparent-mode a.bg-indigo-dark:hover,
.transparent-mode a.bg-indigo-dark:focus {
    background-color: #404a82 !important;
}
.transparent-mode button.bg-indigo-dark:hover,
.transparent-mode button.bg-indigo-dark:focus {
    background-color: #404a82 !important;
}
.transparent-mode .bg-indigo-darker {
    background-color: #282e52 !important;
}
.transparent-mode a.bg-indigo-darker:hover,
.transparent-mode a.bg-indigo-darker:focus {
    background-color: #171b30 !important;
}
.transparent-mode button.bg-indigo-darker:hover,
.transparent-mode button.bg-indigo-darker:focus {
    background-color: #171b30 !important;
}
.transparent-mode .bg-indigo-darkest {
    background-color: #141729 !important;
}
.transparent-mode a.bg-indigo-darkest:hover,
.transparent-mode a.bg-indigo-darkest:focus {
    background-color: #030407 !important;
}
.transparent-mode button.bg-indigo-darkest:hover,
.transparent-mode button.bg-indigo-darkest:focus {
    background-color: #030407 !important;
}
.transparent-mode .bg-purple-lightest {
    background-color: #f6effd !important;
}
.transparent-mode a.bg-purple-lightest:hover,
.transparent-mode a.bg-purple-lightest:focus {
    background-color: #ddc2f7 !important;
}
.transparent-mode button.bg-purple-lightest:hover,
.transparent-mode button.bg-purple-lightest:focus {
    background-color: #ddc2f7 !important;
}
.transparent-mode .bg-purple-lighter {
    background-color: #e4cff9 !important;
}
.transparent-mode a.bg-purple-lighter:hover,
.transparent-mode a.bg-purple-lighter:focus {
    background-color: #cba2f3 !important;
}
.transparent-mode button.bg-purple-lighter:hover,
.transparent-mode button.bg-purple-lighter:focus {
    background-color: #cba2f3 !important;
}
.transparent-mode .bg-purple-light {
    background-color: #c08ef0 !important;
}
.transparent-mode a.bg-purple-light:hover,
.transparent-mode a.bg-purple-light:focus {
    background-color: #a761ea !important;
}
.transparent-mode button.bg-purple-light:hover,
.transparent-mode button.bg-purple-light:focus {
    background-color: #a761ea !important;
}
.transparent-mode .bg-purple-dark {
    background-color: #844bbb !important;
}
.transparent-mode a.bg-purple-dark:hover,
.transparent-mode a.bg-purple-dark:focus {
    background-color: #6a3a99 !important;
}
.transparent-mode button.bg-purple-dark:hover,
.transparent-mode button.bg-purple-dark:focus {
    background-color: #6a3a99 !important;
}
.transparent-mode .bg-purple-darker {
    background-color: #42265e !important;
}
.transparent-mode a.bg-purple-darker:hover,
.transparent-mode a.bg-purple-darker:focus {
    background-color: #29173a !important;
}
.transparent-mode button.bg-purple-darker:hover,
.transparent-mode button.bg-purple-darker:focus {
    background-color: #29173a !important;
}
.transparent-mode .bg-purple-darkest {
    background-color: #21132f !important;
}
.transparent-mode a.bg-purple-darkest:hover,
.transparent-mode a.bg-purple-darkest:focus {
    background-color: #08040b !important;
}
.transparent-mode button.bg-purple-darkest:hover,
.transparent-mode button.bg-purple-darkest:focus {
    background-color: #08040b !important;
}
.transparent-mode .bg-pink-lightest {
    background-color: #fef0f5 !important;
}
.transparent-mode a.bg-pink-lightest:hover,
.transparent-mode a.bg-pink-lightest:focus {
    background-color: #fbc0d5 !important;
}
.transparent-mode button.bg-pink-lightest:hover,
.transparent-mode button.bg-pink-lightest:focus {
    background-color: #fbc0d5 !important;
}
.transparent-mode .bg-pink-lighter {
    background-color: #fcd3e1 !important;
}
.transparent-mode a.bg-pink-lighter:hover,
.transparent-mode a.bg-pink-lighter:focus {
    background-color: #f9a3c0 !important;
}
.transparent-mode button.bg-pink-lighter:hover,
.transparent-mode button.bg-pink-lighter:focus {
    background-color: #f9a3c0 !important;
}
.transparent-mode .bg-pink-light {
    background-color: #f999b9 !important;
}
.transparent-mode a.bg-pink-light:hover,
.transparent-mode a.bg-pink-light:focus {
    background-color: #f66998 !important;
}
.transparent-mode button.bg-pink-light:hover,
.transparent-mode button.bg-pink-light:focus {
    background-color: #f66998 !important;
}
.transparent-mode .bg-pink-dark {
    background-color: #c5577c !important;
}
.transparent-mode a.bg-pink-dark:hover,
.transparent-mode a.bg-pink-dark:focus {
    background-color: #ad3c62 !important;
}
.transparent-mode button.bg-pink-dark:hover,
.transparent-mode button.bg-pink-dark:focus {
    background-color: #ad3c62 !important;
}
.transparent-mode .bg-pink-darker {
    background-color: #622c3e !important;
}
.transparent-mode a.bg-pink-darker:hover,
.transparent-mode a.bg-pink-darker:focus {
    background-color: #3f1c28 !important;
}
.transparent-mode button.bg-pink-darker:hover,
.transparent-mode button.bg-pink-darker:focus {
    background-color: #3f1c28 !important;
}
.transparent-mode .bg-pink-darkest {
    background-color: #31161f !important;
}
.transparent-mode a.bg-pink-darkest:hover,
.transparent-mode a.bg-pink-darkest:focus {
    background-color: #0e0609 !important;
}
.transparent-mode button.bg-pink-darkest:hover,
.transparent-mode button.bg-pink-darkest:focus {
    background-color: #0e0609 !important;
}
.transparent-mode .bg-red-lightest {
    background-color: #fae9e9 !important;
}
.transparent-mode a.bg-red-lightest:hover,
.transparent-mode a.bg-red-lightest:focus {
    background-color: #f1bfbf !important;
}
.transparent-mode button.bg-red-lightest:hover,
.transparent-mode button.bg-red-lightest:focus {
    background-color: #f1bfbf !important;
}
.transparent-mode .bg-red-lighter {
    background-color: #f0bcbc !important;
}
.transparent-mode a.bg-red-lighter:hover,
.transparent-mode a.bg-red-lighter:focus {
    background-color: #e79292 !important;
}
.transparent-mode button.bg-red-lighter:hover,
.transparent-mode button.bg-red-lighter:focus {
    background-color: #e79292 !important;
}
.transparent-mode .bg-red-light {
    background-color: #dc6362 !important;
}
.transparent-mode a.bg-red-light:hover,
.transparent-mode a.bg-red-light:focus {
    background-color: #d33a38 !important;
}
.transparent-mode button.bg-red-light:hover,
.transparent-mode button.bg-red-light:focus {
    background-color: #d33a38 !important;
}
.transparent-mode .bg-red-dark {
    background-color: #a41a19 !important;
}
.transparent-mode a.bg-red-dark:hover,
.transparent-mode a.bg-red-dark:focus {
    background-color: #781312 !important;
}
.transparent-mode button.bg-red-dark:hover,
.transparent-mode button.bg-red-dark:focus {
    background-color: #781312 !important;
}
.transparent-mode .bg-red-darker {
    background-color: #520d0c !important;
}
.transparent-mode a.bg-red-darker:hover,
.transparent-mode a.bg-red-darker:focus {
    background-color: #260605 !important;
}
.transparent-mode button.bg-red-darker:hover,
.transparent-mode button.bg-red-darker:focus {
    background-color: #260605 !important;
}
.transparent-mode .bg-red-darkest {
    background-color: #290606 !important;
}
.transparent-mode a.bg-red-darkest:hover,
.transparent-mode a.bg-red-darkest:focus {
    background-color: black !important;
}
.transparent-mode button.bg-red-darkest:hover,
.transparent-mode button.bg-red-darkest:focus {
    background-color: black !important;
}
.transparent-mode .bg-orange-lightest {
    background-color: rgba(0, 0, 0, 0.2) !important;
}
.transparent-mode a.bg-orange-lightest:hover,
.transparent-mode a.bg-orange-lightest:focus {
    background-color: peachpuff !important;
}
.transparent-mode button.bg-orange-lightest:hover,
.transparent-mode button.bg-orange-lightest:focus {
    background-color: peachpuff !important;
}
.transparent-mode .bg-orange-lighter {
    background-color: #fee0c7 !important;
}
.transparent-mode a.bg-orange-lighter:hover,
.transparent-mode a.bg-orange-lighter:focus {
    background-color: #fdc495 !important;
}
.transparent-mode button.bg-orange-lighter:hover,
.transparent-mode button.bg-orange-lighter:focus {
    background-color: #fdc495 !important;
}
.transparent-mode .bg-orange-light {
    background-color: #feb67c !important;
}
.transparent-mode a.bg-orange-light:hover,
.transparent-mode a.bg-orange-light:focus {
    background-color: #fe9a49 !important;
}
.transparent-mode button.bg-orange-light:hover,
.transparent-mode button.bg-orange-light:focus {
    background-color: #fe9a49 !important;
}
.transparent-mode .bg-orange-dark {
    background-color: #ca7836 !important;
}
.transparent-mode a.bg-orange-dark:hover,
.transparent-mode a.bg-orange-dark:focus {
    background-color: #a2602b !important;
}
.transparent-mode button.bg-orange-dark:hover,
.transparent-mode button.bg-orange-dark:focus {
    background-color: #a2602b !important;
}
.transparent-mode .bg-orange-darker {
    background-color: #653c1b !important;
}
.transparent-mode a.bg-orange-darker:hover,
.transparent-mode a.bg-orange-darker:focus {
    background-color: #3d2410 !important;
}
.transparent-mode button.bg-orange-darker:hover,
.transparent-mode button.bg-orange-darker:focus {
    background-color: #3d2410 !important;
}
.transparent-mode .bg-orange-darkest {
    background-color: #331e0e !important;
}
.transparent-mode a.bg-orange-darkest:hover,
.transparent-mode a.bg-orange-darkest:focus {
    background-color: #0b0603 !important;
}
.transparent-mode button.bg-orange-darkest:hover,
.transparent-mode button.bg-orange-darkest:focus {
    background-color: #0b0603 !important;
}
.transparent-mode .bg-yellow-lightest {
    background-color: #fef9e7 !important;
}
.transparent-mode a.bg-yellow-lightest:hover,
.transparent-mode a.bg-yellow-lightest:focus {
    background-color: #fcedb6 !important;
}
.transparent-mode button.bg-yellow-lightest:hover,
.transparent-mode button.bg-yellow-lightest:focus {
    background-color: #fcedb6 !important;
}
.transparent-mode .bg-yellow-lighter {
    background-color: #fbedb7 !important;
}
.transparent-mode a.bg-yellow-lighter:hover,
.transparent-mode a.bg-yellow-lighter:focus {
    background-color: #f8e187 !important;
}
.transparent-mode button.bg-yellow-lighter:hover,
.transparent-mode button.bg-yellow-lighter:focus {
    background-color: #f8e187 !important;
}
.transparent-mode .bg-yellow-light {
    background-color: #f5d657 !important;
}
.transparent-mode a.bg-yellow-light:hover,
.transparent-mode a.bg-yellow-light:focus {
    background-color: #f2ca27 !important;
}
.transparent-mode button.bg-yellow-light:hover,
.transparent-mode button.bg-yellow-light:focus {
    background-color: #f2ca27 !important;
}
.transparent-mode .bg-yellow-dark {
    background-color: #c19d0c !important;
}
.transparent-mode a.bg-yellow-dark:hover,
.transparent-mode a.bg-yellow-dark:focus {
    background-color: #917609 !important;
}
.transparent-mode button.bg-yellow-dark:hover,
.transparent-mode button.bg-yellow-dark:focus {
    background-color: #917609 !important;
}
.transparent-mode .bg-yellow-darker {
    background-color: #604e06 !important;
}
.transparent-mode a.bg-yellow-darker:hover,
.transparent-mode a.bg-yellow-darker:focus {
    background-color: #302703 !important;
}
.transparent-mode button.bg-yellow-darker:hover,
.transparent-mode button.bg-yellow-darker:focus {
    background-color: #302703 !important;
}
.transparent-mode .bg-yellow-darkest {
    background-color: #302703 !important;
}
.transparent-mode a.bg-yellow-darkest:hover,
.transparent-mode a.bg-yellow-darkest:focus {
    background-color: black !important;
}
.transparent-mode button.bg-yellow-darkest:hover,
.transparent-mode button.bg-yellow-darkest:focus {
    background-color: black !important;
}
.transparent-mode .bg-green-lightest {
    background-color: #eff8e6 !important;
}
.transparent-mode a.bg-green-lightest:hover,
.transparent-mode a.bg-green-lightest:focus {
    background-color: #d6edbe !important;
}
.transparent-mode button.bg-green-lightest:hover,
.transparent-mode button.bg-green-lightest:focus {
    background-color: #d6edbe !important;
}
.transparent-mode .bg-green-lighter {
    background-color: #cfeab3 !important;
}
.transparent-mode a.bg-green-lighter:hover,
.transparent-mode a.bg-green-lighter:focus {
    background-color: #b6df8b !important;
}
.transparent-mode button.bg-green-lighter:hover,
.transparent-mode button.bg-green-lighter:focus {
    background-color: #b6df8b !important;
}
.transparent-mode .bg-green-light {
    background-color: #8ecf4d !important;
}
.transparent-mode a.bg-green-light:hover,
.transparent-mode a.bg-green-light:focus {
    background-color: #75b831 !important;
}
.transparent-mode button.bg-green-light:hover,
.transparent-mode button.bg-green-light:focus {
    background-color: #75b831 !important;
}
.transparent-mode .bg-green-dark {
    background-color: #4b9500 !important;
}
.transparent-mode a.bg-green-dark:hover,
.transparent-mode a.bg-green-dark:focus {
    background-color: #316200 !important;
}
.transparent-mode button.bg-green-dark:hover,
.transparent-mode button.bg-green-dark:focus {
    background-color: #316200 !important;
}
.transparent-mode .bg-green-darker {
    background-color: #264a00 !important;
}
.transparent-mode a.bg-green-darker:hover,
.transparent-mode a.bg-green-darker:focus {
    background-color: #0c1700 !important;
}
.transparent-mode button.bg-green-darker:hover,
.transparent-mode button.bg-green-darker:focus {
    background-color: #0c1700 !important;
}
.transparent-mode .bg-green-darkest {
    background-color: #132500 !important;
}
.transparent-mode a.bg-green-darkest:hover,
.transparent-mode a.bg-green-darkest:focus {
    background-color: black !important;
}
.transparent-mode button.bg-green-darkest:hover,
.transparent-mode button.bg-green-darkest:focus {
    background-color: black !important;
}
.transparent-mode .bg-teal-lightest {
    background-color: #eafaf8 !important;
}
.transparent-mode a.bg-teal-lightest:hover,
.transparent-mode a.bg-teal-lightest:focus {
    background-color: #c1f0ea !important;
}
.transparent-mode button.bg-teal-lightest:hover,
.transparent-mode button.bg-teal-lightest:focus {
    background-color: #c1f0ea !important;
}
.transparent-mode .bg-teal-lighter {
    background-color: #bfefea !important;
}
.transparent-mode a.bg-teal-lighter:hover,
.transparent-mode a.bg-teal-lighter:focus {
    background-color: #96e5dd !important;
}
.transparent-mode button.bg-teal-lighter:hover,
.transparent-mode button.bg-teal-lighter:focus {
    background-color: #96e5dd !important;
}
.transparent-mode .bg-teal-light {
    background-color: #6bdbcf !important;
}
.transparent-mode a.bg-teal-light:hover,
.transparent-mode a.bg-teal-light:focus {
    background-color: #42d1c2 !important;
}
.transparent-mode button.bg-teal-light:hover,
.transparent-mode button.bg-teal-light:focus {
    background-color: #42d1c2 !important;
}
.transparent-mode .bg-teal-dark {
    background-color: #22a295 !important;
}
.transparent-mode a.bg-teal-dark:hover,
.transparent-mode a.bg-teal-dark:focus {
    background-color: #19786e !important;
}
.transparent-mode button.bg-teal-dark:hover,
.transparent-mode button.bg-teal-dark:focus {
    background-color: #19786e !important;
}
.transparent-mode .bg-teal-darker {
    background-color: #11514a !important;
}
.transparent-mode a.bg-teal-darker:hover,
.transparent-mode a.bg-teal-darker:focus {
    background-color: #082723 !important;
}
.transparent-mode button.bg-teal-darker:hover,
.transparent-mode button.bg-teal-darker:focus {
    background-color: #082723 !important;
}
.transparent-mode .bg-teal-darkest {
    background-color: #092925 !important;
}
.transparent-mode a.bg-teal-darkest:hover,
.transparent-mode a.bg-teal-darkest:focus {
    background-color: black !important;
}
.transparent-mode button.bg-teal-darkest:hover,
.transparent-mode button.bg-teal-darkest:focus {
    background-color: black !important;
}
.transparent-mode .bg-cyan-lightest {
    background-color: #e8f6f8 !important;
}
.transparent-mode a.bg-cyan-lightest:hover,
.transparent-mode a.bg-cyan-lightest:focus {
    background-color: #c1e7ec !important;
}
.transparent-mode button.bg-cyan-lightest:hover,
.transparent-mode button.bg-cyan-lightest:focus {
    background-color: #c1e7ec !important;
}
.transparent-mode .bg-cyan-lighter {
    background-color: #b9e3ea !important;
}
.transparent-mode a.bg-cyan-lighter:hover,
.transparent-mode a.bg-cyan-lighter:focus {
    background-color: #92d3de !important;
}
.transparent-mode button.bg-cyan-lighter:hover,
.transparent-mode button.bg-cyan-lighter:focus {
    background-color: #92d3de !important;
}
.transparent-mode .bg-cyan-light {
    background-color: #5dbecd !important;
}
.transparent-mode a.bg-cyan-light:hover,
.transparent-mode a.bg-cyan-light:focus {
    background-color: #3aabbd !important;
}
.transparent-mode button.bg-cyan-light:hover,
.transparent-mode button.bg-cyan-light:focus {
    background-color: #3aabbd !important;
}
.transparent-mode .bg-cyan-dark {
    background-color: #128293 !important;
}
.transparent-mode a.bg-cyan-dark:hover,
.transparent-mode a.bg-cyan-dark:focus {
    background-color: #0c5a66 !important;
}
.transparent-mode button.bg-cyan-dark:hover,
.transparent-mode button.bg-cyan-dark:focus {
    background-color: #0c5a66 !important;
}
.transparent-mode .bg-cyan-darker {
    background-color: #09414a !important;
}
.transparent-mode a.bg-cyan-darker:hover,
.transparent-mode a.bg-cyan-darker:focus {
    background-color: #03191d !important;
}
.transparent-mode button.bg-cyan-darker:hover,
.transparent-mode button.bg-cyan-darker:focus {
    background-color: #03191d !important;
}
.transparent-mode .bg-cyan-darkest {
    background-color: #052025 !important;
}
.transparent-mode a.bg-cyan-darkest:hover,
.transparent-mode a.bg-cyan-darkest:focus {
    background-color: black !important;
}
.transparent-mode button.bg-cyan-darkest:hover,
.transparent-mode button.bg-cyan-darkest:focus {
    background-color: black !important;
}
.transparent-mode .bg-white-lightest {
    background-color: white !important;
}
.transparent-mode a.bg-white-lightest:hover,
.transparent-mode a.bg-white-lightest:focus {
    background-color: rgba(0, 0, 0, 0.2) !important;
}
.transparent-mode button.bg-white-lightest:hover,
.transparent-mode button.bg-white-lightest:focus {
    background-color: rgba(0, 0, 0, 0.2) !important;
}
.transparent-mode .bg-white-lighter {
    background-color: white !important;
}
.transparent-mode a.bg-white-lighter:hover,
.transparent-mode a.bg-white-lighter:focus {
    background-color: rgba(0, 0, 0, 0.2) !important;
}
.transparent-mode button.bg-white-lighter:hover,
.transparent-mode button.bg-white-lighter:focus {
    background-color: rgba(0, 0, 0, 0.2) !important;
}
.transparent-mode .bg-white-light {
    background-color: white !important;
}
.transparent-mode a.bg-white-light:hover,
.transparent-mode a.bg-white-light:focus {
    background-color: rgba(0, 0, 0, 0.2) !important;
}
.transparent-mode button.bg-white-light:hover,
.transparent-mode button.bg-white-light:focus {
    background-color: rgba(0, 0, 0, 0.2) !important;
}
.transparent-mode .bg-white-dark {
    background-color: #cccccc !important;
}
.transparent-mode a.bg-white-dark:hover,
.transparent-mode a.bg-white-dark:focus {
    background-color: #b3b2b2 !important;
}
.transparent-mode button.bg-white-dark:hover,
.transparent-mode button.bg-white-dark:focus {
    background-color: #b3b2b2 !important;
}
.transparent-mode .bg-white-darker {
    background-color: #666666 !important;
}
.transparent-mode a.bg-white-darker:hover,
.transparent-mode a.bg-white-darker:focus {
    background-color: #4d4c4c !important;
}
.transparent-mode button.bg-white-darker:hover,
.transparent-mode button.bg-white-darker:focus {
    background-color: #4d4c4c !important;
}
.transparent-mode .bg-white-darkest {
    background-color: #333333 !important;
}
.transparent-mode a.bg-white-darkest:hover,
.transparent-mode a.bg-white-darkest:focus {
    background-color: #1a1919 !important;
}
.transparent-mode button.bg-white-darkest:hover,
.transparent-mode button.bg-white-darkest:focus {
    background-color: #1a1919 !important;
}
.transparent-mode .bg-gray-lightest {
    background-color: #f3f4f5 !important;
}
.transparent-mode a.bg-gray-lightest:hover,
.transparent-mode a.bg-gray-lightest:focus {
    background-color: #d7dbde !important;
}
.transparent-mode button.bg-gray-lightest:hover,
.transparent-mode button.bg-gray-lightest:focus {
    background-color: #d7dbde !important;
}
.transparent-mode .bg-gray-lighter {
    background-color: #dbdde0 !important;
}
.transparent-mode a.bg-gray-lighter:hover,
.transparent-mode a.bg-gray-lighter:focus {
    background-color: #c0c3c8 !important;
}
.transparent-mode button.bg-gray-lighter:hover,
.transparent-mode button.bg-gray-lighter:focus {
    background-color: #c0c3c8 !important;
}
.transparent-mode .bg-gray-light {
    background-color: #aab0b6 !important;
}
.transparent-mode a.bg-gray-light:hover,
.transparent-mode a.bg-gray-light:focus {
    background-color: #8f979e !important;
}
.transparent-mode button.bg-gray-light:hover,
.transparent-mode button.bg-gray-light:focus {
    background-color: #8f979e !important;
}
.transparent-mode .bg-gray-dark {
    background-color: #6b7278 !important;
    background: #343a40 !important;
}
.transparent-mode a.bg-gray-dark:hover,
.transparent-mode a.bg-gray-dark:focus {
    background-color: #53585d !important;
}
.transparent-mode button.bg-gray-dark:hover,
.transparent-mode button.bg-gray-dark:focus {
    background-color: #53585d !important;
}
.transparent-mode .bg-gray-darker {
    background-color: #36393c !important;
}
.transparent-mode a.bg-gray-darker:hover,
.transparent-mode a.bg-gray-darker:focus {
    background-color: #1e2021 !important;
}
.transparent-mode button.bg-gray-darker:hover,
.transparent-mode button.bg-gray-darker:focus {
    background-color: #1e2021 !important;
}
.transparent-mode .bg-gray-darkest {
    background-color: #1b1c1e !important;
}
.transparent-mode a.bg-gray-darkest:hover,
.transparent-mode a.bg-gray-darkest:focus {
    background-color: #030303 !important;
}
.transparent-mode button.bg-gray-darkest:hover,
.transparent-mode button.bg-gray-darkest:focus {
    background-color: #030303 !important;
}
.transparent-mode .bg-gray-dark-lightest {
    background-color: #ebebec !important;
}
.transparent-mode a.bg-gray-dark-lightest:hover,
.transparent-mode a.bg-gray-dark-lightest:focus {
    background-color: #d1d1d3 !important;
}
.transparent-mode button.bg-gray-dark-lightest:hover,
.transparent-mode button.bg-gray-dark-lightest:focus {
    background-color: #d1d1d3 !important;
}
.transparent-mode .bg-gray-dark-lighter {
    background-color: #c2c4c6 !important;
}
.transparent-mode a.bg-gray-dark-lighter:hover,
.transparent-mode a.bg-gray-dark-lighter:focus {
    background-color: #a8abad !important;
}
.transparent-mode button.bg-gray-dark-lighter:hover,
.transparent-mode button.bg-gray-dark-lighter:focus {
    background-color: #a8abad !important;
}
.transparent-mode .bg-gray-dark-light {
    background-color: #717579 !important;
}
.transparent-mode a.bg-gray-dark-light:hover,
.transparent-mode a.bg-gray-dark-light:focus {
    background-color: #585c5f !important;
}
.transparent-mode button.bg-gray-dark-light:hover,
.transparent-mode button.bg-gray-dark-light:focus {
    background-color: #585c5f !important;
}
.transparent-mode .bg-gray-dark-dark {
    background-color: #2a2e33 !important;
}
.transparent-mode a.bg-gray-dark-dark:hover,
.transparent-mode a.bg-gray-dark-dark:focus {
    background-color: #131517 !important;
}
.transparent-mode button.bg-gray-dark-dark:hover,
.transparent-mode button.bg-gray-dark-dark:focus {
    background-color: #131517 !important;
}
.transparent-mode .bg-gray-dark-darker {
    background-color: #15171a !important;
}
.transparent-mode a.bg-gray-dark-darker:hover,
.transparent-mode a.bg-gray-dark-darker:focus {
    background-color: black !important;
}
.transparent-mode button.bg-gray-dark-darker:hover,
.transparent-mode button.bg-gray-dark-darker:focus {
    background-color: black !important;
}
.transparent-mode .bg-gray-dark-darkest {
    background-color: #0a0c0d !important;
}
.transparent-mode a.bg-gray-dark-darkest:hover,
.transparent-mode a.bg-gray-dark-darkest:focus {
    background-color: black !important;
}
.transparent-mode button.bg-gray-dark-darkest:hover,
.transparent-mode button.bg-gray-dark-darkest:focus {
    background-color: black !important;
}
.transparent-mode .bg-azure-lightest {
    background-color: #ecf7fe !important;
}
.transparent-mode a.bg-azure-lightest:hover,
.transparent-mode a.bg-azure-lightest:focus {
    background-color: #bce3fb !important;
}
.transparent-mode button.bg-azure-lightest:hover,
.transparent-mode button.bg-azure-lightest:focus {
    background-color: #bce3fb !important;
}
.transparent-mode .bg-azure-lighter {
    background-color: #c7e6fb !important;
}
.transparent-mode a.bg-azure-lighter:hover,
.transparent-mode a.bg-azure-lighter:focus {
    background-color: #97d1f8 !important;
}
.transparent-mode button.bg-azure-lighter:hover,
.transparent-mode button.bg-azure-lighter:focus {
    background-color: #97d1f8 !important;
}
.transparent-mode .bg-azure-light {
    background-color: #7dc4f6 !important;
}
.transparent-mode a.bg-azure-light:hover,
.transparent-mode a.bg-azure-light:focus {
    background-color: #4daef3 !important;
}
.transparent-mode button.bg-azure-light:hover,
.transparent-mode button.bg-azure-light:focus {
    background-color: #4daef3 !important;
}
.transparent-mode .bg-azure-dark {
    background-color: #3788c2 !important;
}
.transparent-mode a.bg-azure-dark:hover,
.transparent-mode a.bg-azure-dark:focus {
    background-color: #2c6c9a !important;
}
.transparent-mode button.bg-azure-dark:hover,
.transparent-mode button.bg-azure-dark:focus {
    background-color: #2c6c9a !important;
}
.transparent-mode .bg-azure-darker {
    background-color: #1c4461 !important;
}
.transparent-mode a.bg-azure-darker:hover,
.transparent-mode a.bg-azure-darker:focus {
    background-color: #112839 !important;
}
.transparent-mode button.bg-azure-darker:hover,
.transparent-mode button.bg-azure-darker:focus {
    background-color: #112839 !important;
}
.transparent-mode .bg-azure-darkest {
    background-color: #0e2230 !important;
}
.transparent-mode a.bg-azure-darkest:hover,
.transparent-mode a.bg-azure-darkest:focus {
    background-color: #020609 !important;
}
.transparent-mode button.bg-azure-darkest:hover,
.transparent-mode button.bg-azure-darkest:focus {
    background-color: #020609 !important;
}
.transparent-mode .bg-lime-lightest {
    background-color: #f2fbeb !important;
}
.transparent-mode a.bg-lime-lightest:hover,
.transparent-mode a.bg-lime-lightest:focus {
    background-color: #d6f3c1 !important;
}
.transparent-mode button.bg-lime-lightest:hover,
.transparent-mode button.bg-lime-lightest:focus {
    background-color: #d6f3c1 !important;
}
.transparent-mode .bg-lime-lighter {
    background-color: #d7f2c2 !important;
}
.transparent-mode a.bg-lime-lighter:hover,
.transparent-mode a.bg-lime-lighter:focus {
    background-color: #bbe998 !important;
}
.transparent-mode button.bg-lime-lighter:hover,
.transparent-mode button.bg-lime-lighter:focus {
    background-color: #bbe998 !important;
}
.transparent-mode .bg-lime-light {
    background-color: #a3e072 !important;
}
.transparent-mode a.bg-lime-light:hover,
.transparent-mode a.bg-lime-light:focus {
    background-color: #88d748 !important;
}
.transparent-mode button.bg-lime-light:hover,
.transparent-mode button.bg-lime-light:focus {
    background-color: #88d748 !important;
}
.transparent-mode .bg-lime-dark {
    background-color: #62a82a !important;
}
.transparent-mode a.bg-lime-dark:hover,
.transparent-mode a.bg-lime-dark:focus {
    background-color: #4a7f20 !important;
}
.transparent-mode button.bg-lime-dark:hover,
.transparent-mode button.bg-lime-dark:focus {
    background-color: #4a7f20 !important;
}
.transparent-mode .bg-lime-darker {
    background-color: #315415 !important;
}
.transparent-mode a.bg-lime-darker:hover,
.transparent-mode a.bg-lime-darker:focus {
    background-color: #192b0b !important;
}
.transparent-mode button.bg-lime-darker:hover,
.transparent-mode button.bg-lime-darker:focus {
    background-color: #192b0b !important;
}
.transparent-mode .bg-lime-darkest {
    background-color: #192a0b !important;
}
.transparent-mode a.bg-lime-darkest:hover,
.transparent-mode a.bg-lime-darkest:focus {
    background-color: #010200 !important;
}
.transparent-mode button.bg-lime-darkest:hover,
.transparent-mode button.bg-lime-darkest:focus {
    background-color: #010200 !important;
}
.transparent-mode .bg-blue-1 {
    background-color: #0061da;
    color: #fff !important;
}
.transparent-mode .bg-blue {
    background: #3223f1;
    color: #fff !important;
}
.transparent-mode a.bg-blue:hover,
.transparent-mode a.bg-blue:focus {
    background-color: #4032f1 !important;
}
.transparent-mode button.bg-blue:hover,
.transparent-mode button.bg-blue:focus {
    background-color: #4032f1 !important;
}
.transparent-mode .bg-indigo {
    background: #515eae;
    color: #fff !important;
}
.transparent-mode a.bg-indigo:hover,
.transparent-mode a.bg-indigo:focus {
    background-color: #3f51c1 !important;
}
.transparent-mode button.bg-indigo:hover,
.transparent-mode button.bg-indigo:focus {
    background-color: #3f51c1 !important;
}
.transparent-mode .bg-purple-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#8027dc),
        to(#647dee)
    ) !important;
    background: linear-gradient(
        to bottom right,
        #8027dc 0%,
        #647dee 100%
    ) !important;
    color: #fff !important;
}
.transparent-mode a.bg-purple-gradient:hover,
.transparent-mode a.bg-purple-gradient:focus {
    background-color: #8c31e4 !important;
}
.transparent-mode button.bg-purple-gradient:hover,
.transparent-mode button.bg-purple-gradient:focus {
    background-color: #8c31e4 !important;
}
.transparent-mode .bg-pink {
    background: #e077e3 !important;
    color: #fff !important;
}
.transparent-mode .bg-darkpink {
    background-color: #14a485 !important;
    color: #fff !important;
}
.transparent-mode a.bg-pink:hover,
.transparent-mode a.bg-pink:focus {
    background-color: #f33d7a !important;
}
.transparent-mode button.bg-pink:hover,
.transparent-mode button.bg-pink:focus {
    background-color: #f33d7a !important;
}
.transparent-mode .bg-red {
    background: #d72414;
    color: #fff !important;
}
.transparent-mode a.bg-red:hover,
.transparent-mode a.bg-red:focus {
    background-color: #a11918 !important;
}
.transparent-mode button.bg-red:hover,
.transparent-mode button.bg-red:focus {
    background-color: #a11918 !important;
}
.transparent-mode .bg-orange {
    background: #ec6900;
    color: #fff !important;
}
.transparent-mode a.bg-orange:hover,
.transparent-mode a.bg-orange:focus {
    background-color: #fc7a12 !important;
}
.transparent-mode button.bg-orange:hover,
.transparent-mode button.bg-orange:focus {
    background-color: #fc7a12 !important;
}
.transparent-mode .bg-yellow-1 {
    background-color: #fbb034;
    color: #fff !important;
}
.transparent-mode .bg-yellow {
    background: #fbb034;
    color: #fff !important;
}
.transparent-mode a.bg-yellow:hover,
.transparent-mode a.bg-yellow:focus {
    background-color: #c29d0b !important;
}
.transparent-mode button.bg-yellow:hover,
.transparent-mode button.bg-yellow:focus {
    background-color: #c29d0b !important;
}
.transparent-mode .bg-green-1 {
    background-color: #4ecc48;
    color: #fff !important;
}
.transparent-mode .bg-green {
    background: #4ecc48;
    color: #fff !important;
}
.transparent-mode a.bg-green:hover,
.transparent-mode a.bg-green:focus {
    background-color: #448700 !important;
}
.transparent-mode button.bg-green:hover,
.transparent-mode button.bg-green:focus {
    background-color: #448700 !important;
}
.transparent-mode .bg-teal {
    background: #1caf9f !important;
}
.transparent-mode a.bg-teal:hover,
.transparent-mode a.bg-teal:focus {
    background-color: #22a193 !important;
}
.transparent-mode button.bg-teal:hover,
.transparent-mode button.bg-teal:focus {
    background-color: #22a193 !important;
}
.transparent-mode .bg-cyan {
    background: #007ea7 !important;
    color: #fff !important;
}
.transparent-mode a.bg-cyan:hover,
.transparent-mode a.bg-cyan:focus {
    background-color: #117a8b !important;
}
.transparent-mode button.bg-cyan:hover,
.transparent-mode button.bg-cyan:focus {
    background-color: #117a8b !important;
}
.transparent-mode a.bg-white:hover,
.transparent-mode a.bg-white:focus {
    background-color: rgba(0, 0, 0, 0.2) !important;
}
.transparent-mode button.bg-white:hover,
.transparent-mode button.bg-white:focus {
    background-color: rgba(0, 0, 0, 0.2) !important;
}
.transparent-mode .bg-gray {
    background: #5a6970 !important;
}
.transparent-mode a.bg-gray:hover,
.transparent-mode a.bg-gray:focus {
    background-color: #6c757d !important;
}
.transparent-mode button.bg-gray:hover,
.transparent-mode button.bg-gray:focus {
    background-color: #6c757d !important;
}
.transparent-mode .bg-lightpink-red {
    color: #ff7088 !important;
}
.transparent-mode a.bg-gray-dark:hover,
.transparent-mode a.bg-gray-dark:focus {
    background-color: #1d2124 !important;
}
.transparent-mode button.bg-gray-dark:hover,
.transparent-mode button.bg-gray-dark:focus {
    background-color: #1d2124 !important;
}
.transparent-mode .bg-azure {
    background: #007abf;
}
.transparent-mode a.bg-azure:hover,
.transparent-mode a.bg-azure:focus {
    background-color: #1594ef !important;
}
.transparent-mode button.bg-azure:hover,
.transparent-mode button.bg-azure:focus {
    background-color: #1594ef !important;
}
.transparent-mode .bg-purple-1 {
    background: #8027dc;
}
.transparent-mode .bg-lime {
    background: #7bd235;
}
.transparent-mode a.bg-lime:hover,
.transparent-mode a.bg-lime:focus {
    background-color: #63ad27 !important;
}
.transparent-mode button.bg-lime:hover,
.transparent-mode button.bg-lime:focus {
    background-color: #63ad27 !important;
}
.transparent-mode .bg-square {
    color: #fff;
    background: #868e96;
}
.transparent-mode .bg-primary-light {
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .bg-google-plus {
    background-color: #dd4b39;
}
.transparent-mode .bg-pinterest {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#c51629),
        to(#bd081c)
    );
    background: linear-gradient(to right bottom, #c51629 0%, #bd081c 100%);
}
.transparent-mode .bg-light-gray {
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .bg-progress-white {
    background-color: #eaeceb;
}
.transparent-mode .bg-dribbble {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#ea4c89),
        to(#c93764)
    ) !important;
    background: linear-gradient(to bottom right, #ea4c89, #c93764) !important;
}
.transparent-mode .bg-google {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#e64522),
        to(#c33219)
    ) !important;
    background: linear-gradient(to bottom right, #e64522, #c33219) !important;
    color: #fff;
}
.transparent-mode .bg-success-transparent {
    background-color: rgba(0, 230, 130, 0.1) !important;
}
.transparent-mode .bg-info-transparent {
    background-color: #123d68 !important;
}
.transparent-mode .bg-warning-transparent {
    background-color: rgba(255, 162, 43, 0.1) !important;
}
.transparent-mode .bg-danger-transparent {
    background-color: rgba(255, 56, 43, 0.1) !important;
}
.transparent-mode .bg-pink-transparent {
    background-color: rgba(213, 109, 252, 0.1) !important;
}
.transparent-mode .bg-purple-transparent {
    background-color: rgba(96, 77, 216, 0.1) !important;
}
.transparent-mode .bg-dark-transparent {
    background-color: rgba(0, 0, 0, 0.15) !important;
}
.transparent-mode .bg-white-transparent {
    background-color: rgba(255, 255, 255, 0.2) !important;
}
.transparent-mode .bg-secondary-transparent {
    background-color: rgba(5, 195, 251, 0.1) !important;
}
.transparent-mode .shadow-primary {
    -webkit-box-shadow: 0 7px 30px var(--primary03) !important;
    box-shadow: 0 7px 30px var(--primary03) !important;
}
.transparent-mode .shadow-secondary {
    -webkit-box-shadow: 0 7px 30px rgba(130, 207, 242, 0.1) !important;
    box-shadow: 0 7px 30px rgba(130, 207, 242, 0.1) !important;
}
.transparent-mode .shadow-warning {
    -webkit-box-shadow: 0 7px 30px rgba(251, 176, 52, 0.1) !important;
    box-shadow: 0 7px 30px rgba(251, 176, 52, 0.1) !important;
}
.transparent-mode .shadow-info {
    -webkit-box-shadow: 0 7px 30px rgba(40, 146, 235, 0.5) !important;
    box-shadow: 0 7px 30px rgba(40, 146, 235, 0.5) !important;
}
.transparent-mode .shadow-success {
    -webkit-box-shadow: 0 7px 30px rgba(26, 122, 16, 0.1) !important;
    box-shadow: 0 7px 30px rgba(26, 122, 16, 0.1) !important;
}
.transparent-mode .shadow-danger {
    -webkit-box-shadow: 0 7px 30px rgba(245, 167, 184, 0.1) !important;
    box-shadow: 0 7px 30px rgba(245, 167, 184, 0.1) !important;
}
.transparent-mode .google-plus1 {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#dd4b39),
        to(#ef6a5a)
    );
    background: linear-gradient(to right bottom, #dd4b39 0%, #ef6a5a 100%);
}
.transparent-mode .pinterest1 {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#bd081c),
        to(#eb4553)
    );
    background: linear-gradient(to right bottom, #bd081c 0%, #eb4553 100%);
}
.transparent-mode .bg-default {
    background: #e9e9f1;
    color: #475569;
}
.transparent-mode .border {
    border-color: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .border-top {
    border-block-start-color: rgba(255, 255, 255, 0.1) !important;
}
.transparent-mode .border-end {
    border-inline-end-color: rgba(255, 255, 255, 0.1) !important;
}
.transparent-mode .border-bottom {
    border-block-end-color: rgba(255, 255, 255, 0.1) !important;
}
.transparent-mode .border-start {
    border-inline-start-color: rgba(255, 255, 255, 0.1) !important;
}
.transparent-mode .border-secondary {
    border: 1px solid #007f6e !important;
}
.transparent-mode .border-success {
    border-color: #1bbfa7 !important;
}
.transparent-mode .border-info {
    border-color: #007abf !important;
}
.transparent-mode .border-warning {
    border-color: #ecb403 !important;
}
.transparent-mode .border-danger {
    border-color: #f82649 !important;
}
.transparent-mode .border-pink {
    border-color: #e077e3 !important;
}
.transparent-mode .border-orange {
    border-color: #ec6900 !important;
}
.transparent-mode .border-light {
    border-color: #f8f9fa !important;
}
.transparent-mode .border-transparent {
    border-color: #656a71 !important;
}
.transparent-mode .border-dark {
    border-color: #343a40 !important;
}
.transparent-mode .border-white {
    border-color: #fff !important;
}
.transparent-mode .border-end-1 {
    border-inline-end-color: #d5dce3;
}
.transparent-mode .text-white-transparent,
.transparent-mode .text-white-transparent-1 {
    color: #fff !important;
}
.transparent-mode a.text-primary:hover,
.transparent-mode a.text-primary:focus {
    color: var(--primary-bg-color) !important;
}
.transparent-mode .text-secondary {
    color: #007f6e !important;
}
.transparent-mode a.text-secondary:hover,
.transparent-mode a.text-secondary:focus {
    color: #007f6e !important;
}
.transparent-mode .text-success {
    color: #09ad95 !important;
}
.transparent-mode a.text-success:hover,
.transparent-mode a.text-success:focus {
    color: #448700 !important;
}
.transparent-mode .text-info {
    color: #538ed7 !important;
}
.transparent-mode a.text-info:hover,
.transparent-mode a.text-info:focus {
    color: #1594ef !important;
}
.transparent-mode .alert-info {
    color: #538ed7 !important;
}
.transparent-mode .alert-info .alert-link {
    color: #79b6ff;
}
.transparent-mode .text-warning {
    color: #f7b731 !important;
}
.transparent-mode a.text-warning:hover,
.transparent-mode a.text-warning:focus {
    color: #c29d0b !important;
}
.transparent-mode .text-danger {
    color: #e82646 !important;
}
.transparent-mode a.text-danger:hover,
.transparent-mode a.text-danger:focus {
    color: #d22827 !important;
}
.transparent-mode .text-light {
    color: #ebedef !important;
}
.transparent-mode a.text-light:hover,
.transparent-mode a.text-light:focus {
    color: #dae0e5 !important;
}
.transparent-mode .text-dark {
    color: #fff !important;
}
.transparent-mode a.text-dark:hover,
.transparent-mode a.text-dark:focus {
    color: var(--primary-bg-color) !important;
}
.transparent-mode .text-body {
    color: #495057 !important;
}
.transparent-mode .text-muted {
    color: rgba(255, 255, 255, 0.7) !important;
}
.transparent-mode .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.transparent-mode .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.transparent-mode .text-hide {
    color: transparent;
    background-color: transparent;
}
.transparent-mode .heading-inverse {
    background-color: #333;
    color: #fff;
}
.transparent-mode .heading-success {
    background-color: #1643a3;
    color: #fff;
}
.transparent-mode .heading-info {
    background-color: #007abf;
    color: #fff;
}
.transparent-mode .heading-warning {
    background-color: #ecb403;
    color: #fff;
}
.transparent-mode .heading-danger {
    background-color: #c21a1a;
    color: #fff;
}
.transparent-mode .text-inherit {
    color: inherit !important;
}
.transparent-mode .text-default {
    color: #fff !important;
}
.transparent-mode .text-muted-dark {
    color: #1c232f !important;
}
.transparent-mode .text-fb-blue {
    color: #234684 !important;
}
.transparent-mode .text-blue {
    color: #467fcf !important;
}
.transparent-mode .text-indigo {
    color: #515eae !important;
}
.transparent-mode .text-purple {
    color: #867efc !important;
}
.transparent-mode .text-lightpink-red {
    color: #ff7088 !important;
}
.transparent-mode .text-lightgreen {
    color: #26eda2 !important;
}
.transparent-mode .text-pink {
    color: #ec82ef !important;
}
.transparent-mode .text-red {
    color: #c21a1a !important;
}
.transparent-mode .text-orange {
    color: #ec6900 !important;
}
.transparent-mode .text-yellow {
    color: #ecb403 !important;
}
.transparent-mode .text-green {
    color: #4ecc48 !important;
}
.transparent-mode .text-green-1 {
    color: #0dff01 !important;
}
.transparent-mode .text-teal {
    color: #2bcbba !important;
}
.transparent-mode .text-cyan {
    color: #17a2b8 !important;
}
.transparent-mode .text-white {
    color: #fff !important;
}
.transparent-mode .text-gray {
    color: #969696 !important;
}
.transparent-mode .text-gray-dark {
    color: #343a40 !important;
}
.transparent-mode .text-azure {
    color: #007abf !important;
}
.transparent-mode .text-lime {
    color: #7bd235 !important;
}
.transparent-mode .text-transparent {
    color: #332525;
}
.transparent-mode .text-facebook {
    color: #3b5998;
}
.transparent-mode .text-google-plus {
    color: #dd4b39;
}
.transparent-mode .text-twitter {
    color: #1da1f2;
}
.transparent-mode .text-pinterest {
    color: #bd081c;
}
.transparent-mode .text-secondary-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#82cff2),
        to(#28b7f9)
    );
    background: linear-gradient(to bottom right, #82cff2 0%, #28b7f9 100%);
    -webkit-text-fill-color: transparent;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#cd489c),
        to(#ce4ba4)
    );
    background: linear-gradient(to right, #cd489c 0%, #ce4ba4 100%);
    -webkit-text-fill-color: transparent;
}
.transparent-mode .text-info-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#1e63c3),
        to(#00f2fe)
    );
    background: linear-gradient(to right bottom, #1e63c3 0%, #00f2fe 100%);
    -webkit-text-fill-color: transparent;
}
.transparent-mode .text-success-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#1ea38f),
        to(#5cf9e2)
    );
    background: linear-gradient(to bottom right, #1ea38f 0%, #5cf9e2 100%);
    -webkit-text-fill-color: transparent;
}
.transparent-mode .text-facebook-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#1e3c72),
        to(#3d6cbf)
    );
    background: linear-gradient(to right bottom, #1e3c72 0%, #3d6cbf 100%);
    -webkit-text-fill-color: transparent;
}
.transparent-mode .text-twitter-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#1e63c3),
        to(#00f2fe)
    );
    background: linear-gradient(to right bottom, #1e63c3 0%, #00f2fe 100%);
    -webkit-text-fill-color: transparent;
}
.transparent-mode .text-google-plus-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#dd4b39),
        to(#ef6a5a)
    );
    background: linear-gradient(to right bottom, #dd4b39 0%, #ef6a5a 100%);
    -webkit-text-fill-color: transparent;
}
.transparent-mode .text-success-shadow {
    text-shadow: 0 5px 10px rgba(19, 191, 166, 0.3) !important;
}
.transparent-mode .text-info-shadow {
    text-shadow: 0 5px 10px rgba(7, 116, 248, 0.3) !important;
}
.transparent-mode .text-warning-shadow {
    text-shadow: 0 5px 10px rgba(255, 162, 43, 0.3) !important;
}
.transparent-mode .text-danger-shadow {
    text-shadow: 0 5px 10px rgba(255, 56, 43, 0.3) !important;
}
.transparent-mode .text-pink-shadow {
    text-shadow: 0 5px 10px rgba(213, 109, 252, 0.3) !important;
}
.transparent-mode .text-purple-shadow {
    text-shadow: 0 5px 10px rgba(96, 77, 216, 0.3) !important;
}
.transparent-mode .text-dark-shadow {
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3) !important;
}
.transparent-mode .text-white-shadow {
    text-shadow: 0 5px 10px rgba(255, 255, 255, 0.3) !important;
}
.transparent-mode .text-secondary-shadow {
    text-shadow: 0 5px 10px rgba(130, 207, 242, 0.3);
}
.transparent-mode .alert-success hr {
    border-block-start-color: #09ad95;
}
.transparent-mode .alert-info hr {
    border-block-start-color: #1170e4;
}
.transparent-mode .alert-warning hr {
    border-block-start-color: #f7b731;
}
.transparent-mode .alert-danger hr {
    border-block-start-color: #e82646;
}

.transparent-mode .sidebar {
    background: var(--primary-bg-color);
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 8px 14.72px 1.28px rgba(42, 38, 53, 0.5);
    box-shadow: 0px 8px 14.72px 1.28px rgba(42, 38, 53, 0.5);
}

@supports (
    (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))
) {
    .transparent-mode .sidebar {
        background: transparent !important;
        backdrop-filter: blur(150px);
        -webkit-backdrop-filter: blur(20px);
        border-color: rgba(255, 255, 255, 0.1);
        -webkit-box-shadow: 0px 8px 14.72px 1.28px rgba(42, 38, 53, 0.5);
        box-shadow: 0px 8px 14.72px 1.28px rgba(42, 38, 53, 0.5);
    }
}
.transparent-mode .light-layout {
    display: none;
}
.transparent-mode .dark-layout {
    display: block;
}
.transparent-mode .slide .tab-content i {
    color: rgba(255, 255, 255, 0.7);
}

.transparent-mode .slide.is-expanded a {
    color: rgba(255, 255, 255, 0.8);
}

.transparent-mode
    .select2-container--default
    .select2-results__option[aria-selected="true"] {
    background-color: #30304d;
}

.transparent-mode
    .select2-container--default
    .select2-results
    > .select2-results__options {
    -webkit-box-shadow: 0px 8px 14.72px 1.28px rgba(34, 34, 61, 0.8);
    box-shadow: 0px 8px 14.72px 1.28px rgba(34, 34, 61, 0.8);
}

.transparent-mode .select2-dropdown {
    background-color: var(--transparent-body);
    border-color: rgba(255, 255, 255, 0.1);
}

.transparent-mode .side-header .header-brand-img.desktop-logo {
    display: block !important;
}

.transparent-mode .side-header .header-brand-img.light-logo1 {
    display: none !important;
}

.transparent-mode.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: none !important;
}

.transparent-mode .header-brand .header-brand-img.logo-3 {
    display: none;
}

.transparent-mode .header-brand .header-brand-img.logo {
    display: block;
}

.transparent-mode.sidebar-mini .app-header .light-logo1 {
    display: none !important;
}

.transparent-mode.sidenav-toggled .header-brand-img.light-logo {
    display: none !important;
}

.transparent-mode.hover-submenu.sidenav-toggled.sidenav-toggled-open
    .header-brand-img.light-logo {
    display: none !important;
}

.transparent-mode.sidebar-mini.sidenav-toggled
    .app-sidebar
    .side-header
    .header-brand-img.desktop-logo {
    display: none !important;
}

.transparent-mode.sidebar-mini.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.desktop-logo {
    display: block !important;
}

.transparent-mode.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.desktop-logo {
    display: none !important;
}

.transparent-mode.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.desktop-logo {
    display: none !important;
}

.transparent-mode.sidebar-mini.sidenav-toggled
    .app-sidebar
    .side-header
    .header-brand-img.toggle-logo {
    display: block;
}

.transparent-mode.sidebar-mini.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.toggle-logo {
    display: none;
}

.transparent-mode.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.toggle-logo {
    display: block;
}

.transparent-mode.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
    .side-header
    .header-brand-img.light-logo {
    display: none !important;
}

.transparent-mode.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.toggle-logo {
    display: block;
}

.transparent-mode.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
    .side-header
    .header-brand-img.light-logo {
    display: none !important;
}

@media (max-width: 991px) {
    .transparent-mode .app-header.header .header-brand-img.desktop-logo {
        display: block;
    }
    .transparent-mode.app .app-sidebar {
        inset-block-start: 72px;
    }
}
.transparent-mode .fc-theme-standard td,
.transparent-mode .fc-theme-standard th {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .fc-theme-standard .fc-scrollgrid {
    border: 0px solid rgba(255, 255, 255, 0.1);
    -webkit-border-before: 1px solid rgba(255, 255, 255, 0.1);
    border-block-start: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-start: 1px solid rgba(255, 255, 255, 0.1);
    border-inline-start: 1px solid rgba(255, 255, 255, 0.1);
}
.transparent-mode .fc .fc-daygrid-day-number {
    color: #fff;
}
.transparent-mode .fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .fc-theme-standard .fc-list {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .fc-theme-standard .fc-list-day-cushion {
    background: var(--transparent-body);
}
.transparent-mode .fc .fc-list-event:hover td {
    background: var(--transparent-body);
}
.transparent-mode .fc-list-event.fc-event {
    color: #fff !important;
}
.transparent-mode .fc-direction-ltr .fc-list-day-text,
.transparent-mode .fc-direction-rtl .fc-list-day-side-text {
    color: #fff;
}
.transparent-mode .fc-direction-ltr .fc-list-day-side-text,
.transparent-mode .fc-direction-rtl .fc-list-day-text {
    color: #fff;
}

.transparent-mode .sweet-alert {
    background: var(--transparent-body);
}
.transparent-mode .sweet-alert h2 {
    color: #fff;
}
.transparent-mode .sweet-alert P {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .alert-default {
    background-color: rgba(0, 0, 0, 0.2);
}

.transparent-mode .irs-line-mid,
.transparent-mode .irs-line-right,
.transparent-mode .irs-line-left {
    background-color: var(--transparent-body);
}
.transparent-mode .irs-from,
.transparent-mode .irs-to,
.transparent-mode .irs-single {
    background: var(--transparent-body);
}
.transparent-mode .irs-from,
.transparent-mode .irs-to,
.transparent-mode .irs-single {
    color: #fff;
}
.transparent-mode .irs-min,
.transparent-mode .irs-max {
    color: #fff;
    background: var(--transparent-body);
}
.transparent-mode .irs-grid-text {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .irs-modern .irs-slider,
.transparent-mode .irs-outline .irs-slider {
    background-color: var(--transparent-body);
}
.transparent-mode .irs-bar {
    background: var(--primary-bg-color);
}
.transparent-mode .irs-slider:before {
    background-color: var(--primary-bg-color);
}
.transparent-mode .irs-outline .irs-line {
    border-color: var(--primary-bg-color);
}

.transparent-mode .tree li {
    color: #fff;
}
.transparent-mode .tree li a {
    color: #fff;
}
.transparent-mode .tree li.branch li {
    background: transparent;
}
.transparent-mode .tree ul:before {
    border-inline-start-color: rgba(255, 255, 255, 0.4);
}
.transparent-mode .tree ul li:before {
    border-block-start-color: rgba(255, 255, 255, 0.4);
}
.transparent-mode .dTree a {
    color: #fff;
}

.transparent-mode .tab_wrapper .content_wrapper {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .tab_wrapper .content_wrapper .accordian_header {
    border-block-end-color: rgba(255, 255, 255, 0.1);
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .tab_wrapper .content_wrapper .accordian_header .arrow {
    background: transparent;
    border-block-start-color: rgba(255, 255, 255, 0.3);
    border-inline-start-color: rgba(255, 255, 255, 0.3);
}
.transparent-mode .tab_wrapper .content_wrapper .accordian_header.active {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .tab_wrapper.right_side .content_wrapper {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .tab_wrapper.right_side > ul li {
    border-inline-start-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .tab_wrapper.right_side > ul li.active {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .tab_wrapper.right_side > ul li.active::before {
    background: rgba(255, 255, 255, 0.1);
}
.transparent-mode .tab_wrapper.right_side > ul li:after {
    background: rgba(255, 255, 255, 0.1);
}
.transparent-mode .tab_wrapper > ul {
    border-block-end-color: rgba(255, 255, 255, 0.1) !important;
}
.transparent-mode .tab_wrapper > ul li {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .tab_wrapper > ul li.active:after {
    background: transparent;
}

.transparent-mode .dropify-wrapper {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .dropify-wrapper .dropify-preview {
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .dropify-wrapper .dropify-message span.file-icon {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .dropify-wrapper:hover {
    background-image: linear-gradient(
        -45deg,
        var(--transparent-body) 25%,
        transparent 25%,
        transparent 50%,
        var(--transparent-body) 50%,
        var(--transparent-body) 75%,
        transparent 75%,
        transparent
    );
}
.transparent-mode .ff_fileupload_wrap .ff_fileupload_dropzone:focus,
.transparent-mode .ff_fileupload_wrap .ff_fileupload_dropzone:active {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .ff_fileupload_wrap .ff_fileupload_dropzone {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .ff_fileupload_wrap .ff_fileupload_dropzone:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .sp-replacer {
    border-color: rgba(255, 255, 255, 0.1);
    background: var(--transparent-body);
    color: #fff;
}
.transparent-mode .sp-replacer:hover,
.transparent-mode .sp-replacer.sp-active {
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.transparent-mode .sp-container {
    background: var(--transparent-body);
    -webkit-box-shadow: 0 10px 40px 0 rgba(34, 34, 61, 0.8);
    box-shadow: 0 10px 40px 0 rgba(34, 34, 61, 0.8);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .sp-picker-container {
    -webkit-border-start: 0;
    border-inline-start: 0;
}
.transparent-mode .ui-timepicker-wrapper {
    background: var(--transparent-body);
    border-color: rgba(255, 255, 255, 0.07);
    -webkit-box-shadow: 0 16px 18px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 18px 0 rgba(0, 0, 0, 0.2);
}
.transparent-mode .ui-timepicker-list li {
    color: rgba(255, 255, 255, 0.8);
}
.transparent-mode .datepicker .datepicker-switch,
.transparent-mode .datepicker td,
.transparent-mode .datepicker th {
    color: #fff !important;
}
.transparent-mode .datepicker .datepicker-switch:hover,
.transparent-mode .datepicker .prev:hover,
.transparent-mode .datepicker .next:hover,
.transparent-mode .datepicker tfoot tr th:hover {
    color: rgba(255, 255, 255, 0.7) !important;
}
.transparent-mode .datepicker-dropdown.datepicker-orient-top:after,
.transparent-mode .datepicker-dropdown.datepicker-orient-top:before {
    border-block-start-color: var(--transparent-body);
}
.transparent-mode .datepicker table tr td span.old,
.transparent-mode .datepicker table tr td span.new {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .SumoSelect > .CaptionCont {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .SumoSelect.disabled > .CaptionCont {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0;
}
.transparent-mode .SumoSelect.open > .optWrapper {
    background: var(--transparent-body);
}
.transparent-mode .SumoSelect > .optWrapper {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .SumoSelect > .optWrapper > .options li.opt {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: #262641;
}
.transparent-mode .SumoSelect.open .search-txt {
    background: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .SumoSelect .select-all {
    background-color: rgba(0, 0, 0, 0.2);
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .SumoSelect > .optWrapper > .MultiControls {
    -webkit-border-before: 1px solid rgba(255, 255, 255, 0.12);
    border-block-start: 1px solid rgba(255, 255, 255, 0.12);
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode
    .SumoSelect
    > .optWrapper.multiple
    > .MultiControls
    > p:hover {
    background-color: #393958;
}
.transparent-mode datepicker-dropdown.datepicker-orient-top:after,
.transparent-mode datepicker-dropdown.datepicker-orient-top:before {
    -webkit-border-before: 7px solid #3e3e50;
    border-block-start: 7px solid #3e3e50;
}
.transparent-mode datepicker-dropdown:after,
.transparent-mode datepicker-dropdown:before {
    border-block-end-color: #2e2e4a;
}
.transparent-mode .datepicker table tr td span:hover,
.transparent-mode .datepicker table tr td span.focused {
    background: rgba(0, 0, 0, 0.2) !important;
    color: #dedefd !important;
}
.transparent-mode .datepicker .prev,
.transparent-mode .datepicker .next {
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .datepicker .prev:hover,
.transparent-mode .datepicker .next:hover {
    background: rgba(0, 0, 0, 0.2) !important;
    color: rgba(255, 255, 255, 0.7) !important;
}
.transparent-mode .datepicker-dropdown:after {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .datepicker-dropdown::before {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .ms-choice {
    color: rgba(255, 255, 255, 0.7);
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .ms-choice.disabled {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .ms-drop {
    color: rgba(255, 255, 255, 0.7);
    background-color: var(--transparent-body);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .ms-drop.bottom {
    -webkit-box-shadow: 0px 8px 14.72px 1.28px rgba(34, 34, 61, 0.8);
    box-shadow: 0px 8px 14.72px 1.28px rgba(34, 34, 61, 0.8);
}
.transparent-mode .select2-dropdown {
    background-color: var(--transparent-body);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode
    .select2-container--default
    .select2-results__option[aria-selected="true"] {
    background-color: rgba(0, 0, 0, 0.2);
    color: #000;
}
.transparent-mode
    .select2-container--default.select2-container--disabled
    .select2-selection--single {
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .ms-search input {
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .transfer-double {
    background-color: transparent;
}
.transparent-mode .transfer-double-content-tabs {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .transfer-double-content-tabs .tab-item-name.tab-active {
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .transfer-double-content-left,
.transparent-mode .transfer-double-content-right {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .transfer-double-list-footer {
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .transfer-double-list-search-input {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode
    .transfer-double-list-search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.transparent-mode .transfer-double-list-search-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.transparent-mode .transfer-double-list-search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.transparent-mode .transfer-double-list-search-input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.transparent-mode .transfer-double-list-search-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.transparent-mode .transfer-double-list-main::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .checkbox-group label:before {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .transfer-double-content-param {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .transfer-double-selected-list-search-input {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode
    .transfer-double-selected-list-search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.transparent-mode
    .transfer-double-selected-list-search-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.transparent-mode
    .transfer-double-selected-list-search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.transparent-mode
    .transfer-double-selected-list-search-input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.transparent-mode .transfer-double-selected-list-search-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.transparent-mode .btn-select-arrow {
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .multi-wrapper {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .multi-wrapper .search-input {
    border-block-end-color: rgba(255, 255, 255, 0.1);
    background: transparent;
}
.transparent-mode .multi-wrapper .item-1 {
    color: #fff;
    background: transparent;
}
.transparent-mode .multi-wrapper .selected-wrapper,
.transparent-mode .multi-wrapper .item-group-1 .group-label {
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .iti__dial-code {
    color: rgba(255, 255, 255, 0.8);
}
.transparent-mode .multi-wrapper .non-selected-wrapper {
    background: rgba(0, 0, 0, 0.2);
    border-inline-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .iti input {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.transparent-mode .iti input[type="tel"],
.transparent-mode .iti input[type="text"] {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.2);
    border-inline-end-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.transparent-mode .iti__selected-flag {
    border-inline-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode
    .iti--allow-dropdown
    .iti__flag-container:hover
    .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.2);
    border-block-start-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .iti__country-list {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: var(--transparent-body);
    border-inline-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .iti__divider {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}

.transparent-mode .note-editor.note-frame.panel.panel-default .panel-heading {
    background-color: transparent;
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode
    .note-editor.note-frame.panel.panel-default.fullscreen
    .panel-heading.note-toolbar {
    background-color: var(--transparent-body);
}
.transparent-mode .note-btn.btn-default {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.transparent-mode .panel-default.fullscreen .note-editable {
    background-color: var(--transparent-body);
}
.transparent-mode .note-editor.note-airframe,
.transparent-mode .note-editor.note-frame {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode
    .note-editor
    .btn-default:not(:disabled):not(.disabled):active {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.transparent-mode .form-control-file::-webkit-file-upload-button {
    background-color: var(--transparent-body);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .note-editor.note-airframe .note-editing-area .note-codable,
.transparent-mode .note-editor.note-frame .note-editing-area .note-codable {
    background-color: var(--transparent-body);
    color: rgba(255, 255, 255, 0.7);
}

.transparent-mode .richText .richText-editor {
    background-color: transparent;
    border-inline-start-color: rgba(255, 255, 255, 0);
}
.transparent-mode .richText .richText-toolbar ul {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .richText .richText-toolbar ul li a {
    color: #fff;
}
.transparent-mode .richText .richText-toolbar ul li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode
    .richText
    .richText-toolbar
    ul
    li
    a
    .richText-dropdown-outer
    .richText-dropdown {
    background-color: var(--transparent-body);
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode
    .richText
    .richText-toolbar
    ul
    li
    a
    .richText-dropdown-outer
    .richText-dropdown
    .richText-dropdown-close {
    background: var(--transparent-body);
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .richText .richText-form input[type="text"],
.transparent-mode .richText .richText-form input[type="file"],
.transparent-mode .richText .richText-form input[type="number"] {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.transparent-mode .richText .richText-form select {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.transparent-mode
    .richText
    .richText-toolbar
    ul
    li
    a
    .richText-dropdown-outer
    ul.richText-dropdown
    li
    a {
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode
    .richText
    .richText-toolbar
    ul
    li
    a
    .richText-dropdown-outer
    ul.richText-dropdown
    li
    a:hover {
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .richText .richText-undo,
.transparent-mode .richText .richText-redo {
    border-inline-end-color: rgba(255, 255, 255, 0.1);
}

.transparent-mode .ql-toolbar.ql-snow {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .ql-toolbar.ql-snow .ql-picker-label {
    border-color: rgba(255, 255, 255, 0.1);
    background: var(--transparent-body);
    color: #fff;
}
.transparent-mode .ql-container.ql-snow {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .ql-snow.ql-toolbar button,
.transparent-mode .ql-snow .ql-toolbar button {
    border-color: rgba(255, 255, 255, 0.1);
    background: var(--transparent-body);
    color: #fff;
}
.transparent-mode .ql-snow.ql-toolbar button:last-child,
.transparent-mode .ql-snow .ql-toolbar button:last-child {
    border-inline-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode
    .ql-toolbar.ql-snow
    .ql-picker.ql-expanded
    .ql-picker-options {
    background-color: var(--transparent-body);
}
.transparent-mode
    .ql-toolbar.ql-snow
    .ql-picker.ql-expanded
    .ql-picker-options {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .ql-snow .ql-formats {
    color: #fff;
}
.transparent-mode .ql-snow .ql-tooltip {
    background-color: var(--transparent-body);
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    -webkit-margin-start: 100px;
    margin-inline-start: 100px;
}
.transparent-mode .ql-snow .ql-stroke {
    stroke: rgba(255, 255, 255, 0.5);
}
.transparent-mode .ql-snow.ql-toolbar button:hover,
.transparent-mode .ql-snow .ql-toolbar button:hover,
.transparent-mode .ql-snow.ql-toolbar button:focus,
.transparent-mode .ql-snow .ql-toolbar button:focus,
.transparent-mode .ql-snow.ql-toolbar button.ql-active,
.transparent-mode .ql-snow .ql-toolbar button.ql-active,
.transparent-mode .ql-snow.ql-toolbar .ql-picker-label:hover,
.transparent-mode .ql-snow .ql-toolbar .ql-picker-label:hover,
.transparent-mode .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.transparent-mode .ql-snow .ql-toolbar .ql-picker-label.ql-active,
.transparent-mode .ql-snow.ql-toolbar .ql-picker-item:hover,
.transparent-mode .ql-snow .ql-toolbar .ql-picker-item:hover,
.transparent-mode .ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.transparent-mode .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .ql-tooltip.ql-editing input[type="text"],
.transparent-mode .ql-tooltip.ql-editing input[type="file"],
.transparent-mode .ql-tooltip.ql-editing input[type="number"] {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.transparent-mode .ql-bubble .ql-tooltip {
    background-color: rgba(0, 0, 0, 0.2);
}
.transparent-mode .ql-snow a {
    color: rgba(255, 255, 255, 0.7);
}

.transparent-mode .sw-theme-dots > ul.step-anchor {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .sw-theme-dots > ul.step-anchor:before {
    background-color: var(--transparent-body);
}
.transparent-mode .sw-theme-dots > ul.step-anchor > li > a:before {
    background: var(--transparent-body);
}
.transparent-mode .sw-theme-dots > ul.step-anchor > li.active > a::after {
    background: rgba(255, 255, 255, 0.7);
}
.transparent-mode .sw-theme-dots > ul.step-anchor > li.done > a {
    color: #fff;
}
.transparent-mode .sw-theme-dots .step-content {
    background-color: transparent;
}
.transparent-mode .sw-theme-dots .sw-toolbar {
    background: transparent;
}
.transparent-mode .wizard {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: transparent;
    border-radius: 3px;
}
.transparent-mode .wizard > .content {
    border-block-start-color: rgba(255, 255, 255, 0.1);
    border-block-end-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .wizard > .content > .title {
    color: #dedefd;
}
.transparent-mode .wizard > .actions .disabled a {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.62);
}
.transparent-mode .wizard > .steps .current a .number,
.transparent-mode .wizard > .steps .current a:active .number,
.transparent-mode .wizard > .steps .current a:hover .number {
    background-color: var(--primary-bg-color);
}
.transparent-mode .wizard > .steps a .number,
.transparent-mode .wizard > .steps a:active .number,
.transparent-mode .wizard > .steps a:hover .number {
    background-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .wizard.vertical > .content,
.transparent-mode .wizard.vertical > .actions {
    border-inline-start-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .wizard > .steps .done a .number,
.transparent-mode .wizard > .steps .done a:active .number,
.transparent-mode .wizard > .steps .done a:hover .number {
    background-color: #0dcd94;
}
.transparent-mode .wizard > .steps a .number,
.transparent-mode .wizard > .steps a:active .number,
.transparent-mode .wizard > .steps a:hover .number {
    background-color: rgba(255, 255, 255, 0.1);
}

.transparent-mode .owl-nav button {
    background: var(--transparent-body) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.transparent-mode .flot-text {
    color: rgba(255, 255, 255, 0.7) !important;
}
.transparent-mode tspan {
    fill: rgba(255, 255, 255, 0.7) !important;
}
.transparent-mode .nvd3 text {
    fill: rgba(255, 255, 255, 0.7);
}
.transparent-mode .nvd3 .nv-axis line {
    stroke: rgba(119, 119, 142, 0.2);
}
.transparent-mode .nvd3 .nv-discretebar .nv-groups text,
.transparent-mode .nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: #fff;
}
.transparent-mode .countdown li {
    background: var(--transparent-body);
    border: 5px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.transparent-mode .app-sidebar.sidemenu-scroll .side-header {
    background: var(--primary-bg-color);
}

@supports (
    (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))
) {
    .transparent-mode .app-sidebar.sidemenu-scroll .side-header {
        background: transparent !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
}
.transparent-mode .bg-recentorder {
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(var(--transparent-body)),
            to(tranparent)
        ),
        url("../images/landing/backgrounds/2.jpg");
    background: linear-gradient(
            to right,
            var(--transparent-body) 0%,
            tranparent 100%
        ),
        url("../images/landing/backgrounds/2.jpg");
}

.transparent-mode .bg-recentorder:before {
    background: none;
}

.transparent-mode .buttons-columnVisibility.dropdown-item:hover,
.transparent-mode .buttons-columnVisibility.dropdown-item:focus,
.transparent-mode .buttons-columnVisibility.dropdown-item.active,
.transparent-mode .buttons-columnVisibility.dropdown-item:active {
    color: #fff;
}

.transparent-mode .dataTables_wrapper .selected {
    background: var(--transparent-body);
}

.transparent-mode .dropdown-item:hover,
.transparent-mode .dropdown-item:focus,
.transparent-mode .dropdown-item.active,
.transparent-mode .dropdown-item:active {
    color: #fff;
}

.transparent-mode .list-group-item a {
    color: rgba(255, 255, 255, 0.7);
}

.transparent-mode .container-login100 .text-primary {
    color: rgba(255, 255, 255, 0.6) !important;
}
.transparent-mode .container-login100 .tab-content i,
.transparent-mode .container-login100 .tabs-menu2 ul li .active {
    color: #fff;
}
.transparent-mode .container-login100 .social-login i {
    color: #fff;
}
.transparent-mode .container-login100 .validate-form.login100-form a {
    color: rgb(255, 255, 255) !important;
}

@media (max-width: 991px) {
    .transparent-mode.sidebar-gone.sidenav-toggled.sidebar-mini .side-menu {
        -webkit-margin-before: 0px !important;
        margin-block-start: 0px !important;
    }
    .transparent-mode .navresponsive-toggler span {
        color: #fff !important;
    }
}
.transparent-mode.light-menu .hor-header.header {
    border-block-end-color: rgba(233, 237, 244, 0.2);
}

@media (max-width: 991px) {
    .transparent-mode.header-light .navresponsive-toggler span {
        color: var(--primary-bg-color) !important;
    }
}
.transparent-mode .onoffswitch2-label {
    background-color: rgba(0, 0, 0, 0.2);
}

.transparent-mode .onoffswitch2-label:before {
    background-color: #d3d3d3;
}

.transparent-mode .theme-layout.nav-link-bg.layout-setting {
    display: none;
}

@media (max-width: 991px) {
    .app.sidebar-mini.transparent-mode.header-light
        .side-header
        .header-brand-img.light-logo1 {
        display: none !important;
    }
    .app.sidebar-mini.transparent-mode.header-light
        .side-header
        .header-brand-img.desktop-logo {
        display: block !important;
    }
    .app.sidebar-mini.transparent-mode.light-menu.header-light
        .side-header
        .header-brand-img.light-logo1 {
        display: block !important;
    }
    .app.sidebar-mini.transparent-mode.light-menu.header-light
        .side-header
        .header-brand-img.desktop-logo {
        display: none !important;
    }
    .app.sidebar-mini.sidebar-gone.transparent-mode.light-menu.header-light.sidenav-toggled
        .side-header
        .header-brand-img.light-logo1 {
        display: none !important;
    }
}
.transparent-mode .fc-theme-standard .fc-popover {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--transparent-body);
}
.transparent-mode .fc-theme-standard .fc-popover-header {
    background: rgba(0, 0, 0, 0.2);
}

.transparent-mode .card-aside.color-card-radius .card-header {
    border-block-end-color: transparent;
}

.transparent-mode
    .ff_fileupload_wrap
    table.ff_fileupload_uploads
    td.ff_fileupload_summary
    .ff_fileupload_filename
    input {
    background: transparent;
    color: #fff;
}

.transparent-mode
    .ff_fileupload_wrap
    table.ff_fileupload_uploads
    td.ff_fileupload_preview
    .ff_fileupload_preview_image {
    background-color: rgba(0, 0, 0, 0.2);
}

.transparent-mode
    .ff_fileupload_wrap
    table.ff_fileupload_uploads
    td.ff_fileupload_actions
    button {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.2);
}

.transparent-mode .dropify-wrapper .dropify-preview .dropify-render img {
    background-color: transparent;
}
.transparent-mode .fc .fc-list-event:hover td {
    color: #fff;
}
.transparent-mode #navbar-example2 .nav-link {
    color: #fff;
}
.transparent-mode.icontext-menu .sidenav-menu-item:hover .side-menu__icon,
.transparent-mode.icontext-menu .sidenav-menu-item:hover .side-menu__label,
.transparent-mode.icontext-menu .sidenav-menu-item:focus .side-menu__icon,
.transparent-mode.icontext-menu .sidenav-menu-item:focus .side-menu__label {
    color: #fff !important;
}
.transparent-mode.hover-submenu .slide-menu a.active {
    color: #fff;
}
.transparent-mode.hover-submenu .slide-menu a.active .sub-side-menu__label {
    color: #fff;
}
.transparent-mode.hover-submenu1 .slide-menu a.active {
    color: #fff;
}
.transparent-mode.hover-submenu1 .slide-menu a.active .sub-side-menu__label {
    color: #fff;
}
.transparent-mode.horizontal .slide-menu a.active {
    color: #fff;
}
.transparent-mode.horizontal .slide-menu a.active .sub-side-menu__label {
    color: #fff;
}

.transparent-mode .qty:focus {
    background: transparent;
}

.transparent-mode .card-transparent.bg-primary-transparent,
.transparent-mode .card-transparent.bg-secondary-transparent,
.transparent-mode .card-transparent.bg-info-transparent,
.transparent-mode .card-transparent.bg-success-transparent,
.transparent-mode .card-transparent.bg-warning-transparent,
.transparent-mode .card-transparent.bg-danger-transparent {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.transparent-mode .btn-primary-light {
    color: #fff;
    background: var(--primary06) !important;
    border-color: var(--primary06) !important;
}
.transparent-mode .multi-wrapper .search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.transparent-mode .multi-wrapper .search-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.transparent-mode .multi-wrapper .search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.transparent-mode .multi-wrapper .search-input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.transparent-mode .multi-wrapper .search-input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.transparent-mode .handle-counter input {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #f0f8ff;
}
.transparent-mode .card-group .card.border-end {
    -webkit-border-end: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.transparent-mode .datetimetable input {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: transparent;
    color: #f0f8ff;
}
.transparent-mode .datetimetable input::-webkit-input-placeholder {
    color: #f0f8ff;
}
.transparent-mode .datetimetable input::-moz-placeholder {
    color: #f0f8ff;
}
.transparent-mode .datetimetable input:-ms-input-placeholder {
    color: #f0f8ff;
}
.transparent-mode .datetimetable input::-ms-input-placeholder {
    color: #f0f8ff;
}
.transparent-mode .datetimetable input::placeholder {
    color: #f0f8ff;
}
.transparent-mode div.dt-datetime {
    background-color: var(--transparent-body);
    border-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 16px 18px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 16px 18px rgba(0, 0, 0, 0.2);
}
.transparent-mode div.dt-datetime table td {
    color: rgba(255, 255, 255, 0.8);
}
.transparent-mode div.dt-datetime table th {
    color: #f0f8ff;
}
.transparent-mode div.dt-datetime div.dt-datetime-iconLeft button,
.transparent-mode div.dt-datetime div.dt-datetime-iconRight button,
.transparent-mode div.dt-datetime div.dt-datetime-iconUp button,
.transparent-mode div.dt-datetime div.dt-datetime-iconDown button {
    background: rgba(255, 255, 255, 0.1);
}
.transparent-mode div.dt-datetime div.dt-datetime-label:hover {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
}
.transparent-mode .btn-group.file-attach .btn-close.btn-outline-primary {
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
}
.transparent-mode .pricing-tabs ul.nav-price {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
}
.transparent-mode .pricing-tabs ul.nav-price li a {
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
}
.transparent-mode .pricing-tabs ul.nav-price li a.active {
    background: var(--primary-bg-color);
}
.transparent-mode
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: rgba(255, 255, 255, 0.6) transparent transparent transparent;
}
.transparent-mode
    .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent rgba(255, 255, 255, 0.6) transparent;
}
.transparent-mode .fc .fc-list-empty {
    background-color: transparent;
}
.transparent-mode .c3 path,
.transparent-mode .c3 line {
    stroke: rgba(255, 255, 255, 0.1);
}
.transparent-mode .fc-timegrid-event-harness-inset .fc-timegrid-event {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
}
.transparent-mode .form-floating > .form-control::-webkit-input-placeholder {
    color: transparent !important;
}
.transparent-mode .form-floating > .form-control::-moz-placeholder {
    color: transparent !important;
}
.transparent-mode .form-floating > .form-control:-ms-input-placeholder {
    color: transparent !important;
}
.transparent-mode .form-floating > .form-control::-ms-input-placeholder {
    color: transparent !important;
}
.transparent-mode .form-floating > .form-control::placeholder {
    color: transparent !important;
}
.transparent-mode div.dt-autofill-list {
    background-color: var(--transparent-body);
}
.transparent-mode div.dt-autofill-list div.dt-autofill-question,
.transparent-mode div.dt-autofill-list div.dt-autofill-button {
    -webkit-border-after: 1px dotted rgba(255, 255, 255, 0.1);
    border-block-end: 1px dotted rgba(255, 255, 255, 0.1);
}
.transparent-mode div.dt-autofill-list ul li:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.transparent-mode div.dt-button-info {
    background-color: var(--transparent-body);
    border: 2px solid rgba(255, 255, 255, 0.1);
}
.transparent-mode div.dt-button-info h2 {
    -webkit-border-after: 1px solid rgba(255, 255, 255, 0.1);
    border-block-end: 1px solid rgba(255, 255, 255, 0.1);
    background-color: var(--transparent-body);
}
.transparent-mode
    .note-editor
    .note-toolbar
    .note-color
    .note-dropdown-menu
    .note-palette
    .note-palette-title,
.transparent-mode
    .note-popover
    .popover-content
    .note-color
    .note-dropdown-menu
    .note-palette
    .note-palette-title {
    -webkit-border-after: 1px solid rgba(255, 255, 255, 0.1);
    border-block-end: 1px solid rgba(255, 255, 255, 0.1);
}
.transparent-mode .note-children-container a {
    color: #fff !important;
}
.transparent-mode
    .is-loading
    .form-control-plaintext::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .is-loading .form-control-plaintext::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .is-loading .form-control-plaintext:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .is-loading .form-control-plaintext::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .is-loading .form-control-plaintext::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.transparent-mode .is-loading .form-control-plaintext:focus-visible {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.transparent-mode .is-loading select option:checked {
    background-color: rgba(255, 255, 255, 0.1);
    color: #f0f8ff;
}
.transparent-mode .is-loading select[disabled] > option {
    color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 991px) {
    .transparent-mode.horizontal .horizontal-main .slide .slide-menu,
    .transparent-mode.horizontal .horizontal-main .slide .sub-slide-menu,
    .transparent-mode.horizontal .horizontal-main .slide .sub-slide-menu2 {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
}
.transparent-mode .demo_changer .form_holder {
    background-color: var(--primary-bg-color);
    -webkit-border-start: 1px solid rgba(255, 255, 255, 0.1);
    border-inline-start: 1px solid rgba(255, 255, 255, 0.1);
}

.transparent-mode.login-img.bg-img1::before,
.transparent-mode.login-img.bg-img2::before,
.transparent-mode.login-img.bg-img3::before,
.transparent-mode.login-img.bg-img4::before {
    background: transparent;
}
.transparent-mode .fullwidth-arrow-danger-ribbons-right .bar,
.transparent-mode .fullwidth-arrow-warning-ribbons .bar,
.transparent-mode .fullwidth-primary-ribbons .bar,
.transparent-mode .fullwidth-secondary-ribbons .bar {
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
}
.transparent-mode .fullwidth-arrow-danger-ribbons-right .bar span:nth-child(2),
.transparent-mode .fullwidth-arrow-warning-ribbons .bar span:nth-child(2),
.transparent-mode .fullwidth-primary-ribbons .bar span:nth-child(2),
.transparent-mode .fullwidth-secondary-ribbons .bar span:nth-child(2) {
    -webkit-box-shadow: 20px 20px 30px -10px transparent;
    box-shadow: 20px 20px 30px -10px transparent;
}
.transparent-mode .fullwidth-arrow-danger-ribbons-right .bar span:nth-child(4),
.transparent-mode .fullwidth-arrow-warning-ribbons .bar span:nth-child(4),
.transparent-mode .fullwidth-primary-ribbons .bar span:nth-child(4),
.transparent-mode .fullwidth-secondary-ribbons .bar span:nth-child(4) {
    -webkit-box-shadow: -20px 19px 30px -10px transparent;
    box-shadow: -20px 19px 30px -10px transparent;
}
.transparent-mode .demo_changer .form_holder {
    -webkit-box-shadow: 0px 8px 14.72px 1.28px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 14.72px 1.28px rgba(0, 0, 0, 0.2);
}

.transparent-mode a {
    color: #fff;
}

@media (min-width: 992px) {
    .transparent-mode.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .transparent-mode.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: block !important;
    }
    .transparent-mode.hover-submenu1.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .transparent-mode.hover-submenu.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.light-logo {
        display: none !important;
    }
    .transparent-mode.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo,
    .transparent-mode.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: block !important;
    }
    .transparent-mode.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo,
    .transparent-mode.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar
        .side-header
        .header-brand-img.light-logo {
        display: none !important;
    }
}
/* ######## LIBRARY-STYLES ######## */
/*----- Date Picker ----*/
.ui-datepicker {
    background-color: #fff;
    border: 1px solid #e9ebfa;
    font-family: inherit;
    font-size: inherit;
    padding: 10px;
    margin: 1px 0 0;
    display: none;
    width: auto !important;
    z-index: 5 !important;
    -webkit-box-shadow: 0px 16px 18px rgba(104, 113, 123, 0.2);
    box-shadow: 0px 16px 18px rgba(104, 113, 123, 0.2);
    border-radius: 7px;
}
.ui-datepicker .ui-datepicker-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #473b52;
    padding: 0 0 5px;
    letter-spacing: 1px;
    border: 0;
    background-color: transparent;
    border-start-start-radius: 7px;
    border-start-end-radius: 7px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    text-indent: -99999px;
    color: #6c757d;
    inset-block-start: 1px;
}
.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;
    inset-block-start: -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 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
    inset-inline-end: 5px;
    content: "\f105";
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
    inset-inline-start: 5px;
    content: "\f104";
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
    color: #495057;
    cursor: pointer;
    inset-block-start: 1px;
    border: 0;
    background-color: transparent;
}
.ui-datepicker .ui-datepicker-calendar {
    margin: 0;
    background-color: transparent;
    border-end-end-radius: 3px;
    border-end-start-radius: 3px;
}
.ui-datepicker .ui-datepicker-calendar th {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 6px 10px;
    color: #a3a7b7;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: 1px solid #eceef9;
    padding: 0;
    background-color: #eceef9;
    text-align: end;
}
.ui-datepicker .ui-datepicker-calendar td:last-child {
    -webkit-border-end: 0;
    border-inline-end: 0;
}
.ui-datepicker
    .ui-datepicker-calendar
    td.ui-datepicker-other-month
    .ui-state-default {
    color: #ccc;
}
.ui-datepicker .ui-datepicker-calendar td span {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 5px;
    background-color: #fff;
    color: #473b52;
    padding: 6px 10px;
    display: block;
    font-weight: 400;
    font-size: 12px;
    border: 0;
    border-radius: 1px;
}
.ui-datepicker .ui-datepicker-calendar td a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 5px;
    background-color: #fff;
    color: #473b52;
    padding: 6px 10px;
    display: block;
    font-weight: 400;
    font-size: 12px;
    border: 0;
    border-radius: 1px;
}
.ui-datepicker .ui-datepicker-calendar td a:hover {
    background-color: #f0f2f7;
    color: #473b52;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
    background-color: #f8f9fa;
    color: #473b52;
}

@media (max-width: 320px) {
    .ui-datepicker .ui-datepicker-calendar th {
        padding: 4px 0;
        letter-spacing: normal;
    }
}
.ui-datepicker-multi .ui-datepicker-group {
    -webkit-padding-end: 15px;
    padding-inline-end: 15px;
    width: auto;
    float: var(--float-left);
}
.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-title {
    margin: auto;
}
.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-prev::before {
    inset-inline-start: 10px;
}
.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-next::before {
    inset-inline-end: 10px;
}
.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0;
}
.ui-datepicker-multi .ui-datepicker-group-last {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
}

.ui-datepicker-inline {
    max-width: 270px;
    border-radius: 12px;
}

@media (max-width: 576px) {
    #ui-datepicker-div .ui-datepicker-group {
        float: none;
        -webkit-padding-end: 0;
        padding-inline-end: 0;
    }
    #ui-datepicker-div
        .ui-datepicker-group.ui-datepicker-group-last
        .ui-datepicker-header {
        -webkit-margin-before: 10px;
        margin-block-start: 10px;
    }
}
.jvectormap-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

.jvectormap-tip {
    position: absolute;
    display: none;
    border-radius: 3px;
    background: #212529;
    color: white;
    padding: 6px;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
}
.jvectormap-tip small {
    font-size: inherit;
    font-weight: 400;
}

.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
    position: absolute;
    inset-inline-start: 10px;
    border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: white;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    width: 10px;
    height: 10px;
}

.jvectormap-zoomin {
    inset-block-start: 10px;
}

.jvectormap-zoomout {
    inset-block-start: 30px;
}

.jvectormap-goback {
    inset-block-end: 10px;
    z-index: 1000;
    padding: 6px;
}

.jvectormap-spinner {
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    inset-inline-end: 0;
    inset-block-end: 0;
    background: center no-repeat
        url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}

.jvectormap-legend-title {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.jvectormap-legend-cnt {
    position: absolute;
}

.jvectormap-legend-cnt-h {
    inset-block-end: 0;
    inset-inline-end: 0;
}

.jvectormap-legend-cnt-v {
    inset-block-start: 0;
    inset-inline-end: 0;
}

.jvectormap-legend {
    background: black;
    color: white;
    border-radius: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend {
    float: var(--float-left);
    margin: 0 10px 10px 0;
    padding: 3px 3px 1px 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
    float: var(--float-left);
}

.jvectormap-legend-cnt-v .jvectormap-legend {
    margin: 10px 10px 0 0;
    padding: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
    width: 40px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
    height: 15px;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.jvectormap-legend-tick-text {
    font-size: 12px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
    text-align: center;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    -webkit-padding-start: 3px;
    padding-inline-start: 3px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e9edf4 !important;
}
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #9ca3b1;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #e9edf4 !important;
    cursor: text;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e9edf4 !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #fff !important;
}
.select2-container--default .select2-results > .select2-results__options {
    -webkit-box-shadow: 0px 16px 18px rgba(104, 113, 123, 0.2);
    box-shadow: 0px 16px 18px rgba(104, 113, 123, 0.2);
}

.select2-container .select2-selection--single {
    height: 2.375rem !important;
}

.select2-container--default .select2-selection--single {
    outline: none;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 36px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 2.375rem !important;
}

.select2-dropdown {
    z-index: 999999 !important;
}

.selectgroup {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
}

.selectgroup-item {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    position: relative;
}
.selectgroup-item + .selectgroup-item {
    -webkit-margin-start: -1px;
    margin-inline-start: -1px;
}
.selectgroup-item:not(:first-child) .selectgroup-button {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
}
.selectgroup-item:not(:last-child) .selectgroup-button {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
}

.selectgroup-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    inset-block-start: 0;
    inset-inline-start: 0;
}

.selectgroup-button {
    display: block;
    border: 1px solid #e9edf4;
    text-align: center;
    padding: 0.375rem 1rem;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    color: #9aa0ac;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.875rem;
    line-height: 1.5rem;
    min-width: 2.375rem;
}

.selectgroup-input:checked + .selectgroup-button {
    z-index: 1;
    background: var(--primary01);
}
.selectgroup-input:focus + .selectgroup-button {
    z-index: 2;
    -webkit-box-shadow: 0 0 0 2px rgba(98, 58, 162, 0.25);
    box-shadow: 0 0 0 2px rgba(98, 58, 162, 0.25);
}

.selectgroup-pills {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}
.selectgroup-pills .selectgroup-item {
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
}
.selectgroup-pills .selectgroup-button {
    border-radius: 5px !important;
}

/* ######## SIDEMENU-STYLES ######## */
@media (min-width: 992px) {
    .app.sidenav-toggled .app-content {
        -webkit-margin-start: 0;
        margin-inline-start: 0;
    }
    .app.sidenav-toggled .app-sidebar {
        inset-inline-start: 230px;
    }
    .app.sidenav-toggled .app-sidebar__overlay {
        visibility: hidden;
    }
    .app-sidebar {
        -webkit-padding-before: 80px;
        padding-block-start: 80px;
    }
    .side-header {
        width: 270px;
        inset-inline-start: 0;
        inset-inline-end: 0;
        inset-block-start: 0;
        position: fixed;
        z-index: 99;
        background: #fff;
    }
    .app.sidebar-mini.sidenav-toggled .side-header {
        width: 80px !important;
    }
    .sidebar-mini footer.footer {
        -webkit-padding-before: 1.25rem;
        padding-block-start: 1.25rem;
        -webkit-padding-end: 1.25rem;
        padding-inline-end: 1.25rem;
        -webkit-padding-after: 1.25rem;
        padding-block-end: 1.25rem;
        -webkit-padding-start: 270px;
        padding-inline-start: 270px;
    }
    .sidebar-mini.sidenav-toggled footer.footer {
        padding: 1.25rem 1.25rem 1.25rem 80px;
    }
}
@media (max-width: 991px) {
    .app {
        overflow-x: hidden;
    }
    .app .app-sidebar {
        inset-inline-start: -270px;
        inset-block-start: 70px;
    }
    .app .app-sidebar__overlay {
        visibility: hidden;
    }
    .app.sidenav-toggled .app-content {
        -webkit-margin-start: 0;
        margin-inline-start: 0;
    }
    .app.sidenav-toggled .app-sidebar {
        inset-inline-start: 0;
    }
    .app.sidenav-toggled .app-sidebar__overlay {
        visibility: visible;
    }
    .app.sidebar-mini.sidebar-gone.sidenav-toggled .app-sidebar {
        inset-inline-start: 0;
    }
    .app .app-header .header-brand1 {
        width: inherit;
        position: absolute;
        inset-inline-start: 0;
        inset-inline-end: 0;
    }
    .side-menu .sidenav-menu-item {
        margin: 2px 10px;
    }
}
.app-content {
    min-height: calc(100vh - 140px);
    -webkit-margin-after: 0 !important;
    margin-block-end: 0 !important;
    -webkit-transition: margin-inline-start 450ms ease;
    -webkit-transition: -webkit-margin-start 450ms ease;
    transition: -webkit-margin-start 450ms ease;
    transition: margin-inline-start 450ms ease;
    transition: margin-inline-start 450ms ease, -webkit-margin-start 450ms ease;
    overflow: clip;
    -webkit-margin-before: 74px;
    margin-block-start: 74px;
}
.app-content .side-app {
    padding: 20px 10px 20px 10px;
}

.footer .container {
    width: 100%;
    -webkit-padding-end: 0.75rem;
    padding-inline-end: 0.75rem;
    -webkit-padding-start: 0.75rem;
    padding-inline-start: 0.75rem;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}

@media (min-width: 992px) {
    .app-content {
        -webkit-margin-start: 270px;
        margin-inline-start: 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;
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-start: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9999 !important;
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
    background: #ffffff;
    -webkit-transition: -webkit-padding-start 0.3s ease;
    transition: -webkit-padding-start 0.3s ease;
    transition: padding-inline-start 0.3s ease;
    transition: padding-inline-start 0.3s ease, -webkit-padding-start 0.3s ease;
}

@media (min-width: 992px) {
    .app-header {
        -webkit-padding-end: 10px;
        padding-inline-end: 10px;
        -webkit-padding-start: 285px;
        padding-inline-start: 285px;
        z-index: 9 !important;
    }
}
@media print {
    .app-header {
        display: none;
    }
}
.app-sidebar__toggle {
    color: var(--primary-bg-color);
    z-index: 1;
    -webkit-transition: -webkit-padding-start 0.3s ease;
    transition: -webkit-padding-start 0.3s ease;
    transition: padding-inline-start 0.3s ease;
    transition: padding-inline-start 0.3s ease, -webkit-padding-start 0.3s ease;
    padding: 0 9px;
    text-align: center;
    height: 40px;
    width: 40px;
    font-size: 1.5rem;
    position: relative;
    border: 1px solid #e9edf4;
    border-radius: 50%;
}
.app-sidebar__toggle:focus,
.app-sidebar__toggle:hover {
    text-decoration: none;
}

.navbar-toggler {
    color: var(--primary-bg-color);
    z-index: 1;
    -webkit-transition: -webkit-padding-start 0.3s ease;
    transition: -webkit-padding-start 0.3s ease;
    transition: padding-inline-start 0.3s ease;
    transition: padding-inline-start 0.3s ease, -webkit-padding-start 0.3s ease;
    padding: 0 9px;
    text-align: center;
    height: 40px;
    width: 40px;
    font-size: 1.5rem;
    position: relative;
    border: 1px solid #e9edf4;
    border-radius: 50%;
    padding: 0;
}

@media (max-width: 991px) {
    .app-sidebar__toggle {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
.app-sidebar {
    position: fixed;
    inset-block-start: 0;
    inset-block-end: 0;
    inset-inline-start: 0;
    color: #475569;
    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;
    -webkit-border-end: 1px solid #e9edf4;
    border-inline-end: 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;
        inset-block-start: 0;
        inset-inline-start: 0;
        inset-block-end: 0;
        inset-inline-end: 0;
        z-index: 9;
    }
}
.side-menu {
    -webkit-margin-after: 0;
    margin-block-end: 0;
    padding: 0 10px 0 10px;
}

.sidenav-menu-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 20px;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: border-inline-start-color 0.3s ease,
        background-color 0.3s ease;
    transition: border-inline-start-color 0.3s ease, background-color 0.3s ease;
    color: #475569;
    margin: 2px 0px;
    white-space: nowrap;
    line-height: 1;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}
.sidenav-menu-item.active {
    text-decoration: none;
    color: #fff;
    background-color: var(--primary-bg-color);
}
.sidenav-menu-item.active:hover,
.sidenav-menu-item.active:focus {
    text-decoration: none;
    color: #fff;
    background-color: var(--primary-bg-color);
}
.sidenav-menu-item:hover,
.sidenav-menu-item:focus {
    text-decoration: none;
    color: #fff;
    background-color: var(--primary-bg-color);
}
.sidenav-menu-item:hover .side-menu__icon,
.sidenav-menu-item:hover .side-menu__label,
.sidenav-menu-item:focus .side-menu__icon,
.sidenav-menu-item:focus .side-menu__label {
    color: #fff;
}
.sidenav-menu-item:hover,
.sidenav-menu-item:focus {
    text-decoration: none;
    color: #fff;
    background-color: var(--primary-bg-color);
}
.sidenav-menu-item:hover .side-menu__icon,
.sidenav-menu-item:hover .side-menu__label,
.sidenav-menu-item:focus .side-menu__icon,
.sidenav-menu-item:focus .side-menu__label {
    color: #fff;
}

@media (min-width: 992px) {
    .app.sidebar-mini.sidenav-toggled .side-menu__label {
        display: none !important;
    }
}
.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: "";
    -webkit-margin-end: 10px !important;
    margin-inline-end: 10px !important;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    display: inline-block;
    background-color: #e9edf4;
}
.slide-menu li .slide-item.active::before {
    background-color: var(--primary-bg-color);
}

.slide.is-expanded a {
    text-decoration: none;
}

.side-menu svg {
    color: #475569;
    text-align: center;
    vertical-align: middle;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
    position: relative;
    font-size: 22px;
}

.side-menu__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.side-menu__label {
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.slide.is-expanded .slide-menu {
    display: block;
}
.slide.is-expanded .angle {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.slide-menu {
    display: none;
    font-size: 0.7rem !important;
    -webkit-padding-start: 30px;
    padding-inline-start: 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 {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.angle {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-margin-end: 2px;
    margin-inline-end: 2px;
    font-size: 11px;
}

@media (min-width: 992px) {
    .sidebar-mini.sidenav-toggled .angle {
        display: none;
    }
    .sidebar-mini.sidenav-toggled .app-header.header {
        -webkit-padding-start: 100px;
        padding-inline-start: 100px;
    }
    .sidebar-mini.sidenav-toggled .side-menu {
        padding: 10px 10px 40px 10px;
    }
    .sidebar-mini.sidenav-toggled .side-menu .sub-category {
        display: none;
    }
    .sidebar-mini.sidenav-toggled .side-menu .side-menu__icon {
        background: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
    }
    .sidebar-mini.sidenav-toggled .side-badge,
    .sidebar-mini.sidenav-toggled .slide-menu open.slide-menu hide .side-badge {
        display: none;
    }
    .sidebar-mini.sidenav-toggled .side-menu {
        -webkit-margin-before: 20px;
        margin-block-start: 20px;
    }
    .sidebar-mini.sidenav-toggled
        .side-menu
        li
        .sidenav-menu-item.active:before {
        display: none;
    }
    .sidebar-mini.sidenav-toggled .app-content {
        -webkit-margin-start: 80px;
        margin-inline-start: 80px;
    }
    .sidebar-mini.sidenav-toggled .app-sidebar {
        inset-inline-start: 0;
        width: 80px;
        overflow: hidden;
    }
    .sidebar-mini.sidenav-toggled .app-sidebar:hover {
        overflow: visible;
    }
    .sidebar-mini.sidenav-toggled .slide-menu {
        position: absolute;
        opacity: 0;
        z-index: 9;
        visibility: hidden;
        -webkit-transition: visibility 0.3s ease;
        transition: visibility 0.3s ease;
    }
    .app.sidebar-mini.sidenav-toggled .nav-badge {
        position: absolute;
        inset-block-start: 8px;
        inset-inline-end: 28px;
        padding: 0.2rem 0.4rem;
        font-size: 11px;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar {
        width: 270px;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-header {
        width: 270px !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        padding: 17px 17px !important;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled-open .light-logo,
    .sidebar-mini.sidenav-toggled.sidenav-toggled-open .light-logo1,
    .sidebar-mini.sidenav-toggled.sidenav-toggled-open .mobile-light {
        display: none !important;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .side-header
        .header-brand-img.light-logo1 {
        display: block !important;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled-open .sidenav-menu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .side-menu
        .sub-category {
        display: block;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__icon {
        font-size: 18px;
        line-height: 1;
        text-align: center;
        vertical-align: middle;
        -webkit-margin-end: 8px !important;
        margin-inline-end: 8px !important;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__label {
        display: block !important;
        white-space: nowrap;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-margin-before: 3px;
        margin-block-start: 3px;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .slide.is-expanded
        .slide-menu {
        display: block !important;
        position: unset;
        inset-block-start: inherit;
        min-width: 0;
        width: 100%;
        opacity: inherit;
        visibility: inherit;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu {
        -webkit-margin-before: 20px !important;
        margin-block-start: 20px !important;
        padding: 10px 0px 40px 0px !important;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu > li {
        padding: 0px 10px 0px 10px;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled-open .angle {
        display: block;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-badge {
        display: block;
    }
}
.sidenav-toggled .main-wrapper .side-menu .sidenav-menu-item .nav-badge {
    position: absolute;
    inset-block-start: 5px;
    inset-inline-start: 57px;
    display: block !important;
    padding: 3px 5px !important;
}
.sidenav-toggled .main-wrapper .side-menu .sidenav-menu-item .nav-badge1 {
    display: none;
}

.nav-badge {
    border-radius: 30px;
    padding: 0.4em 0.6em;
    font-size: 12px;
}

.side-header .header-brand1 {
    text-align: center;
    margin: 0 auto !important;
    height: 70px;
}
.sidebar-mini.sidenav-toggled
    .app-sidebar
    .side-header
    .header-brand-img.desktop-logo {
    display: none;
}

.side-header .header-brand-img.toggle-logo {
    display: none;
}
.side-header .header-brand-img.light-logo1 {
    display: block !important;
}

.sidebar-mini.sidenav-toggled
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: none !important;
}
.sidebar-mini.sidenav-toggled
    .app-sidebar
    .side-header
    .header-brand-img.toggle-logo {
    display: none;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}
.sidebar-mini.sidenav-toggled .sidebar-navs {
    display: none;
}

.side-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
    -webkit-border-end: 1px solid #e9edf4;
    border-inline-end: 1px solid #e9edf4;
    padding: 19px 17px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: left 0.3s ease, width 450ms ease;
    transition: left 0.3s ease, width 450ms ease;
    height: 75px;
}
.side-header .header-brand-img.toggle-logo,
.side-header .header-brand-img.light-logo {
    height: 2.5rem;
}

.side-menu .sub-category {
    color: #74829c;
    padding: 12px 19px 7px;
    white-space: nowrap;
    position: relative;
}
.side-menu .sub-category:not(:first-child) {
    -webkit-margin-before: 0.75rem;
    margin-block-start: 0.75rem;
}
.side-menu .sub-category h3 {
    -webkit-margin-after: 0;
    margin-block-end: 0;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 11px;
    font-weight: 700;
}

.side-menu li:not(:first-child) h3 {
    -webkit-margin-before: 0rem;
    margin-block-start: 0rem;
}

@media (min-width: 991px) {
    .sidenav-toggled .header-brand-img.light-logo {
        display: block;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
    }
}
.side-badge,
.slide-menu open.slide-menu hide .side-badge {
    position: absolute;
    inset-block-start: 18px;
    inset-inline-end: 20px;
    border-radius: 50px;
    padding: 3px 6px 3px;
}

/*-- Subslide ---*/
.sub-sidenav-menu-item {
    padding: 8px 8px;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #74829c;
}
.sub-sidenav-menu-item .sub-side-menu__label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.slide-menu a:before {
    content: "";
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    display: inline-block;
    background-color: #e9edf4;
}

.slide-menu.active a:before {
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    background-color: var(--primary-bg-color);
    border: 3px solid #e9edf4;
    width: 0.875rem;
    height: 0.875rem;
}

.sub-slide.is-expanded .sub-angle {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sub-angle {
    float: var(--float-right);
    line-height: 40px;
    -webkit-margin-before: 5px;
    margin-block-start: 5px;
    -webkit-margin-end: 14px;
    margin-inline-end: 14px;
    font-size: 12px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-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;
    -webkit-padding-before: 0px;
    padding-block-start: 0px;
    -webkit-padding-end: 15px;
    padding-inline-end: 15px;
    -webkit-padding-after: 15px;
    padding-block-end: 15px;
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
    font-size: 13px !important;
    list-style: none;
}

.sub-slide-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    list-style: none;
    -webkit-padding-before: 8px !important;
    padding-block-start: 8px !important;
    -webkit-padding-end: 0px !important;
    padding-inline-end: 0px !important;
    -webkit-padding-after: 8px !important;
    padding-block-end: 8px !important;
    -webkit-padding-start: 24px !important;
    padding-inline-start: 24px !important;
    color: #74829c;
    font-size: 13.5px;
}

/*-- Subslide2 ---*/
.sub-sidenav-menu-item2 {
    -webkit-padding-before: 8px;
    padding-block-start: 8px;
    -webkit-padding-end: 0px;
    padding-inline-end: 0px;
    -webkit-padding-after: 8px;
    padding-block-end: 8px;
    -webkit-padding-start: 24px;
    padding-inline-start: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.sub-angle2 {
    float: var(--float-right);
    line-height: 40px;
    -webkit-margin-before: -2px;
    margin-block-start: -2px;
    -webkit-margin-end: 3px;
    margin-inline-end: 3px;
    font-size: 12px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-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);
    transform: rotate(90deg);
}

.sub-slide2.is-expanded .sub-slide-menu2 {
    display: block;
}

.sub-slide-menu2 {
    display: none;
    padding: 0;
    font-size: 0.8rem !important;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    list-style: none;
}

.sub-slide-item2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    list-style: none;
    -webkit-padding-before: 8px !important;
    padding-block-start: 8px !important;
    -webkit-padding-end: 0px !important;
    padding-inline-end: 0px !important;
    -webkit-padding-after: 8px !important;
    padding-block-end: 8px !important;
    -webkit-padding-start: 40px !important;
    padding-inline-start: 40px !important;
    font-size: 12.5px;
    color: #74829c;
}

@media (max-width: 991px) {
    .header-brand1 .desktop-logo {
        margin: 0 auto;
        -webkit-margin-before: 6px;
        margin-block-start: 6px;
    }
}
.app.sidebar-mini.sidenav-toggled
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: none !important;
}

.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
    .app-sidebar
    .side-header
    .header-brand-img.light-logo1 {
    display: block !important;
}

.side-menu-label1 {
    display: none;
}

.app.sidebar-mini .hor-angle {
    display: none;
}

.sidebar-mini .app-sidebar {
    width: 270px;
}

/* @media (max-width: 991px) {
    .sidebar-mini .app-header .light-logo1 {
        display: block !important;
    }
} */
@media screen and (max-width: 991.9px) {
    .side-menu {
        -webkit-margin-start: 0 !important;
        margin-inline-start: 0 !important;
        -webkit-margin-end: 0 !important;
        margin-inline-end: 0 !important;
    }
}
.sidetab-menu .menutabs-content,
.sidetab-menu .tab-menu-heading {
    display: none;
}

@media (min-width: 992px) {
    .default-menu.app .app-sidebar .main-sidemenu #side2,
    .default-menu.app .app-sidebar .main-sidemenu #side3,
    .default-menu.app .app-sidebar .main-sidemenu #side4,
    .default-menu.app .app-sidebar .main-sidemenu #side6,
    .default-menu.app .app-sidebar .main-sidemenu #side7,
    .default-menu.app .app-sidebar .main-sidemenu #side8,
    .default-menu.app .app-sidebar .main-sidemenu #side10,
    .default-menu.app .app-sidebar .main-sidemenu #side11,
    .default-menu.app .app-sidebar .main-sidemenu #side12,
    .default-menu.app .app-sidebar .main-sidemenu #side14,
    .default-menu.app .app-sidebar .main-sidemenu #side15,
    .default-menu.app .app-sidebar .main-sidemenu #side16,
    .default-menu.app .app-sidebar .main-sidemenu #side18,
    .default-menu.app .app-sidebar .main-sidemenu #side19,
    .default-menu.app .app-sidebar .main-sidemenu #side20,
    .default-menu.app .app-sidebar .main-sidemenu #side22,
    .default-menu.app .app-sidebar .main-sidemenu #side23,
    .default-menu.app .app-sidebar .main-sidemenu #side24,
    .default-menu.app .app-sidebar .main-sidemenu #side26,
    .default-menu.app .app-sidebar .main-sidemenu #side27,
    .default-menu.app .app-sidebar .main-sidemenu #side28,
    .default-menu.app .app-sidebar .main-sidemenu #side30,
    .default-menu.app .app-sidebar .main-sidemenu #side31,
    .default-menu.app .app-sidebar .main-sidemenu #side32,
    .default-menu.app .app-sidebar .main-sidemenu #side34,
    .default-menu.app .app-sidebar .main-sidemenu #side35,
    .default-menu.app .app-sidebar .main-sidemenu #side36,
    .default-menu.app .app-sidebar .main-sidemenu #side38,
    .default-menu.app .app-sidebar .main-sidemenu #side39,
    .default-menu.app .app-sidebar .main-sidemenu #side40,
    .closed-menu.app .app-sidebar .main-sidemenu #side2,
    .closed-menu.app .app-sidebar .main-sidemenu #side3,
    .closed-menu.app .app-sidebar .main-sidemenu #side4,
    .closed-menu.app .app-sidebar .main-sidemenu #side6,
    .closed-menu.app .app-sidebar .main-sidemenu #side7,
    .closed-menu.app .app-sidebar .main-sidemenu #side8,
    .closed-menu.app .app-sidebar .main-sidemenu #side10,
    .closed-menu.app .app-sidebar .main-sidemenu #side11,
    .closed-menu.app .app-sidebar .main-sidemenu #side12,
    .closed-menu.app .app-sidebar .main-sidemenu #side14,
    .closed-menu.app .app-sidebar .main-sidemenu #side15,
    .closed-menu.app .app-sidebar .main-sidemenu #side16,
    .closed-menu.app .app-sidebar .main-sidemenu #side18,
    .closed-menu.app .app-sidebar .main-sidemenu #side19,
    .closed-menu.app .app-sidebar .main-sidemenu #side20,
    .closed-menu.app .app-sidebar .main-sidemenu #side22,
    .closed-menu.app .app-sidebar .main-sidemenu #side23,
    .closed-menu.app .app-sidebar .main-sidemenu #side24,
    .closed-menu.app .app-sidebar .main-sidemenu #side26,
    .closed-menu.app .app-sidebar .main-sidemenu #side27,
    .closed-menu.app .app-sidebar .main-sidemenu #side28,
    .closed-menu.app .app-sidebar .main-sidemenu #side30,
    .closed-menu.app .app-sidebar .main-sidemenu #side31,
    .closed-menu.app .app-sidebar .main-sidemenu #side32,
    .closed-menu.app .app-sidebar .main-sidemenu #side34,
    .closed-menu.app .app-sidebar .main-sidemenu #side35,
    .closed-menu.app .app-sidebar .main-sidemenu #side36,
    .closed-menu.app .app-sidebar .main-sidemenu #side38,
    .closed-menu.app .app-sidebar .main-sidemenu #side39,
    .closed-menu.app .app-sidebar .main-sidemenu #side40,
    .icontext-menu.app .app-sidebar .main-sidemenu #side2,
    .icontext-menu.app .app-sidebar .main-sidemenu #side3,
    .icontext-menu.app .app-sidebar .main-sidemenu #side4,
    .icontext-menu.app .app-sidebar .main-sidemenu #side6,
    .icontext-menu.app .app-sidebar .main-sidemenu #side7,
    .icontext-menu.app .app-sidebar .main-sidemenu #side8,
    .icontext-menu.app .app-sidebar .main-sidemenu #side10,
    .icontext-menu.app .app-sidebar .main-sidemenu #side11,
    .icontext-menu.app .app-sidebar .main-sidemenu #side12,
    .icontext-menu.app .app-sidebar .main-sidemenu #side14,
    .icontext-menu.app .app-sidebar .main-sidemenu #side15,
    .icontext-menu.app .app-sidebar .main-sidemenu #side16,
    .icontext-menu.app .app-sidebar .main-sidemenu #side18,
    .icontext-menu.app .app-sidebar .main-sidemenu #side19,
    .icontext-menu.app .app-sidebar .main-sidemenu #side20,
    .icontext-menu.app .app-sidebar .main-sidemenu #side22,
    .icontext-menu.app .app-sidebar .main-sidemenu #side23,
    .icontext-menu.app .app-sidebar .main-sidemenu #side24,
    .icontext-menu.app .app-sidebar .main-sidemenu #side26,
    .icontext-menu.app .app-sidebar .main-sidemenu #side27,
    .icontext-menu.app .app-sidebar .main-sidemenu #side28,
    .icontext-menu.app .app-sidebar .main-sidemenu #side30,
    .icontext-menu.app .app-sidebar .main-sidemenu #side31,
    .icontext-menu.app .app-sidebar .main-sidemenu #side32,
    .icontext-menu.app .app-sidebar .main-sidemenu #side34,
    .icontext-menu.app .app-sidebar .main-sidemenu #side35,
    .icontext-menu.app .app-sidebar .main-sidemenu #side36,
    .icontext-menu.app .app-sidebar .main-sidemenu #side38,
    .icontext-menu.app .app-sidebar .main-sidemenu #side39,
    .icontext-menu.app .app-sidebar .main-sidemenu #side40,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side2,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side3,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side4,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side6,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side7,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side8,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side10,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side11,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side12,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side14,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side15,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side16,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side18,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side19,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side20,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side22,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side23,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side24,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side26,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side27,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side28,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side30,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side31,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side32,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side34,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side35,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side36,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side38,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side39,
    .sideicon-menu.app .app-sidebar .main-sidemenu #side40,
    .hover-submenu.app .app-sidebar .main-sidemenu #side2,
    .hover-submenu.app .app-sidebar .main-sidemenu #side3,
    .hover-submenu.app .app-sidebar .main-sidemenu #side4,
    .hover-submenu.app .app-sidebar .main-sidemenu #side6,
    .hover-submenu.app .app-sidebar .main-sidemenu #side7,
    .hover-submenu.app .app-sidebar .main-sidemenu #side8,
    .hover-submenu.app .app-sidebar .main-sidemenu #side10,
    .hover-submenu.app .app-sidebar .main-sidemenu #side11,
    .hover-submenu.app .app-sidebar .main-sidemenu #side12,
    .hover-submenu.app .app-sidebar .main-sidemenu #side14,
    .hover-submenu.app .app-sidebar .main-sidemenu #side15,
    .hover-submenu.app .app-sidebar .main-sidemenu #side16,
    .hover-submenu.app .app-sidebar .main-sidemenu #side18,
    .hover-submenu.app .app-sidebar .main-sidemenu #side19,
    .hover-submenu.app .app-sidebar .main-sidemenu #side20,
    .hover-submenu.app .app-sidebar .main-sidemenu #side22,
    .hover-submenu.app .app-sidebar .main-sidemenu #side23,
    .hover-submenu.app .app-sidebar .main-sidemenu #side24,
    .hover-submenu.app .app-sidebar .main-sidemenu #side26,
    .hover-submenu.app .app-sidebar .main-sidemenu #side27,
    .hover-submenu.app .app-sidebar .main-sidemenu #side28,
    .hover-submenu.app .app-sidebar .main-sidemenu #side30,
    .hover-submenu.app .app-sidebar .main-sidemenu #side31,
    .hover-submenu.app .app-sidebar .main-sidemenu #side32,
    .hover-submenu.app .app-sidebar .main-sidemenu #side34,
    .hover-submenu.app .app-sidebar .main-sidemenu #side35,
    .hover-submenu.app .app-sidebar .main-sidemenu #side36,
    .hover-submenu.app .app-sidebar .main-sidemenu #side38,
    .hover-submenu.app .app-sidebar .main-sidemenu #side39,
    .hover-submenu.app .app-sidebar .main-sidemenu #side40,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side2,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side3,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side4,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side6,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side7,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side8,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side10,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side11,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side12,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side14,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side15,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side16,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side18,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side19,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side20,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side22,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side23,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side24,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side26,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side27,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side28,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side30,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side31,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side32,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side34,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side35,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side36,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side38,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side39,
    .hover-submenu1.app .app-sidebar .main-sidemenu #side40,
    .double-menu.app .app-sidebar .main-sidemenu #side2,
    .double-menu.app .app-sidebar .main-sidemenu #side3,
    .double-menu.app .app-sidebar .main-sidemenu #side4,
    .double-menu.app .app-sidebar .main-sidemenu #side6,
    .double-menu.app .app-sidebar .main-sidemenu #side7,
    .double-menu.app .app-sidebar .main-sidemenu #side8,
    .double-menu.app .app-sidebar .main-sidemenu #side10,
    .double-menu.app .app-sidebar .main-sidemenu #side11,
    .double-menu.app .app-sidebar .main-sidemenu #side12,
    .double-menu.app .app-sidebar .main-sidemenu #side14,
    .double-menu.app .app-sidebar .main-sidemenu #side15,
    .double-menu.app .app-sidebar .main-sidemenu #side16,
    .double-menu.app .app-sidebar .main-sidemenu #side18,
    .double-menu.app .app-sidebar .main-sidemenu #side19,
    .double-menu.app .app-sidebar .main-sidemenu #side20,
    .double-menu.app .app-sidebar .main-sidemenu #side22,
    .double-menu.app .app-sidebar .main-sidemenu #side23,
    .double-menu.app .app-sidebar .main-sidemenu #side24,
    .double-menu.app .app-sidebar .main-sidemenu #side26,
    .double-menu.app .app-sidebar .main-sidemenu #side27,
    .double-menu.app .app-sidebar .main-sidemenu #side28,
    .double-menu.app .app-sidebar .main-sidemenu #side30,
    .double-menu.app .app-sidebar .main-sidemenu #side31,
    .double-menu.app .app-sidebar .main-sidemenu #side32,
    .double-menu.app .app-sidebar .main-sidemenu #side34,
    .double-menu.app .app-sidebar .main-sidemenu #side35,
    .double-menu.app .app-sidebar .main-sidemenu #side36,
    .double-menu.app .app-sidebar .main-sidemenu #side38,
    .double-menu.app .app-sidebar .main-sidemenu #side39,
    .double-menu.app .app-sidebar .main-sidemenu #side40 {
        display: none !important;
    }
}
.default-menu.app .app-sidebar .main-sidemenu #side2.active,
.default-menu.app .app-sidebar .main-sidemenu #side3.active,
.default-menu.app .app-sidebar .main-sidemenu #side4.active,
.default-menu.app .app-sidebar .main-sidemenu #side6.active,
.default-menu.app .app-sidebar .main-sidemenu #side7.active,
.default-menu.app .app-sidebar .main-sidemenu #side8.active,
.default-menu.app .app-sidebar .main-sidemenu #side10.active,
.default-menu.app .app-sidebar .main-sidemenu #side11.active,
.default-menu.app .app-sidebar .main-sidemenu #side12.active,
.default-menu.app .app-sidebar .main-sidemenu #side14.active,
.default-menu.app .app-sidebar .main-sidemenu #side15.active,
.default-menu.app .app-sidebar .main-sidemenu #side16.active,
.default-menu.app .app-sidebar .main-sidemenu #side18.active,
.default-menu.app .app-sidebar .main-sidemenu #side19.active,
.default-menu.app .app-sidebar .main-sidemenu #side20.active,
.default-menu.app .app-sidebar .main-sidemenu #side22.active,
.default-menu.app .app-sidebar .main-sidemenu #side23.active,
.default-menu.app .app-sidebar .main-sidemenu #side24.active,
.default-menu.app .app-sidebar .main-sidemenu #side26.active,
.default-menu.app .app-sidebar .main-sidemenu #side27.active,
.default-menu.app .app-sidebar .main-sidemenu #side28.active,
.default-menu.app .app-sidebar .main-sidemenu #side30.active,
.default-menu.app .app-sidebar .main-sidemenu #side31.active,
.default-menu.app .app-sidebar .main-sidemenu #side32.active,
.default-menu.app .app-sidebar .main-sidemenu #side34.active,
.default-menu.app .app-sidebar .main-sidemenu #side35.active,
.default-menu.app .app-sidebar .main-sidemenu #side36.active,
.default-menu.app .app-sidebar .main-sidemenu #side38.active,
.default-menu.app .app-sidebar .main-sidemenu #side39.active,
.default-menu.app .app-sidebar .main-sidemenu #side40.active,
.closed-menu.app .app-sidebar .main-sidemenu #side2.active,
.closed-menu.app .app-sidebar .main-sidemenu #side3.active,
.closed-menu.app .app-sidebar .main-sidemenu #side4.active,
.closed-menu.app .app-sidebar .main-sidemenu #side6.active,
.closed-menu.app .app-sidebar .main-sidemenu #side7.active,
.closed-menu.app .app-sidebar .main-sidemenu #side8.active,
.closed-menu.app .app-sidebar .main-sidemenu #side10.active,
.closed-menu.app .app-sidebar .main-sidemenu #side11.active,
.closed-menu.app .app-sidebar .main-sidemenu #side12.active,
.closed-menu.app .app-sidebar .main-sidemenu #side14.active,
.closed-menu.app .app-sidebar .main-sidemenu #side15.active,
.closed-menu.app .app-sidebar .main-sidemenu #side16.active,
.closed-menu.app .app-sidebar .main-sidemenu #side18.active,
.closed-menu.app .app-sidebar .main-sidemenu #side19.active,
.closed-menu.app .app-sidebar .main-sidemenu #side20.active,
.closed-menu.app .app-sidebar .main-sidemenu #side22.active,
.closed-menu.app .app-sidebar .main-sidemenu #side23.active,
.closed-menu.app .app-sidebar .main-sidemenu #side24.active,
.closed-menu.app .app-sidebar .main-sidemenu #side26.active,
.closed-menu.app .app-sidebar .main-sidemenu #side27.active,
.closed-menu.app .app-sidebar .main-sidemenu #side28.active,
.closed-menu.app .app-sidebar .main-sidemenu #side30.active,
.closed-menu.app .app-sidebar .main-sidemenu #side31.active,
.closed-menu.app .app-sidebar .main-sidemenu #side32.active,
.closed-menu.app .app-sidebar .main-sidemenu #side34.active,
.closed-menu.app .app-sidebar .main-sidemenu #side35.active,
.closed-menu.app .app-sidebar .main-sidemenu #side36.active,
.closed-menu.app .app-sidebar .main-sidemenu #side38.active,
.closed-menu.app .app-sidebar .main-sidemenu #side39.active,
.closed-menu.app .app-sidebar .main-sidemenu #side40.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side2.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side3.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side4.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side6.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side7.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side8.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side10.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side11.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side12.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side14.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side15.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side16.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side18.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side19.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side20.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side22.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side23.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side24.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side26.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side27.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side28.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side30.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side31.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side32.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side34.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side35.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side36.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side38.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side39.active,
.icontext-menu.app .app-sidebar .main-sidemenu #side40.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side2.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side3.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side4.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side6.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side7.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side8.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side10.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side11.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side12.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side14.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side15.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side16.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side18.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side19.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side20.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side22.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side23.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side24.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side26.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side27.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side28.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side30.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side31.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side32.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side34.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side35.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side36.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side38.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side39.active,
.sideicon-menu.app .app-sidebar .main-sidemenu #side40.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side2.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side3.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side4.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side6.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side7.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side8.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side10.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side11.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side12.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side14.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side15.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side16.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side18.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side19.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side20.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side22.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side23.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side24.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side26.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side27.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side28.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side30.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side31.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side32.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side34.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side35.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side36.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side38.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side39.active,
.hover-submenu.app .app-sidebar .main-sidemenu #side40.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side2.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side3.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side4.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side6.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side7.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side8.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side10.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side11.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side12.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side14.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side15.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side16.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side18.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side19.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side20.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side22.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side23.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side24.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side26.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side27.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side28.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side30.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side31.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side32.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side34.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side35.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side36.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side38.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side39.active,
.hover-submenu1.app .app-sidebar .main-sidemenu #side40.active {
    display: none !important;
}

.app .app-sidebar .main-sidemenu #side2.active,
.app .app-sidebar .main-sidemenu #side3.active,
.app .app-sidebar .main-sidemenu #side4.active,
.app .app-sidebar .main-sidemenu #side6.active,
.app .app-sidebar .main-sidemenu #side7.active,
.app .app-sidebar .main-sidemenu #side8.active,
.app .app-sidebar .main-sidemenu #side10.active,
.app .app-sidebar .main-sidemenu #side11.active,
.app .app-sidebar .main-sidemenu #side12.active,
.app .app-sidebar .main-sidemenu #side14.active,
.app .app-sidebar .main-sidemenu #side15.active,
.app .app-sidebar .main-sidemenu #side16.active,
.app .app-sidebar .main-sidemenu #side18.active,
.app .app-sidebar .main-sidemenu #side19.active,
.app .app-sidebar .main-sidemenu #side20.active,
.app .app-sidebar .main-sidemenu #side22.active,
.app .app-sidebar .main-sidemenu #side23.active,
.app .app-sidebar .main-sidemenu #side24.active,
.app .app-sidebar .main-sidemenu #side26.active,
.app .app-sidebar .main-sidemenu #side27.active,
.app .app-sidebar .main-sidemenu #side28.active,
.app .app-sidebar .main-sidemenu #side30.active,
.app .app-sidebar .main-sidemenu #side31.active,
.app .app-sidebar .main-sidemenu #side32.active,
.app .app-sidebar .main-sidemenu #side34.active,
.app .app-sidebar .main-sidemenu #side35.active,
.app .app-sidebar .main-sidemenu #side36.active,
.app .app-sidebar .main-sidemenu #side38.active,
.app .app-sidebar .main-sidemenu #side39.active,
.app .app-sidebar .main-sidemenu #side40.active {
    display: none !important;
}

.app .app-sidebar .main-sidemenu #side1,
.app .app-sidebar .main-sidemenu #side5,
.app .app-sidebar .main-sidemenu #side9,
.app .app-sidebar .main-sidemenu #side13,
.app .app-sidebar .main-sidemenu #side17,
.app .app-sidebar .main-sidemenu #side21,
.app .app-sidebar .main-sidemenu #side25,
.app .app-sidebar .main-sidemenu #side29,
.app .app-sidebar .main-sidemenu #side33,
.app .app-sidebar .main-sidemenu #side37 {
    display: block !important;
}
.app .app-sidebar .main-sidemenu #side1.active,
.app .app-sidebar .main-sidemenu #side5.active,
.app .app-sidebar .main-sidemenu #side9.active,
.app .app-sidebar .main-sidemenu #side13.active,
.app .app-sidebar .main-sidemenu #side17.active,
.app .app-sidebar .main-sidemenu #side21.active,
.app .app-sidebar .main-sidemenu #side25.active,
.app .app-sidebar .main-sidemenu #side29.active,
.app .app-sidebar .main-sidemenu #side33.active,
.app .app-sidebar .main-sidemenu #side37.active {
    display: block !important;
}
.app .app-sidebar .main-sidemenu #side1 .sidemenu-list,
.app .app-sidebar .main-sidemenu #side5 .sidemenu-list,
.app .app-sidebar .main-sidemenu #side9 .sidemenu-list,
.app .app-sidebar .main-sidemenu #side13 .sidemenu-list,
.app .app-sidebar .main-sidemenu #side17 .sidemenu-list,
.app .app-sidebar .main-sidemenu #side21 .sidemenu-list,
.app .app-sidebar .main-sidemenu #side25 .sidemenu-list,
.app .app-sidebar .main-sidemenu #side29 .sidemenu-list,
.app .app-sidebar .main-sidemenu #side33 .sidemenu-list,
.app .app-sidebar .main-sidemenu #side37 .sidemenu-list {
    display: block !important;
}

@media (max-width: 991px) {
    .app .app-sidebar .main-sidemenu #side2,
    .app .app-sidebar .main-sidemenu #side3,
    .app .app-sidebar .main-sidemenu #side4,
    .app .app-sidebar .main-sidemenu #side6,
    .app .app-sidebar .main-sidemenu #side7,
    .app .app-sidebar .main-sidemenu #side8,
    .app .app-sidebar .main-sidemenu #side10,
    .app .app-sidebar .main-sidemenu #side11,
    .app .app-sidebar .main-sidemenu #side12,
    .app .app-sidebar .main-sidemenu #side14,
    .app .app-sidebar .main-sidemenu #side15,
    .app .app-sidebar .main-sidemenu #side16,
    .app .app-sidebar .main-sidemenu #side18,
    .app .app-sidebar .main-sidemenu #side19,
    .app .app-sidebar .main-sidemenu #side20,
    .app .app-sidebar .main-sidemenu #side22,
    .app .app-sidebar .main-sidemenu #side23,
    .app .app-sidebar .main-sidemenu #side24,
    .app .app-sidebar .main-sidemenu #side26,
    .app .app-sidebar .main-sidemenu #side27,
    .app .app-sidebar .main-sidemenu #side28,
    .app .app-sidebar .main-sidemenu #side30,
    .app .app-sidebar .main-sidemenu #side31,
    .app .app-sidebar .main-sidemenu #side32,
    .app .app-sidebar .main-sidemenu #side34,
    .app .app-sidebar .main-sidemenu #side35,
    .app .app-sidebar .main-sidemenu #side36,
    .app .app-sidebar .main-sidemenu #side38,
    .app .app-sidebar .main-sidemenu #side39,
    .app .app-sidebar .main-sidemenu #side40 {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .icontext-menu.app.sidebar-mini.sidenav-toggled .app-header.header {
        -webkit-padding-start: 130px;
        padding-inline-start: 130px;
    }
    .icontext-menu.app.sidebar-mini.sidenav-toggled .app-content {
        -webkit-margin-start: 120px;
        margin-inline-start: 120px;
    }
    .icontext-menu.app.sidebar-mini.sidenav-toggled .app-sidebar {
        inset-inline-start: 0;
        width: 120px;
        overflow: hidden;
    }
    .icontext-menu.app.sidebar-mini.sidenav-toggled .side-header {
        width: 120px !important;
    }
    .icontext-menu.app.sidebar-mini.sidenav-toggled .sidenav-menu-item {
        padding: 12px 5px;
        text-align: center;
        display: block;
    }
    .icontext-menu.app.sidebar-mini.sidenav-toggled .side-menu__label {
        display: block !important;
        font-size: 12px;
        margin-top: 5px;
    }
    .icontext-menu.app.sidebar-mini.sidenav-toggled
        .side-menu
        .side-menu__icon:after {
        inset-block-start: 6px;
    }
    .icontext-menu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .sidenav-menu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: inherit;
    }
    .icontext-menu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .side-menu__label {
        display: block !important;
        -webkit-margin-before: 3px;
        margin-block-start: 3px;
        font-size: 15px;
    }
    .icontext-menu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .side-menu
        .side-menu__icon:after {
        inset-block-start: 12px;
    }
    .icontext-menu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .side-header {
        width: 270px !important;
    }
    .icontext-menu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar {
        width: 270px;
    }
}

@media (min-width: 992px) {
    .closed-leftmenu.sidebar-mini.sidenav-toggled .app-sidebar {
        inset-inline-start: 0;
        width: 80px;
        overflow: hidden;
        display: none;
    }
    .closed-leftmenu.sidebar-mini.sidenav-toggled .app-header.header {
        -webkit-padding-start: 30px;
        padding-inline-start: 30px;
    }
    .closed-leftmenu.sidebar-mini.sidenav-toggled .app-content {
        -webkit-margin-start: 0;
        margin-inline-start: 0;
    }
}

@media (min-width: 992px) {
    .hover-submenu.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:hover
        .side-menu__icon,
    .hover-submenu.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:hover
        .side-menu__label,
    .hover-submenu.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:focus
        .side-menu__icon,
    .hover-submenu.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:focus
        .side-menu__label {
        color: #fff !important;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled .app-header.header {
        -webkit-padding-start: 130px;
        padding-inline-start: 130px;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled .side-menu__icon {
        color: #475569;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled .slide {
        position: relative;
        display: block;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled .side-menu__label {
        display: block !important;
        font-size: 12px;
        -webkit-margin-before: 5px;
        margin-block-start: 5px;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled .sidenav-menu-item {
        padding: 12px 5px;
        text-align: center;
        display: block;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled .app-sidebar {
        inset-inline-start: 0;
        width: 120px;
        overflow: hidden;
        overflow: visible !important;
        position: absolute !important;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled .side-header {
        width: 120px !important;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled .app-content {
        -webkit-margin-start: 120px;
        margin-inline-start: 120px;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled .slide-menu {
        max-height: inherit !important;
        -webkit-padding-after: 8px !important;
        padding-block-end: 8px !important;
        -webkit-margin-before: 0 !important;
        margin-block-start: 0 !important;
        -webkit-margin-after: 0 !important;
        margin-block-end: 0 !important;
        -webkit-padding-before: 8px !important;
        padding-block-start: 8px !important;
        height: auto !important;
        overflow: hidden !important;
        -webkit-box-shadow: 8px 8px 17px rgba(0, 0, 0, 0.1);
        box-shadow: 8px 8px 17px rgba(0, 0, 0, 0.1);
        -webkit-transition: none !important;
        transition: none !important;
        background: #fff;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: none;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled .side-badge {
        display: none;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled .slide-menu {
        display: none;
        padding: 0px;
        font-size: 0.7rem !important;
        -webkit-padding-start: 3px;
        padding-inline-start: 3px;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled .sidenav-menu-item:hover,
    .hover-submenu.app.sidebar-mini.sidenav-toggled .sidenav-menu-item:focus {
        color: #fff;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar {
        width: 120px;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .side-menu__icon {
        -webkit-margin-end: 0 !important;
        margin-inline-end: 0 !important;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .side-badge {
        display: none;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .angle {
        display: none;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .side-menu
        .sub-category {
        display: none;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .side-header
        .header-brand-img.light-logo1 {
        display: none !important;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .side-header
        .header-brand-img.light-logo {
        display: block !important;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .sidenav-menu-item {
        display: block;
        text-align: center;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .side-menu__label {
        display: block !important;
        font-size: 12px;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .side-header {
        width: 120px !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        padding: 19px 17px !important;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .sidenav-menu-item {
        display: block;
        text-align: center;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .slide:hover
        .slide-menu {
        visibility: visible;
        display: block !important;
        height: auto !important;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .slide
        .slide-menu {
        position: absolute;
        inset-inline-start: 108px;
        min-width: 180px;
        opacity: 1;
        z-index: 9999;
        visibility: hidden;
        inset-block-start: 0;
        display: block;
    }
    .hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .slide
        .slide-menu {
        border-radius: 0px 6px 6px 0px !important;
    }
}

@media (min-width: 992px) {
    .hover-submenu1.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:hover
        .side-menu__icon,
    .hover-submenu1.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:hover
        .side-menu__label,
    .hover-submenu1.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:focus
        .side-menu__icon,
    .hover-submenu1.app.sidebar-mini.sidenav-toggled
        .sidenav-menu-item:focus
        .side-menu__label {
        color: #fff !important;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled .app-header.header {
        -webkit-padding-start: 130px;
        padding-inline-start: 130px;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled .side-menu__icon {
        color: #475569;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled .slide {
        position: relative;
        display: block;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled .side-menu__label {
        display: none !important;
        font-size: 12px;
        -webkit-padding-before: 0px;
        padding-block-start: 0px;
        -webkit-margin-before: 0;
        margin-block-start: 0;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled .sidenav-menu-item {
        padding: 12px 5px;
        text-align: center;
        display: block;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled .app-sidebar {
        inset-inline-start: 0;
        width: 120px;
        overflow: hidden;
        overflow: visible !important;
        position: absolute !important;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled .side-header {
        width: 120px !important;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled .app-content {
        -webkit-margin-start: 120px;
        margin-inline-start: 120px;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled .slide-menu {
        max-height: inherit !important;
        -webkit-padding-after: 0 !important;
        padding-block-end: 0 !important;
        -webkit-margin-before: 0 !important;
        margin-block-start: 0 !important;
        -webkit-margin-after: 0 !important;
        margin-block-end: 0 !important;
        -webkit-padding-before: 0 !important;
        padding-block-start: 0 !important;
        height: auto !important;
        overflow: hidden !important;
        -webkit-box-shadow: 8px 8px 17px rgba(0, 0, 0, 0.1);
        box-shadow: 8px 8px 17px rgba(0, 0, 0, 0.1);
        -webkit-transition: none !important;
        transition: none !important;
        background: #fff;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled
        .app-sidebar
        .side-header
        .header-brand-img.toggle-logo {
        display: none;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled .side-badge {
        display: none;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled .slide-menu {
        display: none;
        padding: 0px;
        font-size: 0.7rem !important;
        -webkit-padding-start: 3px;
        padding-inline-start: 3px;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled .sidenav-menu-item:hover,
    .hover-submenu1.app.sidebar-mini.sidenav-toggled .sidenav-menu-item:focus {
        color: #fff;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled
        .side-menu-label1
        a:before {
        content: "";
        inset-block-start: -1px;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled
        .slide-menu
        .side-menu-label1
        a {
        color: #475569;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .app-sidebar {
        width: 120px;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .side-menu__icon {
        -webkit-margin-end: 0 !important;
        margin-inline-end: 0 !important;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .side-badge {
        display: none;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .angle {
        display: none;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .side-menu
        .sub-category {
        display: none;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .side-header
        .header-brand-img.light-logo1 {
        display: none !important;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .side-header
        .header-brand-img.light-logo {
        display: block !important;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .sidenav-menu-item {
        display: block;
        text-align: center;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .side-menu__label {
        display: none !important;
        font-size: 12px;
        -webkit-padding-before: 0px;
        padding-block-start: 0px;
        -webkit-margin-before: 0;
        margin-block-start: 0;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .side-header {
        width: 120px !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        padding: 19px 17px !important;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .sidenav-menu-item {
        display: block;
        padding: 12px 5px;
        text-align: center;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .slide:hover
        .slide-menu {
        visibility: visible;
        display: block !important;
        height: auto !important;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .slide
        .slide-menu {
        position: absolute;
        inset-inline-start: 106px;
        min-width: 180px;
        opacity: 1;
        z-index: 9999;
        visibility: hidden;
        inset-block-start: 0;
        display: block;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .slide
        .slide-menu {
        border-radius: 0px 6px 6px 0px !important;
    }
    .hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open
        .side-menu-label1 {
        display: block;
        font-size: 16px;
        font-weight: 500;
        -webkit-border-after: 1px solid #e9edf4;
        border-block-end: 1px solid #e9edf4;
        padding: 10px 15px !important;
        color: #475569;
        -webkit-margin-after: 6px;
        margin-block-end: 6px;
    }
}

@media (min-width: 992px) {
    .double-menu.app .side-badge {
        display: none;
    }
    .double-menu.app ul.double-menu-active li .panel-tabs:hover {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .double-menu.app .slide .sidenav-menu-item:hover + .slide-menu {
        visibility: hidden;
    }
    .double-menu.app .app-sidebar {
        position: fixed !important;
        overflow: visible !important;
        inset-inline-start: 0;
        width: 80px !important;
    }
    .double-menu.app .main-content {
        min-height: 1300px;
    }
    .double-menu.app .side-menu__label {
        display: none !important;
        font-size: 11px !important;
        white-space: nowrap;
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
        inset-inline-start: 0;
        color: #475569;
        opacity: 1;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .double-menu.app .side-menu-label1 {
        display: block !important;
        font-size: 1rem;
        font-weight: 600;
        padding: 5px 15px !important;
        width: 200px;
        -webkit-margin-before: -64px;
        margin-block-start: -64px;
    }
    .double-menu.app .side-menu-label1 a {
        color: #475569 !important;
    }
    .double-menu.app .side-menu__icon {
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        margin: 0 auto !important;
    }
    .double-menu.app .app-header {
        -webkit-padding-start: 380px !important;
        padding-inline-start: 380px !important;
    }
    .double-menu.app .side-header {
        width: 80px;
        padding: 10px;
    }
    .double-menu.app .side-header .light-logo1 {
        display: none !important;
    }
    .double-menu.app .side-header .light-logo {
        display: block !important;
        text-align: center;
    }
    .double-menu.app .app-content {
        -webkit-margin-start: 380px;
        margin-inline-start: 380px;
    }
    .double-menu.app .app-sidebar__overlay {
        visibility: hidden;
    }
    .double-menu.app .slide.is-expanded .slide-menu {
        display: none;
    }
    .double-menu.app .slide .slide-menu {
        position: absolute;
        inset-inline-start: 80px;
        min-width: 300px;
        opacity: 1;
        z-index: 9999;
        visibility: hidden;
        inset-block-start: 0;
        display: block;
        max-height: inherit;
    }
    .double-menu.app.sidenav-toggled .slide .slide-menu {
        position: absolute;
        visibility: hidden;
    }
    .double-menu.app .ps > .ps__rail-y {
        display: none !important;
    }
    .double-menu.app .slide-menu {
        -webkit-padding-start: 0 !important;
        padding-inline-start: 0 !important;
        position: absolute;
        background: #fff;
        opacity: 1;
        visibility: hidden;
        z-index: 999;
        inset-inline-start: 80px;
        width: 300px;
        -webkit-transition: none !important;
        transition: none !important;
        display: block !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        inset-block-start: 0;
    }
    .double-menu.app .slide .slide-menu.double-menu-active {
        visibility: visible !important;
        display: block !important;
        height: 100% !important;
        position: absolute;
        inset-block-start: 0;
        padding: 20px 20px !important;
        border-radius: 0 !important;
        -webkit-border-before: 0;
        border-block-start: 0;
        overflow: hidden scroll;
        -webkit-border-end: 1px solid #e9edf4;
        border-inline-end: 1px solid #e9edf4;
    }
    .double-menu.app .sub-category {
        display: none !important;
    }
    .double-menu.app .side-menu .slide .sidenav-menu-item.active {
        display: block;
        margin: 0 auto !important;
        padding: 10px !important;
        border-radius: 7px;
        text-align: center;
    }
    .double-menu.app .side-menu .slide .sidenav-menu-item {
        display: block;
        padding: 10px !important;
        border-radius: 7px;
        text-align: center;
    }
    .double-menu.app .side-menu .slide .sidenav-menu-item i.angle {
        display: none;
    }
    .double-menu.app .slide-item {
        padding-block: 10px;
        -webkit-padding-start: 15px;
        padding-inline-start: 15px;
        -webkit-padding-end: 15px;
        padding-inline-end: 15px;
    }
    .double-menu.app .sub-sidenav-menu-item {
        padding-block: 10px;
        -webkit-padding-start: 15px !important;
        padding-inline-start: 15px !important;
        -webkit-padding-end: 15px !important;
        padding-inline-end: 15px !important;
    }
    .double-menu.app .app-sidebar .slide {
        position: inherit;
        display: block;
    }
    .double-menu.app.sidenav-toggled .app-header {
        -webkit-padding-start: 80px !important;
        padding-inline-start: 80px !important;
    }
    .double-menu.app.sidenav-toggled .app-content {
        -webkit-margin-start: 80px;
        margin-inline-start: 80px;
    }
    .double-menu.app .app-sidebar .slide-menu .side-menu-label1 a:before {
        content: none;
    }
    .double-menu.app .slide-menu .tabs-menu ul li a {
        padding: 6px 7px;
        margin: 3px;
        text-align: center;
        border: 1px solid #e9edf4;
        color: #475569;
    }
    .double-menu.app .tabs-menu a:before,
    .double-menu.app .side-account a:before,
    .double-menu.app .latest-timeline a:before {
        content: none;
    }
    .double-menu.app .slide-menu .sidetab-menu .panel-tabs li a.active,
    .double-menu.app .slide-menu .sidetab-menu .panel-tabs li a:hover {
        background: var(--primary-bg-color);
        color: #fff !important;
        border: 1px solid var(--primary-bg-color);
        position: relative;
    }
    .double-menu.app .slide-menu .sidetab-menu .panel-tabs li a.active p,
    .double-menu.app .slide-menu .sidetab-menu .panel-tabs li a:hover p {
        color: #fff;
    }
    .double-menu.app .slide-menu .sidetab-menu .panel-tabs li a p {
        -webkit-margin-after: 0;
        margin-block-end: 0;
        font-size: 12px;
    }
    .double-menu.app .side-account li {
        padding: 7px 0;
        font-size: 14px;
    }
    .double-menu.app .side-account li a {
        color: #475569;
    }
    .double-menu.app .sidemenu-list {
        -webkit-padding-before: 80px;
        padding-block-start: 80px;
    }
    .double-menu.dark-mode .slide-menu {
        background: #22242b;
        border-color: rgba(255, 255, 255, 0.1) !important;
    }
    .double-menu.dark-mode .side-header .light-logo,
    .double-menu.dark-mode .side-header .desktop-logo {
        display: none !important;
    }
    .double-menu.dark-mode .side-header .toggle-logo {
        display: block !important;
    }
    .double-menu.dark-mode .side-menu-label1 a {
        color: #fff !important;
    }
    .double-menu.transparent-mode .slide-menu {
        background: rgba(0, 0, 0, 0.1) !important;
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        border-color: rgba(255, 255, 255, 0.1) !important;
    }
    .double-menu.transparent-mode .side-header .light-logo,
    .double-menu.transparent-mode .side-header .desktop-logo {
        display: none !important;
    }
    .double-menu.transparent-mode .side-header .toggle-logo {
        display: block !important;
    }
    .double-menu.transparent-mode .side-menu-label1 a {
        color: #fff !important;
    }
    .double-menu.light-menu .slide-menu {
        background: #fff !important;
        border-color: #e9edf4 !important;
    }
    .double-menu.light-menu
        .side-header
        .header-brand1
        .header-brand-img.toggle-logo,
    .double-menu.light-menu
        .side-header
        .header-brand1
        .header-brand-img.desktop-logo,
    .double-menu.light-menu
        .side-header
        .header-brand1
        .header-brand-img.light-logo1 {
        display: none !important;
    }
    .double-menu.light-menu .side-header .light-logo {
        display: block !important;
    }
    .double-menu.light-menu .side-menu-label1 a {
        color: #475569 !important;
    }
    .double-menu.color-menu .slide-menu {
        background: var(--primary-bg-color) !important;
        border-color: rgba(255, 255, 255, 0.1) !important;
    }
    .double-menu.color-menu
        .side-header
        .header-brand1
        .header-brand-img.light-logo,
    .double-menu.color-menu
        .side-header
        .header-brand1
        .header-brand-img.desktop-logo,
    .double-menu.color-menu
        .side-header
        .header-brand1
        .header-brand-img.light-logo1 {
        display: none !important;
    }
    .double-menu.color-menu .side-header .toggle-logo {
        display: block !important;
    }
    .double-menu.color-menu .side-menu-label1 a {
        color: #fff !important;
    }
    .double-menu.dark-menu .slide-menu {
        background: #22242b !important;
        border-color: rgba(255, 255, 255, 0.1) !important;
    }
    .double-menu.dark-menu
        .side-header
        .header-brand1
        .header-brand-img.light-logo,
    .double-menu.dark-menu
        .side-header
        .header-brand1
        .header-brand-img.desktop-logo,
    .double-menu.dark-menu
        .side-header
        .header-brand1
        .header-brand-img.light-logo1 {
        display: none !important;
    }
    .double-menu.dark-menu .side-header .toggle-logo {
        display: block !important;
    }
    .double-menu.dark-menu .side-menu-label1 a {
        color: #fff !important;
    }
    .double-menu.gradient-menu .slide-menu {
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(var(--primary-bg-color)),
            to(#8e77fa)
        ) !important;
        background: linear-gradient(
            to right,
            var(--primary-bg-color) 0%,
            #8e77fa 100%
        ) !important;
        border-color: rgba(255, 255, 255, 0.1) !important;
    }
    .double-menu.gradient-menu
        .side-header
        .header-brand1
        .header-brand-img.light-logo,
    .double-menu.gradient-menu
        .side-header
        .header-brand1
        .header-brand-img.desktop-logo,
    .double-menu.gradient-menu
        .side-header
        .header-brand1
        .header-brand-img.light-logo1 {
        display: none !important;
    }
    .double-menu.gradient-menu .side-header .toggle-logo {
        display: block !important;
    }
    .double-menu.gradient-menu .side-menu-label1 a {
        color: #fff !important;
    }
    .double-menu.scrollable-layout .app-sidebar {
        position: absolute !important;
    }
}

@media (min-width: 992px) {
    .double-menu-tabs.app .sidetab-menu .main-chat-list .media:hover,
    .double-menu-tabs.app .main-chat-list .media:focus {
        background: transparent !important;
    }
    .double-menu-tabs.app .main-chat-list .media.new {
        background: transparent !important;
    }
    .double-menu-tabs.app .side-badge {
        display: none;
    }
    .double-menu-tabs.app .sidetab-menu .tabs-menu ul li a {
        border-radius: 7px;
    }
    .double-menu-tabs.app ul.double-menu-active li .panel-tabs:hover {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .double-menu-tabs.app .slide .sidenav-menu-item:hover + .slide-menu {
        visibility: hidden;
    }
    .double-menu-tabs.app .app-sidebar {
        position: fixed !important;
        overflow: visible !important;
        inset-inline-start: 0;
        width: 80px !important;
    }
    .double-menu-tabs.app .main-content {
        min-height: 1300px;
    }
    .double-menu-tabs.app .side-menu__label {
        display: none !important;
        font-size: 11px !important;
        white-space: nowrap;
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
        inset-inline-start: 0;
        color: #475569;
        opacity: 1;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .double-menu-tabs.app .side-menu-label1 {
        display: block !important;
        font-size: 1rem;
        font-weight: 600;
        padding: 5px 15px !important;
        width: 200px;
        -webkit-margin-before: -64px;
        margin-block-start: -64px;
    }
    .double-menu-tabs.app .side-menu-label1 a {
        color: #475569 !important;
    }
    .double-menu-tabs.app .side-menu__icon {
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        margin: 0 auto !important;
    }
    .double-menu-tabs.app .app-header {
        -webkit-padding-start: 380px !important;
        padding-inline-start: 380px !important;
    }
    .double-menu-tabs.app .side-header {
        width: 80px;
        padding: 10px;
    }
    .double-menu-tabs.app .side-header .light-logo1 {
        display: none !important;
    }
    .double-menu-tabs.app .side-header .light-logo {
        display: block !important;
        text-align: center;
    }
    .double-menu-tabs.app .app-content {
        -webkit-margin-start: 380px;
        margin-inline-start: 380px;
    }
    .double-menu-tabs.app .app-sidebar__overlay {
        visibility: hidden;
    }
    .double-menu-tabs.app .slide.is-expanded .slide-menu {
        display: none;
    }
    .double-menu-tabs.app .slide .slide-menu {
        position: absolute;
        inset-inline-start: 80px;
        min-width: 300px;
        opacity: 1;
        z-index: 9999;
        visibility: hidden;
        inset-block-start: 0;
        display: block;
        max-height: inherit;
    }
    .double-menu-tabs.app.sidenav-toggled .slide .slide-menu {
        position: absolute;
        visibility: hidden;
    }
    .double-menu-tabs.app .ps > .ps__rail-y {
        display: none !important;
    }
    .double-menu-tabs.app .slide-menu {
        -webkit-padding-start: 0 !important;
        padding-inline-start: 0 !important;
        position: absolute;
        background: #fff;
        opacity: 1;
        visibility: hidden;
        z-index: 999;
        inset-inline-start: 80px;
        width: 300px;
        -webkit-transition: none !important;
        transition: none !important;
        display: block !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        inset-block-start: 0;
    }
    .double-menu-tabs.app .slide .slide-menu.double-menu-active {
        visibility: visible !important;
        display: block !important;
        height: 100% !important;
        position: absolute;
        inset-block-start: 0;
        padding: 20px 20px !important;
        border-radius: 0 !important;
        -webkit-border-before: 0;
        border-block-start: 0;
        overflow: hidden scroll;
        -webkit-border-end: 1px solid #e9edf4;
        border-inline-end: 1px solid #e9edf4;
    }
    .double-menu-tabs.app .sub-category {
        display: none !important;
    }
    .double-menu-tabs.app .side-menu .slide .sidenav-menu-item.active {
        display: block;
        margin: 0 auto !important;
        padding: 10px !important;
        border-radius: 7px;
        text-align: center;
    }
    .double-menu-tabs.app .side-menu .slide .sidenav-menu-item {
        display: block;
        padding: 10px !important;
        border-radius: 7px;
        text-align: center;
    }
    .double-menu-tabs.app .side-menu .slide .sidenav-menu-item i.angle {
        display: none;
    }
    .double-menu-tabs.app .slide-item {
        padding-block: 10px;
        -webkit-padding-start: 15px;
        padding-inline-start: 15px;
        -webkit-padding-end: 15px;
        padding-inline-end: 15px;
    }
    .double-menu-tabs.app .sub-sidenav-menu-item {
        padding-block: 10px;
        -webkit-padding-start: 15px !important;
        padding-inline-start: 15px !important;
        -webkit-padding-end: 15px !important;
        padding-inline-end: 15px !important;
    }
    .double-menu-tabs.app .app-sidebar .slide {
        position: inherit;
        display: block;
    }
    .double-menu-tabs.app.sidenav-toggled .app-header {
        -webkit-padding-start: 80px !important;
        padding-inline-start: 80px !important;
    }
    .double-menu-tabs.app.sidenav-toggled .app-content {
        -webkit-margin-start: 80px;
        margin-inline-start: 80px;
    }
    .double-menu-tabs.app .app-sidebar .slide-menu .side-menu-label1 a:before {
        content: none;
    }
    .double-menu-tabs.app .slide-menu .tabs-menu ul li a {
        padding: 10px;
        margin: 3px;
        text-align: center;
        border: 1px solid #e9edf4;
        color: #74829c;
        width: 120px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .double-menu-tabs.app .tabs-menu a:before,
    .double-menu-tabs.app .side-account a:before,
    .double-menu-tabs.app .latest-timeline a:before {
        content: none;
    }
    .double-menu-tabs.app .slide-menu .sidetab-menu .panel-tabs li a.active,
    .double-menu-tabs.app .slide-menu .sidetab-menu .panel-tabs li a:hover {
        background: var(--primary-bg-color);
        color: #fff !important;
        border: 1px solid var(--primary-bg-color);
        position: relative;
    }
    .double-menu-tabs.app .slide-menu .sidetab-menu .panel-tabs li a.active p,
    .double-menu-tabs.app .slide-menu .sidetab-menu .panel-tabs li a:hover p {
        color: #fff;
    }
    .double-menu-tabs.app .slide-menu .sidetab-menu .panel-tabs li a p {
        -webkit-margin-after: 0;
        margin-block-end: 0;
        font-size: 14px;
    }
    .double-menu-tabs.app .sidetab-menu .menutabs-content,
    .double-menu-tabs.app .sidetab-menu .tab-menu-heading {
        display: block;
        padding-inline: 15px;
    }
    .double-menu-tabs.app .side-account li {
        padding: 7px 0;
        font-size: 14px;
    }
    .double-menu-tabs.app .side-account li a {
        color: #475569;
    }
    .double-menu-tabs.app .sidemenu-list {
        -webkit-padding-before: 80px;
        padding-block-start: 80px;
    }
    .double-menu-tabs.app .app-sidebar .main-sidemenu .tab-content > .tab-pane {
        display: none !important;
    }
    .double-menu-tabs.app
        .app-sidebar
        .main-sidemenu
        .tab-content
        > .tab-pane.active {
        display: block !important;
    }
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side1,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side5,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side9,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side13,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side17,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side21,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side25,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side29,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side33,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side37 {
        display: none !important;
    }
    .double-menu-tabs.app
        .app-sidebar
        .main-sidemenu
        #side1.active
        .sidemenu-list,
    .double-menu-tabs.app
        .app-sidebar
        .main-sidemenu
        #side5.active
        .sidemenu-list,
    .double-menu-tabs.app
        .app-sidebar
        .main-sidemenu
        #side9.active
        .sidemenu-list,
    .double-menu-tabs.app
        .app-sidebar
        .main-sidemenu
        #side13.active
        .sidemenu-list,
    .double-menu-tabs.app
        .app-sidebar
        .main-sidemenu
        #side17.active
        .sidemenu-list,
    .double-menu-tabs.app
        .app-sidebar
        .main-sidemenu
        #side21.active
        .sidemenu-list,
    .double-menu-tabs.app
        .app-sidebar
        .main-sidemenu
        #side25.active
        .sidemenu-list,
    .double-menu-tabs.app
        .app-sidebar
        .main-sidemenu
        #side29.active
        .sidemenu-list,
    .double-menu-tabs.app
        .app-sidebar
        .main-sidemenu
        #side33.active
        .sidemenu-list,
    .double-menu-tabs.app
        .app-sidebar
        .main-sidemenu
        #side37.active
        .sidemenu-list {
        display: block !important;
    }
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side1.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side5.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side9.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side13.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side17.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side21.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side25.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side29.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side33.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side37.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side2.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side3.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side4.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side6.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side7.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side8.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side10.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side11.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side12.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side14.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side15.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side16.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side18.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side19.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side20.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side22.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side23.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side24.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side26.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side27.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side28.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side30.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side31.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side32.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side34.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side35.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side36.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side38.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side39.active,
    .double-menu-tabs.app .app-sidebar .main-sidemenu #side40.active {
        display: block !important;
    }
    .double-menu-tabs.app .double-menu-active .panel-tabs {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .double-menu-tabs.dark-mode .slide-menu {
        background: #22242b;
        border-color: rgba(255, 255, 255, 0.1) !important;
    }
    .double-menu-tabs.dark-mode .Annoucement_card {
        border-color: rgba(255, 255, 255, 0.1);
    }
    .double-menu-tabs.dark-mode .slide-menu .tabs-menu ul li a {
        border-color: rgba(255, 255, 255, 0.1);
        color: #fff;
    }
    .double-menu-tabs.dark-mode .side-header .light-logo,
    .double-menu-tabs.dark-mode .side-header .desktop-logo {
        display: none !important;
    }
    .double-menu-tabs.dark-mode .side-header .toggle-logo {
        display: block !important;
    }
    .double-menu-tabs.dark-mode .side-menu-label1 a {
        color: #fff !important;
    }
    .double-menu-tabs.transparent-mode .slide-menu {
        background: rgba(0, 0, 0, 0.1) !important;
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        border-color: rgba(255, 255, 255, 0.1) !important;
    }
    .double-menu-tabs.transparent-mode .Annoucement_card {
        border-color: rgba(255, 255, 255, 0.1) !important;
    }
    .double-menu-tabs.transparent-mode .slide-menu .tabs-menu ul li a {
        border-color: rgba(255, 255, 255, 0.1) !important;
        color: #fff;
    }
    .double-menu-tabs.transparent-mode .side-header .light-logo,
    .double-menu-tabs.transparent-mode .side-header .desktop-logo {
        display: none !important;
    }
    .double-menu-tabs.transparent-mode .side-header .toggle-logo {
        display: block !important;
    }
    .double-menu-tabs.transparent-mode .side-menu-label1 a {
        color: #fff !important;
    }
    .double-menu-tabs.light-menu .slide-menu {
        background: #fff !important;
        border-color: #e9edf4 !important;
    }
    .double-menu-tabs.light-menu .slide-menu .tabs-menu-body .tab-pane h5 {
        color: #475569 !important;
    }
    .double-menu-tabs.light-menu .slide-menu .tabs-menu ul li a {
        border-color: #e9edf4 !important;
        color: #74829c;
    }
    .double-menu-tabs.light-menu .slide-menu .Annoucement_card .subtext {
        color: #475569;
    }
    .double-menu-tabs.light-menu
        .slide-menu
        .main-chat-list
        .media.new
        .media-contact-name
        span:first-child {
        color: #404c6d;
    }
    .double-menu-tabs.light-menu
        .slide-menu
        .main-chat-list
        .media-contact-name
        span:last-child {
        color: #76839a;
    }
    .double-menu-tabs.light-menu .slide-menu .main-chat-list .media-body p {
        color: #76839a;
    }
    .double-menu-tabs.light-menu
        .side-header
        .header-brand1
        .header-brand-img.toggle-logo,
    .double-menu-tabs.light-menu
        .side-header
        .header-brand1
        .header-brand-img.desktop-logo,
    .double-menu-tabs.light-menu
        .side-header
        .header-brand1
        .header-brand-img.light-logo1 {
        display: none !important;
    }
    .double-menu-tabs.light-menu .side-header .light-logo {
        display: block !important;
    }
    .double-menu-tabs.light-menu .side-menu-label1 a {
        color: #475569 !important;
    }
    .double-menu-tabs.color-menu .slide-menu {
        background: var(--primary-bg-color) !important;
        border-color: rgba(255, 255, 255, 0.1) !important;
    }
    .double-menu-tabs.color-menu
        .slide-menu
        .sidetab-menu
        .panel-tabs
        li
        a.active,
    .double-menu-tabs.color-menu
        .slide-menu
        .sidetab-menu
        .panel-tabs
        li
        a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    .double-menu-tabs.color-menu
        .slide-menu
        .main-chat-list
        .media.new
        .media-body
        p {
        color: rgba(255, 255, 255, 0.5);
    }
    .double-menu-tabs.color-menu .slide-menu .tabs-menu ul li a {
        border-color: rgba(255, 255, 255, 0.1);
        color: #fff;
    }
    .double-menu-tabs.color-menu
        .slide-menu
        .main-chat-list
        .media-contact-name
        span:last-child {
        color: rgba(255, 255, 255, 0.7);
    }
    .double-menu-tabs.color-menu
        .slide-menu
        .main-chat-list
        .media.new
        .media-contact-name
        span:first-child {
        color: #fff;
    }
    .double-menu-tabs.color-menu .slide-menu .tabs-menu-body .tab-pane h5 {
        color: #fff !important;
    }
    .double-menu-tabs.color-menu .Annoucement_card {
        border-color: rgba(255, 255, 255, 0.1);
    }
    .double-menu-tabs.color-menu .Annoucement_card .subtext {
        color: rgba(255, 255, 255, 0.7);
    }
    .double-menu-tabs.color-menu .Annoucement_card .btn-primary {
        background: rgba(0, 0, 0, 0.1) !important;
        border-color: rgba(0, 0, 0, 0.1) !important;
    }
    .double-menu-tabs.color-menu
        .side-header
        .header-brand1
        .header-brand-img.light-logo,
    .double-menu-tabs.color-menu
        .side-header
        .header-brand1
        .header-brand-img.desktop-logo,
    .double-menu-tabs.color-menu
        .side-header
        .header-brand1
        .header-brand-img.light-logo1 {
        display: none !important;
    }
    .double-menu-tabs.color-menu .side-header .toggle-logo {
        display: block !important;
    }
    .double-menu-tabs.color-menu .side-menu-label1 a {
        color: #fff !important;
    }
    .double-menu-tabs.dark-menu .slide-menu {
        background: #22242b !important;
        border-color: rgba(255, 255, 255, 0.1) !important;
    }
    .double-menu-tabs.dark-menu .slide-menu .tabs-menu ul li a {
        border-color: rgba(255, 255, 255, 0.1);
    }
    .double-menu-tabs.dark-menu .slide-menu .tabs-menu-body .tab-pane h5 {
        color: #fff !important;
    }
    .double-menu-tabs.dark-menu
        .slide-menu
        .main-chat-list
        .media-contact-name
        span:last-child {
        color: #9595b5;
    }
    .double-menu-tabs.dark-menu
        .slide-menu
        .main-chat-list
        .media.new
        .media-body
        p {
        color: #8f9cc0;
    }
    .double-menu-tabs.dark-menu
        .slide-menu
        .main-chat-list
        .media.new
        .media-contact-name
        span:first-child {
        color: #dedefd;
    }
    .double-menu-tabs.dark-menu .Annoucement_card {
        border-color: rgba(255, 255, 255, 0.1);
    }
    .double-menu-tabs.dark-menu
        .side-header
        .header-brand1
        .header-brand-img.light-logo,
    .double-menu-tabs.dark-menu
        .side-header
        .header-brand1
        .header-brand-img.desktop-logo,
    .double-menu-tabs.dark-menu
        .side-header
        .header-brand1
        .header-brand-img.light-logo1 {
        display: none !important;
    }
    .double-menu-tabs.dark-menu .side-header .toggle-logo {
        display: block !important;
    }
    .double-menu-tabs.dark-menu .side-menu-label1 a {
        color: #fff !important;
    }
    .double-menu-tabs.gradient-menu .slide-menu {
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(var(--primary-bg-color)),
            to(#8e77fa)
        ) !important;
        background: linear-gradient(
            to right,
            var(--primary-bg-color) 0%,
            #8e77fa 100%
        ) !important;
        border-color: rgba(255, 255, 255, 0.1) !important;
    }
    .double-menu-tabs.gradient-menu
        .slide-menu
        .sidetab-menu
        .panel-tabs
        li
        a.active,
    .double-menu-tabs.gradient-menu
        .slide-menu
        .sidetab-menu
        .panel-tabs
        li
        a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    .double-menu-tabs.gradient-menu
        .slide-menu
        .main-chat-list
        .media.new
        .media-body
        p {
        color: rgba(255, 255, 255, 0.5);
    }
    .double-menu-tabs.gradient-menu .slide-menu .tabs-menu ul li a {
        border-color: rgba(255, 255, 255, 0.1);
        color: #fff;
    }
    .double-menu-tabs.gradient-menu
        .slide-menu
        .main-chat-list
        .media-contact-name
        span:last-child {
        color: rgba(255, 255, 255, 0.7);
    }
    .double-menu-tabs.gradient-menu
        .slide-menu
        .main-chat-list
        .media.new
        .media-contact-name
        span:first-child {
        color: #fff;
    }
    .double-menu-tabs.gradient-menu .slide-menu .tabs-menu-body .tab-pane h5 {
        color: #fff !important;
    }
    .double-menu-tabs.gradient-menu .Annoucement_card {
        border-color: rgba(255, 255, 255, 0.1);
    }
    .double-menu-tabs.gradient-menu .Annoucement_card .subtext {
        color: rgba(255, 255, 255, 0.7);
    }
    .double-menu-tabs.gradient-menu .Annoucement_card .btn-primary {
        background: rgba(0, 0, 0, 0.1) !important;
        border-color: rgba(0, 0, 0, 0.1) !important;
    }
    .double-menu-tabs.gradient-menu
        .side-header
        .header-brand1
        .header-brand-img.light-logo,
    .double-menu-tabs.gradient-menu
        .side-header
        .header-brand1
        .header-brand-img.desktop-logo,
    .double-menu-tabs.gradient-menu
        .side-header
        .header-brand1
        .header-brand-img.light-logo1 {
        display: none !important;
    }
    .double-menu-tabs.gradient-menu .side-header .toggle-logo {
        display: block !important;
    }
    .double-menu-tabs.gradient-menu .side-menu-label1 a {
        color: #fff !important;
    }
    .double-menu-tabs.scrollable-layout .app-sidebar {
        position: absolute !important;
    }
}
@media (min-width: 992px) and (max-width: 1210px) {
    .double-menu-tabs #navbarSupportedContent-4 .full-screen-link,
    .double-menu-tabs #navbarSupportedContent-4 .country {
        display: none !important;
    }
}
.double-menu-tabs .Annoucement_card {
    padding: 20px;
    border-radius: 7px;
    border: 1px solid #e9edf4;
    background: var(--primary03);
}

/* ######## TEMPLATE-STYLES ######## */
@media (max-width: 320px) {
    .fc-toolbar .fc-right {
        float: var(--float-right);
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
}
.login-content:after {
    content: "";
}

#footer,
.fc-toolbar .ui-button,
.fileinput .thumbnail {
    text-align: center;
}

.richText {
    border: #e9edf4 solid 1px;
    background-color: #f6f6fb !important;
}
.richText .richText-toolbar {
    -webkit-border-after: rgba(156, 162, 161, 0.1) solid 1px;
    border-block-end: rgba(156, 162, 161, 0.1) solid 1px;
}
.richText .richText-toolbar ul li a {
    -webkit-border-end: rgba(156, 162, 161, 0.2) solid 1px;
    border-inline-end: rgba(156, 162, 161, 0.2) solid 1px;
}

.cal1 {
    font-size: 14px;
}
.cal1 .clndr .clndr-table .header-days .header-day {
    -webkit-border-start: 1px solid #e9edf4;
    border-inline-start: 1px solid #e9edf4;
    -webkit-border-before: 1px solid #e9edf4;
    border-block-start: 1px solid #e9edf4;
    -webkit-border-end: 1px solid #e9edf4;
    border-inline-end: 1px solid #e9edf4;
}
.cal1 .clndr .clndr-table tr .empty,
.cal1 .clndr .clndr-table tr .adjacent-month,
.cal1 .clndr .clndr-table tr .my-empty,
.cal1 .clndr .clndr-table tr .my-adjacent-month {
    -webkit-border-start: 1px solid #e9edf4;
    border-inline-start: 1px solid #e9edf4;
    -webkit-border-before: 1px solid #e9edf4;
    border-block-start: 1px solid #e9edf4;
    color: #76839a;
}
.cal1 .clndr .clndr-table tr .day {
    -webkit-border-start: 1px solid #e9edf4;
    border-inline-start: 1px solid #e9edf4;
    -webkit-border-before: 1px solid #e9edf4;
    border-block-start: 1px solid #e9edf4;
}
.cal1 .clndr .clndr-table tr .day.event,
.cal1 .clndr .clndr-table tr .day.my-event {
    background: #fafafb !important;
}
.cal1 .clndr .clndr-table tr .day:last-child {
    -webkit-border-end: 1px solid #e9edf4;
    border-inline-end: 1px solid #e9edf4;
}
.cal1 .clndr .clndr-table tr .day:hover {
    background: #f6f6fb;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button,
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button {
    color: #fff;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #e9edf4;
}

.fc-event,
.fc-event-dot {
    color: #e9edf4 !important;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
    background: #e9edf4;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    background: #b4b4b4;
}

.fc-today-button
    fc-button
    fc-state-default
    fc-corner-left
    fc-corner-right
    fc-state-disabled:focus {
    border: none !important;
    -webkit-box-shadow: 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;
}

.error-page {
    position: relative;
}
.error-page .display-1 {
    font-size: 8.5rem;
    -webkit-margin-before: 0px;
    margin-block-start: 0px;
}

@media (max-width: 480px) {
    .cal1 .clndr .clndr-controls {
        display: grid !important;
    }
    .cal1 .clndr .clndr-controls .month {
        width: 100% !important;
        text-align: start !important;
    }
    .cal1 .clndr .clndr-controls .clndr-control-button.rightalign {
        text-align: start !important;
    }
}
.alert-inner--icon {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

/*------ Charts styles ------*/
.chart-visitors {
    min-height: 18rem;
    overflow: hidden;
}

.chart-tasks {
    height: 15rem;
    overflow: hidden;
}

.chart-donut,
.chart-pie {
    height: 21rem;
    overflow: hidden;
}

.chartsh {
    height: 16rem;
    overflow: hidden;
    width: 100%;
}

.chartwidget {
    height: 17rem;
    overflow: hidden;
}

.social i {
    font-size: 40px;
}
.social .social-icon i {
    font-size: 14px;
    line-height: 2;
}

.instagram {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#de497b),
        to(#e1164f)
    );
    background: linear-gradient(to right bottom, #de497b 0%, #e1164f 100%);
}

.linkedin {
    background-image: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#0d97de),
        to(#13547a)
    );
    background-image: linear-gradient(
        to right bottom,
        #0d97de 0%,
        #13547a 100%
    );
}

.twitter {
    background-image: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#00f2fe),
        to(#1e63c3)
    );
    background-image: linear-gradient(
        to right bottom,
        #00f2fe 0%,
        #1e63c3 100%
    );
}

.facebook {
    background-image: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#3d6cbf),
        to(#1e3c72)
    );
    background-image: linear-gradient(
        to right bottom,
        #3d6cbf 0%,
        #1e3c72 100%
    );
}

.map,
.chart {
    position: relative;
    -webkit-padding-before: 56.25%;
    padding-block-start: 56.25%;
}

.map-square,
.chart-square {
    -webkit-padding-before: 100%;
    padding-block-start: 100%;
}

.map-content,
.chart-content {
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-end: 0;
}

.map-header {
    -webkit-margin-after: 1.5rem;
    margin-block-end: 1.5rem;
    height: 15rem;
    position: relative;
    -webkit-margin-after: -1.5rem;
    margin-block-end: -1.5rem;
}
.map-header:before {
    content: "";
    position: absolute;
    inset-block-end: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    height: 10rem;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(5%, rgba(245, 247, 251, 0)),
        color-stop(95%, #f6f6fb)
    );
    background: linear-gradient(
        to bottom,
        rgba(245, 247, 251, 0) 5%,
        #f6f6fb 95%
    );
    pointer-events: none;
}

.map-header-layer {
    height: 100%;
}

.map-static {
    height: 120px;
    width: 100%;
    max-width: 640px;
    background-position: center center;
    background-size: 640px 120px;
}

.chart-circle {
    height: 7rem;
    width: 7rem;
    position: relative;
}

.chart-circle canvas {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.chart-circle-sm {
    height: 6rem !important;
    width: 6rem !important;
    font-size: 1rem;
}

.chart-circle-value {
    position: absolute;
    inset-block-start: 0px;
    inset-inline-start: 0;
    inset-inline-end: 0;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    inset-block-end: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    line-height: 1;
}
.chart-circle-value small {
    display: block;
    color: #9aa0ac;
    font-size: 0.9375rem;
}

.chart-circle-value-3 {
    position: absolute;
    inset-block-start: 20px;
    inset-inline-start: 0;
    inset-inline-end: 0;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    inset-block-end: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    line-height: 1;
}

/*----chart-drop-shadow----*/
.chart-dropshadow {
    -webkit-filter: drop-shadow(-6px 12px 4px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(-6px 12px 4px rgba(0, 0, 0, 0.1));
}

.chart-dropshadow-primary {
    -webkit-filter: drop-shadow(-6px 12px 4px rgba(133, 67, 246, 0.5));
    filter: drop-shadow(-6px 12px 4px rgba(133, 67, 246, 0.5));
}

.chart-dropshadow-primary-1 {
    -webkit-filter: drop-shadow(-6px 12px 4px rgba(133, 67, 246, 0.2));
    filter: drop-shadow(-6px 12px 4px rgba(133, 67, 246, 0.2));
}

.chart-dropshadow-danger {
    -webkit-filter: drop-shadow(-6px 12px 4px rgba(244, 88, 91, 0.5));
    filter: drop-shadow(-6px 5px 4px rgba(244, 88, 91, 0.2));
}

.chart-dropshadow-warning {
    -webkit-filter: drop-shadow(-6px 5px 4px rgba(247, 183, 49, 0.3));
    filter: drop-shadow(-6px 5px 4px rgba(247, 183, 49, 0.3));
}

.BarChartShadow {
    -webkit-filter: drop-shadow(-4px 9px 4px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(-6px 9px 4px rgba(0, 0, 0, 0.3));
}

#areaChart1,
#areaChart2,
#areaChart3,
#areaChart4 {
    height: 7rem !important;
}

#AreaChart5 {
    width: 105% !important;
    height: 163px !important;
    inset-block-end: -15px;
    position: relative;
    inset-inline-start: -7px;
}

/*----chart-drop-shadow----*/
.chart-dropshadow2 {
    -webkit-filter: drop-shadow(-6px 5px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(-6px 5px 4px rgba(0, 0, 0, 0.2));
}

.chart-dropshadow-secondary {
    -webkit-filter: drop-shadow(-6px 5px 4px rgba(130, 207, 242, 0.3));
    filter: drop-shadow(-6px 5px 4px rgba(130, 207, 242, 0.3));
}

.chart-dropshadow-success {
    -webkit-filter: drop-shadow(-6px 5px 4px rgba(19, 191, 166, 0.2));
    filter: drop-shadow(-6px 5px 4px rgba(19, 191, 166, 0.2));
}

.chart-dropshadow-info {
    -webkit-filter: drop-shadow(-6px 5px 4px rgba(7, 116, 248, 0.2));
    filter: drop-shadow(-6px 5px 4px rgba(7, 116, 248, 0.2));
}

.z-index2 {
    z-index: 2;
}

.legend li {
    padding: 5px;
    display: inline;
}

.circle-icon {
    height: 70px;
    width: 70px;
    position: absolute;
    -webkit-margin-before: 13px;
    margin-block-start: 13px;
    -webkit-margin-start: 13px;
    margin-inline-start: 13px;
    float: var(--float-right);
}

.square-icon {
    height: 88px;
    width: 81px;
    position: absolute;
    float: var(--float-right);
    border-radius: 7px 0px 0px 7px;
    line-height: 7;
}

/**=====================
     14. Chat CSS Start
==========================**/
.status-circle {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 4px;
    left: 44px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.user-image {
    height: 52px;
    margin-right: 5px;
}
.user-image .about {
    float: left;
    margin-top: 5px;
    padding-left: 10px;
}
.user-image .about .name {
    color: #343a40;
    letter-spacing: 1px;
    font-weight: 500;
}

.left-sidebar-wrapper {
    padding: 20px;
    border-radius: 10px 0 0 10px;
    z-index: 1;
    border: 2px solid var(--white);
    border-right: unset;
}
[dir="rtl"] .left-sidebar-wrapper {
    border-left: unset;
}
@media (max-width: 767px) {
    .left-sidebar-wrapper {
        border-radius: 10px;
    }
}
.left-sidebar-wrapper .left-sidebar-chat .input-group .input-group-text {
    background-color: var(--chart-progress-light);
    padding-right: 0;
    margin-right: 1px;
    border-right: none;
}
[dir="rtl"]
    .left-sidebar-wrapper
    .left-sidebar-chat
    .input-group
    .input-group-text {
    padding-left: 0;
    padding-right: 12px;
    margin-left: 1px;
    border-left: none;
    margin-right: unset;
    border-right: unset;
}
.left-sidebar-wrapper .left-sidebar-chat .input-group .input-group-text svg {
    width: 16px;
    height: 16px;
}
.left-sidebar-wrapper
    .left-sidebar-chat
    .input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
        .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.left-sidebar-wrapper .left-sidebar-chat .input-group .form-control {
    border-left: unset;
    background-color: var(--chart-progress-light);
}
[dir="rtl"]
    .left-sidebar-wrapper
    .left-sidebar-chat
    .input-group
    .form-control {
    border-right: unset;
    border-left: 1px solid #ddd;
    border-radius: 0.25rem !important;
}
.left-sidebar-wrapper .left-sidebar-chat .input-group .form-control:focus,
.left-sidebar-wrapper
    .left-sidebar-chat
    .input-group
    .form-control:focus-visible {
    border-color: #e9edf4;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.left-sidebar-wrapper .advance-options ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}
.left-sidebar-wrapper .advance-options ul .nav-item .nav-link {
    color: var(--body-font-color);
    border-bottom: 2px solid transparent;
    background-color: transparent;
    padding: 16px 57px;
    text-decoration: unset;
}
@media (max-width: 1855px) {
    .left-sidebar-wrapper .advance-options ul .nav-item .nav-link {
        padding: 16px 45px;
    }
}
@media (max-width: 1663px) {
    .left-sidebar-wrapper .advance-options ul .nav-item .nav-link {
        padding: 16px 30px;
    }
}
@media (max-width: 1423px) {
    .left-sidebar-wrapper .advance-options ul .nav-item .nav-link {
        padding: 16px 28px;
    }
}
.left-sidebar-wrapper .advance-options ul .nav-item .nav-link:active,
.left-sidebar-wrapper .advance-options ul .nav-item .nav-link.active {
    border-bottom: 2px solid var(--primary-bg-color);
    color: var(--primary-bg-color);
}
.left-sidebar-wrapper .advance-options .common-space {
    padding: 11px 0;
    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;
}
.left-sidebar-wrapper .advance-options .common-space p {
    margin: 0;
    color: var(--chart-text-color);
}
.left-sidebar-wrapper .advance-options .common-space .header-top .btn {
    padding: 6px 12px !important;
    width: 35px;
    height: 35px;
}
.left-sidebar-wrapper .advance-options .chats-user {
    border-bottom: unset;
    height: 563px;
    overflow-y: auto;
}
.left-sidebar-wrapper .advance-options .chats-user li {
    gap: 10px;
    width: 100%;
    border-bottom: 1px solid #e9edf4;
    cursor: pointer;
    padding: 11px;
}
.left-sidebar-wrapper .advance-options .chats-user li:hover {
    background-color: var(--light-slate);
}
@media (max-width: 1505px) {
    .left-sidebar-wrapper .advance-options .chats-user li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1px;
    }
}
.left-sidebar-wrapper .advance-options .chats-user li:last-child {
    border-bottom: unset;
}
.left-sidebar-wrapper .advance-options .chats-user li .chat-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.left-sidebar-wrapper .advance-options .chats-user li .chat-time > div {
    text-align: left;
}
[dir="rtl"]
    .left-sidebar-wrapper
    .advance-options
    .chats-user
    li
    .chat-time
    > div {
    text-align: right;
}
@media (max-width: 1498px) {
    .left-sidebar-wrapper .advance-options .chats-user li > div {
        width: 100%;
        text-align: end;
    }
    [dir="rtl"] .left-sidebar-wrapper .advance-options .chats-user li > div {
        text-align: start;
    }
}

.active-profile {
    position: relative;
}
.active-profile img {
    width: 42px;
    height: 42px;
}
@media (max-width: 1650px) {
    .active-profile img {
        width: 33px;
        height: 33px;
    }
}
.active-profile .status {
    position: absolute;
    height: 14px;
    width: 14px;
    border-radius: 100%;
    bottom: 5%;
    right: -2px;
    border: 3px solid var(--white);
}
[dir="rtl"] .active-profile .status {
    left: -2px;
    right: unset;
}
@media (max-width: 1600px) {
    .active-profile .status {
        width: 11px;
        height: 11px;
        border: 2px solid var(--white);
    }
}

.contact-edit i {
    cursor: pointer;
}
.contact-edit i::after {
    content: unset;
}
.contact-edit svg {
    cursor: pointer;
    width: 18px;
    height: 18px;
}
@media (max-width: 360px) {
    .contact-edit svg {
        width: 14px;
        height: 14px;
    }
}
.contact-edit .dropdown-menu .dropdown-item:hover {
    background-color: var(--light-background);
    opacity: 1;
    text-decoration: unset;
}
.contact-edit.chat-alert {
    width: 40px;
    height: 40px;
    background: var(--light-slate);
    display: fke;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
}
@media (max-width: 360px) {
    .contact-edit.chat-alert {
        width: 32px;
        height: 32px;
    }
}
@media (max-width: 340px) {
    .contact-edit.chat-alert {
        display: none;
    }
}

.search-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.search-contacts .form-control {
    padding-inline: 35px;
}
.search-contacts .form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: #e9edf4;
}
.search-contacts .fe-search {
    left: 10px;
    top: 10px;
    position: absolute;
    font-size: 18px;
}
[dir="rtl"] .search-contacts .fe-search {
    left: unset;
    right: 10px;
}
.search-contacts .fe-mic {
    right: 10px;
    top: 8px;
    position: absolute;
    left: unset;
    font-size: 18px;
}
[dir="rtl"] .search-contacts .fe-mic {
    right: unset;
    left: 10px;
}

.contact-wrapper {
    padding-top: 14px;
    border-bottom: unset;
    height: 526px;
    overflow-y: auto;
}
.contact-wrapper > p {
    line-height: 0;
    margin: 0;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--body-font-color);
}
.contact-wrapper ul li {
    width: 100%;
    cursor: pointer;
}
.contact-wrapper ul li .chat-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.contact-wrapper ul li .chat-time img {
    width: 42px;
    height: 42px;
}
@media (max-width: 1650px) {
    .contact-wrapper ul li .chat-time img {
        width: 33px;
        height: 33px;
    }
}
.contact-wrapper ul li .chat-time > div span {
    color: var(--body-font-color);
}
.contact-wrapper ul li svg {
    width: 18px;
    height: 18px;
}
.contact-wrapper ul:last-child .common-space {
    padding-bottom: unset;
}

.right-sidebar-chat {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 0;
    border: 2px solid var(--white);
    border-left: unset;
}
[dir="rtl"] .right-sidebar-chat {
    border-right: unset;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
@media (max-width: 767px) {
    .right-sidebar-chat {
        border-radius: 10px;
    }
}

.right-sidebar-title {
    padding: 13px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.right-sidebar-title .common-space {
    width: 100%;
    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;
}
.right-sidebar-title .common-space .chat-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.right-sidebar-title .common-space .chat-time .active-profile img {
    width: 42px;
    height: 42px;
}
@media (max-width: 360px) {
    .right-sidebar-title .common-space .chat-time .active-profile img {
        width: 36px;
        height: 36px;
    }
}
.right-sidebar-title .common-space .chat-time div p {
    margin: 0;
    color: var(--chart-text-color);
}
.right-sidebar-title .common-space .chat-time ul li img {
    width: 42px;
    height: 42px;
}
.right-sidebar-title .common-space .chat-time.group-chat ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.right-sidebar-title .common-space .chat-time.group-chat ul li img {
    border: 3px solid transparent;
}
.right-sidebar-title .common-space .chat-time.group-chat ul li + li {
    margin-left: -12px;
}
[dir="rtl"]
    .right-sidebar-title
    .common-space
    .chat-time.group-chat
    ul
    li
    + li {
    margin-left: unset;
    margin-right: -12px;
}
.right-sidebar-title .common-space .chat-time.group-chat ul li + li img {
    border: 3px solid var(--white);
}
.right-sidebar-title .common-space .chat-time.group-chat ul li img {
    width: 38px;
    height: 38px;
}
.right-sidebar-title .common-space .chat-time.group-chat ul li .profile-count {
    width: 38px;
    height: 38px;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .right-sidebar-title .common-space .chat-time.group-chat ul li:nth-child(2),
    .right-sidebar-title .common-space .chat-time.group-chat ul li:nth-child(3),
    .right-sidebar-title .common-space .chat-time.group-chat ul li:nth-child(5),
    .right-sidebar-title
        .common-space
        .chat-time.group-chat
        ul
        li:nth-child(6) {
        display: none;
    }
}
@media (min-width: 341px) and (max-width: 410px) {
    .right-sidebar-title .common-space .chat-time.group-chat ul li:nth-child(2),
    .right-sidebar-title .common-space .chat-time.group-chat ul li:nth-child(3),
    .right-sidebar-title .common-space .chat-time.group-chat ul li:nth-child(5),
    .right-sidebar-title
        .common-space
        .chat-time.group-chat
        ul
        li:nth-child(6) {
        display: none;
    }
}
@media (max-width: 1045px) {
    .right-sidebar-title .common-space .chat-time.group-chat > div span,
    .right-sidebar-title .common-space .chat-time.group-chat > div p {
        display: none;
    }
}

.msger-chat {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    padding: 10px;
    background: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(#f5f6fa),
            to(#f5f6fa)
        ),
        -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
    background: linear-gradient(0deg, #f5f6fa, #f5f6fa),
        linear-gradient(0deg, #ffffff, #ffffff);
    height: 620px;
}
.msger-chat::-webkit-scrollbar {
    width: 6px;
}
.msger-chat::-webkit-scrollbar-track {
    background: #ddd;
}
.msger-chat::-webkit-scrollbar-thumb {
    background: #bdbdbd;
}

.msg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 10px;
}
.msg:last-of-type {
    margin: 0;
}

.msg-img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}
[dir="rtl"] .msg-img {
    margin-left: 10px;
    margin-right: unset;
}

.msg-bubble {
    max-width: 450px;
    padding: 15px;
    border-radius: 15px;
}

.msg-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.msg-info-name {
    margin-right: 10px;
    font-weight: bold;
}
[dir="rtl"] .msg-info-name {
    margin-left: 10px;
    margin-right: unset;
}

.msg-info-time {
    font-size: 0.85em;
}

.left-msg .msg-img {
    background-image: url("../images/profiles/12.jpg");
    width: 33px;
    height: 33px;
}
@media (max-width: 1200px) {
    .left-msg .msg-img {
        min-width: 16px;
        min-height: 16px;
    }
}
.left-msg .msg-bubble {
    position: relative;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.7);
    color: #475569;
    width: calc(100% - 33px);
}
[dir="rtl"] .left-msg .msg-bubble {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: unset;
}

.right-msg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.right-msg .msg-bubble {
    color: var(--white);
    background: var(--primary-bg-color);
    width: calc(100% - 33px);
}
[dir="rtl"] .right-msg .msg-bubble {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: unset;
}
.right-msg .msg-img {
    margin: 0 0 0 10px;
    background-image: url("../images/profiles/9.jpg");
    width: 33px;
    height: 33px;
}
@media (max-width: 1200px) {
    .right-msg .msg-img {
        min-width: 16px;
        min-height: 16px;
    }
}

.msger-inputarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    border-top: 1px solid #e9edf4;
    background: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(#f5f6fa),
            to(#f5f6fa)
        ),
        -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ffffff));
    background: linear-gradient(0deg, #f5f6fa, #f5f6fa),
        linear-gradient(0deg, #ffffff, #ffffff);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.msger-inputarea .dropdown-toggle::after {
    content: unset;
}
.msger-inputarea .dropdown-toggle .dropdown-menu {
    inset: unset !important;
}
.msger-inputarea .dropdown-form {
    position: relative;
}
.msger-inputarea .dropdown-form i {
    font-size: 20px;
    font-weight: 900;
    color: var(--primary-bg-color);
    cursor: pointer;
    padding: 0;
}
.msger-inputarea .dropdown-form .chat-icon {
    position: absolute;
    left: -10px !important;
    bottom: 50px !important;
    -webkit-transform: unset !important;
    transform: unset !important;
    background: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 0 !important;
}
[dir="rtl"] .msger-inputarea .dropdown-form .chat-icon {
    left: unset !important;
    right: 3px !important;
}
.msger-inputarea .dropdown-form .chat-icon div {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    opacity: 1;
}
.msger-inputarea .dropdown-form .chat-icon div svg {
    width: 42px;
    height: 42px;
    cursor: pointer;
}
.msger-inputarea .dropdown-form .chat-icon div:nth-child(1) svg {
    fill: var(--chart-text-color);
    stroke: none;
}
.msger-inputarea .dropdown-form .chat-icon div:nth-child(2) svg {
    stroke: var(--chart-text-color);
    fill: none;
}
.msger-inputarea .dropdown-form .chat-icon div:hover {
    background-color: var(--primary-bg-color);
    opacity: 1;
    color: #fff;
}
.msger-inputarea .dropdown-form .chat-icon div:hover i {
    color: #fff;
}
.msger-inputarea .dropdown-form .chat-icon div:hover:nth-child(1) svg {
    fill: var(--white);
}
.msger-inputarea .dropdown-form .chat-icon div:hover:nth-child(2) svg {
    stroke: var(--white);
}
.msger-inputarea .msger-send-btn i {
    color: var(--white);
}
.msger-inputarea * {
    padding: 10px;
    border: none;
    border-radius: 3px;
    font-size: 1em;
}

.msger-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: transparent;
}
.msger-input:focus,
.msger-input:focus-visible {
    outline: unset;
}

.fg-emoji-container {
    left: calc(10px + 1395 * (100vw - 320px) / 1600) !important;
}
[dir="rtl"] .fg-emoji-container {
    right: calc(10px + 1395 * (100vw - 320px) / 1600) !important;
    left: unset !important;
}
@media (min-width: 860px) and (max-width: 945px) {
    .fg-emoji-container {
        left: 417px !important;
    }
    [dir="rtl"] .fg-emoji-container {
        left: unset;
        right: 417px;
    }
}
@media (min-width: 686px) and (max-width: 860px) {
    .fg-emoji-container {
        left: 360px !important;
    }
    [dir="rtl"] .fg-emoji-container {
        left: unset;
        right: 360px;
    }
}
@media (min-width: 588px) and (max-width: 770px) {
    .fg-emoji-container {
        left: 200px !important;
    }
    [dir="rtl"] .fg-emoji-container {
        left: unset;
        right: 200px;
    }
}
@media (min-width: 546px) and (max-width: 588px) {
    .fg-emoji-container {
        left: 144px !important;
    }
    [dir="rtl"] .fg-emoji-container {
        left: unset;
        right: 144px;
    }
}
@media (min-width: 500px) and (max-width: 546px) {
    .fg-emoji-container {
        left: 88px !important;
    }
    [dir="rtl"] .fg-emoji-container {
        left: unset;
        right: 88px;
    }
}
@media (max-width: 500px) {
    .fg-emoji-container {
        left: 22px !important;
        width: 262px !important;
    }
    [dir="rtl"] .fg-emoji-container {
        left: unset;
        right: 22px;
    }
}
.fg-emoji-container .fg-emoji-nav {
    background-color: #f0f8ff;
}
.fg-emoji-container #fg-emoji-picker-move {
    display: none;
}

.open-emoji {
    padding: 0;
}
.open-emoji button {
    z-index: 0;
    position: relative;
    padding: 0 14px;
    background: transparent;
}
.open-emoji button::before {
    content: "\f118";
    font-family: "FontAwesome";
    z-index: 1;
    position: relative;
    font-size: 20px;
    color: var(--text-gray);
}

.second-btn {
    z-index: 0;
    position: relative;
    padding: 0 14px;
    background: transparent;
}
.second-btn::before {
    content: "\f118";
    font-family: "FontAwesome";
    z-index: 1;
    position: relative;
    font-size: 20px;
    color: var(--text-gray);
}

.msger-send-btn {
    margin-left: 10px;
    background: var(--primary-bg-color);
    width: 40px;
    height: 39px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all 0.23s;
    transition: all 0.23s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
[dir="rtl"] .msger-send-btn {
    margin-left: unset;
    margin-right: 10px;
}
.msger-send-btn svg {
    width: 1px;
    height: 12px;
}

.custom-name {
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
}
@media (max-width: 1650px) {
    .custom-name {
        width: 33px;
        height: 33px;
    }
}

.dark-mode .left-sidebar-wrapper .advance-options .chats-user li {
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .msger-inputarea {
    background: #22242b;
    border-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .msger-inputarea .msger-input {
    color: #f0f8ff;
}
.dark-mode .msger-chat {
    background: #22242b;
}
.dark-mode .left-msg .msg-bubble {
    background: #262932;
    color: #86909c;
}
.dark-mode .right-msg .msg-bubble {
    background: var(--primary02);
}
.dark-mode .right-sidebar-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/**=====================
    14.  Chat CSS Ends
==========================**/
.container-login100 .box .social-icons {
    position: relative;
}
.container-login100 .box ul {
    margin: 0;
    padding: 0;
}
.container-login100 .box ul li {
    list-style: none;
    float: var(--float-left);
    padding: 7px 7px;
}
.container-login100 .box ul li a {
    margin: 0 10px;
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
}

.relative {
    position: relative !important;
}

.construction .btn.btn-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 0;
    background: rgba(255, 255, 255, 0.08);
    font-size: 20px;
    color: #fff;
    margin: 0 3px;
    border-radius: 50px;
}

/*----- Range slider -------*/
.range {
    display: table;
    position: relative;
    height: 25px;
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
    background-color: rgb(245, 245, 245);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.range input[type="range"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    display: table-cell;
    width: 100%;
    background-color: transparent;
    height: 25px;
    cursor: pointer;
}

.range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    width: 11px;
    height: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    background-color: rgb(153, 153, 153);
}

.range input[type="range"]::-moz-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    width: 11px;
    height: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    background-color: rgb(153, 153, 153);
}

.range output {
    display: table-cell;
    padding: 3px 5px 2px;
    min-width: 40px;
    color: rgb(255, 255, 255);
    background-color: rgb(153, 153, 153);
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border-end-start-radius: 0;
    border-start-start-radius: 0;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.range input[type="range"] {
    outline: none;
}

.ribbon1 {
    position: absolute;
    inset-block-start: -6.1px;
    inset-inline-end: 10px;
    color: #fff;
    z-index: 1;
}
.ribbon1:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    -webkit-border-start: 20px solid transparent;
    border-inline-start: 20px solid transparent;
    -webkit-border-end: 24px solid transparent;
    border-inline-end: 24px solid transparent;
    -webkit-border-before: 13px solid #f8463f;
    border-block-start: 13px solid #f8463f;
}
.ribbon1 span {
    position: relative;
    display: block;
    text-align: center;
    background: #f8463f;
    font-size: 14px;
    line-height: 1;
    padding: 12px 8px 10px;
    border-start-end-radius: 8px;
}
.ribbon1 span:before,
.ribbon1 span:after {
    position: absolute;
    content: "";
}
.ribbon1 span:before {
    height: 6px;
    width: 6px;
    inset-inline-start: -6px;
    inset-block-start: 0;
    background: #f8463f;
}
.ribbon1 span:after {
    height: 6px;
    width: 8px;
    inset-inline-start: -8px;
    inset-block-start: 0;
    border-radius: 8px 8px 0 0;
    background: #c02031;
}

.ribbon {
    position: absolute;
    inset-inline-end: -5px;
    inset-block-start: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: end;
}
.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79a70a;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f8463f),
        to(#f8463f)
    );
    background: linear-gradient(#f8463f 0%, #f8463f 100%);
    -webkit-box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
    box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
    position: absolute;
    inset-block-start: 19px;
    inset-inline-end: -21px;
}
.ribbon span::before {
    content: "";
    position: absolute;
    inset-inline-start: 0px;
    inset-block-start: 100%;
    z-index: -1;
    -webkit-border-start: 3px solid #f8463f;
    border-inline-start: 3px solid #f8463f;
    -webkit-border-end: 3px solid transparent;
    border-inline-end: 3px solid transparent;
    -webkit-border-after: 3px solid transparent;
    border-block-end: 3px solid transparent;
    -webkit-border-before: 3px solid #f8463f;
    border-block-start: 3px solid #f8463f;
}
.ribbon span::after {
    content: "";
    position: absolute;
    inset-inline-end: 0px;
    inset-block-start: 100%;
    z-index: -1;
    -webkit-border-start: 3px solid transparent;
    border-inline-start: 3px solid transparent;
    -webkit-border-end: 3px solid #f8463f;
    border-inline-end: 3px solid #f8463f;
    -webkit-border-after: 3px solid transparent;
    border-block-end: 3px solid transparent;
    -webkit-border-before: 3px solid #f8463f;
    border-block-start: 3px solid #f8463f;
}

/*--- WIZARD ELEMENTS ---*/
.wizard {
    border: 1px solid #e9edf4;
    background-color: #fff;
}
.wizard > .steps {
    padding: 20px;
}
.wizard > .steps > ul {
    padding: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wizard > .steps > ul li {
    float: none;
    display: block;
    width: auto;
}
.wizard > .steps > ul li .current-info {
    display: none;
}
.wizard > .steps > ul li .title {
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0;
    min-height: auto;
}
.wizard > .steps > ul li + li {
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
}
.wizard > .steps a {
    color: var(--primary-bg-color);
    font-weight: 500;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wizard > .steps a:hover,
.wizard > .steps a:active {
    color: var(--primary-bg-color);
    font-weight: 500;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wizard > .steps a .number,
.wizard > .steps a:hover .number,
.wizard > .steps a:active .number {
    -ms-flex-negative: 0;
    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%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-margin-end: 5px;
    margin-inline-end: 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 {
    color: var(--primary-bg-color);
}
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    color: var(--primary-bg-color);
}
.wizard > .steps .current a .title,
.wizard > .steps .current a:hover .title,
.wizard > .steps .current a:active .title {
    display: inline-block;
}
.wizard > .steps .current a .number,
.wizard > .steps .current a:hover .number,
.wizard > .steps .current a:active .number {
    background-color: var(--primary-bg-color);
    color: #fff;
}
.wizard > .steps .done a {
    color: #09ad95;
}
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
    color: #09ad95;
}
.wizard > .steps .done a .title,
.wizard > .steps .done a:hover .title,
.wizard > .steps .done a:active .title {
    display: none;
}
.wizard > .steps .done a .number,
.wizard > .steps .done a:hover .number,
.wizard > .steps .done a:active .number {
    background-color: #09ad95;
    color: #fff;
}
.wizard > .content {
    -webkit-border-before: 1px solid #e9edf4;
    border-block-start: 1px solid #e9edf4;
    -webkit-border-after: 1px solid #e9edf4;
    border-block-end: 1px solid #e9edf4;
    min-height: 150px;
    padding: 20px;
}
.wizard > .content > .title {
    font-size: 18px;
    color: #475569;
    font-weight: 600;
    -webkit-padding-after: 15px;
    padding-block-end: 15px;
    display: none;
    margin: 0;
}
.wizard > .content > .title.current {
    display: block;
}
.wizard > .content > .body {
    float: none;
    position: static;
    width: auto;
    height: auto;
}
.wizard > .content > .body input.parsley-error {
    border-color: #ff5c77;
}
.wizard > .content > .body input.parsley-error + ul {
    list-style: none !important;
}
.wizard > .actions {
    padding: 20px;
}
.wizard > .actions > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wizard > .actions > ul > li:last-child a {
    background-color: #09ad95;
}
.wizard > .actions a {
    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 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: #475569;
}
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
    background-color: #e8ebf2;
    color: #475569;
}
.wizard.vertical > .steps {
    padding: 20px;
}
.wizard.vertical > .steps ul li + li {
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
}
.wizard.vertical > .steps ul li .title {
    display: none;
}
.wizard.vertical > .steps .current a .title {
    display: inline-block;
}
.wizard.vertical > .content {
    margin: 0;
    padding: 20px;
}
.wizard.vertical > .actions {
    padding: 20px;
}
.wizard.vertical > .actions ul {
    float: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .wizard > .steps {
        padding: 25px;
    }
}
@media (min-width: 992px) {
    .wizard > .steps {
        padding: 20px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .wizard > .steps > ul li .title {
        -webkit-transition: none;
        transition: none;
    }
}
@media (min-width: 576px) {
    .wizard > .steps > ul li .title {
        display: none;
        -webkit-margin-start: 10px;
        margin-inline-start: 10px;
    }
}
@media (min-width: 768px) {
    .wizard > .steps > ul li .title {
        display: inline-block;
    }
}
@media (min-width: 576px) {
    .wizard > .steps > ul li + li {
        -webkit-margin-start: 20px;
        margin-inline-start: 20px;
    }
}
@media (min-width: 992px) {
    .wizard > .steps > ul li + li {
        -webkit-margin-start: 30px;
        margin-inline-start: 30px;
    }
}
@media (min-width: 1200px) {
    .wizard > .steps a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .wizard > .steps a:hover,
    .wizard > .steps a:active {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (prefers-reduced-motion: reduce) {
    .wizard > .steps a .number,
    .wizard > .steps a:hover .number,
    .wizard > .steps a:active .number {
        -webkit-transition: none;
        transition: none;
    }
}
@media (min-width: 576px) {
    .wizard > .steps a .number,
    .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) and (max-width: 1200px) {
    .wizard > .steps > ul li .title {
        display: none;
    }
}
@media (min-width: 768px) {
    .wizard > .steps .done a .title,
    .wizard > .steps .done a:hover .title,
    .wizard > .steps .done a:active .title {
        display: inline-block;
    }
}
@media (min-width: 768px) {
    .wizard > .content {
        padding: 25px;
    }
}
@media (min-width: 992px) {
    .wizard > .content {
        padding: 20px;
    }
}
@media (min-width: 768px) {
    .wizard > .actions {
        padding: 25px;
    }
}
@media (min-width: 992px) {
    .wizard > .actions {
        padding: 20px;
    }
}
@media (min-width: 576px) {
    .wizard.vertical > .steps {
        float: var(--float-left);
        width: 20%;
    }
}
@media (min-width: 768px) {
    .wizard.vertical > .steps {
        width: 15%;
    }
}
@media (min-width: 992px) {
    .wizard.vertical > .steps {
        padding: 20px;
        width: 35%;
    }
}
@media (min-width: 576px) {
    .wizard.vertical > .steps ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (min-width: 576px) {
    .wizard.vertical > .steps ul li + li {
        -webkit-margin-before: 10px;
        margin-block-start: 10px;
        -webkit-margin-start: 0;
        margin-inline-start: 0;
    }
}
@media (min-width: 768px) {
    .wizard.vertical > .steps ul li + li {
        -webkit-margin-before: 20px;
        margin-block-start: 20px;
    }
}
@media (min-width: 992px) {
    .wizard.vertical > .steps ul li .title {
        display: block;
    }
}
@media (min-width: 992px) {
    .wizard.vertical > .steps a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (min-width: 576px) {
    .wizard.vertical > .steps .current a .title {
        display: none;
    }
}
@media (min-width: 992px) {
    .wizard.vertical > .steps .current a .title {
        display: inline-block;
    }
}
@media (min-width: 576px) {
    .wizard.vertical > .content {
        border-block-start-width: 0;
        border-block-end-width: 0;
        width: 80%;
        float: var(--float-right);
        -webkit-border-start: 1px solid #e9edf4;
        border-inline-start: 1px solid #e9edf4;
    }
}
@media (min-width: 768px) {
    .wizard.vertical > .content {
        width: 85%;
    }
}
@media (min-width: 992px) {
    .wizard.vertical > .content {
        width: 65%;
        padding: 25px;
    }
}
@media (min-width: 576px) {
    .wizard.vertical > .actions {
        width: 80%;
        float: var(--float-right);
        -webkit-border-start: 1px solid #e9edf4;
        border-inline-start: 1px solid #e9edf4;
    }
}
@media (min-width: 768px) {
    .wizard.vertical > .actions {
        width: 85%;
    }
}
@media (min-width: 992px) {
    .wizard.vertical > .actions {
        width: 65%;
        padding: 25px;
    }
}
/****** EQUAL COLUMN WIDTH STEP INDICATOR *****/
.step-equal-width > .steps > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
}
.step-equal-width > .steps > ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    float: none;
    flex: 1;
    width: auto;
    float: none;
}

/****** EQUAL COLUMN WIDTH STEP INDICATOR *****/
/***** CUSTOM STYLES *****/
.wizard-style-1 > .steps > ul a {
    padding: 0;
    height: 50px;
}
.wizard-style-1 > .steps > ul a:hover,
.wizard-style-1 > .steps > ul a:active {
    padding: 0;
    height: 50px;
}
.wizard-style-1 > .steps > ul a .number,
.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 .title,
.wizard-style-1 > .steps > ul a:hover .title,
.wizard-style-1 > .steps > ul a:active .title {
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    -webkit-margin-start: 20px;
    margin-inline-start: 20px;
}
.wizard-style-1 > .steps > ul .current a .number,
.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 .number,
.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 {
    padding: 0;
    height: 50px;
    border-radius: 50px;
}
.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 .number,
.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 .title,
.wizard-style-2 > .steps > ul a:hover .title,
.wizard-style-2 > .steps > ul a:active .title {
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
}
.wizard-style-2 > .steps > ul .current a .number,
.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 .number,
.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 .moving-tab {
    -webkit-margin-before: 5px;
    margin-block-start: 5px;
    background-color: var(--primary-bg-color) !important;
}

.form-group label.control-label {
    color: var(--primary-bg-color);
}

.wizard-card.form-group .form-control {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#c4c4c4),
        color-stop(#c4c4c4),
        to(linear-gradient(#e1e1e2, #e1e1e2))
    );
    background-image: linear-gradient(
        #c4c4c4,
        #c4c4c4,
        linear-gradient(#e1e1e2, #e1e1e2)
    );
}

.wizard-container .wizard-navigation {
    background: #ebeff8;
}

.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: 1279px) and (min-width: 992px) {
    #smartwizard-3 .nav-tabs .nav-link {
        padding: 1rem 1.8rem;
    }
}
@media (max-width: 575px) {
    .wizard > .steps .current a .title,
    .wizard > .steps .current a:hover .title,
    .wizard > .steps .current a:active .title {
        display: none;
    }
    .wizard > .steps > ul li .title {
        display: none;
    }
    .wizard.vertical > .steps ul li .title {
        display: none !important;
    }
}
.widgets-cards .wrp.icon-circle {
    width: 73px;
    height: 73px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}
.widgets-cards .wrp.icon-circle i {
    font-size: 1.6rem;
    color: #fff;
}
.widgets-cards .wrp p {
    -webkit-margin-after: 0;
    margin-block-end: 0;
    line-height: 1;
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
}
.widgets-cards .wrp p:first-child {
    font-weight: 600;
    font-size: 25px;
}

/**widgets*/
.widgets {
    font-size: 35px;
    padding: 20px;
}

.widgets-cards .widgets-cards-data {
    -webkit-margin-before: 8px;
    margin-block-start: 8px;
}
.widgets-cards .widgets-cards-data .wrp p:first-child {
    font-size: 20px;
    font-weight: 500;
}

.switch {
    margin-right: 0.75rem;
    position: relative;
    vertical-align: middle;
    margin-bottom: 0;
    display: inline-block;
    border-radius: 30rem;
    cursor: pointer;
    min-height: 1.35rem;
    font-size: 0.9375rem;
    line-height: 1.4;
}

.switch .switch-label:first-child {
    padding-right: 0.5rem;
}

.switch .switch-input ~ .switch-label {
    padding-left: 3rem;
}

.switch .switch-toggle-slider {
    width: 40px;
    height: 24px;
    font-size: 0.625rem;
    line-height: 1.35rem;
    border: 1px solid rgba(0, 0, 0, 0);
    top: 0;
}

.switch .switch-toggle-slider i {
    position: relative;
    font-size: 0.9375rem;
    top: -1.35px;
}

.switch .switch-label {
    top: 0.01875rem;
}

.switch .switch-input:checked ~ .switch-toggle-slider::after {
    left: 15px;
}

.switch .switch-toggle-slider::after {
    top: -2px;
    margin: 3px 0 0 2px;
    width: 20px;
    height: 20px;
}

.switch .switch-on {
    padding-left: 0.225rem;
    padding-right: 1.125rem;
}

.switch .switch-off {
    padding-left: 1.125rem;
    padding-right: 0.225rem;
}

[dir="rtl"] .switch .switch-label {
    padding-right: 3rem;
    padding-left: 0;
}

[dir="rtl"] .switch .switch-input:checked ~ .switch-toggle-slider::after {
    left: auto;
    right: 16px;
}

[dir="rtl"] .switch .switch-toggle-slider::after {
    margin-left: 0;
    margin-right: 1px;
}

[dir="rtl"] .switch .switch-on {
    padding-left: 1.125rem;
    padding-right: 0.225rem;
}

[dir="rtl"] .switch .switch-off {
    padding-left: 0.225rem;
    padding-right: 1.125rem;
}

[dir="rtl"] .switch {
    margin-left: 0.75rem;
    margin-right: 0;
    width: 60px;
}

.switch-input {
    opacity: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: -1;
}

.switch-toggle-slider {
    position: absolute;
    overflow: hidden;
    border-radius: 30rem;
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(67, 89, 113, 0.4) !important;
    color: rgba(67, 89, 113, 0.4);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: left, right, background, -webkit-box-shadow;
    transition-property: left, right, background, -webkit-box-shadow;
    transition-property: left, right, background, box-shadow;
    transition-property: left, right, background, box-shadow, -webkit-box-shadow;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.switch-toggle-slider i {
    top: -2.3px !important;
}

.switch-label {
    display: inline-block;
    font-weight: 400;
    color: #697a8d;
    position: relative;
    cursor: default;
}

.switch-off,
.switch-on {
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: left, right;
    transition-property: left, right;
}

.switch-on {
    left: -100%;
}

[dir="rtl"] .switch-on {
    left: auto;
    right: -100%;
}

.switch-input:not(:checked) ~ .switch-toggle-slider .switch-on {
    color: rgba(0, 0, 0, 0);
}

.switch-off {
    left: 0;
}

[dir="rtl"] .switch-off {
    right: 0;
    left: auto;
}

.switch-input:checked ~ .switch-toggle-slider:after {
    background: #fff;
}

.switch-input:checked ~ .switch-toggle-slider .switch-on {
    left: 0;
}

[dir="rtl"] .switch-input:checked ~ .switch-toggle-slider .switch-on {
    right: 0;
    left: auto;
}

.switch-input:checked ~ .switch-toggle-slider .switch-off {
    left: 100%;
    color: rgba(0, 0, 0, 0);
}

[dir="rtl"] .switch-input:checked ~ .switch-toggle-slider .switch-off {
    right: 100%;
    left: auto;
}

.switch-toggle-slider::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    border-radius: 999px;
    background: rgba(67, 89, 113, 0.6);
    -webkit-box-shadow: 0 0 0 1px rgba(67, 89, 113, 0.04),
        0 1px 6px rgba(67, 89, 113, 0.09);
    box-shadow: 0 0 0 1px rgba(67, 89, 113, 0.04),
        0 1px 6px rgba(67, 89, 113, 0.09);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: left, right, background;
    transition-property: left, right, background;
}

[dir="rtl"] .switch-toggle-slider::after {
    right: 0;
    left: -2px;
}

.switches-stacked::after {
    display: block;
    clear: both;
    content: "";
}

.switches-stacked .switch {
    display: block;
}

html:not([dir="rtl"]) .switches-stacked .switch {
    margin-right: 0;
}

[dir="rtl"] .switches-stacked .switch {
    margin-left: 0;
}

.switches-stacked .switch:not(:last-child) {
    margin-bottom: 0.75rem;
}

.switch-square,
.switch-square .switch-toggle-slider {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.switch-square .switch-toggle-slider::after {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.switch-input:disabled ~ .switch-toggle-slider {
    opacity: 0.5;
    background: rgba(0, 0, 0, 0);
    border-color: rgba(67, 89, 113, 0.6) !important;
}

.switch-input:disabled ~ .switch-toggle-slider::after {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.switch-input:disabled ~ .switch-label {
    color: #a1acb8;
}

.switch-sm {
    min-height: 1.125rem;
    font-size: 0.75rem;
    line-height: 1.48;
}

.switch-sm .switch-label:first-child {
    padding-right: 0.5rem;
}

.switch-sm .switch-input ~ .switch-label {
    padding-left: 2.5rem;
}

.switch-sm .switch-toggle-slider {
    width: 2rem;
    height: 1.125rem;
    font-size: 0.625rem;
    line-height: 1.125rem;
    border: 1px solid rgba(0, 0, 0, 0);
    top: 0;
}

.switch-sm .switch-toggle-slider i {
    position: relative;
    font-size: 0.75rem;
    top: -2px;
}

.switch-sm .switch-label {
    top: 0.0075rem;
}

.switch-sm .switch-input:checked ~ .switch-toggle-slider::after {
    left: 0.875rem;
}

.switch-sm .switch-toggle-slider::after {
    top: -1px;
    margin: 0.225rem 0 0 0.225rem;
    width: 10px;
    height: 10px;
}

.switch-sm .switch-on {
    padding-left: 0.225rem;
    padding-right: 0.9rem;
}

.switch-sm .switch-off {
    padding-left: 0.9rem;
    padding-right: 0.225rem;
}

[dir="rtl"] .switch-sm .switch-label {
    padding-right: 2.5rem;
    padding-left: 0;
}

[dir="rtl"] .switch-sm .switch-input:checked ~ .switch-toggle-slider::after {
    left: auto;
    right: 0.875rem;
}

[dir="rtl"] .switch-sm .switch-toggle-slider::after {
    margin-left: 0;
    margin-right: 0.225rem;
}

[dir="rtl"] .switch-sm .switch-on {
    padding-left: 0.9rem;
    padding-right: 0.225rem;
}

[dir="rtl"] .switch-sm .switch-off {
    padding-left: 0.225rem;
    padding-right: 0.9rem;
}

.switch-lg {
    min-height: 1.75rem;
    font-size: 1rem;
    line-height: 1.47;
}

.switch-lg .switch-label:first-child {
    padding-right: 0.5rem;
}

.switch-lg .switch-input ~ .switch-label {
    padding-left: 3.75rem;
}

.switch-lg .switch-toggle-slider {
    width: 3.25rem;
    height: 1.75rem;
    font-size: 0.625rem;
    line-height: 1.75rem;
    border: 1px solid rgba(0, 0, 0, 0);
    top: 0;
}

.switch-lg .switch-toggle-slider i {
    position: relative;
    font-size: 1rem;
    top: -2px;
}

.switch-lg .switch-label {
    top: 0.14rem;
}

.switch-lg .switch-input:checked ~ .switch-toggle-slider::after {
    left: 1.5rem;
}

.switch-lg .switch-toggle-slider::after {
    top: -1px;
    margin: 0.225rem 0 0 0.225rem;
    width: 20px;
    height: 20px;
}

.switch-lg .switch-on {
    padding-left: 0.225rem;
    padding-right: 1.525rem;
}

.switch-lg .switch-off {
    padding-left: 1.525rem;
    padding-right: 0.225rem;
}

[dir="rtl"] .switch-lg .switch-label {
    padding-right: 3.75rem;
    padding-left: 0;
}

[dir="rtl"] .switch-lg .switch-input:checked ~ .switch-toggle-slider::after {
    left: auto;
    right: 1.5rem;
}

[dir="rtl"] .switch-lg .switch-toggle-slider::after {
    margin-left: 0;
    margin-right: 0.225rem;
}

[dir="rtl"] .switch-lg .switch-on {
    padding-left: 1.525rem;
    padding-right: 0.225rem;
}

[dir="rtl"] .switch-lg .switch-off {
    padding-left: 0.225rem;
    padding-right: 1.525rem;
}

.switch-input:checked ~ .switch-toggle-slider {
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color) !important;
    color: #fff;
}

/*  ecommerce  product*/
.product-boxwrap {
    text-align: left;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    background-color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
}
.product-boxwrap:hover .product-imgwrap img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.product-boxwrap:hover .social li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.product-boxwrap .product-imgwrap {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    text-align: center;
}
.product-boxwrap .product-imgwrap img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
}
.product-boxwrap .product-imgwrap a {
    display: block;
}
.product-boxwrap .product-imgwrap .product-discount-label,
.product-boxwrap .product-imgwrap .product-sale-label {
    color: #fff;
    background-color: #007f6e;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 8px 12px;
    border-radius: 5px;
    position: absolute;
    left: 15px;
    top: 15px;
    line-height: 1;
}
.product-boxwrap .product-imgwrap .product-discount-label {
    background: var(--primary-bg-color);
    letter-spacing: 0.5px;
    left: auto;
    right: 10px;
}
.product-boxwrap .social {
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.product-boxwrap .social li {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.product-boxwrap .social li:nth-child(n + 2) {
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
}
.product-boxwrap .social li:nth-child(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.product-boxwrap .social li:nth-child(3) {
    -webkit-transition-delay: 0.13s;
    transition-delay: 0.13s;
}
.product-boxwrap .social li:nth-child(4) {
    -webkit-transition-delay: 0.16s;
    transition-delay: 0.16s;
}
.product-boxwrap .social li a {
    color: #fff;
    background-color: var(--primary-bg-color);
    height: 40px;
    width: 40px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-boxwrap .social li a:hover {
    background-color: #007f6e;
}
.product-boxwrap .social li a i {
    font-size: 20px;
}
.product-boxwrap .product-detailwrap {
    -webkit-padding-before: 15px;
    padding-block-start: 15px;
}
.product-boxwrap .product-detailwrap h5 {
    color: #475569;
    -webkit-margin-after: unset;
    margin-block-end: unset;
    text-transform: capitalize;
}
.product-boxwrap .pro-price {
    color: var(--primary-bg-color);
    font-size: 16px;
    font-weight: 600;
}
.product-boxwrap .pro-price span {
    font-size: 14px;
    color: #475569;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
}

.product-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-color li {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}
.product-color li.active > div:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "\f00c";
    font-family: "FontAwesome";
    color: #fff;
}
.product-color li > div {
    width: 100%;
    height: 100%;
}
.product-color li + li {
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
}

.top-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-product .product-imgwrap {
    width: 75px;
    height: 75px;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #e9edf4;
    border-radius: 5px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}
.top-product .product-imgwrap img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
.top-product .product-detailwrap h6 {
    text-transform: capitalize;
    color: #475569;
    margin: 0;
}
.top-product .product-detailwrap .name {
    font-size: 16px;
}
.top-product .product-detailwrap .price {
    font-size: 15px;
}

.list-view-page .col-md-4 {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    width: 50%;
    max-width: 50%;
}
.list-view-page .col-md-4 .product-boxwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.list-view-page .col-md-4 .product-boxwrap .product-imgwrap {
    width: 45%;
    overflow: visible;
    overflow: hidden;
}
.list-view-page .col-md-4 .product-boxwrap .product-imgwrap .product-sale-label,
.list-view-page
    .col-md-4
    .product-boxwrap
    .product-imgwrap
    .product-discount-label {
    display: none;
}
.list-view-page .col-md-4 .product-boxwrap .product-detailwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: start;
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
    width: 65%;
}
.list-view-page .col-md-4 .product-boxwrap .product-detailwrap h4 {
    font-size: 23px;
}
.list-view-page
    .col-md-4
    .product-boxwrap
    .product-detailwrap
    .pro-rating
    .star {
    font-size: 18px;
}
.list-view-page .col-md-4 .product-boxwrap .product-detailwrap .pro-price {
    font-size: 18px;
}
.list-view-page .col-md-4 .product-boxwrap .product-detailwrap .pro-price span {
    font-size: 16px;
}

.grid-wrap-header {
    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;
}
.grid-wrap-header .product-search {
    width: 50%;
}
.grid-wrap-header .gridfilter-list {
    -webkit-margin-start: -10px;
    margin-inline-start: -10px;
}
.grid-wrap-header .gridfilter-list li {
    display: inline-block;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
}
.grid-wrap-header .gridfilter-list li a {
    font-size: 18px;
    padding: 8px 10px;
    line-height: 1;
    color: #475569;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #e9edf4;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.grid-wrap-header .gridfilter-list li a svg {
    width: 18px;
}
.grid-wrap-header .gridfilter-list li a:hover,
.grid-wrap-header .gridfilter-list li a:focus {
    color: #fff;
    border-color: var(--primary-bg-color);
    background-color: var(--primary-bg-color);
}

/* product filter */
.product-filter .filter-title {
    -webkit-padding-after: 10px;
    padding-block-end: 10px;
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
    border-bottom: 1px solid #e9edf4;
}
.product-filter .filter-list li {
    display: block;
}
.product-filter .top-product + .top-product {
    -webkit-margin-before: 15px;
    margin-block-start: 15px;
}
.product-filter .range-group {
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
}
.product-filter .range-group .irs-with-grid .irs-grid {
    display: none;
}

.product-boxwrap .pro-price {
    color: #000;
}

/* product-detail-page */
.product-rating li i {
    color: #f7b731;
}

.pro-quantity {
    width: 170px;
}
.pro-quantity span {
    background-color: transparent;
}
.pro-quantity .form-control {
    background-color: transparent;
    text-align: center;
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.product-detail-page .product-card .product-for img,
.product-detail-page .product-card .product-to img {
    width: 100%;
}
.product-detail-page .product-card .product-to .product-imgwrap {
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}
.product-detail-page .product-card h2 {
    text-transform: capitalize;
    -webkit-margin-after: 5px;
    margin-block-end: 5px;
    font-size: calc(20px + 10 * (100vw - 420px) / 1500);
}
.product-detail-page .product-card h6 {
    -webkit-margin-after: 5px;
    margin-block-end: 5px;
}
.product-detail-page .product-card .detail-group {
    -webkit-padding-after: 15px;
    padding-block-end: 15px;
    -webkit-margin-after: 15px;
    margin-block-end: 15px;
    border-bottom: 1px solid #e9edf4;
    position: relative;
}
.product-detail-page .product-card .detail-group .product-share {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}
.product-detail-page
    .product-card
    .detail-group
    .product-share
    .proshare-toggle {
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    color: #475569;
}
.product-detail-page
    .product-card
    .detail-group
    .product-share
    .share-iconlist {
    position: absolute;
    top: 100%;
    inset-inline-end: 0;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 12px;
    display: none;
    border-radius: 5px;
}
.product-detail-page
    .product-card
    .detail-group
    .product-share
    .share-iconlist.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-detail-page
    .product-card
    .detail-group
    .product-share
    .share-iconlist
    li {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-self: center;
}
.product-detail-page
    .product-card
    .detail-group
    .product-share
    .share-iconlist
    li
    svg,
.product-detail-page
    .product-card
    .detail-group
    .product-share
    .share-iconlist
    li
    i {
    color: #fff;
    font-size: 16px;
    height: 16px;
    width: auto;
}
.product-detail-page
    .product-card
    .detail-group
    .product-share
    .share-iconlist
    li
    + li {
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
}
.product-detail-page .product-card .detail-group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-detail-page .product-card .detail-group ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-detail-page .product-card .detail-group .product-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-margin-after: 15px;
    margin-block-end: 15px;
}
.product-detail-page .product-card .detail-group .product-color li {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}
.product-detail-page
    .product-card
    .detail-group
    .product-color
    li.active
    > div:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-margin-end: -50%;
    margin-inline-end: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "\f00c";
    font-family: "FontAwesome";
    color: #fff;
}
.product-detail-page .product-card .detail-group .product-color li > div {
    width: 100%;
    height: 100%;
}
.product-detail-page .product-card .detail-group .product-color li + li {
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
}
.product-detail-page .product-card .detail-group .product-size li {
    width: 45px;
    height: 45px;
    border: 1px solid #e9edf4;
    text-transform: capitalize;
    border-radius: 3px;
}
.product-detail-page .product-card .detail-group .product-size li a {
    color: #000;
    font-weight: 500;
}
.product-detail-page .product-card .detail-group .product-size li.active {
    background-color: var(--primary-bg-color);
}
.product-detail-page .product-card .detail-group .product-size li.active a {
    color: #fff;
}
.product-detail-page .product-card .detail-group .product-size li + li {
    -webkit-margin-start: 15px;
    margin-inline-start: 15px;
}
.product-detail-page .product-card .detail-group .product-rating {
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
}
.product-detail-page .product-card .detail-group .product-price li {
    font-size: calc(18px + 7 * (100vw - 420px) / 1500);
    font-weight: 600;
}
.product-detail-page .product-card .detail-group .product-price li + li {
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
}
.product-detail-page .product-card .detail-group .product-delivery {
    width: 400px;
    text-transform: capitalize;
}
.product-detail-page .product-card .detail-group .product-delivery span {
    background-color: transparent;
    padding: 10px 20px;
}
.product-detail-page .product-card .detail-group .product-delivery span i {
    color: var(--primary-bg-color);
    font-size: 24px;
}
.product-detail-page .product-card .detail-group h5 {
    font-size: 14px;
}
.product-detail-page .product-card .detail-group p {
    font-size: 14px;
}
.product-detail-page .product-card .detail-group h6 {
    text-transform: capitalize;
}
.product-detail-page .product-card .detail-group .btn {
    text-transform: capitalize;
}
.product-detail-page .pro-quantity .input-group-text {
    cursor: pointer;
}
.product-detail-page .product-img-preview {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-detail-page .product-img-preview .product-to {
    max-width: 100px;
    width: 100%;
    margin: -5px 0px;
}
.product-detail-page .product-img-preview .product-to .product-imgwrap {
    margin: 5px 0;
}
.product-detail-page .product-img-preview .product-for {
    max-width: calc(100% - 100px);
    width: 100%;
    padding-left: 15px;
}
.product-detail-page .product-detail-tab .nav-tabs li a {
    display: block;
    font-weight: 500;
}
.product-detail-page .product-detail-tab .nav-tabs li a.active {
    color: #fff;
    background-color: var(--primary-bg-color);
}
.product-detail-page .product-detail-tab .nav-tabs li + li {
    -webkit-margin-start: 20px;
    margin-inline-start: 20px;
}
.product-detail-page .product-detail-tab .tab-content {
    -webkit-padding-before: 15px;
    padding-block-start: 15px;
}
.product-detail-page .product-detail-tab .tab-content ul.review-list {
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
}
.product-detail-page .product-detail-tab .tab-content ul.review-list > li {
    width: 80%;
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
    padding: 20px;
    border: 1px solid #e9edf4;
    border-radius: 5px;
}
.product-detail-page
    .product-detail-tab
    .tab-content
    ul.review-list
    > li
    .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
}
.product-detail-page
    .product-detail-tab
    .tab-content
    ul.review-list
    > li
    .media
    img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}
.product-detail-page
    .product-detail-tab
    .tab-content
    ul.review-list
    > li
    .media
    h4 {
    text-transform: capitalize;
}
.product-detail-page .product-detail-tab .tab-content ul.review-list > li p {
    font-size: 16px;
}
.product-detail-page .product-detail-tab .tab-content .form-group textarea {
    height: 180px;
}

.related-product .product-boxwrap {
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.slick-arrow1 .slick-prev:before,
.slick-arrow1 .slick-next:before {
    background-color: var(--primary-bg-color);
}

/*product list tbl*/
.productlist-tbl .product-imgwrap img {
    width: 50px;
    height: auto;
}
.productlist-tbl tr {
    border-color: #e9edf4;
    text-align: center;
}
.productlist-tbl td {
    text-align: center;
}

.custom-chek {
    -webkit-margin-start: 0 !important;
    margin-inline-start: 0 !important;
}

.rating-list li {
    display: inline-block;
}
.rating-list li .fa {
    color: #fbb034;
}

.pro-rating {
    direction: rtl;
    text-align: left;
}
.pro-rating input {
    display: none;
}
.pro-rating .star {
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    color: #fbb034;
    cursor: pointer;
    margin: 0 1px;
}
.pro-rating .star::before {
    content: "\f006";
}
.pro-rating input:checked ~ .star::before {
    content: "\f005";
}

body.dark-mode
    .product-detail-page
    .product-detail-tab
    .tab-content
    ul.review-list
    > li {
    border-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .product-boxwrap {
    background-color: #22242b;
}
body.dark-mode .product-boxwrap .product-detailwrap h5 {
    color: #f0f8ff;
}
body.dark-mode .product-boxwrap .pro-price {
    color: #f0f8ff;
}
body.dark-mode .product-boxwrap .pro-price span {
    color: #f0f8ff;
}
body.dark-mode .product-filter .filter-title {
    border-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .top-product .product-detailwrap h6 {
    color: #f0f8ff;
}
body.dark-mode .grid-wrap-header .gridfilter-list li a {
    border-color: rgba(255, 255, 255, 0.1);
    color: #f0f8ff;
}
body.dark-mode .product-detail-page .product-card .detail-group {
    border-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .top-product .product-imgwrap {
    border-color: rgba(255, 255, 255, 0.1);
}

/* ######## UTILITIES-STYLES ######## */
.fs-18.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.fs-18.embed-responsive::before {
    display: block;
    content: "";
}
.fs-18.embed-responsive .embed-responsive-item,
.fs-18.embed-responsive iframe,
.fs-18.embed-responsive embed,
.fs-18.embed-responsive object,
.fs-18.embed-responsive video {
    position: absolute;
    inset-block-start: 0;
    inset-block-end: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    -webkit-padding-before: 42.85714286%;
    padding-block-start: 42.85714286%;
}

.embed-responsive-16by9::before {
    -webkit-padding-before: 56.25%;
    padding-block-start: 56.25%;
}

.embed-responsive-4by3::before {
    -webkit-padding-before: 75%;
    padding-block-start: 75%;
}

.embed-responsive-1by1::before {
    -webkit-padding-before: 100%;
    padding-block-start: 100%;
}

.flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
}
@media (min-width: 1280px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
}
/*------ Alignments -------*/
.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .align-items-sm-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .align-items-md-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .align-items-lg-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1280px) {
    .align-items-xl-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
.bg-secondary {
    background: #007f6e !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus {
    background-color: #007f6e !important;
}

button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #007f6e !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;
}

.bg-info {
    background: #1170e4 !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;
}

.bg-warning {
    background: #f7b731 !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;
}

.bg-light {
    background-color: #f6f6fb !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;
}

.bg-dark {
    background-color: #343a40 !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;
}

.bg-facebook {
    background: #2b4170 !important;
}

/*--- gradient-backgrounds --*/
.bg-secondary-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#82cff2),
        to(#28b7f9)
    ) !important;
    background: linear-gradient(
        to bottom right,
        #82cff2 0%,
        #28b7f9 100%
    ) !important;
}

a.bg-secondary-gradient:hover,
a.bg-secondary-gradient:focus {
    background-color: #007f6e !important;
}

button.bg-secondary-gradient:hover,
button.bg-secondary-gradient:focus {
    background-color: #007f6e !important;
}

.bg-success-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#1ea38f),
        to(#5cf9e2)
    ) !important;
    background: linear-gradient(
        to bottom right,
        #1ea38f 0%,
        #5cf9e2 100%
    ) !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;
}

.bg-info-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#1e63c3),
        to(#00f2fe)
    ) !important;
    background: linear-gradient(
        to bottom right,
        #1e63c3 0%,
        #00f2fe 100%
    ) !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;
}

.bg-warning-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#ec6900),
        to(#fbb034)
    ) !important;
    background: linear-gradient(
        to bottom right,
        #ec6900 0%,
        #fbb034 100%
    ) !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;
}

.bg-danger-gradient {
    background-image: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#b51b35),
        to(#fd4a68)
    ) !important;
    background-image: linear-gradient(
        to bottom right,
        #b51b35 0%,
        #fd4a68 100%
    ) !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;
}

.bg-light-gradient {
    background-color: #f8f9fa !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;
}

.bg-dark-gradient {
    background-color: #343a40 !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-facebook-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#3b5998),
        to(#2b4170)
    ) !important;
    background: linear-gradient(to bottom right, #3b5998, #2b4170) !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg1 {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#163b7c),
        to(#548beb)
    );
    background: linear-gradient(to right bottom, #163b7c 0%, #548beb 100%);
}

.bg2 {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#00f2fe),
        to(#1e63c3)
    ) !important;
    background: linear-gradient(
        to bottom right,
        #00f2fe 0%,
        #1e63c3 100%
    ) !important;
}

.bg3 {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#f53e31),
        to(#dd4b39)
    );
    background: linear-gradient(to bottom right, #f53e31, #dd4b39);
}

/*------ Background colors -------*/
.bg-purple {
    background: #8027dc !important;
    color: #fff !important;
}

a.bg-purple:hover,
a.bg-purple:focus {
    background-color: #8c31e4 !important;
}

button.bg-purple:hover,
button.bg-purple:focus {
    background-color: #8c31e4 !important;
}

.bg-blue-lightest {
    background-color: #edf2fa !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;
}

.bg-blue-lighter {
    background-color: #c8d9f1 !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;
}

.bg-blue-light {
    background-color: #7ea5dd !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;
}

.bg-blue-dark {
    background-color: #3866a6 !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;
}

.bg-blue-darker {
    background-color: #1c3353 !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;
}

.bg-blue-darkest {
    background-color: #0e1929 !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;
}

.bg-purssianblue {
    background-color: #362f71;
}

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;
}

.bg-indigo-lightest {
    background-color: #f0f1fa !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;
}

.bg-indigo-lighter {
    background-color: #d1d5f0 !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;
}

.bg-indigo-light {
    background-color: #939edc !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;
}

.bg-indigo-dark {
    background-color: #515da4 !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;
}

.bg-indigo-darker {
    background-color: #282e52 !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;
}

.bg-indigo-darkest {
    background-color: #141729 !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;
}

.bg-purple-lightest {
    background-color: #f6effd !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;
}

.bg-purple-lighter {
    background-color: #e4cff9 !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;
}

.bg-purple-light {
    background-color: #c08ef0 !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;
}

.bg-purple-dark {
    background-color: #844bbb !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;
}

.bg-purple-darker {
    background-color: #42265e !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;
}

.bg-purple-darkest {
    background-color: #21132f !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;
}

.bg-pink-lightest {
    background-color: #fef0f5 !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;
}

.bg-pink-lighter {
    background-color: #fcd3e1 !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;
}

.bg-pink-light {
    background-color: #f999b9 !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;
}

.bg-pink-dark {
    background-color: #c5577c !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;
}

.bg-pink-darker {
    background-color: #622c3e !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;
}

.bg-pink-darkest {
    background-color: #31161f !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;
}

.bg-red-lightest {
    background-color: #fae9e9 !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;
}

.bg-red-lighter {
    background-color: #f0bcbc !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;
}

.bg-red-light {
    background-color: #dc6362 !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;
}

.bg-red-dark {
    background-color: #a41a19 !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;
}

.bg-red-darker {
    background-color: #520d0c !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;
}

.bg-red-darkest {
    background-color: #290606 !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;
}

.bg-orange-lightest {
    background-color: #fff !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;
}

.bg-orange-lighter {
    background-color: #fee0c7 !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;
}

.bg-orange-light {
    background-color: #feb67c !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;
}

.bg-orange-dark {
    background-color: #ca7836 !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;
}

.bg-orange-darker {
    background-color: #653c1b !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;
}

.bg-orange-darkest {
    background-color: #331e0e !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;
}

.bg-yellow-lightest {
    background-color: #fef9e7 !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;
}

.bg-yellow-lighter {
    background-color: #fbedb7 !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;
}

.bg-yellow-light {
    background-color: #f5d657 !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;
}

.bg-yellow-dark {
    background-color: #c19d0c !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;
}

.bg-yellow-darker {
    background-color: #604e06 !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;
}

.bg-yellow-darkest {
    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;
}

.bg-green-lightest {
    background-color: #eff8e6 !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;
}

.bg-green-lighter {
    background-color: #cfeab3 !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;
}

.bg-green-light {
    background-color: #8ecf4d !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;
}

.bg-green-dark {
    background-color: #4b9500 !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;
}

.bg-green-darker {
    background-color: #264a00 !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;
}

.bg-green-darkest {
    background-color: #132500 !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;
}

.bg-teal-lightest {
    background-color: #eafaf8 !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;
}

.bg-teal-lighter {
    background-color: #bfefea !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;
}

.bg-teal-light {
    background-color: #6bdbcf !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;
}

.bg-teal-dark {
    background-color: #22a295 !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;
}

.bg-teal-darker {
    background-color: #11514a !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;
}

.bg-teal-darkest {
    background-color: #092925 !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;
}

.bg-cyan-lightest {
    background-color: #e8f6f8 !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;
}

.bg-cyan-lighter {
    background-color: #b9e3ea !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;
}

.bg-cyan-light {
    background-color: #5dbecd !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;
}

.bg-cyan-dark {
    background-color: #128293 !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;
}

.bg-cyan-darker {
    background-color: #09414a !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;
}

.bg-cyan-darkest {
    background-color: #052025 !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;
}

.bg-white-lightest {
    background-color: white !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;
}

.bg-white-lighter {
    background-color: white !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;
}

.bg-white-light {
    background-color: white !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;
}

.bg-white-dark {
    background-color: #cccccc !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;
}

.bg-white-darker {
    background-color: #666666 !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;
}

.bg-white-darkest {
    background-color: #333333 !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;
}

.bg-gray-lightest {
    background-color: #f3f4f5 !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;
}

.bg-gray-lighter {
    background-color: #dbdde0 !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;
}

.bg-gray-light {
    background-color: #aab0b6 !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;
}

.bg-gray-dark {
    background-color: #6b7278 !important;
    background: #343a40 !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;
}

.bg-gray-darker {
    background-color: #36393c !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;
}

.bg-gray-darkest {
    background-color: #1b1c1e !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;
}

.bg-gray-dark-lightest {
    background-color: #ebebec !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;
}

.bg-gray-dark-lighter {
    background-color: #c2c4c6 !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;
}

.bg-gray-dark-light {
    background-color: #717579 !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;
}

.bg-gray-dark-dark {
    background-color: #2a2e33 !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;
}

.bg-gray-dark-darker {
    background-color: #15171a !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;
}

.bg-gray-dark-darkest {
    background-color: #0a0c0d !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;
}

.bg-azure-lightest {
    background-color: #ecf7fe !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;
}

.bg-azure-lighter {
    background-color: #c7e6fb !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;
}

.bg-azure-light {
    background-color: #7dc4f6 !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;
}

.bg-azure-dark {
    background-color: #3788c2 !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;
}

.bg-azure-darker {
    background-color: #1c4461 !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;
}

.bg-azure-darkest {
    background-color: #0e2230 !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;
}

.bg-lime-lightest {
    background-color: #f2fbeb !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;
}

.bg-lime-lighter {
    background-color: #d7f2c2 !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;
}

.bg-lime-light {
    background-color: #a3e072 !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;
}

.bg-lime-dark {
    background-color: #62a82a !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;
}

.bg-lime-darker {
    background-color: #315415 !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;
}

.bg-lime-darkest {
    background-color: #192a0b !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;
}

.bg-blue-1 {
    background-color: #0061da;
    color: #fff !important;
}

.bg-blue {
    background: #3223f1;
    color: #fff !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;
}

.bg-indigo {
    background: #515eae;
    color: #fff !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;
}

.bg-purple-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#8027dc),
        to(#647dee)
    ) !important;
    background: linear-gradient(
        to bottom right,
        #8027dc 0%,
        #647dee 100%
    ) !important;
    color: #fff !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;
}

.bg-pink {
    background: #e077e3 !important;
    color: #fff !important;
}

.bg-darkpink {
    background-color: #14a485 !important;
    color: #fff !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;
}

.bg-red {
    background: #d72414;
    color: #fff !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;
}

.bg-orange {
    background: #ec6900;
    color: #fff !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;
}

.bg-yellow-1 {
    background-color: #fbb034;
    color: #fff !important;
}

.bg-yellow {
    background: #fbb034;
    color: #fff !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;
}

.bg-green-1 {
    background-color: #4ecc48;
    color: #fff !important;
}

.bg-green {
    background: #4ecc48;
    color: #fff !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;
}

.bg-teal {
    background: #1caf9f !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;
}

.bg-cyan {
    background: #007ea7 !important;
    color: #fff !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;
}

.bg-gray {
    background: #5a6970 !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;
}

.bg-lightpink-red {
    color: #ff7088 !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;
}

.bg-azure {
    background: #007abf;
}

a.bg-azure:hover,
a.bg-azure:focus {
    background-color: #1594ef !important;
}

button.bg-azure:hover,
button.bg-azure:focus {
    background-color: #1594ef !important;
}

.bg-purple-1 {
    background: #8027dc;
}

.bg-lime {
    background: #7bd235;
}

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-round {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    position: absolute;
}

.bg-square {
    color: #fff;
    background: #868e96;
    display: inline-block;
    min-width: 2rem;
    height: 2rem;
    padding: 0.5rem 0.25rem;
    text-align: center;
    border-radius: 3px;
    font-weight: 600;
}

.bg-primary-light {
    background: #fff;
    border-radius: 7px;
}

.bg-google-plus {
    background-color: #dd4b39;
}

.bg-pinterest {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#c51629),
        to(#bd081c)
    );
    background: linear-gradient(to right bottom, #c51629 0%, #bd081c 100%);
}

.bg-light-gray {
    background-color: #f6f6fb;
}

.bg-progress-white {
    background-color: #eaeceb;
}

.bg-dribbble {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#ea4c89),
        to(#c93764)
    ) !important;
    background: linear-gradient(to bottom right, #ea4c89, #c93764) !important;
}

.bg-google {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#e64522),
        to(#c33219)
    ) !important;
    background: linear-gradient(to bottom right, #e64522, #c33219) !important;
    color: #fff;
}

/*--bg-transparents--*/
.bg-success-transparent {
    background-color: rgba(0, 230, 130, 0.1) !important;
}

.bg-info-transparent {
    background-color: rgb(199, 224, 253) !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-pink-transparent {
    background-color: rgba(213, 109, 252, 0.1) !important;
}

.bg-purple-transparent {
    background-color: rgba(96, 77, 216, 0.1) !important;
}

.bg-dark-transparent {
    background-color: rgba(0, 0, 0, 0.15) !important;
}

.bg-white-transparent {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-secondary-transparent {
    background-color: rgba(5, 195, 251, 0.1) !important;
}

.shadow-primary {
    -webkit-box-shadow: 0 7px 30px rgba(var(--primary03), 0.3) !important;
    box-shadow: 0 7px 30px rgba(var(--primary03), 0.3) !important;
}

.shadow-secondary {
    -webkit-box-shadow: 0 7px 30px rgba(130, 207, 242, 0.1) !important;
    box-shadow: 0 7px 30px rgba(130, 207, 242, 0.1) !important;
}

.shadow-warning {
    -webkit-box-shadow: 0 7px 30px rgba(251, 176, 52, 0.1) !important;
    box-shadow: 0 7px 30px rgba(251, 176, 52, 0.1) !important;
}

.shadow-info {
    -webkit-box-shadow: 0 7px 30px rgba(40, 146, 235, 0.5) !important;
    box-shadow: 0 7px 30px rgba(40, 146, 235, 0.5) !important;
}

.shadow-success {
    -webkit-box-shadow: 0 7px 30px rgba(26, 122, 16, 0.1) !important;
    box-shadow: 0 7px 30px rgba(26, 122, 16, 0.1) !important;
}

.shadow-danger {
    -webkit-box-shadow: 0 7px 30px rgba(245, 167, 184, 0.1) !important;
    box-shadow: 0 7px 30px rgba(245, 167, 184, 0.1) !important;
}

.google-plus1 {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#dd4b39),
        to(#ef6a5a)
    );
    background: linear-gradient(to right bottom, #dd4b39 0%, #ef6a5a 100%);
}

.pinterest1 {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#bd081c),
        to(#eb4553)
    );
    background: linear-gradient(to right bottom, #bd081c 0%, #eb4553 100%);
}

.bg-default {
    background: #e9e9f1;
    color: #475569;
}

/*--Box-shadow--*/
.border {
    border: 1px solid #e9edf4 !important;
    padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #e9edf4;
}

.border-top {
    -webkit-border-before: 1px solid #e9edf4 !important;
    border-block-start: 1px solid #e9edf4 !important;
}

.border-end {
    -webkit-border-end: 1px solid #e9edf4 !important;
    border-inline-end: 1px solid #e9edf4 !important;
}

.border-bottom {
    -webkit-border-after: 1px solid #e9edf4 !important;
    border-block-end: 1px solid #e9edf4 !important;
}

.border-start {
    -webkit-border-start: 1px solid #e9edf4 !important;
    border-inline-start: 1px solid #e9edf4 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    -webkit-border-before: 0 !important;
    border-block-start: 0 !important;
}

.border-end-0 {
    -webkit-border-end: 0 !important;
    border-inline-end: 0 !important;
}

.border-bottom-0 {
    -webkit-border-after: 0 !important;
    border-block-end: 0 !important;
}

.border-start-0 {
    -webkit-border-start: 0 !important;
    border-inline-start: 0 !important;
}

.border-secondary {
    border-color: #007f6e !important;
}

.border-success {
    border-color: #1bbfa7 !important;
}

.border-info {
    border-color: #007abf !important;
}

.border-warning {
    border-color: #ecb403 !important;
}

.border-danger {
    border-color: #f82649 !important;
}

.border-pink {
    border-color: #e077e3 !important;
}

.border-orange {
    border-color: #ec6900 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-teansparent {
    border-color: #656a71 !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.br-100 {
    border-radius: 100% !important;
}

.br-7 {
    border-radius: 7px !important;
}

.br-5 {
    border-radius: 5px !important;
}

.br-ts-7 {
    border-start-start-radius: 7px !important;
}

.br-bs-7 {
    border-end-start-radius: 7px !important;
}

.br-ts-5 {
    border-start-start-radius: 5px !important;
}

.br-bs-5 {
    border-end-start-radius: 5px !important;
}

.br-te-7 {
    border-start-end-radius: 7px !important;
}

.br-be-7 {
    border-end-end-radius: 7px !important;
}

.br-ts-0 {
    border-start-start-radius: 0px !important;
}

.br-bs-0 {
    border-end-start-radius: 0px !important;
}

.br-te-0 {
    border-start-end-radius: 0px !important;
}

.br-be-0 {
    border-end-end-radius: 0px !important;
}

.br-0 {
    border-radius: 0 !important;
}

.noborder {
    border-radius: 0;
}

.brround {
    border-radius: 50% !important;
}

.bradius {
    border-radius: 25%;
}

.border-danger {
    border: 1px solid;
}

.border-end-1 {
    -webkit-border-end: 1px solid #d5dce3;
    border-inline-end: 1px solid #d5dce3;
}

.rounded {
    border-radius: 50% !important;
}

.rounded-top {
    border-start-start-radius: 3px !important;
    border-start-end-radius: 3px !important;
}

.rounded-end {
    border-start-end-radius: 3px !important;
    border-end-end-radius: 3px !important;
}

.rounded-bottom {
    border-end-end-radius: 3px !important;
    border-end-start-radius: 3px !important;
}

.rounded-start {
    border-start-start-radius: 3px !important;
    border-end-start-radius: 3px !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: bsock;
    clear: both;
    content: "";
}

.border-dotted {
    border: 2px dotted;
}

.border-solid {
    border: 2px solid;
}

@media screen and (min-width: 767px) {
    .display-1 {
        font-size: 5rem;
        font-weight: 500;
        line-height: 1.1;
    }
    .display-2 {
        font-size: 4rem;
        font-weight: 300;
        line-height: 1.1;
    }
    .display-3 {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.1;
    }
    .display-4 {
        font-size: 3rem;
        font-weight: 300;
        line-height: 1.1;
    }
    .display-5 {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1.1;
    }
    .display-6 {
        font-size: 2.3rem;
        font-weight: 300;
        line-height: 1.1;
    }
    .display-7 {
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 1.1;
    }
    .display-8 {
        font-size: 1.3rem;
        font-weight: 300;
        line-height: 1.1;
    }
}
.display-7 {
    font-size: calc(1.175rem + 1.2vw);
    font-weight: 300;
    line-height: 1.2;
}

.display-8 {
    font-size: calc(1.075rem + 1vw);
    font-weight: 300;
    line-height: 1.2;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1280px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}
.display-1 i,
.display-2 i,
.display-3 i,
.display-4 i {
    vertical-align: baseline;
    font-size: 0.815em;
}

@media (max-width: 375px) {
    .d-xs-grid {
        display: grid !important;
    }
}
.d-grid {
    display: grid !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.float-start {
    float: var(--float-left) !important;
}

.float-end {
    float: var(--float-right) !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-start {
        float: var(--float-left) !important;
    }
    .float-sm-end {
        float: var(--float-right) !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-start {
        float: var(--float-left) !important;
    }
    .float-md-end {
        float: var(--float-right) !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-start {
        float: var(--float-left) !important;
    }
    .float-lg-end {
        float: var(--float-right) !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1280px) {
    .float-xl-start {
        float: var(--float-left) !important;
    }
    .float-xl-end {
        float: var(--float-right) !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.floating {
    -webkit-animation: floating 3s ease infinite;
    animation: floating 3s ease infinite;
    will-change: transform;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0.66em;
    margin-block-end: 0.66em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    -webkit-margin-after: 0.66em;
    margin-block-end: 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--------------*/
.h-10 {
    height: 10% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-90 {
    height: 90px !important;
}

.h-60 {
    height: 60px !important;
}

.h-100 {
    height: 100% !important;
}

.h-150 {
    height: 150px !important;
}

.h-160 {
    height: 160px !important;
}

.h-180 {
    height: 180px !important;
}

.h-275 {
    height: 275px !important;
}

.h-365 {
    height: 365px !important;
}

.h-380 {
    height: 380px !important;
}

.h-400 {
    height: 400px !important;
}

.h-415 {
    height: 415px !important;
}

.h-430 {
    height: 430px !important;
}

.h-450 {
    height: 450px !important;
}

.h-200 {
    height: 200px !important;
}

.h-230 {
    height: 230px !important;
}

.h-500 {
    height: 500px !important;
}

.h-550 {
    height: 550px !important;
}

.h-600 {
    height: 600px !important;
}

.h-650 {
    height: 650px !important;
}

.h-auto {
    height: auto !important;
}

.h-0 {
    height: 0 !important;
}

.h-1 {
    height: 0.25rem !important;
}

.h-2 {
    height: 0.5rem !important;
}

.h-3 {
    height: 0.75rem !important;
}

.h-4 {
    height: 1rem !important;
}

.h-5 {
    height: 1.5rem !important;
}

.h-6 {
    height: 2rem !important;
}

.h-7 {
    height: 3rem !important;
}

.h-8 {
    height: 4rem !important;
}

.h-9 {
    height: 6rem !important;
}

.h-97 {
    height: 97px !important;
}

.h-240 {
    height: 240px !important;
}

.h-250 {
    height: 250px !important;
}

.h-260 {
    height: 260px !important;
}

.h-270 {
    height: 270px !important;
}

.h-280 {
    height: 280px !important;
}

.h-300 {
    height: 300px !important;
}

.h-340 {
    height: 340px !important;
}

.mh-100 {
    max-height: 100% !important;
}

.h-100p {
    height: 100px !important;
}

/*--------- Margin--------------*/
.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    -webkit-margin-before: 0 !important;
    margin-block-start: 0 !important;
}

.me-0,
.mx-0 {
    -webkit-margin-end: 0 !important;
    margin-inline-end: 0 !important;
}

.mb-0,
.my-0 {
    -webkit-margin-after: 0 !important;
    margin-block-end: 0 !important;
}

.ms-0,
.mx-0 {
    -webkit-margin-start: 0 !important;
    margin-inline-start: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    -webkit-margin-before: 0.25rem !important;
    margin-block-start: 0.25rem !important;
}

.me-1,
.mx-1 {
    -webkit-margin-end: 0.25rem !important;
    margin-inline-end: 0.25rem !important;
}

.mb-1,
.my-1 {
    -webkit-margin-after: 0.25rem !important;
    margin-block-end: 0.25rem !important;
}

.ms-1,
.mx-1 {
    -webkit-margin-start: 0.25rem !important;
    margin-inline-start: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    -webkit-margin-before: 0.5rem !important;
    margin-block-start: 0.5rem !important;
}

.me-2,
.mx-2 {
    -webkit-margin-end: 0.5rem !important;
    margin-inline-end: 0.5rem !important;
}

.mb-2,
.my-2 {
    -webkit-margin-after: 0.5rem !important;
    margin-block-end: 0.5rem !important;
}

.ms-2,
.mx-2 {
    -webkit-margin-start: 0.5rem !important;
    margin-inline-start: 0.5rem !important;
}

.m-3 {
    margin: 0.75rem !important;
}

.mt-3,
.my-3 {
    -webkit-margin-before: 0.75rem !important;
    margin-block-start: 0.75rem !important;
}

.me-3,
.mx-3 {
    -webkit-margin-end: 0.75rem !important;
    margin-inline-end: 0.75rem !important;
}

.mb-3,
.my-3 {
    -webkit-margin-after: 0.75rem !important;
    margin-block-end: 0.75rem !important;
}

.ms-3,
.mx-3 {
    -webkit-margin-start: 0.75rem !important;
    margin-inline-start: 0.75rem !important;
}

.m-4 {
    margin: 1rem !important;
}

.mt-4,
.my-4 {
    -webkit-margin-before: 1rem !important;
    margin-block-start: 1rem !important;
}

.me-4,
.mx-4 {
    -webkit-margin-end: 1rem !important;
    margin-inline-end: 1rem !important;
}

.mb-4,
.my-4 {
    -webkit-margin-after: 1rem !important;
    margin-block-end: 1rem !important;
}

.ms-4,
.mx-4 {
    -webkit-margin-start: 1rem !important;
    margin-inline-start: 1rem !important;
}

.m-5 {
    margin: 1.5rem !important;
}

.mt-5,
.my-5 {
    -webkit-margin-before: 1.5rem !important;
    margin-block-start: 1.5rem !important;
}

.me-5,
.mx-5 {
    -webkit-margin-end: 1.5rem;
    margin-inline-end: 1.5rem;
}

.mb-5,
.my-5 {
    -webkit-margin-after: 1.5rem !important;
    margin-block-end: 1.5rem !important;
}

.ms-5,
.mx-5 {
    -webkit-margin-start: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
}

.m-6 {
    margin: 2rem !important;
}

.mt-6,
.my-6 {
    -webkit-margin-before: 2rem !important;
    margin-block-start: 2rem !important;
}

.me-6,
.mx-6 {
    -webkit-margin-end: 2rem !important;
    margin-inline-end: 2rem !important;
}

.mb-6,
.my-6 {
    -webkit-margin-after: 2rem !important;
    margin-block-end: 2rem !important;
}

.ms-6,
.mx-6 {
    -webkit-margin-start: 2rem !important;
    margin-inline-start: 2rem !important;
}

.m-7 {
    margin: 3rem !important;
}

.mt-7,
.my-7 {
    -webkit-margin-before: 3rem !important;
    margin-block-start: 3rem !important;
}

.me-7,
.mx-7 {
    -webkit-margin-end: 3rem !important;
    margin-inline-end: 3rem !important;
}

.mb-7,
.my-7 {
    -webkit-margin-after: 3rem !important;
    margin-block-end: 3rem !important;
}

.ms-7,
.mx-7 {
    -webkit-margin-start: 3rem !important;
    margin-inline-start: 3rem !important;
}

.m-8 {
    margin: 4rem !important;
}

.mt-8,
.my-8 {
    -webkit-margin-before: 4rem !important;
    margin-block-start: 4rem !important;
}

.mt-10 {
    -webkit-margin-before: 11rem !important;
    margin-block-start: 11rem !important;
}

.me-8,
.mx-8 {
    -webkit-margin-end: 4rem !important;
    margin-inline-end: 4rem !important;
}

.mb-8,
.my-8 {
    -webkit-margin-after: 4rem !important;
    margin-block-end: 4rem !important;
}

.ms-8,
.mx-8 {
    -webkit-margin-start: 4rem !important;
    margin-inline-start: 4rem !important;
}

.m-9 {
    margin: 6rem !important;
}

.mt-9,
.my-9 {
    -webkit-margin-before: 6rem !important;
    margin-block-start: 6rem !important;
}

.me-9,
.mx-9 {
    -webkit-margin-end: 6rem !important;
    margin-inline-end: 6rem !important;
}

.mb-9,
.my-9 {
    -webkit-margin-after: 6rem !important;
    margin-block-end: 6rem !important;
}

.ms-9,
.mx-9 {
    -webkit-margin-start: 6rem !important;
    margin-inline-start: 6rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    -webkit-margin-before: auto !important;
    margin-block-start: auto !important;
}

.me-auto,
.mx-auto {
    -webkit-margin-end: auto !important;
    margin-inline-end: auto !important;
}

.mb-auto,
.my-auto {
    -webkit-margin-after: auto !important;
    margin-block-end: auto !important;
}

.ms-auto,
.mx-auto {
    -webkit-margin-start: auto !important;
    margin-inline-start: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        -webkit-margin-before: 0 !important;
        margin-block-start: 0 !important;
    }
    .me-sm-0,
    .mx-sm-0 {
        -webkit-margin-end: 0 !important;
        margin-inline-end: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        -webkit-margin-after: 0 !important;
        margin-block-end: 0 !important;
    }
    .ms-sm-0,
    .mx-sm-0 {
        -webkit-margin-start: 0 !important;
        margin-inline-start: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        -webkit-margin-before: 0.25rem !important;
        margin-block-start: 0.25rem !important;
    }
    .me-sm-1,
    .mx-sm-1 {
        -webkit-margin-end: 0.25rem !important;
        margin-inline-end: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        -webkit-margin-after: 0.25rem !important;
        margin-block-end: 0.25rem !important;
    }
    .ms-sm-1,
    .mx-sm-1 {
        -webkit-margin-start: 0.25rem !important;
        margin-inline-start: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        -webkit-margin-before: 0.5rem !important;
        margin-block-start: 0.5rem !important;
    }
    .me-sm-2,
    .mx-sm-2 {
        -webkit-margin-end: 0.5rem !important;
        margin-inline-end: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        -webkit-margin-after: 0.5rem !important;
        margin-block-end: 0.5rem !important;
    }
    .ms-sm-2,
    .mx-sm-2 {
        -webkit-margin-start: 0.5rem !important;
        margin-inline-start: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 0.75rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        -webkit-margin-before: 0.75rem !important;
        margin-block-start: 0.75rem !important;
    }
    .me-sm-3,
    .mx-sm-3 {
        -webkit-margin-end: 0.75rem !important;
        margin-inline-end: 0.75rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        -webkit-margin-after: 0.75rem !important;
        margin-block-end: 0.75rem !important;
    }
    .ms-sm-3,
    .mx-sm-3 {
        -webkit-margin-start: 0.75rem !important;
        margin-inline-start: 0.75rem !important;
    }
    .m-sm-4 {
        margin: 1rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        -webkit-margin-before: 1rem !important;
        margin-block-start: 1rem !important;
    }
    .me-sm-4,
    .mx-sm-4 {
        -webkit-margin-end: 1rem !important;
        margin-inline-end: 1rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        -webkit-margin-after: 1rem !important;
        margin-block-end: 1rem !important;
    }
    .ms-sm-4,
    .mx-sm-4 {
        -webkit-margin-start: 1rem !important;
        margin-inline-start: 1rem !important;
    }
    .m-sm-5 {
        margin: 1.5rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        -webkit-margin-before: 1.5rem !important;
        margin-block-start: 1.5rem !important;
    }
    .me-sm-5,
    .mx-sm-5 {
        -webkit-margin-end: 1.5rem !important;
        margin-inline-end: 1.5rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        -webkit-margin-after: 1.5rem !important;
        margin-block-end: 1.5rem !important;
    }
    .ms-sm-5,
    .mx-sm-5 {
        -webkit-margin-start: 1.5rem !important;
        margin-inline-start: 1.5rem !important;
    }
    .m-sm-6 {
        margin: 2rem !important;
    }
    .mt-sm-6,
    .my-sm-6 {
        -webkit-margin-before: 2rem !important;
        margin-block-start: 2rem !important;
    }
    .me-sm-6,
    .mx-sm-6 {
        -webkit-margin-end: 2rem !important;
        margin-inline-end: 2rem !important;
    }
    .mb-sm-6,
    .my-sm-6 {
        -webkit-margin-after: 2rem !important;
        margin-block-end: 2rem !important;
    }
    .ms-sm-6,
    .mx-sm-6 {
        -webkit-margin-start: 2rem !important;
        margin-inline-start: 2rem !important;
    }
    .m-sm-7 {
        margin: 3rem !important;
    }
    .mt-sm-7,
    .my-sm-7 {
        -webkit-margin-before: 3rem !important;
        margin-block-start: 3rem !important;
    }
    .me-sm-7,
    .mx-sm-7 {
        -webkit-margin-end: 3rem !important;
        margin-inline-end: 3rem !important;
    }
    .mb-sm-7,
    .my-sm-7 {
        -webkit-margin-after: 3rem !important;
        margin-block-end: 3rem !important;
    }
    .ms-sm-7,
    .mx-sm-7 {
        -webkit-margin-start: 3rem !important;
        margin-inline-start: 3rem !important;
    }
    .m-sm-8 {
        margin: 4rem !important;
    }
    .mt-sm-8,
    .my-sm-8 {
        -webkit-margin-before: 4rem !important;
        margin-block-start: 4rem !important;
    }
    .me-sm-8,
    .mx-sm-8 {
        -webkit-margin-end: 4rem !important;
        margin-inline-end: 4rem !important;
    }
    .mb-sm-8,
    .my-sm-8 {
        -webkit-margin-after: 4rem !important;
        margin-block-end: 4rem !important;
    }
    .ms-sm-8,
    .mx-sm-8 {
        -webkit-margin-start: 4rem !important;
        margin-inline-start: 4rem !important;
    }
    .m-sm-9 {
        margin: 6rem !important;
    }
    .mt-sm-9,
    .my-sm-9 {
        -webkit-margin-before: 6rem !important;
        margin-block-start: 6rem !important;
    }
    .me-sm-9,
    .mx-sm-9 {
        -webkit-margin-end: 6rem !important;
        margin-inline-end: 6rem !important;
    }
    .mb-sm-9,
    .my-sm-9 {
        -webkit-margin-after: 6rem !important;
        margin-block-end: 6rem !important;
    }
    .ms-sm-9,
    .mx-sm-9 {
        -webkit-margin-start: 6rem !important;
        margin-inline-start: 6rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        -webkit-margin-before: auto !important;
        margin-block-start: auto !important;
    }
    .me-sm-auto,
    .mx-sm-auto {
        -webkit-margin-end: auto !important;
        margin-inline-end: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        -webkit-margin-after: auto !important;
        margin-block-end: auto !important;
    }
    .ms-sm-auto,
    .mx-sm-auto {
        -webkit-margin-start: auto !important;
        margin-inline-start: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        -webkit-margin-before: 0 !important;
        margin-block-start: 0 !important;
    }
    .me-md-0,
    .mx-md-0 {
        -webkit-margin-end: 0 !important;
        margin-inline-end: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        -webkit-margin-after: 0 !important;
        margin-block-end: 0 !important;
    }
    .ms-md-0,
    .mx-md-0 {
        -webkit-margin-start: 0 !important;
        margin-inline-start: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        -webkit-margin-before: 0.25rem !important;
        margin-block-start: 0.25rem !important;
    }
    .me-md-1,
    .mx-md-1 {
        -webkit-margin-end: 0.25rem !important;
        margin-inline-end: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        -webkit-margin-after: 0.25rem !important;
        margin-block-end: 0.25rem !important;
    }
    .ms-md-1,
    .mx-md-1 {
        -webkit-margin-start: 0.25rem !important;
        margin-inline-start: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        -webkit-margin-before: 0.5rem !important;
        margin-block-start: 0.5rem !important;
    }
    .me-md-2,
    .mx-md-2 {
        -webkit-margin-end: 0.5rem !important;
        margin-inline-end: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        -webkit-margin-after: 0.5rem !important;
        margin-block-end: 0.5rem !important;
    }
    .ms-md-2,
    .mx-md-2 {
        -webkit-margin-start: 0.5rem !important;
        margin-inline-start: 0.5rem !important;
    }
    .m-md-3 {
        margin: 0.75rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        -webkit-margin-before: 0.75rem !important;
        margin-block-start: 0.75rem !important;
    }
    .me-md-3,
    .mx-md-3 {
        -webkit-margin-end: 0.75rem !important;
        margin-inline-end: 0.75rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        -webkit-margin-after: 0.75rem !important;
        margin-block-end: 0.75rem !important;
    }
    .ms-md-3,
    .mx-md-3 {
        -webkit-margin-start: 0.75rem !important;
        margin-inline-start: 0.75rem !important;
    }
    .m-md-4 {
        margin: 1rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        -webkit-margin-before: 1rem !important;
        margin-block-start: 1rem !important;
    }
    .me-md-4,
    .mx-md-4 {
        -webkit-margin-end: 1rem !important;
        margin-inline-end: 1rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        -webkit-margin-after: 1rem !important;
        margin-block-end: 1rem !important;
    }
    .ms-md-4,
    .mx-md-4 {
        -webkit-margin-start: 1rem !important;
        margin-inline-start: 1rem !important;
    }
    .m-md-5 {
        margin: 1.5rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        -webkit-margin-before: 1.5rem !important;
        margin-block-start: 1.5rem !important;
    }
    .me-md-5,
    .mx-md-5 {
        -webkit-margin-end: 1.5rem !important;
        margin-inline-end: 1.5rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        -webkit-margin-after: 1.5rem !important;
        margin-block-end: 1.5rem !important;
    }
    .ms-md-5,
    .mx-md-5 {
        -webkit-margin-start: 1.5rem !important;
        margin-inline-start: 1.5rem !important;
    }
    .m-md-6 {
        margin: 2rem !important;
    }
    .mt-md-6,
    .my-md-6 {
        -webkit-margin-before: 2rem !important;
        margin-block-start: 2rem !important;
    }
    .me-md-6,
    .mx-md-6 {
        -webkit-margin-end: 2rem !important;
        margin-inline-end: 2rem !important;
    }
    .mb-md-6,
    .my-md-6 {
        -webkit-margin-after: 2rem !important;
        margin-block-end: 2rem !important;
    }
    .ms-md-6,
    .mx-md-6 {
        -webkit-margin-start: 2rem !important;
        margin-inline-start: 2rem !important;
    }
    .m-md-7 {
        margin: 3rem !important;
    }
    .mt-md-7,
    .my-md-7 {
        -webkit-margin-before: 3rem !important;
        margin-block-start: 3rem !important;
    }
    .me-md-7,
    .mx-md-7 {
        -webkit-margin-end: 3rem !important;
        margin-inline-end: 3rem !important;
    }
    .mb-md-7,
    .my-md-7 {
        -webkit-margin-after: 3rem !important;
        margin-block-end: 3rem !important;
    }
    .ms-md-7,
    .mx-md-7 {
        -webkit-margin-start: 3rem !important;
        margin-inline-start: 3rem !important;
    }
    .m-md-8 {
        margin: 4rem !important;
    }
    .mt-md-8,
    .my-md-8 {
        -webkit-margin-before: 4rem !important;
        margin-block-start: 4rem !important;
    }
    .me-md-8,
    .mx-md-8 {
        -webkit-margin-end: 4rem !important;
        margin-inline-end: 4rem !important;
    }
    .mb-md-8,
    .my-md-8 {
        -webkit-margin-after: 4rem !important;
        margin-block-end: 4rem !important;
    }
    .ms-md-8,
    .mx-md-8 {
        -webkit-margin-start: 4rem !important;
        margin-inline-start: 4rem !important;
    }
    .m-md-9 {
        margin: 6rem !important;
    }
    .mt-md-9,
    .my-md-9 {
        -webkit-margin-before: 6rem !important;
        margin-block-start: 6rem !important;
    }
    .me-md-9,
    .mx-md-9 {
        -webkit-margin-end: 6rem !important;
        margin-inline-end: 6rem !important;
    }
    .mb-md-9,
    .my-md-9 {
        -webkit-margin-after: 6rem !important;
        margin-block-end: 6rem !important;
    }
    .ms-md-9,
    .mx-md-9 {
        -webkit-margin-start: 6rem !important;
        margin-inline-start: 6rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        -webkit-margin-before: auto !important;
        margin-block-start: auto !important;
    }
    .me-md-auto,
    .mx-md-auto {
        -webkit-margin-end: auto !important;
        margin-inline-end: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        -webkit-margin-after: auto !important;
        margin-block-end: auto !important;
    }
    .ms-md-auto,
    .mx-md-auto {
        -webkit-margin-start: auto !important;
        margin-inline-start: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        -webkit-margin-before: 0 !important;
        margin-block-start: 0 !important;
    }
    .me-lg-0,
    .mx-lg-0 {
        -webkit-margin-end: 0 !important;
        margin-inline-end: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        -webkit-margin-after: 0 !important;
        margin-block-end: 0 !important;
    }
    .ms-lg-0,
    .mx-lg-0 {
        -webkit-margin-start: 0 !important;
        margin-inline-start: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        -webkit-margin-before: 0.25rem !important;
        margin-block-start: 0.25rem !important;
    }
    .me-lg-1,
    .mx-lg-1 {
        -webkit-margin-end: 0.25rem !important;
        margin-inline-end: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        -webkit-margin-after: 0.25rem !important;
        margin-block-end: 0.25rem !important;
    }
    .ms-lg-1,
    .mx-lg-1 {
        -webkit-margin-start: 0.25rem !important;
        margin-inline-start: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        -webkit-margin-before: 0.5rem !important;
        margin-block-start: 0.5rem !important;
    }
    .me-lg-2,
    .mx-lg-2 {
        -webkit-margin-end: 0.5rem !important;
        margin-inline-end: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        -webkit-margin-after: 0.5rem !important;
        margin-block-end: 0.5rem !important;
    }
    .ms-lg-2,
    .mx-lg-2 {
        -webkit-margin-start: 0.5rem !important;
        margin-inline-start: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 0.75rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        -webkit-margin-before: 0.75rem !important;
        margin-block-start: 0.75rem !important;
    }
    .me-lg-3,
    .mx-lg-3 {
        -webkit-margin-end: 0.75rem !important;
        margin-inline-end: 0.75rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        -webkit-margin-after: 0.75rem !important;
        margin-block-end: 0.75rem !important;
    }
    .ms-lg-3,
    .mx-lg-3 {
        -webkit-margin-start: 0.75rem !important;
        margin-inline-start: 0.75rem !important;
    }
    .m-lg-4 {
        margin: 1rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        -webkit-margin-before: 1rem !important;
        margin-block-start: 1rem !important;
    }
    .me-lg-4,
    .mx-lg-4 {
        -webkit-margin-end: 1rem !important;
        margin-inline-end: 1rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        -webkit-margin-after: 1rem !important;
        margin-block-end: 1rem !important;
    }
    .ms-lg-4,
    .mx-lg-4 {
        -webkit-margin-start: 1rem !important;
        margin-inline-start: 1rem !important;
    }
    .m-lg-5 {
        margin: 1.5rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        -webkit-margin-before: 1.5rem !important;
        margin-block-start: 1.5rem !important;
    }
    .me-lg-5,
    .mx-lg-5 {
        -webkit-margin-end: 1.5rem !important;
        margin-inline-end: 1.5rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        -webkit-margin-after: 1.5rem !important;
        margin-block-end: 1.5rem !important;
    }
    .ms-lg-5,
    .mx-lg-5 {
        -webkit-margin-start: 1.5rem !important;
        margin-inline-start: 1.5rem !important;
    }
    .m-lg-6 {
        margin: 2rem !important;
    }
    .mt-lg-6,
    .my-lg-6 {
        -webkit-margin-before: 2rem !important;
        margin-block-start: 2rem !important;
    }
    .me-lg-6,
    .mx-lg-6 {
        -webkit-margin-end: 2rem !important;
        margin-inline-end: 2rem !important;
    }
    .mb-lg-6,
    .my-lg-6 {
        -webkit-margin-after: 2rem !important;
        margin-block-end: 2rem !important;
    }
    .ms-lg-6,
    .mx-lg-6 {
        -webkit-margin-start: 2rem !important;
        margin-inline-start: 2rem !important;
    }
    .m-lg-7 {
        margin: 3rem !important;
    }
    .mt-lg-7,
    .my-lg-7 {
        -webkit-margin-before: 3rem !important;
        margin-block-start: 3rem !important;
    }
    .me-lg-7,
    .mx-lg-7 {
        -webkit-margin-end: 3rem !important;
        margin-inline-end: 3rem !important;
    }
    .mb-lg-7,
    .my-lg-7 {
        -webkit-margin-after: 3rem !important;
        margin-block-end: 3rem !important;
    }
    .ms-lg-7,
    .mx-lg-7 {
        -webkit-margin-start: 3rem !important;
        margin-inline-start: 3rem !important;
    }
    .m-lg-8 {
        margin: 4rem !important;
    }
    .mt-lg-8,
    .my-lg-8 {
        -webkit-margin-before: 4rem !important;
        margin-block-start: 4rem !important;
    }
    .me-lg-8,
    .mx-lg-8 {
        -webkit-margin-end: 4rem !important;
        margin-inline-end: 4rem !important;
    }
    .mb-lg-8,
    .my-lg-8 {
        -webkit-margin-after: 4rem !important;
        margin-block-end: 4rem !important;
    }
    .ms-lg-8,
    .mx-lg-8 {
        -webkit-margin-start: 4rem !important;
        margin-inline-start: 4rem !important;
    }
    .m-lg-9 {
        margin: 6rem !important;
    }
    .mt-lg-9,
    .my-lg-9 {
        -webkit-margin-before: 6rem !important;
        margin-block-start: 6rem !important;
    }
    .me-lg-9,
    .mx-lg-9 {
        -webkit-margin-end: 6rem !important;
        margin-inline-end: 6rem !important;
    }
    .mb-lg-9,
    .my-lg-9 {
        -webkit-margin-after: 6rem !important;
        margin-block-end: 6rem !important;
    }
    .ms-lg-9,
    .mx-lg-9 {
        -webkit-margin-start: 6rem !important;
        margin-inline-start: 6rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        -webkit-margin-before: auto !important;
        margin-block-start: auto !important;
    }
    .me-lg-auto,
    .mx-lg-auto {
        -webkit-margin-end: auto !important;
        margin-inline-end: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        -webkit-margin-after: auto !important;
        margin-block-end: auto !important;
    }
    .ms-lg-auto,
    .mx-lg-auto {
        -webkit-margin-start: auto !important;
        margin-inline-start: auto !important;
    }
}
@media (min-width: 1280px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        -webkit-margin-before: 0 !important;
        margin-block-start: 0 !important;
    }
    .me-xl-0,
    .mx-xl-0 {
        -webkit-margin-end: 0 !important;
        margin-inline-end: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        -webkit-margin-after: 0 !important;
        margin-block-end: 0 !important;
    }
    .ms-xl-0,
    .mx-xl-0 {
        -webkit-margin-start: 0 !important;
        margin-inline-start: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        -webkit-margin-before: 0.25rem !important;
        margin-block-start: 0.25rem !important;
    }
    .me-xl-1,
    .mx-xl-1 {
        -webkit-margin-end: 0.25rem !important;
        margin-inline-end: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        -webkit-margin-after: 0.25rem !important;
        margin-block-end: 0.25rem !important;
    }
    .ms-xl-1,
    .mx-xl-1 {
        -webkit-margin-start: 0.25rem !important;
        margin-inline-start: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        -webkit-margin-before: 0.5rem !important;
        margin-block-start: 0.5rem !important;
    }
    .me-xl-2,
    .mx-xl-2 {
        -webkit-margin-end: 0.5rem !important;
        margin-inline-end: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        -webkit-margin-after: 0.5rem !important;
        margin-block-end: 0.5rem !important;
    }
    .ms-xl-2,
    .mx-xl-2 {
        -webkit-margin-start: 0.5rem !important;
        margin-inline-start: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 0.75rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        -webkit-margin-before: 0.75rem !important;
        margin-block-start: 0.75rem !important;
    }
    .me-xl-3,
    .mx-xl-3 {
        -webkit-margin-end: 0.75rem !important;
        margin-inline-end: 0.75rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        -webkit-margin-after: 0.75rem !important;
        margin-block-end: 0.75rem !important;
    }
    .ms-xl-3,
    .mx-xl-3 {
        -webkit-margin-start: 0.75rem !important;
        margin-inline-start: 0.75rem !important;
    }
    .m-xl-4 {
        margin: 1rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        -webkit-margin-before: 1rem !important;
        margin-block-start: 1rem !important;
    }
    .me-xl-4,
    .mx-xl-4 {
        -webkit-margin-end: 1rem !important;
        margin-inline-end: 1rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        -webkit-margin-after: 1rem !important;
        margin-block-end: 1rem !important;
    }
    .ms-xl-4,
    .mx-xl-4 {
        -webkit-margin-start: 1rem !important;
        margin-inline-start: 1rem !important;
    }
    .m-xl-5 {
        margin: 1.5rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        -webkit-margin-before: 1.5rem !important;
        margin-block-start: 1.5rem !important;
    }
    .me-xl-5,
    .mx-xl-5 {
        -webkit-margin-end: 1.5rem !important;
        margin-inline-end: 1.5rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        -webkit-margin-after: 1.5rem !important;
        margin-block-end: 1.5rem !important;
    }
    .ms-xl-5,
    .mx-xl-5 {
        -webkit-margin-start: 1.5rem !important;
        margin-inline-start: 1.5rem !important;
    }
    .m-xl-6 {
        margin: 2rem !important;
    }
    .mt-xl-6,
    .my-xl-6 {
        -webkit-margin-before: 2rem !important;
        margin-block-start: 2rem !important;
    }
    .me-xl-6,
    .mx-xl-6 {
        -webkit-margin-end: 2rem !important;
        margin-inline-end: 2rem !important;
    }
    .mb-xl-6,
    .my-xl-6 {
        -webkit-margin-after: 2rem !important;
        margin-block-end: 2rem !important;
    }
    .ms-xl-6,
    .mx-xl-6 {
        -webkit-margin-start: 2rem !important;
        margin-inline-start: 2rem !important;
    }
    .m-xl-7 {
        margin: 3rem !important;
    }
    .mt-xl-7,
    .my-xl-7 {
        -webkit-margin-before: 3rem !important;
        margin-block-start: 3rem !important;
    }
    .me-xl-7,
    .mx-xl-7 {
        -webkit-margin-end: 3rem !important;
        margin-inline-end: 3rem !important;
    }
    .mb-xl-7,
    .my-xl-7 {
        -webkit-margin-after: 3rem !important;
        margin-block-end: 3rem !important;
    }
    .ms-xl-7,
    .mx-xl-7 {
        -webkit-margin-start: 3rem !important;
        margin-inline-start: 3rem !important;
    }
    .m-xl-8 {
        margin: 4rem !important;
    }
    .mt-xl-8,
    .my-xl-8 {
        -webkit-margin-before: 4rem !important;
        margin-block-start: 4rem !important;
    }
    .me-xl-8,
    .mx-xl-8 {
        -webkit-margin-end: 4rem !important;
        margin-inline-end: 4rem !important;
    }
    .mb-xl-8,
    .my-xl-8 {
        -webkit-margin-after: 4rem !important;
        margin-block-end: 4rem !important;
    }
    .ms-xl-8,
    .mx-xl-8 {
        -webkit-margin-start: 4rem !important;
        margin-inline-start: 4rem !important;
    }
    .m-xl-9 {
        margin: 6rem !important;
    }
    .mt-xl-9,
    .my-xl-9 {
        -webkit-margin-before: 6rem !important;
        margin-block-start: 6rem !important;
    }
    .me-xl-9,
    .mx-xl-9 {
        -webkit-margin-end: 6rem !important;
        margin-inline-end: 6rem !important;
    }
    .mb-xl-9,
    .my-xl-9 {
        -webkit-margin-after: 6rem !important;
        margin-block-end: 6rem !important;
    }
    .ms-xl-9,
    .mx-xl-9 {
        -webkit-margin-start: 6rem !important;
        margin-inline-start: 6rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        -webkit-margin-before: auto !important;
        margin-block-start: auto !important;
    }
    .me-xl-auto,
    .mx-xl-auto {
        -webkit-margin-end: auto !important;
        margin-inline-end: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        -webkit-margin-after: auto !important;
        margin-block-end: auto !important;
    }
    .ms-xl-auto,
    .mx-xl-auto {
        -webkit-margin-start: auto !important;
        margin-inline-start: auto !important;
    }
}
.p-15 {
    padding: 15px !important;
}

.pe-50 {
    padding-right: 50px !important;
}

/*--------- Paddings--------------*/
.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    -webkit-padding-before: 0 !important;
    padding-block-start: 0 !important;
}

.pe-0,
.px-0 {
    -webkit-padding-end: 0 !important;
    padding-inline-end: 0 !important;
}

.pb-0,
.py-0 {
    -webkit-padding-after: 0 !important;
    padding-block-end: 0 !important;
}

.ps-0,
.px-0 {
    -webkit-padding-start: 0 !important;
    padding-inline-start: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    -webkit-padding-before: 0.25rem !important;
    padding-block-start: 0.25rem !important;
}

.pe-1,
.px-1 {
    -webkit-padding-end: 0.25rem !important;
    padding-inline-end: 0.25rem !important;
}

.pb-1,
.py-1 {
    -webkit-padding-after: 0.25rem !important;
    padding-block-end: 0.25rem !important;
}

.ps-1,
.px-1 {
    -webkit-padding-start: 0.25rem !important;
    padding-inline-start: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    -webkit-padding-before: 0.5rem !important;
    padding-block-start: 0.5rem !important;
}

.pe-2,
.px-2 {
    -webkit-padding-end: 0.5rem !important;
    padding-inline-end: 0.5rem !important;
}

.pb-2,
.py-2 {
    -webkit-padding-after: 0.5rem !important;
    padding-block-end: 0.5rem !important;
}

.ps-2,
.px-2 {
    -webkit-padding-start: 0.5rem !important;
    padding-inline-start: 0.5rem !important;
}

.p-3 {
    padding: 0.75rem !important;
}

.pt-3,
.py-3 {
    -webkit-padding-before: 0.75rem !important;
    padding-block-start: 0.75rem !important;
}

.pe-3,
.px-3 {
    -webkit-padding-end: 0.75rem !important;
    padding-inline-end: 0.75rem !important;
}

.pb-3,
.py-3 {
    -webkit-padding-after: 0.75rem !important;
    padding-block-end: 0.75rem !important;
}

.ps-3,
.px-3 {
    -webkit-padding-start: 0.75rem !important;
    padding-inline-start: 0.75rem !important;
}

.p-4 {
    padding: 1rem !important;
}

.pt-4,
.py-4 {
    -webkit-padding-before: 1rem !important;
    padding-block-start: 1rem !important;
}

.pe-4,
.px-4 {
    -webkit-padding-end: 1rem !important;
    padding-inline-end: 1rem !important;
}

.pb-4,
.py-4 {
    -webkit-padding-after: 1rem !important;
    padding-block-end: 1rem !important;
}

.ps-4,
.px-4 {
    -webkit-padding-start: 1rem !important;
    padding-inline-start: 1rem !important;
}

.p-5 {
    padding: 1.5rem !important;
}

.pt-5,
.py-5 {
    -webkit-padding-before: 1.5rem !important;
    padding-block-start: 1.5rem !important;
}

.pe-5,
.px-5 {
    -webkit-padding-end: 1.5rem !important;
    padding-inline-end: 1.5rem !important;
}

.pb-5,
.py-5 {
    -webkit-padding-after: 1.5rem !important;
    padding-block-end: 1.5rem !important;
}

.ps-5,
.px-5 {
    -webkit-padding-start: 1.5rem !important;
    padding-inline-start: 1.5rem !important;
}

.p-6 {
    padding: 2rem !important;
}

.pt-6,
.py-6 {
    -webkit-padding-before: 2rem !important;
    padding-block-start: 2rem !important;
}

.pe-6,
.px-6 {
    -webkit-padding-end: 2rem !important;
    padding-inline-end: 2rem !important;
}

.pb-6,
.py-6 {
    -webkit-padding-after: 2rem !important;
    padding-block-end: 2rem !important;
}

.ps-6,
.px-6 {
    -webkit-padding-start: 2rem !important;
    padding-inline-start: 2rem !important;
}

.p-7 {
    padding: 3rem !important;
}

.pt-7,
.py-7 {
    -webkit-padding-before: 3rem !important;
    padding-block-start: 3rem !important;
}

.pe-7,
.px-7 {
    -webkit-padding-end: 3rem !important;
    padding-inline-end: 3rem !important;
}

.pb-7,
.py-7 {
    -webkit-padding-after: 3rem !important;
    padding-block-end: 3rem !important;
}

.ps-7,
.px-7 {
    -webkit-padding-start: 3rem !important;
    padding-inline-start: 3rem !important;
}

.p-8 {
    padding: 4rem !important;
}

.pt-8,
.py-8 {
    -webkit-padding-before: 4rem !important;
    padding-block-start: 4rem !important;
}

.pe-8,
.px-8 {
    -webkit-padding-end: 4rem !important;
    padding-inline-end: 4rem !important;
}

.pb-8,
.py-8 {
    -webkit-padding-after: 4rem !important;
    padding-block-end: 4rem !important;
}

.ps-8,
.px-8 {
    -webkit-padding-start: 4rem !important;
    padding-inline-start: 4rem !important;
}

.p-9 {
    padding: 6rem !important;
}

.pt-9,
.py-9 {
    -webkit-padding-before: 6rem !important;
    padding-block-start: 6rem !important;
}

.pe-9,
.px-9 {
    -webkit-padding-end: 6rem !important;
    padding-inline-end: 6rem !important;
}

.pb-9,
.py-9 {
    -webkit-padding-after: 6rem !important;
    padding-block-end: 6rem !important;
}

.ps-9,
.px-9 {
    -webkit-padding-start: 6rem !important;
    padding-inline-start: 6rem !important;
}

@media (min-width: 576px) {
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        -webkit-padding-before: 0 !important;
        padding-block-start: 0 !important;
    }
    .pe-sm-0,
    .px-sm-0 {
        -webkit-padding-end: 0 !important;
        padding-inline-end: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        -webkit-padding-after: 0 !important;
        padding-block-end: 0 !important;
    }
    .ps-sm-0,
    .px-sm-0 {
        -webkit-padding-start: 0 !important;
        padding-inline-start: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        -webkit-padding-before: 0.25rem !important;
        padding-block-start: 0.25rem !important;
    }
    .pe-sm-1,
    .px-sm-1 {
        -webkit-padding-end: 0.25rem !important;
        padding-inline-end: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        -webkit-padding-after: 0.25rem !important;
        padding-block-end: 0.25rem !important;
    }
    .ps-sm-1,
    .px-sm-1 {
        -webkit-padding-start: 0.25rem !important;
        padding-inline-start: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        -webkit-padding-before: 0.5rem !important;
        padding-block-start: 0.5rem !important;
    }
    .pe-sm-2,
    .px-sm-2 {
        -webkit-padding-end: 0.5rem !important;
        padding-inline-end: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        -webkit-padding-after: 0.5rem !important;
        padding-block-end: 0.5rem !important;
    }
    .ps-sm-2,
    .px-sm-2 {
        -webkit-padding-start: 0.5rem !important;
        padding-inline-start: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 0.75rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        -webkit-padding-before: 0.75rem !important;
        padding-block-start: 0.75rem !important;
    }
    .pe-sm-3,
    .px-sm-3 {
        -webkit-padding-end: 0.75rem !important;
        padding-inline-end: 0.75rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        -webkit-padding-after: 0.75rem !important;
        padding-block-end: 0.75rem !important;
    }
    .ps-sm-3,
    .px-sm-3 {
        -webkit-padding-start: 0.75rem !important;
        padding-inline-start: 0.75rem !important;
    }
    .p-sm-4 {
        padding: 1rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        -webkit-padding-before: 1rem !important;
        padding-block-start: 1rem !important;
    }
    .pe-sm-4,
    .px-sm-4 {
        -webkit-padding-end: 1rem !important;
        padding-inline-end: 1rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        -webkit-padding-after: 1rem !important;
        padding-block-end: 1rem !important;
    }
    .ps-sm-4,
    .px-sm-4 {
        -webkit-padding-start: 1rem !important;
        padding-inline-start: 1rem !important;
    }
    .p-sm-5 {
        padding: 1.5rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        -webkit-padding-before: 1.5rem !important;
        padding-block-start: 1.5rem !important;
    }
    .pe-sm-5,
    .px-sm-5 {
        -webkit-padding-end: 1.5rem !important;
        padding-inline-end: 1.5rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        -webkit-padding-after: 1.5rem !important;
        padding-block-end: 1.5rem !important;
    }
    .ps-sm-5,
    .px-sm-5 {
        -webkit-padding-start: 1.5rem !important;
        padding-inline-start: 1.5rem !important;
    }
    .p-sm-6 {
        padding: 2rem !important;
    }
    .pt-sm-6,
    .py-sm-6 {
        -webkit-padding-before: 2rem !important;
        padding-block-start: 2rem !important;
    }
    .pe-sm-6,
    .px-sm-6 {
        -webkit-padding-end: 2rem !important;
        padding-inline-end: 2rem !important;
    }
    .pb-sm-6,
    .py-sm-6 {
        -webkit-padding-after: 2rem !important;
        padding-block-end: 2rem !important;
    }
    .ps-sm-6,
    .px-sm-6 {
        -webkit-padding-start: 2rem !important;
        padding-inline-start: 2rem !important;
    }
    .p-sm-7 {
        padding: 3rem !important;
    }
    .pt-sm-7,
    .py-sm-7 {
        -webkit-padding-before: 3rem !important;
        padding-block-start: 3rem !important;
    }
    .pe-sm-7,
    .px-sm-7 {
        -webkit-padding-end: 3rem !important;
        padding-inline-end: 3rem !important;
    }
    .pb-sm-7,
    .py-sm-7 {
        -webkit-padding-after: 3rem !important;
        padding-block-end: 3rem !important;
    }
    .ps-sm-7,
    .px-sm-7 {
        -webkit-padding-start: 3rem !important;
        padding-inline-start: 3rem !important;
    }
    .p-sm-8 {
        padding: 4rem !important;
    }
    .pt-sm-8,
    .py-sm-8 {
        -webkit-padding-before: 4rem !important;
        padding-block-start: 4rem !important;
    }
    .pe-sm-8,
    .px-sm-8 {
        -webkit-padding-end: 4rem !important;
        padding-inline-end: 4rem !important;
    }
    .pb-sm-8,
    .py-sm-8 {
        -webkit-padding-after: 4rem !important;
        padding-block-end: 4rem !important;
    }
    .ps-sm-8,
    .px-sm-8 {
        -webkit-padding-start: 4rem !important;
        padding-inline-start: 4rem !important;
    }
    .p-sm-9 {
        padding: 6rem !important;
    }
    .pt-sm-9,
    .py-sm-9 {
        -webkit-padding-before: 6rem !important;
        padding-block-start: 6rem !important;
    }
    .pe-sm-9,
    .px-sm-9 {
        -webkit-padding-end: 6rem !important;
        padding-inline-end: 6rem !important;
    }
    .pb-sm-9,
    .py-sm-9 {
        -webkit-padding-after: 6rem !important;
        padding-block-end: 6rem !important;
    }
    .ps-sm-9,
    .px-sm-9 {
        -webkit-padding-start: 6rem !important;
        padding-inline-start: 6rem !important;
    }
}
@media (min-width: 768px) {
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        -webkit-padding-before: 0 !important;
        padding-block-start: 0 !important;
    }
    .pe-md-0,
    .px-md-0 {
        -webkit-padding-end: 0 !important;
        padding-inline-end: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        -webkit-padding-after: 0 !important;
        padding-block-end: 0 !important;
    }
    .ps-md-0,
    .px-md-0 {
        -webkit-padding-start: 0 !important;
        padding-inline-start: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        -webkit-padding-before: 0.25rem !important;
        padding-block-start: 0.25rem !important;
    }
    .pe-md-1,
    .px-md-1 {
        -webkit-padding-end: 0.25rem !important;
        padding-inline-end: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        -webkit-padding-after: 0.25rem !important;
        padding-block-end: 0.25rem !important;
    }
    .ps-md-1,
    .px-md-1 {
        -webkit-padding-start: 0.25rem !important;
        padding-inline-start: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        -webkit-padding-before: 0.5rem !important;
        padding-block-start: 0.5rem !important;
    }
    .pe-md-2,
    .px-md-2 {
        -webkit-padding-end: 0.5rem !important;
        padding-inline-end: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        -webkit-padding-after: 0.5rem !important;
        padding-block-end: 0.5rem !important;
    }
    .ps-md-2,
    .px-md-2 {
        -webkit-padding-start: 0.5rem !important;
        padding-inline-start: 0.5rem !important;
    }
    .p-md-3 {
        padding: 0.75rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        -webkit-padding-before: 0.75rem !important;
        padding-block-start: 0.75rem !important;
    }
    .pe-md-3,
    .px-md-3 {
        -webkit-padding-end: 0.75rem !important;
        padding-inline-end: 0.75rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        -webkit-padding-after: 0.75rem !important;
        padding-block-end: 0.75rem !important;
    }
    .ps-md-3,
    .px-md-3 {
        -webkit-padding-start: 0.75rem !important;
        padding-inline-start: 0.75rem !important;
    }
    .p-md-4 {
        padding: 1rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        -webkit-padding-before: 1rem !important;
        padding-block-start: 1rem !important;
    }
    .pe-md-4,
    .px-md-4 {
        -webkit-padding-end: 1rem !important;
        padding-inline-end: 1rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        -webkit-padding-after: 1rem !important;
        padding-block-end: 1rem !important;
    }
    .ps-md-4,
    .px-md-4 {
        -webkit-padding-start: 1rem !important;
        padding-inline-start: 1rem !important;
    }
    .p-md-5 {
        padding: 1.5rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        -webkit-padding-before: 1.5rem !important;
        padding-block-start: 1.5rem !important;
    }
    .pe-md-5,
    .px-md-5 {
        -webkit-padding-end: 1.5rem !important;
        padding-inline-end: 1.5rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        -webkit-padding-after: 1.5rem !important;
        padding-block-end: 1.5rem !important;
    }
    .ps-md-5,
    .px-md-5 {
        -webkit-padding-start: 1.5rem !important;
        padding-inline-start: 1.5rem !important;
    }
    .p-md-6 {
        padding: 2rem !important;
    }
    .pt-md-6,
    .py-md-6 {
        -webkit-padding-before: 2rem !important;
        padding-block-start: 2rem !important;
    }
    .pe-md-6,
    .px-md-6 {
        -webkit-padding-end: 2rem !important;
        padding-inline-end: 2rem !important;
    }
    .pb-md-6,
    .py-md-6 {
        -webkit-padding-after: 2rem !important;
        padding-block-end: 2rem !important;
    }
    .ps-md-6,
    .px-md-6 {
        -webkit-padding-start: 2rem !important;
        padding-inline-start: 2rem !important;
    }
    .p-md-7 {
        padding: 3rem !important;
    }
    .pt-md-7,
    .py-md-7 {
        -webkit-padding-before: 3rem !important;
        padding-block-start: 3rem !important;
    }
    .pe-md-7,
    .px-md-7 {
        -webkit-padding-end: 3rem !important;
        padding-inline-end: 3rem !important;
    }
    .pb-md-7,
    .py-md-7 {
        -webkit-padding-after: 3rem !important;
        padding-block-end: 3rem !important;
    }
    .ps-md-7,
    .px-md-7 {
        -webkit-padding-start: 3rem !important;
        padding-inline-start: 3rem !important;
    }
    .p-md-8 {
        padding: 4rem !important;
    }
    .pt-md-8,
    .py-md-8 {
        -webkit-padding-before: 4rem !important;
        padding-block-start: 4rem !important;
    }
    .pe-md-8,
    .px-md-8 {
        -webkit-padding-end: 4rem !important;
        padding-inline-end: 4rem !important;
    }
    .pb-md-8,
    .py-md-8 {
        -webkit-padding-after: 4rem !important;
        padding-block-end: 4rem !important;
    }
    .ps-md-8,
    .px-md-8 {
        -webkit-padding-start: 4rem !important;
        padding-inline-start: 4rem !important;
    }
    .p-md-9 {
        padding: 6rem !important;
    }
    .pt-md-9,
    .py-md-9 {
        -webkit-padding-before: 6rem !important;
        padding-block-start: 6rem !important;
    }
    .pe-md-9,
    .px-md-9 {
        -webkit-padding-end: 6rem !important;
        padding-inline-end: 6rem !important;
    }
    .pb-md-9,
    .py-md-9 {
        -webkit-padding-after: 6rem !important;
        padding-block-end: 6rem !important;
    }
    .ps-md-9,
    .px-md-9 {
        -webkit-padding-start: 6rem !important;
        padding-inline-start: 6rem !important;
    }
}
@media (min-width: 992px) {
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        -webkit-padding-before: 0 !important;
        padding-block-start: 0 !important;
    }
    .pe-lg-0,
    .px-lg-0 {
        -webkit-padding-end: 0 !important;
        padding-inline-end: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        -webkit-padding-after: 0 !important;
        padding-block-end: 0 !important;
    }
    .ps-lg-0,
    .px-lg-0 {
        -webkit-padding-start: 0 !important;
        padding-inline-start: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        -webkit-padding-before: 0.25rem !important;
        padding-block-start: 0.25rem !important;
    }
    .pe-lg-1,
    .px-lg-1 {
        -webkit-padding-end: 0.25rem !important;
        padding-inline-end: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        -webkit-padding-after: 0.25rem !important;
        padding-block-end: 0.25rem !important;
    }
    .ps-lg-1,
    .px-lg-1 {
        -webkit-padding-start: 0.25rem !important;
        padding-inline-start: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        -webkit-padding-before: 0.5rem !important;
        padding-block-start: 0.5rem !important;
    }
    .pe-lg-2,
    .px-lg-2 {
        -webkit-padding-end: 0.5rem !important;
        padding-inline-end: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        -webkit-padding-after: 0.5rem !important;
        padding-block-end: 0.5rem !important;
    }
    .ps-lg-2,
    .px-lg-2 {
        -webkit-padding-start: 0.5rem !important;
        padding-inline-start: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 0.75rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        -webkit-padding-before: 0.75rem !important;
        padding-block-start: 0.75rem !important;
    }
    .pe-lg-3,
    .px-lg-3 {
        -webkit-padding-end: 0.75rem !important;
        padding-inline-end: 0.75rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        -webkit-padding-after: 0.75rem !important;
        padding-block-end: 0.75rem !important;
    }
    .ps-lg-3,
    .px-lg-3 {
        -webkit-padding-start: 0.75rem !important;
        padding-inline-start: 0.75rem !important;
    }
    .p-lg-4 {
        padding: 1rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        -webkit-padding-before: 1rem !important;
        padding-block-start: 1rem !important;
    }
    .pe-lg-4,
    .px-lg-4 {
        -webkit-padding-end: 1rem !important;
        padding-inline-end: 1rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        -webkit-padding-after: 1rem !important;
        padding-block-end: 1rem !important;
    }
    .ps-lg-4,
    .px-lg-4 {
        -webkit-padding-start: 1rem !important;
        padding-inline-start: 1rem !important;
    }
    .p-lg-5 {
        padding: 1.5rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        -webkit-padding-before: 1.5rem !important;
        padding-block-start: 1.5rem !important;
    }
    .pe-lg-5,
    .px-lg-5 {
        -webkit-padding-end: 1.5rem !important;
        padding-inline-end: 1.5rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        -webkit-padding-after: 1.5rem !important;
        padding-block-end: 1.5rem !important;
    }
    .ps-lg-5,
    .px-lg-5 {
        -webkit-padding-start: 1.5rem !important;
        padding-inline-start: 1.5rem !important;
    }
    .p-lg-6 {
        padding: 2rem !important;
    }
    .pt-lg-6,
    .py-lg-6 {
        -webkit-padding-before: 2rem !important;
        padding-block-start: 2rem !important;
    }
    .pe-lg-6,
    .px-lg-6 {
        -webkit-padding-end: 2rem !important;
        padding-inline-end: 2rem !important;
    }
    .pb-lg-6,
    .py-lg-6 {
        -webkit-padding-after: 2rem !important;
        padding-block-end: 2rem !important;
    }
    .ps-lg-6,
    .px-lg-6 {
        -webkit-padding-start: 2rem !important;
        padding-inline-start: 2rem !important;
    }
    .p-lg-7 {
        padding: 3rem !important;
    }
    .pt-lg-7,
    .py-lg-7 {
        -webkit-padding-before: 3rem !important;
        padding-block-start: 3rem !important;
    }
    .pe-lg-7,
    .px-lg-7 {
        -webkit-padding-end: 3rem !important;
        padding-inline-end: 3rem !important;
    }
    .pb-lg-7,
    .py-lg-7 {
        -webkit-padding-after: 3rem !important;
        padding-block-end: 3rem !important;
    }
    .ps-lg-7,
    .px-lg-7 {
        -webkit-padding-start: 3rem !important;
        padding-inline-start: 3rem !important;
    }
    .p-lg-8 {
        padding: 4rem !important;
    }
    .pt-lg-8,
    .py-lg-8 {
        -webkit-padding-before: 4rem !important;
        padding-block-start: 4rem !important;
    }
    .pe-lg-8,
    .px-lg-8 {
        -webkit-padding-end: 4rem !important;
        padding-inline-end: 4rem !important;
    }
    .pb-lg-8,
    .py-lg-8 {
        -webkit-padding-after: 4rem !important;
        padding-block-end: 4rem !important;
    }
    .ps-lg-8,
    .px-lg-8 {
        -webkit-padding-start: 4rem !important;
        padding-inline-start: 4rem !important;
    }
    .p-lg-9 {
        padding: 6rem !important;
    }
    .pt-lg-9,
    .py-lg-9 {
        -webkit-padding-before: 6rem !important;
        padding-block-start: 6rem !important;
    }
    .pe-lg-9,
    .px-lg-9 {
        -webkit-padding-end: 6rem !important;
        padding-inline-end: 6rem !important;
    }
    .pb-lg-9,
    .py-lg-9 {
        -webkit-padding-after: 6rem !important;
        padding-block-end: 6rem !important;
    }
    .ps-lg-9,
    .px-lg-9 {
        -webkit-padding-start: 6rem !important;
        padding-inline-start: 6rem !important;
    }
}
@media (min-width: 1280px) {
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        -webkit-padding-before: 0 !important;
        padding-block-start: 0 !important;
    }
    .pe-xl-0,
    .px-xl-0 {
        -webkit-padding-end: 0 !important;
        padding-inline-end: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        -webkit-padding-after: 0 !important;
        padding-block-end: 0 !important;
    }
    .ps-xl-0,
    .px-xl-0 {
        -webkit-padding-start: 0 !important;
        padding-inline-start: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        -webkit-padding-before: 0.25rem !important;
        padding-block-start: 0.25rem !important;
    }
    .pe-xl-1,
    .px-xl-1 {
        -webkit-padding-end: 0.25rem !important;
        padding-inline-end: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        -webkit-padding-after: 0.25rem !important;
        padding-block-end: 0.25rem !important;
    }
    .ps-xl-1,
    .px-xl-1 {
        -webkit-padding-start: 0.25rem !important;
        padding-inline-start: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        -webkit-padding-before: 0.5rem !important;
        padding-block-start: 0.5rem !important;
    }
    .pe-xl-2,
    .px-xl-2 {
        -webkit-padding-end: 0.5rem !important;
        padding-inline-end: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        -webkit-padding-after: 0.5rem !important;
        padding-block-end: 0.5rem !important;
    }
    .ps-xl-2,
    .px-xl-2 {
        -webkit-padding-start: 0.5rem !important;
        padding-inline-start: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 0.75rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        -webkit-padding-before: 0.75rem !important;
        padding-block-start: 0.75rem !important;
    }
    .pe-xl-3,
    .px-xl-3 {
        -webkit-padding-end: 0.75rem !important;
        padding-inline-end: 0.75rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        -webkit-padding-after: 0.75rem !important;
        padding-block-end: 0.75rem !important;
    }
    .ps-xl-3,
    .px-xl-3 {
        -webkit-padding-start: 0.75rem !important;
        padding-inline-start: 0.75rem !important;
    }
    .p-xl-4 {
        padding: 1rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        -webkit-padding-before: 1rem !important;
        padding-block-start: 1rem !important;
    }
    .pe-xl-4,
    .px-xl-4 {
        -webkit-padding-end: 1rem !important;
        padding-inline-end: 1rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        -webkit-padding-after: 1rem !important;
        padding-block-end: 1rem !important;
    }
    .ps-xl-4,
    .px-xl-4 {
        -webkit-padding-start: 1rem !important;
        padding-inline-start: 1rem !important;
    }
    .p-xl-5 {
        padding: 1.5rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        -webkit-padding-before: 1.5rem !important;
        padding-block-start: 1.5rem !important;
    }
    .pe-xl-5,
    .px-xl-5 {
        -webkit-padding-end: 1.5rem !important;
        padding-inline-end: 1.5rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        -webkit-padding-after: 1.5rem !important;
        padding-block-end: 1.5rem !important;
    }
    .ps-xl-5,
    .px-xl-5 {
        -webkit-padding-start: 1.5rem !important;
        padding-inline-start: 1.5rem !important;
    }
    .p-xl-6 {
        padding: 2rem !important;
    }
    .pt-xl-6,
    .py-xl-6 {
        -webkit-padding-before: 2rem !important;
        padding-block-start: 2rem !important;
    }
    .pe-xl-6,
    .px-xl-6 {
        -webkit-padding-end: 2rem !important;
        padding-inline-end: 2rem !important;
    }
    .pb-xl-6,
    .py-xl-6 {
        -webkit-padding-after: 2rem !important;
        padding-block-end: 2rem !important;
    }
    .ps-xl-6,
    .px-xl-6 {
        -webkit-padding-start: 2rem !important;
        padding-inline-start: 2rem !important;
    }
    .p-xl-7 {
        padding: 3rem !important;
    }
    .pt-xl-7,
    .py-xl-7 {
        -webkit-padding-before: 3rem !important;
        padding-block-start: 3rem !important;
    }
    .pe-xl-7,
    .px-xl-7 {
        -webkit-padding-end: 3rem !important;
        padding-inline-end: 3rem !important;
    }
    .pb-xl-7,
    .py-xl-7 {
        -webkit-padding-after: 3rem !important;
        padding-block-end: 3rem !important;
    }
    .ps-xl-7,
    .px-xl-7 {
        -webkit-padding-start: 3rem !important;
        padding-inline-start: 3rem !important;
    }
    .p-xl-8 {
        padding: 4rem !important;
    }
    .pt-xl-8,
    .py-xl-8 {
        -webkit-padding-before: 4rem !important;
        padding-block-start: 4rem !important;
    }
    .pe-xl-8,
    .px-xl-8 {
        -webkit-padding-end: 4rem !important;
        padding-inline-end: 4rem !important;
    }
    .pb-xl-8,
    .py-xl-8 {
        -webkit-padding-after: 4rem !important;
        padding-block-end: 4rem !important;
    }
    .ps-xl-8,
    .px-xl-8 {
        -webkit-padding-start: 4rem !important;
        padding-inline-start: 4rem !important;
    }
    .p-xl-9 {
        padding: 6rem !important;
    }
    .pt-xl-9,
    .py-xl-9 {
        -webkit-padding-before: 6rem !important;
        padding-block-start: 6rem !important;
    }
    .pe-xl-9,
    .px-xl-9 {
        -webkit-padding-end: 6rem !important;
        padding-inline-end: 6rem !important;
    }
    .pb-xl-9,
    .py-xl-9 {
        -webkit-padding-after: 6rem !important;
        padding-block-end: 6rem !important;
    }
    .ps-xl-9,
    .px-xl-9 {
        -webkit-padding-start: 6rem !important;
        padding-inline-start: 6rem !important;
    }
}
.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

@media (max-width: 1440px) {
    .position-lg-relative {
        position: relative !important;
    }
}
textarea {
    overflow: auto;
    resize: vertical;
}

/*------- Alignments & values-------*/
.text-monospace {
    font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-start {
    text-align: start !important;
}

.text-end {
    text-align: end !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: start !important;
    }
    .text-sm-right {
        text-align: end !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: start !important;
    }
    .text-md-right {
        text-align: end !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: start !important;
    }
    .text-lg-right {
        text-align: end !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1280px) {
    .text-xl-left {
        text-align: start !important;
    }
    .text-xl-right {
        text-align: end !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-white-transparent {
    color: #fff !important;
    opacity: 0.9;
}

.text-white-transparent-1 {
    color: #fff !important;
    opacity: 0.5;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #15ad00 !important;
}

a.text-gray:hover,
a.text-gray:focus {
    color: #15ad00 !important;
}

.text-secondary {
    color: #007f6e !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #007f6e !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;
}

.text-light {
    color: #ebedef !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;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-wrap {
    font-size: 14px;
    line-height: 1.66;
}
.text-wrap > :first-child {
    -webkit-margin-before: 0;
    margin-block-start: 0;
}
.text-wrap > :last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}
.text-wrap > h1,
.text-wrap > h2,
.text-wrap > h3,
.text-wrap > h4,
.text-wrap > h5,
.text-wrap > h6 {
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
}

/*----- Typography ------*/
.heading-inverse {
    background-color: #333;
    color: #fff;
    padding: 5px;
}

.heading-success {
    background-color: #1643a3;
    color: #fff;
    padding: 5px;
}

.heading-info {
    background-color: #007abf;
    color: #fff;
    padding: 5px;
}

.heading-warning {
    background-color: #ecb403;
    color: #fff;
    padding: 5px;
}

.heading-danger {
    background-color: #c21a1a;
    color: #fff;
    padding: 5px;
}

.text-inherit {
    color: inherit !important;
}

.text-default {
    color: #181c31 !important;
}

.text-muted-dark {
    color: #1c232f !important;
}

.text-fb-blue {
    color: #234684 !important;
}

.text-blue {
    color: #467fcf !important;
}

.text-indigo {
    color: #515eae !important;
}

.text-purple {
    color: #867efc !important;
}

.text-lightpink-red {
    color: #ff7088 !important;
}

.text-lightgreen {
    color: #26eda2 !important;
}

.text-pink {
    color: #ec82ef !important;
}

.text-red {
    color: #c21a1a !important;
}

.text-orange {
    color: #ec6900 !important;
}

.text-yellow {
    color: #ecb403 !important;
}

.text-green {
    color: #4ecc48 !important;
}

.text-green-1 {
    color: #0dff01 !important;
}

.text-teal {
    color: #2bcbba !important;
}

.text-cyan {
    color: #17a2b8 !important;
}

.text-white {
    color: #fff !important;
}

.text-gray {
    color: #969696 !important;
}

.text-gray-dark {
    color: #343a40 !important;
}

.text-azure {
    color: #007abf !important;
}

.text-lime {
    color: #7bd235 !important;
}

textarea[cols] {
    height: auto;
}

.text-end {
    text-align: end;
}

.text-transparent {
    color: #332525;
    opacity: 0.5;
}

.text-facebook {
    color: #3b5998;
}

.text-google-plus {
    color: #dd4b39;
}

.text-twitter {
    color: #1da1f2;
}

.text-pinterest {
    color: #bd081c;
}

textarea.form-control {
    height: auto;
}

.text-primary-gradient {
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-secondary-gradient {
    text-transform: uppercase;
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#82cff2),
        to(#28b7f9)
    );
    background: linear-gradient(to bottom right, #82cff2 0%, #28b7f9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#cd489c),
        to(#ce4ba4)
    );
    background: linear-gradient(to right, #cd489c 0%, #ce4ba4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-warning-gradient {
    text-transform: uppercase;
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#ec6900),
        to(#fbb034)
    );
    background: linear-gradient(to bottom right, #ec6900 0%, #fbb034 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-info-gradient {
    text-transform: uppercase;
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#1e63c3),
        to(#00f2fe)
    );
    background: linear-gradient(to right bottom, #1e63c3 0%, #00f2fe 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-danger-gradient {
    text-transform: uppercase;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ff416c),
        to(#ff4b2b)
    );
    background: linear-gradient(to right, #ff416c 0%, #ff4b2b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-success-gradient {
    text-transform: uppercase;
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#1ea38f),
        to(#5cf9e2)
    );
    background: linear-gradient(to bottom right, #1ea38f 0%, #5cf9e2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-facebook-gradient {
    text-transform: uppercase;
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#1e3c72),
        to(#3d6cbf)
    );
    background: linear-gradient(to right bottom, #1e3c72 0%, #3d6cbf 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-twitter-gradient {
    text-transform: uppercase;
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(#1e63c3),
        to(#00f2fe)
    );
    background: linear-gradient(to right bottom, #1e63c3 0%, #00f2fe 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*--text-shadow--*/
.text-success-shadow {
    text-shadow: 0 5px 10px rgba(19, 191, 166, 0.3) !important;
}

.text-info-shadow {
    text-shadow: 0 5px 10px rgba(7, 116, 248, 0.3) !important;
}

.text-warning-shadow {
    text-shadow: 0 5px 10px rgba(255, 162, 43, 0.3) !important;
}

.text-danger-shadow {
    text-shadow: 0 5px 10px rgba(255, 56, 43, 0.3) !important;
}

.text-pink-shadow {
    text-shadow: 0 5px 10px rgba(213, 109, 252, 0.3) !important;
}

.text-purple-shadow {
    text-shadow: 0 5px 10px rgba(96, 77, 216, 0.3) !important;
}

.text-dark-shadow {
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3) !important;
}

.text-white-shadow {
    text-shadow: 0 5px 10px rgba(255, 255, 255, 0.3) !important;
}

.text-secondary-shadow {
    text-shadow: 0 5px 10px rgba(130, 207, 242, 0.3);
}

/*--------- Width--------------*/
.w-1 {
    width: 10% !important;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-60 {
    width: 60% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width: 50% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-75 {
    width: 75% !important;
}

.w-80 {
    width: 80% !important;
}

.w-260 {
    width: 260px !important;
}

.w-337 {
    width: 337px !important;
}

.w-auto {
    width: auto !important;
}

.w-0 {
    width: 0 !important;
}

.w-1 {
    width: 0.25rem !important;
}

.w-2 {
    width: 0.5rem !important;
}

.w-3 {
    width: 0.75rem !important;
}

.w-4 {
    width: 1rem !important;
}

.w-5 {
    width: 1.5rem !important;
}

.w-6 {
    width: 2rem !important;
}

.w-7 {
    width: 3rem !important;
}

.w-8 {
    width: 4rem !important;
}

.w-9 {
    width: 6rem !important;
}

.w-90 {
    width: 90% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.w-100p {
    width: 100px !important;
}

.w-30p {
    width: 30px !important;
}

.w-40p {
    width: 40px !important;
}

@media (max-width: 576px) {
    .w-sm-50 {
        width: 50% !important;
    }
    .w-sm-60 {
        width: 60% !important;
    }
}
.mw-250 {
    max-width: 250px;
}
.w-250 {
    width: 250px;
}



        .hero-section {
            background: var(--primary-bg-color);
            min-height: 100vh;
            display: flex;
            align-items: center;
            color: white;
            position: relative;
            overflow: hidden;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /* background: url(data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="gym" patternUnits="userSpaceOnUse" width="100" height="100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23gym)"/></svg>); */
            background-image: url("../images/auth/home-bg.jpg");
            background-size: cover;
        }

        .hero-content { position: relative; z-index: 2; }

        .btn-primary-custom {
            background: var(--secondary-color);
            border: none;
            padding: 12px 30px;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
}

        .btn-primary-custom:hover {
            background: var(--secondary-color);
            transform: translateY(-2px);
        }

        .btn-outline-custom {
            border: 2px solid white;
            color: white;
            padding: 12px 30px;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
        }

        .btn-outline-custom:hover {
            background: white;
            color: var(--primary-rgb);
        }

        .feature-card {
            background: white;
            border-radius: 15px;
            padding: 30px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            height: 100%;
        }

        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }

        .feature-icon {
            width: 80px;
            height: 80px;
            background: var(--primary-bg-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 2rem;
            color: white;
        }

        .section-padding { padding: 80px 0; }

        .pricing-card {
            background: white;
            border-radius: 20px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .pricing-card.featured {
            transform: scale(1.05);
            border: 3px solid var(--secondary-color);
        }

        .pricing-card.featured::before {
            content: 'Most Popular';
            position: absolute;
            top: 20px;
            right: -30px;
            background: var(--secondary-color);
            color: white;
            padding: 5px 40px;
            font-size: 12px;
            font-weight: bold;
            transform: rotate(45deg);
        }

        .testimonial-card {
            background: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            text-align: center;
        }

        .faq-item {
            background: white;
            border-radius: 10px;
            margin-bottom: 15px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        }

        .contact-form {
            background: white;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        }

        .navbar-custom {
            background: rgba(255,255,255,0.95);
            backdrop-filter: blur(10px);
            box-shadow: 0 2px 20px rgba(0,0,0,0.1);
        }

        .step-card {
            text-align: center;
            padding: 30px 20px;
        }

        .step-number {
            width: 60px;
            height: 60px;
            background: var(--primary-bg-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 1.5rem;
            font-weight: bold;
            color: white;
        }
