@import url("../icons/fontawesome/css/all.min.css");
@import url("../icons/feather/css/iconfont.css");
@import url("../icons/flaticon/css/flaticon.css");
@import url("../icons/themify-icons/css/themify-icons.css");

:root {
    --primary: #04764E;
    --primary-hover: #058f5e;
    --primary-dark: black;
    --secondary: #F6DBB3;
    --secondary-light: #fcf5ea;
    --rgba-primary-1: rgba(4, 118, 78, 0.1);
    --rgba-primary-2: rgba(4, 118, 78, 0.2);
    --rgba-primary-3: rgba(4, 118, 78, 0.3);
    --rgba-primary-4: rgba(4, 118, 78, 0.4);
    --rgba-primary-5: rgba(4, 118, 78, 0.5);
    --rgba-primary-6: rgba(4, 118, 78, 0.6);
    --rgba-primary-7: rgba(4, 118, 78, 0.7);
    --rgba-primary-8: rgba(4, 118, 78, 0.8);
    --rgba-primary-9: rgba(4, 118, 78, 0.9);
    --font-family-title: Poppins, sans-serif;
    --font-family-base: Poppins, sans-serif;
    --box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    --bg-gradient: linear-gradient(180deg, #EBEBEB 0%, #FFF 100%);
    --border-radius-lg: 18px;
    --border-radius-xl: 22px;
    --border-radius: 12px;
    --border-radius-sm: 8px;
    --border-color: rgba(0, 0, 0, 0.1);
    --body-bg: #fff;
    --body-color: #1B1B1B;
    --dark: #000;
    --bg-white: #FFF;
    --bg-light: #F9F9F9;
    --title: #000;
    --banner-bg: #FFEEEB;
    --card-bg: #fff;
    --theme-text-color: #fff;
    --light: #EEEEEE;
    --text-label: #8A8A8A;
    --text-light: rgba(0, 0, 0, 0.5);
    --text-muted: #939393;
    --input-bg: #FAFAFA;
    --input-border-color: #EBEBEB;
    --bg-dark-light: #8A8A8A;
    --stroke-color: #8A8A8A;
}

/*
	0 - 600: Phone
	600 - 900: Tablet portrait
	900 - 1200: Tablet landscape
	1200 - 1800: Normal styles
	1800+ : Big Desktop
	1em = 1rem
	The smaller device rules always should write below the bigger device rules
	Fixing Order => Base + Typography >> General Layout + Grid >> Page Layout + Component

*/
/*==== 3. Bootstrap ====*/
/*!
   * Bootstrap  v5.3.2 (https://getbootstrap.com/)
   * Copyright 2011-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root,
[data-bs-theme="light"] {
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #04764E;
    --bs-secondary: #F6DBB3;
    --bs-success: #159E42;
    --bs-info: #4cb1ff;
    --bs-warning: #FF8730;
    --bs-danger: #CC0D39;
    --bs-light: #EEEEEE;
    --bs-dark: #000;
    --bs-primary-rgb: 4, 118, 78;
    --bs-secondary-rgb: 246, 219, 179;
    --bs-success-rgb: 21, 158, 66;
    --bs-info-rgb: 76, 177, 255;
    --bs-warning-rgb: 255, 135, 48;
    --bs-danger-rgb: 204, 13, 57;
    --bs-light-rgb: 238, 238, 238;
    --bs-dark-rgb: 0, 0, 0;
    --bs-primary-text-emphasis: #022f1f;
    --bs-secondary-text-emphasis: #625848;
    --bs-success-text-emphasis: #083f1a;
    --bs-info-text-emphasis: #1e4766;
    --bs-warning-text-emphasis: #663613;
    --bs-danger-text-emphasis: #520517;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cde4dc;
    --bs-secondary-bg-subtle: #fdf8f0;
    --bs-success-bg-subtle: #d0ecd9;
    --bs-info-bg-subtle: #dbefff;
    --bs-warning-bg-subtle: #ffe7d6;
    --bs-danger-bg-subtle: #f5cfd7;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9bc8b8;
    --bs-secondary-border-subtle: #fbf1e1;
    --bs-success-border-subtle: #a1d8b3;
    --bs-info-border-subtle: #b7e0ff;
    --bs-warning-border-subtle: #ffcfac;
    --bs-danger-border-subtle: #eb9eb0;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: "Poppins", sans-serif;
    --bs-body-font-size: 0.875rem;
    --bs-body-font-weight: 500;
    --bs-body-line-height: 1.6;
    --bs-body-color: #1B1B1B;
    --bs-body-color-rgb: 27, 27, 27;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(27, 27, 27, 0.75);
    --bs-secondary-color-rgb: 27, 27, 27;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(27, 27, 27, 0.5);
    --bs-tertiary-color-rgb: 27, 27, 27;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: #000;
    --bs-link-color: #04764E;
    --bs-link-color-rgb: 4, 118, 78;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #035e3e;
    --bs-link-hover-color-rgb: 3, 94, 62;
    --bs-code-color: #ff0081;
    --bs-highlight-color: #1B1B1B;
    --bs-highlight-bg: #ffeecc;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(4, 118, 78, 0.25);
    --bs-form-valid-color: #159E42;
    --bs-form-valid-border-color: #159E42;
    --bs-form-invalid-color: #CC0D39;
    --bs-form-invalid-border-color: #CC0D39;
}

[data-bs-theme="dark"] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #68ad95;
    --bs-secondary-text-emphasis: #fae9d1;
    --bs-success-text-emphasis: #73c58e;
    --bs-info-text-emphasis: #94d0ff;
    --bs-warning-text-emphasis: #ffb783;
    --bs-danger-text-emphasis: #e06e88;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #011810;
    --bs-secondary-bg-subtle: #312c24;
    --bs-success-bg-subtle: #04200d;
    --bs-info-bg-subtle: #0f2333;
    --bs-warning-bg-subtle: #331b0a;
    --bs-danger-bg-subtle: #29030b;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #02472f;
    --bs-secondary-border-subtle: #94836b;
    --bs-success-border-subtle: #0d5f28;
    --bs-info-border-subtle: #2e6a99;
    --bs-warning-border-subtle: #99511d;
    --bs-danger-border-subtle: #7a0822;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #68ad95;
    --bs-link-hover-color: #86bdaa;
    --bs-link-color-rgb: 104, 173, 149;
    --bs-link-hover-color-rgb: 134, 189, 170;
    --bs-code-color: #ff66b3;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664401;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #b5dfbe;
    --bs-form-valid-border-color: #b5dfbe;
    --bs-form-invalid-color: #ff9ba8;
    --bs-form-invalid-border-color: #ff9ba8;
}

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

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

h1, .h1 {
    font-size: calc(1.3625rem + 1.35vw);
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.375rem;
    }
}

h2, .h2 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 1.75rem;
    }
}

h3, .h3 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.5rem;
    }
}

h4, .h4 {
    font-size: 1.25rem;
}

h5, .h5 {
    font-size: 1.125rem;
}

h6, .h6 {
    font-size: 1rem;
}

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

abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}

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

ol,
ul {
    padding-left: 2rem;
}

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

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small, .small {
    font-size: 0.875em;
}

mark, .mark {
    padding: 0.1875em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg);
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

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

code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: 0.25rem;
}

kbd kbd {
    padding: 0;
    font-size: 1em;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-secondary-color);
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

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

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
    display: none !important;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

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

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend + * {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

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

output {
    display: inline-block;
}

iframe {
    border: 0;
}

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

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

.lead {
    font-size: 1.09375rem;
    font-weight: 300;
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

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

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.09375rem;
}

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

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014\00A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 0.875em;
    color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

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

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

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

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1024px;
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1440;
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1440) {
    .col-xxl {
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66667%;
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}

.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.table > tbody {
    vertical-align: inherit;
}

.table > thead {
    vertical-align: bottom;
}

.table-group-divider {
    border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
    caption-side: top;
}

.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
    border-width: var(--bs-border-width) 0;
}

.table-bordered > :not(caption) > * > * {
    border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}

.table-borderless > :not(:first-child) {
    border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #cde4dc;
    --bs-table-border-color: #a4b6b0;
    --bs-table-striped-bg: #c3d9d1;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #b9cdc6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bed3cc;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #fdf8f0;
    --bs-table-border-color: #cac6c0;
    --bs-table-striped-bg: #f0ece4;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e4dfd8;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #eae5de;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d0ecd9;
    --bs-table-border-color: #a6bdae;
    --bs-table-striped-bg: #c6e0ce;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bbd4c3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c0dac9;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #dbefff;
    --bs-table-border-color: #afbfcc;
    --bs-table-striped-bg: #d0e3f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c5d7e6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #cbddec;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #ffe7d6;
    --bs-table-border-color: #ccb9ab;
    --bs-table-striped-bg: #f2dbcb;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6d0c1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ecd6c6;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f5cfd7;
    --bs-table-border-color: #c4a6ac;
    --bs-table-striped-bg: #e9c5cc;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #ddbac2;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e3bfc7;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #EEEEEE;
    --bs-table-border-color: #bebebe;
    --bs-table-striped-bg: #e2e2e2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #d6d6d6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: gainsboro;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #000;
    --bs-table-border-color: #333333;
    --bs-table-striped-bg: #0d0d0d;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #1a1a1a;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #131313;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1439.98) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.form-label {
    margin-bottom: 0.5rem;
}

.col-form-label {
    padding-top: calc(0.375rem + var(--bs-border-width));
    padding-bottom: calc(0.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.6;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + var(--bs-border-width));
    padding-bottom: calc(0.5rem + var(--bs-border-width));
    font-size: 1.09375rem;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + var(--bs-border-width));
    padding-bottom: calc(0.25rem + var(--bs-border-width));
    font-size: 0.76563rem;
}

@media (min-width: 1200px) {
    .col-form-label-sm {
        font-size: 0.76562rem;
    }
}

.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-secondary-color);
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.6;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-control[type="file"] {
    overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #82bba7;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(4, 118, 78, 0.25);
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.6em;
    margin: 0;
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0;
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
}

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

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.6;
    color: var(--bs-body-color);
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0;
}

.form-control-plaintext:focus {
    outline: 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    min-height: calc(1.6em + 0.5rem + calc(var(--bs-border-width) * 2));
    padding: 0.25rem 0.5rem;
    font-size: 0.76563rem;
    border-radius: var(--bs-border-radius-sm);
}

@media (min-width: 1200px) {
    .form-control-sm {
        font-size: 0.76562rem;
    }
}

.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-lg {
    min-height: calc(1.6em + 1rem + calc(var(--bs-border-width) * 2));
    padding: 0.5rem 1rem;
    font-size: 1.09375rem;
    border-radius: var(--bs-border-radius-lg);
}

.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
}

textarea.form-control {
    min-height: calc(1.6em + 0.75rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-sm {
    min-height: calc(1.6em + 0.5rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-lg {
    min-height: calc(1.6em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
    width: 3rem;
    height: calc(1.6em + 0.75rem + calc(var(--bs-border-width) * 2));
    padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius);
}

.form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius);
}

.form-control-color.form-control-sm {
    height: calc(1.6em + 0.5rem + calc(var(--bs-border-width) * 2));
}

.form-control-color.form-control-lg {
    height: calc(1.6em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.6;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-select:focus {
    border-color: #82bba7;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(4, 118, 78, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}

.form-select:disabled {
    background-color: var(--bs-secondary-bg);
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.76563rem;
    border-radius: var(--bs-border-radius-sm);
}

@media (min-width: 1200px) {
    .form-select-sm {
        font-size: 0.76562rem;
    }
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.09375rem;
    border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme="dark"] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
    display: block;
    min-height: 1.4rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right;
}

.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
}

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.3em;
    vertical-align: top;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    print-color-adjust: exact;
}

.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}

.form-check-input[type="radio"] {
    border-radius: 50%;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #82bba7;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(4, 118, 78, 0.25);
}

.form-check-input:checked {
    background-color: #04764E;
    border-color: #04764E;
}

.form-check-input:checked[type="checkbox"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
    background-color: #04764E;
    border-color: #04764E;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5;
}

.form-switch {
    padding-left: 2.5em;
}

.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2382bba7'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0;
}

.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0;
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}

[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
    width: 100%;
    height: 1rem;
    padding: 0;
    appearance: none;
    background-color: transparent;
}

.form-range:focus {
    outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(4, 118, 78, 0.25);
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(4, 118, 78, 0.25);
}

.form-range::-moz-focus-outer {
    border: 0;
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    appearance: none;
    background-color: #04764E;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none;
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b4d6ca;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    appearance: none;
    background-color: #04764E;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        transition: none;
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b4d6ca;
}

.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
}

.form-range:disabled {
    pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color);
}

.form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color);
}

.form-floating {
    position: relative;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem;
}

.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
    color: transparent;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius);
}

.form-floating > .form-control:-webkit-autofill ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control-plaintext ~ label {
    border-width: var(--bs-border-width) 0;
}

.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
    color: #6c757d;
}

.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
    background-color: var(--bs-secondary-bg);
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
    z-index: 5;
}

.input-group .btn {
    position: relative;
    z-index: 2;
}

.input-group .btn:focus {
    z-index: 5;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.6;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.09375rem;
    border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.76563rem;
    border-radius: var(--bs-border-radius-sm);
}

@media (min-width: 1200px) {
    .input-group-sm > .form-control,
    .input-group-sm > .form-select,
    .input-group-sm > .input-group-text,
    .input-group-sm > .btn {
        font-size: 0.76562rem;
    }
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-valid-color);
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.76563rem;
    color: #fff;
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius);
}

@media (min-width: 1200px) {
    .valid-tooltip {
        font-size: 0.76562rem;
    }
}

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

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: var(--bs-form-valid-border-color);
    padding-right: calc(1.6em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23159E42' d='M2.3 6.73.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");
    background-repeat: no-repeat;
    background-position: right calc(0.4em + 0.1875rem) center;
    background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 0rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.6em + 0.75rem);
    background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
    border-color: var(--bs-form-valid-border-color);
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23159E42' d='M2.3 6.73.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");
    padding-right: 4.125rem;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 0rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
    width: calc(3rem + calc(1.6em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
    border-color: var(--bs-form-valid-border-color);
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: var(--bs-form-valid-color);
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated
.input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid, .was-validated
.input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
    z-index: 3;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.76563rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius);
}

@media (min-width: 1200px) {
    .invalid-tooltip {
        font-size: 0.76562rem;
    }
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.6em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23CC0D39'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23CC0D39' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.4em + 0.1875rem) center;
    background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.6em + 0.75rem);
    background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23CC0D39'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23CC0D39' stroke='none'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
    width: calc(3rem + calc(1.6em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: var(--bs-form-invalid-color);
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated
.input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid, .was-validated
.input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
    z-index: 4;
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.6;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.btn-check + .btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked + .btn,
:not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #04764E;
    --bs-btn-border-color: #04764E;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #036442;
    --bs-btn-hover-border-color: #035e3e;
    --bs-btn-focus-shadow-rgb: 42, 139, 105;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #035e3e;
    --bs-btn-active-border-color: #03593b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #04764E;
    --bs-btn-disabled-border-color: #04764E;
}

.btn-secondary {
    --bs-btn-color: #000;
    --bs-btn-bg: #F6DBB3;
    --bs-btn-border-color: #F6DBB3;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f7e0be;
    --bs-btn-hover-border-color: #f7dfbb;
    --bs-btn-focus-shadow-rgb: 209, 186, 152;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8e2c2;
    --bs-btn-active-border-color: #f7dfbb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #F6DBB3;
    --bs-btn-disabled-border-color: #F6DBB3;
}

.btn-success {
    --bs-btn-color: #000;
    --bs-btn-bg: #159E42;
    --bs-btn-border-color: #159E42;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #38ad5e;
    --bs-btn-hover-border-color: #2ca855;
    --bs-btn-focus-shadow-rgb: 18, 134, 56;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #44b168;
    --bs-btn-active-border-color: #2ca855;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #159E42;
    --bs-btn-disabled-border-color: #159E42;
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #4cb1ff;
    --bs-btn-border-color: #4cb1ff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #67bdff;
    --bs-btn-hover-border-color: #5eb9ff;
    --bs-btn-focus-shadow-rgb: 65, 150, 217;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #70c1ff;
    --bs-btn-active-border-color: #5eb9ff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #4cb1ff;
    --bs-btn-disabled-border-color: #4cb1ff;
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #FF8730;
    --bs-btn-border-color: #FF8730;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ff994f;
    --bs-btn-hover-border-color: #ff9345;
    --bs-btn-focus-shadow-rgb: 217, 115, 41;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ff9f59;
    --bs-btn-active-border-color: #ff9345;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #FF8730;
    --bs-btn-disabled-border-color: #FF8730;
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #CC0D39;
    --bs-btn-border-color: #CC0D39;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ad0b30;
    --bs-btn-hover-border-color: #a30a2e;
    --bs-btn-focus-shadow-rgb: 212, 49, 87;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a30a2e;
    --bs-btn-active-border-color: #990a2b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #CC0D39;
    --bs-btn-disabled-border-color: #CC0D39;
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #EEEEEE;
    --bs-btn-border-color: #EEEEEE;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #cacaca;
    --bs-btn-hover-border-color: #bebebe;
    --bs-btn-focus-shadow-rgb: 202, 202, 202;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #bebebe;
    --bs-btn-active-border-color: #b3b3b3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #EEEEEE;
    --bs-btn-disabled-border-color: #EEEEEE;
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #262626;
    --bs-btn-hover-border-color: #1a1a1a;
    --bs-btn-focus-shadow-rgb: 38, 38, 38;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #333333;
    --bs-btn-active-border-color: #1a1a1a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #000;
    --bs-btn-disabled-border-color: #000;
}

.btn-outline-primary {
    --bs-btn-color: #04764E;
    --bs-btn-border-color: #04764E;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #04764E;
    --bs-btn-hover-border-color: #04764E;
    --bs-btn-focus-shadow-rgb: 4, 118, 78;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #04764E;
    --bs-btn-active-border-color: #04764E;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #04764E;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #04764E;
    --bs-gradient: none;
}

.btn-outline-secondary {
    --bs-btn-color: #F6DBB3;
    --bs-btn-border-color: #F6DBB3;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #F6DBB3;
    --bs-btn-hover-border-color: #F6DBB3;
    --bs-btn-focus-shadow-rgb: 246, 219, 179;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #F6DBB3;
    --bs-btn-active-border-color: #F6DBB3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #F6DBB3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #F6DBB3;
    --bs-gradient: none;
}

.btn-outline-success {
    --bs-btn-color: #159E42;
    --bs-btn-border-color: #159E42;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #159E42;
    --bs-btn-hover-border-color: #159E42;
    --bs-btn-focus-shadow-rgb: 21, 158, 66;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #159E42;
    --bs-btn-active-border-color: #159E42;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #159E42;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #159E42;
    --bs-gradient: none;
}

.btn-outline-info {
    --bs-btn-color: #4cb1ff;
    --bs-btn-border-color: #4cb1ff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #4cb1ff;
    --bs-btn-hover-border-color: #4cb1ff;
    --bs-btn-focus-shadow-rgb: 76, 177, 255;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #4cb1ff;
    --bs-btn-active-border-color: #4cb1ff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #4cb1ff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #4cb1ff;
    --bs-gradient: none;
}

.btn-outline-warning {
    --bs-btn-color: #FF8730;
    --bs-btn-border-color: #FF8730;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #FF8730;
    --bs-btn-hover-border-color: #FF8730;
    --bs-btn-focus-shadow-rgb: 255, 135, 48;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #FF8730;
    --bs-btn-active-border-color: #FF8730;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #FF8730;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #FF8730;
    --bs-gradient: none;
}

.btn-outline-danger {
    --bs-btn-color: #CC0D39;
    --bs-btn-border-color: #CC0D39;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #CC0D39;
    --bs-btn-hover-border-color: #CC0D39;
    --bs-btn-focus-shadow-rgb: 204, 13, 57;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #CC0D39;
    --bs-btn-active-border-color: #CC0D39;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #CC0D39;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #CC0D39;
    --bs-gradient: none;
}

.btn-outline-light {
    --bs-btn-color: #EEEEEE;
    --bs-btn-border-color: #EEEEEE;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #EEEEEE;
    --bs-btn-hover-border-color: #EEEEEE;
    --bs-btn-focus-shadow-rgb: 238, 238, 238;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #EEEEEE;
    --bs-btn-active-border-color: #EEEEEE;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #EEEEEE;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #EEEEEE;
    --bs-gradient: none;
}

.btn-outline-dark {
    --bs-btn-color: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 0, 0, 0;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000;
    --bs-btn-active-border-color: #000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #000;
    --bs-gradient: none;
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 42, 139, 105;
    text-decoration: underline;
}

.btn-link:focus-visible {
    color: var(--bs-btn-color);
}

.btn-link:hover {
    color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.09375rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.76563rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}

@media (min-width: 1200px) {
    .btn-sm, .btn-group-sm > .btn {
        --bs-btn-font-size: 0.76562rem;
    }
}

.fade {
    transition: opacity 0.15s linear;
}

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

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

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

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

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

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

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 0.875rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #04764E;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
    --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
}

.dropdown-menu-end {
    --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-end {
        --bs-position: end;
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-end {
        --bs-position: end;
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-end {
        --bs-position: end;
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-end {
        --bs-position: end;
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1440) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xxl-end {
        --bs-position: end;
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer);
}

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

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

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer);
}

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

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

.dropend .dropdown-toggle::after {
    vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer);
}

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

.dropstart .dropdown-toggle::after {
    display: none;
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

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

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

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.dropdown-item:hover, .dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.76563rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap;
}

@media (min-width: 1200px) {
    .dropdown-header {
        font-size: 0.76562rem;
    }
}

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #04764E;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

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

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

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group {
    border-radius: var(--bs-border-radius);
}

.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
    margin-left: calc(var(--bs-border-width) * -1);
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

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

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

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

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

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

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: calc(var(--bs-border-width) * -1);
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: none;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-link:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(4, 118, 78, 0.25);
}

.nav-link.disabled, .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #04764E;
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
    border-bottom-color: currentcolor;
}

.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.325rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.09375rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.09375rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2827, 27, 27, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar > .container,
.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
    position: static;
}

.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-navbar-color);
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
    color: var(--bs-navbar-active-color);
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }

    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none;
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }

    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none;
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none;
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }

    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none;
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 1440) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }

    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none;
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme="dark"] {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme="dark"] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}

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

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color);
}

.card-subtitle {
    margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color);
}

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

.card-link + .card-link {
    margin-left: var(--bs-card-spacer-x);
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0;
}

.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
    margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-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, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231B1B1B'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23022f1f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #82bba7;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(4, 118, 78, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 0.875rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
    border-top: 0;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
}

[data-bs-theme="dark"] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2368ad95'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2368ad95'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "https://ombe.dexignzone.com/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(4, 118, 78, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #04764E;
    --bs-pagination-active-border-color: #04764E;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow);
}

.page-link.active,
.active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
}

.page-link.disabled,
.disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
    margin-left: calc(var(--bs-border-width) * -1);
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.09375rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.76563rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

@media (min-width: 1200px) {
    .pagination-sm {
        --bs-pagination-font-size: 0.76562rem;
    }
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}

.badge:empty {
    display: none;
}

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

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color);
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

.progress,
.progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.65625rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #04764E;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        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);
    background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
    overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
    width: 100%;
}

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

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #04764E;
    --bs-list-group-active-border-color: #04764E;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}

.list-group-numbered > .list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}

.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg);
}

.list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
}

.list-group-item + .list-group-item {
    border-top-width: 0;
}

.list-group-item + .list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
    flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }

    .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }

    .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }

    .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }

    .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}

@media (min-width: 1440) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }

    .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }

    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width);
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    --bs-list-group-color: var(--bs-primary-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text-emphasis);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
    --bs-list-group-color: var(--bs-success-text-emphasis);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
    --bs-list-group-active-color: var(--bs-success-bg-subtle);
    --bs-list-group-active-bg: var(--bs-success-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
    --bs-list-group-color: var(--bs-info-text-emphasis);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
    --bs-list-group-active-color: var(--bs-info-bg-subtle);
    --bs-list-group-active-bg: var(--bs-info-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text-emphasis);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
    --bs-list-group-active-color: var(--bs-warning-bg-subtle);
    --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
    --bs-list-group-color: var(--bs-danger-text-emphasis);
    --bs-list-group-bg: var(--bs-danger-bg-subtle);
    --bs-list-group-border-color: var(--bs-danger-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
    --bs-list-group-active-color: var(--bs-danger-bg-subtle);
    --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
    --bs-list-group-color: var(--bs-light-text-emphasis);
    --bs-list-group-bg: var(--bs-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
    --bs-list-group-active-color: var(--bs-light-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
    --bs-list-group-color: var(--bs-dark-text-emphasis);
    --bs-list-group-bg: var(--bs-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
    --bs-list-group-active-color: var(--bs-dark-bg-subtle);
    --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: 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");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(4, 118, 78, 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%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: var(--bs-btn-close-opacity);
}

.btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity);
}

.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity);
}

.btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
    filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme="dark"] .btn-close {
    filter: var(--bs-btn-close-white-filter);
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 30px;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
}

.toast.showing {
    opacity: 0;
}

.toast:not(.show) {
    display: none;
}

.toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

.toast-container > :not(:last-child) {
    margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

.toast-header .btn-close {
    margin-right: calc(-.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x);
}

.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word;
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.6;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}

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

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow);
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }

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

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px;
    }
}

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

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

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 1439.98) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.76563rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
}

@media (min-width: 1200px) {
    .tooltip {
        --bs-tooltip-font-size: 0.76562rem;
    }
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height);
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.76563rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: var(--bs-box-shadow);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 0.875rem;
    --bs-popover-header-color: #000;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
}

@media (min-width: 1200px) {
    .popover {
        --bs-popover-font-size: 0.76562rem;
    }
}

.popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height);
}

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

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.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: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

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

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
}

.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: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border);
}

.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.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 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

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

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg);
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
}

.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: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border);
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius);
}

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

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color);
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

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

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

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

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

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

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

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

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

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

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

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.carousel-dark .carousel-caption {
    color: #000;
}

[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"] .carousel .carousel-control-next-icon, [data-bs-theme="dark"].carousel .carousel-control-prev-icon,
[data-bs-theme="dark"].carousel .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target], [data-bs-theme="dark"].carousel .carousel-indicators [data-bs-target] {
    background-color: #000;
}

[data-bs-theme="dark"] .carousel .carousel-caption, [data-bs-theme="dark"].carousel .carousel-caption {
    color: #000;
}

.spinner-grow,
.spinner-border {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent;
}

.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0;
}

.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        --bs-spinner-animation-speed: 1.5s;
    }
}

.offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl, .offcanvas {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.6;
}

@media (max-width: 575.98px) {
    .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        transition: none;
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }

    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }

    .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }

    .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }

    .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
        transform: none;
    }

    .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
        visibility: visible;
    }
}

@media (min-width: 576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }

    .offcanvas-sm .offcanvas-header {
        display: none;
    }

    .offcanvas-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        transition: none;
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }

    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }

    .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }

    .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }

    .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
        transform: none;
    }

    .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
        visibility: visible;
    }
}

@media (min-width: 768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }

    .offcanvas-md .offcanvas-header {
        display: none;
    }

    .offcanvas-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }

    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }

    .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }

    .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }

    .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
        transform: none;
    }

    .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
        visibility: visible;
    }
}

@media (min-width: 992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }

    .offcanvas-lg .offcanvas-header {
        display: none;
    }

    .offcanvas-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        transition: none;
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }

    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }

    .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }

    .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }

    .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
        transform: none;
    }

    .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
        visibility: visible;
    }
}

@media (min-width: 1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }

    .offcanvas-xl .offcanvas-header {
        display: none;
    }

    .offcanvas-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}

@media (max-width: 1439.98) {
    .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}

@media (max-width: 1439.98) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
        transition: none;
    }
}

@media (max-width: 1439.98) {
    .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }

    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }

    .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }

    .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }

    .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
        transform: none;
    }

    .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
        visibility: visible;
    }
}

@media (min-width: 1440) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }

    .offcanvas-xxl .offcanvas-header {
        display: none;
    }

    .offcanvas-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--text-accent);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
}

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

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
}

.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
}

.offcanvas.showing, .offcanvas.show:not(.hiding) {
    transform: none;
}

.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
    visibility: visible;
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

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

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

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: 0.5;
}

.placeholder.btn::before {
    display: inline-block;
    content: "";
}

.placeholder-xs {
    min-height: .6em;
}

.placeholder-sm {
    min-height: .8em;
}

.placeholder-lg {
    min-height: 1.2em;
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

.placeholder-wave {
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0%;
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
    color: #000 !important;
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
    color: #000 !important;
    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
    color: #000 !important;
    background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
    color: #000 !important;
    background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
    color: #fff !important;
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
    color: #000 !important;
    background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary:hover, .link-primary:focus {
    color: RGBA(3, 94, 62, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(3, 94, 62, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary:hover, .link-secondary:focus {
    color: RGBA(248, 226, 194, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(248, 226, 194, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-success:hover, .link-success:focus {
    color: RGBA(68, 177, 104, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(68, 177, 104, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-info:hover, .link-info:focus {
    color: RGBA(112, 193, 255, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(112, 193, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning:hover, .link-warning:focus {
    color: RGBA(255, 159, 89, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 159, 89, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger:hover, .link-danger:focus {
    color: RGBA(163, 10, 46, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(163, 10, 46, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-light:hover, .link-light:focus {
    color: RGBA(241, 241, 241, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(241, 241, 241, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark:hover, .link-dark:focus {
    color: RGBA(0, 0, 0, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(0, 0, 0, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis:hover, .link-body-emphasis:focus {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
    outline: 0;
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
    display: inline-flex;
    gap: 0.375rem;
    align-items: center;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-underline-offset: 0.25em;
    backface-visibility: hidden;
}

.icon-link > .bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
    .icon-link > .bi {
        transition: none;
    }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
    transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

@media (min-width: 1440) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: 0.25;
}

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

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

.object-fit-contain {
    object-fit: contain !important;
}

.object-fit-cover {
    object-fit: cover !important;
}

.object-fit-fill {
    object-fit: fill !important;
}

.object-fit-scale {
    object-fit: scale-down !important;
}

.object-fit-none {
    object-fit: none !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.overflow-x-auto {
    overflow-x: auto !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.overflow-x-visible {
    overflow-x: visible !important;
}

.overflow-x-scroll {
    overflow-x: scroll !important;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.overflow-y-hidden {
    overflow-y: hidden !important;
}

.overflow-y-visible {
    overflow-y: visible !important;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-inline-grid {
    display: inline-grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.shadow {
    box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
    box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

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

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

.border-opacity-10 {
    --bs-border-opacity: 0.1;
}

.border-opacity-25 {
    --bs-border-opacity: 0.25;
}

.border-opacity-50 {
    --bs-border-opacity: 0.5;
}

.border-opacity-75 {
    --bs-border-opacity: 0.75;
}

.border-opacity-100 {
    --bs-border-opacity: 1;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mt-20 {
    margin-top: 20px;
}
.mt-22 {
    margin-top: 22px;
}
.mt-23 {
    margin-top: 23px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-6 {
    margin-bottom: 5rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.row-gap-0 {
    row-gap: 0 !important;
}

.row-gap-1 {
    row-gap: 0.25rem !important;
}

.row-gap-2 {
    row-gap: 0.5rem !important;
}

.row-gap-3 {
    row-gap: 1rem !important;
}

.row-gap-4 {
    row-gap: 1.5rem !important;
}

.row-gap-5 {
    row-gap: 3rem !important;
}

.column-gap-0 {
    column-gap: 0 !important;
}

.column-gap-1 {
    column-gap: 0.25rem !important;
}

.column-gap-2 {
    column-gap: 0.5rem !important;
}

.column-gap-3 {
    column-gap: 1rem !important;
}

.column-gap-4 {
    column-gap: 1.5rem !important;
}

.column-gap-5 {
    column-gap: 3rem !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
    font-size: calc(1.3625rem + 1.35vw) !important;
}

.fs-2 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-3 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-4 {
    font-size: 1.25rem !important;
}

.fs-5 {
    font-size: 1.125rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

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

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.6 !important;
}

.lh-lg {
    line-height: 2 !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color) !important;
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}

.text-opacity-25 {
    --bs-text-opacity: 0.25;
}

.text-opacity-50 {
    --bs-text-opacity: 0.5;
}

.text-opacity-75 {
    --bs-text-opacity: 0.75;
}

.text-opacity-100 {
    --bs-text-opacity: 1;
}

.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
    --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1;
}

.link-opacity-25 {
    --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25;
}

.link-opacity-50 {
    --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5;
}

.link-opacity-75 {
    --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75;
}

.link-opacity-100 {
    --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
    --bs-link-opacity: 1;
}

.link-offset-1 {
    text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
    text-underline-offset: 0.125em !important;
}

.link-offset-2 {
    text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
    text-underline-offset: 0.25em !important;
}

.link-offset-3 {
    text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
    text-underline-offset: 0.375em !important;
}

.link-underline-primary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
    --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
    --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
    --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
    --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
    --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
    --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
    --bs-bg-opacity: 1;
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

.rounded {
    border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
    border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
}

.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.z-n1 {
    z-index: -1 !important;
}

.z-0 {
    z-index: 0 !important;
}

.z-1 {
    z-index: 1 !important;
}

.z-2 {
    z-index: 2 !important;
}

.z-3 {
    z-index: 3 !important;
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }

    .float-sm-end {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }

    .object-fit-sm-contain {
        object-fit: contain !important;
    }

    .object-fit-sm-cover {
        object-fit: cover !important;
    }

    .object-fit-sm-fill {
        object-fit: fill !important;
    }

    .object-fit-sm-scale {
        object-fit: scale-down !important;
    }

    .object-fit-sm-none {
        object-fit: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-grid {
        display: grid !important;
    }

    .d-sm-inline-grid {
        display: inline-grid !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: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }

    .order-sm-first {
        order: -1 !important;
    }

    .order-sm-0 {
        order: 0 !important;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }

    .order-sm-3 {
        order: 3 !important;
    }

    .order-sm-4 {
        order: 4 !important;
    }

    .order-sm-5 {
        order: 5 !important;
    }

    .order-sm-last {
        order: 6 !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .me-sm-0 {
        margin-right: 0 !important;
    }

    .me-sm-1 {
        margin-right: 0.25rem !important;
    }

    .me-sm-2 {
        margin-right: 0.5rem !important;
    }

    .me-sm-3 {
        margin-right: 1rem !important;
    }

    .me-sm-4 {
        margin-right: 1.5rem !important;
    }

    .me-sm-5 {
        margin-right: 3rem !important;
    }

    .me-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ms-sm-0 {
        margin-left: 0 !important;
    }

    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }

    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }

    .ms-sm-3 {
        margin-left: 1rem !important;
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }

    .ms-sm-5 {
        margin-left: 3rem !important;
    }

    .ms-sm-auto {
        margin-left: auto !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pe-sm-0 {
        padding-right: 0 !important;
    }

    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pe-sm-3 {
        padding-right: 1rem !important;
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pe-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .ps-sm-0 {
        padding-left: 0 !important;
    }

    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }

    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }

    .ps-sm-3 {
        padding-left: 1rem !important;
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }

    .ps-sm-5 {
        padding-left: 3rem !important;
    }

    .gap-sm-0 {
        gap: 0 !important;
    }

    .gap-sm-1 {
        gap: 0.25rem !important;
    }

    .gap-sm-2 {
        gap: 0.5rem !important;
    }

    .gap-sm-3 {
        gap: 1rem !important;
    }

    .gap-sm-4 {
        gap: 1.5rem !important;
    }

    .gap-sm-5 {
        gap: 3rem !important;
    }

    .row-gap-sm-0 {
        row-gap: 0 !important;
    }

    .row-gap-sm-1 {
        row-gap: 0.25rem !important;
    }

    .row-gap-sm-2 {
        row-gap: 0.5rem !important;
    }

    .row-gap-sm-3 {
        row-gap: 1rem !important;
    }

    .row-gap-sm-4 {
        row-gap: 1.5rem !important;
    }

    .row-gap-sm-5 {
        row-gap: 3rem !important;
    }

    .column-gap-sm-0 {
        column-gap: 0 !important;
    }

    .column-gap-sm-1 {
        column-gap: 0.25rem !important;
    }

    .column-gap-sm-2 {
        column-gap: 0.5rem !important;
    }

    .column-gap-sm-3 {
        column-gap: 1rem !important;
    }

    .column-gap-sm-4 {
        column-gap: 1.5rem !important;
    }

    .column-gap-sm-5 {
        column-gap: 3rem !important;
    }

    .text-sm-start {
        text-align: left !important;
    }

    .text-sm-end {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }

    .float-md-end {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }

    .object-fit-md-contain {
        object-fit: contain !important;
    }

    .object-fit-md-cover {
        object-fit: cover !important;
    }

    .object-fit-md-fill {
        object-fit: fill !important;
    }

    .object-fit-md-scale {
        object-fit: scale-down !important;
    }

    .object-fit-md-none {
        object-fit: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-grid {
        display: grid !important;
    }

    .d-md-inline-grid {
        display: inline-grid !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: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }

    .order-md-first {
        order: -1 !important;
    }

    .order-md-0 {
        order: 0 !important;
    }

    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .order-md-3 {
        order: 3 !important;
    }

    .order-md-4 {
        order: 4 !important;
    }

    .order-md-5 {
        order: 5 !important;
    }

    .order-md-last {
        order: 6 !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .me-md-0 {
        margin-right: 0 !important;
    }

    .me-md-1 {
        margin-right: 0.25rem !important;
    }

    .me-md-2 {
        margin-right: 0.5rem !important;
    }

    .me-md-3 {
        margin-right: 1rem !important;
    }

    .me-md-4 {
        margin-right: 1.5rem !important;
    }

    .me-md-5 {
        margin-right: 3rem !important;
    }

    .me-md-auto {
        margin-right: auto !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ms-md-0 {
        margin-left: 0 !important;
    }

    .ms-md-1 {
        margin-left: 0.25rem !important;
    }

    .ms-md-2 {
        margin-left: 0.5rem !important;
    }

    .ms-md-3 {
        margin-left: 1rem !important;
    }

    .ms-md-4 {
        margin-left: 1.5rem !important;
    }

    .ms-md-5 {
        margin-left: 3rem !important;
    }

    .ms-md-auto {
        margin-left: auto !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pe-md-0 {
        padding-right: 0 !important;
    }

    .pe-md-1 {
        padding-right: 0.25rem !important;
    }

    .pe-md-2 {
        padding-right: 0.5rem !important;
    }

    .pe-md-3 {
        padding-right: 1rem !important;
    }

    .pe-md-4 {
        padding-right: 1.5rem !important;
    }

    .pe-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .ps-md-0 {
        padding-left: 0 !important;
    }

    .ps-md-1 {
        padding-left: 0.25rem !important;
    }

    .ps-md-2 {
        padding-left: 0.5rem !important;
    }

    .ps-md-3 {
        padding-left: 1rem !important;
    }

    .ps-md-4 {
        padding-left: 1.5rem !important;
    }

    .ps-md-5 {
        padding-left: 3rem !important;
    }

    .gap-md-0 {
        gap: 0 !important;
    }

    .gap-md-1 {
        gap: 0.25rem !important;
    }

    .gap-md-2 {
        gap: 0.5rem !important;
    }

    .gap-md-3 {
        gap: 1rem !important;
    }

    .gap-md-4 {
        gap: 1.5rem !important;
    }

    .gap-md-5 {
        gap: 3rem !important;
    }

    .row-gap-md-0 {
        row-gap: 0 !important;
    }

    .row-gap-md-1 {
        row-gap: 0.25rem !important;
    }

    .row-gap-md-2 {
        row-gap: 0.5rem !important;
    }

    .row-gap-md-3 {
        row-gap: 1rem !important;
    }

    .row-gap-md-4 {
        row-gap: 1.5rem !important;
    }

    .row-gap-md-5 {
        row-gap: 3rem !important;
    }

    .column-gap-md-0 {
        column-gap: 0 !important;
    }

    .column-gap-md-1 {
        column-gap: 0.25rem !important;
    }

    .column-gap-md-2 {
        column-gap: 0.5rem !important;
    }

    .column-gap-md-3 {
        column-gap: 1rem !important;
    }

    .column-gap-md-4 {
        column-gap: 1.5rem !important;
    }

    .column-gap-md-5 {
        column-gap: 3rem !important;
    }

    .text-md-start {
        text-align: left !important;
    }

    .text-md-end {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }

    .float-lg-end {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }

    .object-fit-lg-contain {
        object-fit: contain !important;
    }

    .object-fit-lg-cover {
        object-fit: cover !important;
    }

    .object-fit-lg-fill {
        object-fit: fill !important;
    }

    .object-fit-lg-scale {
        object-fit: scale-down !important;
    }

    .object-fit-lg-none {
        object-fit: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-grid {
        display: grid !important;
    }

    .d-lg-inline-grid {
        display: inline-grid !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: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }

    .order-lg-first {
        order: -1 !important;
    }

    .order-lg-0 {
        order: 0 !important;
    }

    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2 !important;
    }

    .order-lg-3 {
        order: 3 !important;
    }

    .order-lg-4 {
        order: 4 !important;
    }

    .order-lg-5 {
        order: 5 !important;
    }

    .order-lg-last {
        order: 6 !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .me-lg-0 {
        margin-right: 0 !important;
    }

    .me-lg-1 {
        margin-right: 0.25rem !important;
    }

    .me-lg-2 {
        margin-right: 0.5rem !important;
    }

    .me-lg-3 {
        margin-right: 1rem !important;
    }

    .me-lg-4 {
        margin-right: 1.5rem !important;
    }

    .me-lg-5 {
        margin-right: 3rem !important;
    }

    .me-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ms-lg-0 {
        margin-left: 0 !important;
    }

    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }

    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }

    .ms-lg-3 {
        margin-left: 1rem !important;
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }

    .ms-lg-5 {
        margin-left: 3rem !important;
    }

    .ms-lg-auto {
        margin-left: auto !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pe-lg-0 {
        padding-right: 0 !important;
    }

    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pe-lg-3 {
        padding-right: 1rem !important;
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pe-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .ps-lg-0 {
        padding-left: 0 !important;
    }

    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }

    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }

    .ps-lg-3 {
        padding-left: 1rem !important;
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }

    .ps-lg-5 {
        padding-left: 3rem !important;
    }

    .gap-lg-0 {
        gap: 0 !important;
    }

    .gap-lg-1 {
        gap: 0.25rem !important;
    }

    .gap-lg-2 {
        gap: 0.5rem !important;
    }

    .gap-lg-3 {
        gap: 1rem !important;
    }

    .gap-lg-4 {
        gap: 1.5rem !important;
    }

    .gap-lg-5 {
        gap: 3rem !important;
    }

    .row-gap-lg-0 {
        row-gap: 0 !important;
    }

    .row-gap-lg-1 {
        row-gap: 0.25rem !important;
    }

    .row-gap-lg-2 {
        row-gap: 0.5rem !important;
    }

    .row-gap-lg-3 {
        row-gap: 1rem !important;
    }

    .row-gap-lg-4 {
        row-gap: 1.5rem !important;
    }

    .row-gap-lg-5 {
        row-gap: 3rem !important;
    }

    .column-gap-lg-0 {
        column-gap: 0 !important;
    }

    .column-gap-lg-1 {
        column-gap: 0.25rem !important;
    }

    .column-gap-lg-2 {
        column-gap: 0.5rem !important;
    }

    .column-gap-lg-3 {
        column-gap: 1rem !important;
    }

    .column-gap-lg-4 {
        column-gap: 1.5rem !important;
    }

    .column-gap-lg-5 {
        column-gap: 3rem !important;
    }

    .text-lg-start {
        text-align: left !important;
    }

    .text-lg-end {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }

    .float-xl-end {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .object-fit-xl-contain {
        object-fit: contain !important;
    }

    .object-fit-xl-cover {
        object-fit: cover !important;
    }

    .object-fit-xl-fill {
        object-fit: fill !important;
    }

    .object-fit-xl-scale {
        object-fit: scale-down !important;
    }

    .object-fit-xl-none {
        object-fit: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-grid {
        display: grid !important;
    }

    .d-xl-inline-grid {
        display: inline-grid !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: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }

    .order-xl-first {
        order: -1 !important;
    }

    .order-xl-0 {
        order: 0 !important;
    }

    .order-xl-1 {
        order: 1 !important;
    }

    .order-xl-2 {
        order: 2 !important;
    }

    .order-xl-3 {
        order: 3 !important;
    }

    .order-xl-4 {
        order: 4 !important;
    }

    .order-xl-5 {
        order: 5 !important;
    }

    .order-xl-last {
        order: 6 !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

    .me-xl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xl-3 {
        margin-right: 1rem !important;
    }

    .me-xl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xl-5 {
        margin-right: 3rem !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xl-3 {
        margin-left: 1rem !important;
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xl-5 {
        margin-left: 3rem !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xl-3 {
        padding-right: 1rem !important;
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xl-3 {
        padding-left: 1rem !important;
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-5 {
        padding-left: 3rem !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .gap-xl-2 {
        gap: 0.5rem !important;
    }

    .gap-xl-3 {
        gap: 1rem !important;
    }

    .gap-xl-4 {
        gap: 1.5rem !important;
    }

    .gap-xl-5 {
        gap: 3rem !important;
    }

    .row-gap-xl-0 {
        row-gap: 0 !important;
    }

    .row-gap-xl-1 {
        row-gap: 0.25rem !important;
    }

    .row-gap-xl-2 {
        row-gap: 0.5rem !important;
    }

    .row-gap-xl-3 {
        row-gap: 1rem !important;
    }

    .row-gap-xl-4 {
        row-gap: 1.5rem !important;
    }

    .row-gap-xl-5 {
        row-gap: 3rem !important;
    }

    .column-gap-xl-0 {
        column-gap: 0 !important;
    }

    .column-gap-xl-1 {
        column-gap: 0.25rem !important;
    }

    .column-gap-xl-2 {
        column-gap: 0.5rem !important;
    }

    .column-gap-xl-3 {
        column-gap: 1rem !important;
    }

    .column-gap-xl-4 {
        column-gap: 1.5rem !important;
    }

    .column-gap-xl-5 {
        column-gap: 3rem !important;
    }

    .text-xl-start {
        text-align: left !important;
    }

    .text-xl-end {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1440) {
    .float-xxl-start {
        float: left !important;
    }

    .float-xxl-end {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }

    .object-fit-xxl-contain {
        object-fit: contain !important;
    }

    .object-fit-xxl-cover {
        object-fit: cover !important;
    }

    .object-fit-xxl-fill {
        object-fit: fill !important;
    }

    .object-fit-xxl-scale {
        object-fit: scale-down !important;
    }

    .object-fit-xxl-none {
        object-fit: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-inline-grid {
        display: inline-grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }

    .order-xxl-first {
        order: -1 !important;
    }

    .order-xxl-0 {
        order: 0 !important;
    }

    .order-xxl-1 {
        order: 1 !important;
    }

    .order-xxl-2 {
        order: 2 !important;
    }

    .order-xxl-3 {
        order: 3 !important;
    }

    .order-xxl-4 {
        order: 4 !important;
    }

    .order-xxl-5 {
        order: 5 !important;
    }

    .order-xxl-last {
        order: 6 !important;
    }

    .m-xxl-0 {
        margin: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xxl-3 {
        margin-top: 1rem !important;
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .me-xxl-0 {
        margin-right: 0 !important;
    }

    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xxl-3 {
        margin-right: 1rem !important;
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xxl-5 {
        margin-right: 3rem !important;
    }

    .me-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xxl-3 {
        margin-left: 1rem !important;
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xxl-5 {
        margin-left: 3rem !important;
    }

    .ms-xxl-auto {
        margin-left: auto !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xxl-3 {
        padding-top: 1rem !important;
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-5 {
        padding-top: 3rem !important;
    }

    .pe-xxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xxl-3 {
        padding-right: 1rem !important;
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xxl-3 {
        padding-left: 1rem !important;
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-5 {
        padding-left: 3rem !important;
    }

    .gap-xxl-0 {
        gap: 0 !important;
    }

    .gap-xxl-1 {
        gap: 0.25rem !important;
    }

    .gap-xxl-2 {
        gap: 0.5rem !important;
    }

    .gap-xxl-3 {
        gap: 1rem !important;
    }

    .gap-xxl-4 {
        gap: 1.5rem !important;
    }

    .gap-xxl-5 {
        gap: 3rem !important;
    }

    .row-gap-xxl-0 {
        row-gap: 0 !important;
    }

    .row-gap-xxl-1 {
        row-gap: 0.25rem !important;
    }

    .row-gap-xxl-2 {
        row-gap: 0.5rem !important;
    }

    .row-gap-xxl-3 {
        row-gap: 1rem !important;
    }

    .row-gap-xxl-4 {
        row-gap: 1.5rem !important;
    }

    .row-gap-xxl-5 {
        row-gap: 3rem !important;
    }

    .column-gap-xxl-0 {
        column-gap: 0 !important;
    }

    .column-gap-xxl-1 {
        column-gap: 0.25rem !important;
    }

    .column-gap-xxl-2 {
        column-gap: 0.5rem !important;
    }

    .column-gap-xxl-3 {
        column-gap: 1rem !important;
    }

    .column-gap-xxl-4 {
        column-gap: 1.5rem !important;
    }

    .column-gap-xxl-5 {
        column-gap: 3rem !important;
    }

    .text-xxl-start {
        text-align: left !important;
    }

    .text-xxl-end {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.375rem !important;
    }

    .fs-2 {
        font-size: 1.75rem !important;
    }

    .fs-3 {
        font-size: 1.5rem !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }

    .d-print-inline-grid {
        display: inline-grid !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: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}

/*==== 4. Global/Base ====*/
* {
    outline: none;
    padding: 0;
}

*::after {
    margin: 0;
    padding: 0;
}

*::before {
    margin: 0;
    padding: 0;
}

::selection {
    color: #fff;
    background: var(--primary);
}

body {
    line-height: 1.4;
    color: #1B1B1B;
    font-size: 0.875rem;
    font-weight: 400;
    font-family: var(--font-family-base);
    background-color: var(--body-bg);
}

body.fixed {
    overflow: hidden;
    position: fixed;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--font-family-title);
    font-weight: 600;
    color: var(--title);
    line-height: 1.4;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: var(--title);
}

.sub-title {
    font-family: var(--font-family-sub-title);
}

.title-head {
    font-family: var(--font-family-title);
}

h1, .h1 {
    font-size: 2.375rem;
}

h2, .h2 {
    font-size: 1.75rem;
}

h3, .h3 {
    font-size: 1.5rem;
}

h4, .h4 {
    font-size: 1.25rem;
}

h5, .h5 {
    font-size: 1.125rem;
}

h6, .h6 {
    font-size: 1rem;
}

p {
    font-size: 0.875rem;
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    color: var(--body-color);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

a:hover, a:focus, a.active {
    text-decoration: none;
    outline: none;
    color: var(--primary-hover);
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.border-top {
    border-top: 1px solid var(--border-color) !important;
}

.border-bottom {
    border-bottom: 1px solid var(--border-color) !important;
}

.border-left {
    border-left: 1px solid var(--border-color) !important;
}

.border-right {
    border-right: 1px solid var(--border-color) !important;
}

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

.text-black {
    color: #071c35 !important;
}

.container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
}

b,
strong,
.strong {
    font-weight: 500;
}

.h-0 {
    height: 0 !important;
}

#main-wrapper {
    opacity: 0;
    transition: all 0.25s ease-in;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 60px;
}

#main-wrapper.show {
    opacity: 1;
}

.bg-gray {
    background-color: #f0f6ff;
}

.content-inner {
    padding-top: 50px;
    padding-bottom: 50px;
}

.content-inner-1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.content-inner-2 {
    padding-top: 120px;
    padding-bottom: 0;
}

.rounded {
    border-radius: var(--border-radius) !important;
}

html {
    scrollbar-width: none;
}

::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.bottom-content {
    padding-bottom: 50px;
    overflow: hidden;
}

small, .small, .small {
    font-size: 0.75rem;
    font-weight: 400;
    display: block;
    line-height: 1.2;
}

.text-light {
    color: rgba(0, 0, 0, 0.5) !important;
}

.title {
    color: var(--title);
    font-family: var(--font-family-title);
    font-weight: 600;
}

.bg-overlay-1 {
    background: rgba(40, 176, 206, 0.85);
}

.bg-overlay-2 {
    background: rgba(20, 171, 135, 0.85);
}

.bg-overlay-3 {
    background: rgba(161, 49, 173, 0.85);
}

.saprater {
    border-bottom: 6px solid var(--border-color);
    margin: 0 -15px;
}

svg.text-primary path {
    fill: var(--primary);
}

svg.text-dark path {
    fill: var(--title);
}

.theme-dark svg.text-dark path {
    fill: #fff;
}

.section-head {
    padding: 30px 0 30px;
}

.section-head .title {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.section-head p {
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 14px;
    color: var(--dark);
}

.page-content.space-top {
    padding-top: var(--headheight);
}

.flex-1 {
    flex: 1;
}

.text-underline {
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.light-text {
    color: #1B1B1B;
    font-size: 0.875rem;
    font-weight: 400;
}

.dz-media,
.dz-post-media {
    position: relative;
    overflow: hidden;
}

.dz-media img,
.dz-post-media img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.fixed-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fixed-full-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.dz-fix-box {
    margin: 0;
    position: fixed;
    top: 80px;
    left: 50%;
    width: 100%;
    max-width: 600px;
    z-index: 8;
    background-color: var(--body-bg);
    transform: translateX(-50%);
    padding: 15px;
}

.bg-light {
    background-color: var(--bg-light) !important;
}

html,
body {
    height: 100%;
}

.full-height {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.full-height .page-content {
    flex: 1;
}

.full-height .page-content .container {
    height: 100%;
}

.dz-flex-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-0 {
    font-size: 0px !important;
}

.font-5 {
    font-size: 5px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-35 {
    font-size: 35px !important;
}

.font-40 {
    font-size: 40px !important;
}

.font-45 {
    font-size: 45px !important;
}

.font-50 {
    font-size: 50px !important;
}

.font-55 {
    font-size: 55px !important;
}

.font-60 {
    font-size: 60px !important;
}

.font-65 {
    font-size: 65px !important;
}

.font-70 {
    font-size: 70px !important;
}

.font-75 {
    font-size: 75px !important;
}

.font-80 {
    font-size: 80px !important;
}

.font-85 {
    font-size: 85px !important;
}

.font-90 {
    font-size: 90px !important;
}

.font-95 {
    font-size: 95px !important;
}

.font-100 {
    font-size: 100px !important;
}

.font-w0 {
    font-weight: 0 !important;
}

.font-w100 {
    font-weight: 100 !important;
}

.font-w200 {
    font-weight: 200 !important;
}

.font-w300 {
    font-weight: 300 !important;
}

.font-w400 {
    font-weight: 400 !important;
}

.font-w500 {
    font-weight: 500 !important;
}

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

.font-w700 {
    font-weight: 700 !important;
}

.font-w800 {
    font-weight: 800 !important;
}

.font-w900 {
    font-weight: 900 !important;
}

.ls-0 {
    letter-spacing: 0px;
}

.ls-1 {
    letter-spacing: 1px;
}

.ls-2 {
    letter-spacing: 2px;
}

.ls-3 {
    letter-spacing: 3px;
}

.ls-4 {
    letter-spacing: 4px;
}

.ls-5 {
    letter-spacing: 5px;
}

.p-a0 {
    padding: 0px;
}

.p-l0 {
    padding-left: 0px;
}

.p-r0 {
    padding-right: 0px;
}

.p-t0 {
    padding-top: 0px !important;
}

.p-b0 {
    padding-bottom: 0px;
}

.p-lr0 {
    padding-left: 0px;
    padding-right: 0px;
}

.p-tb0 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.m-a0 {
    margin: 0px;
}

.m-l0 {
    margin-left: 0px;
}

.m-r0 {
    margin-right: 0px;
}

.m-t0 {
    margin-top: 0px;
}

.m-b0 {
    margin-bottom: 0px;
}

.m-lr0 {
    margin-left: 0px;
    margin-right: 0px;
}

.m-tb0 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.p-a5 {
    padding: 5px;
}

.p-l5 {
    padding-left: 5px;
}

.p-r5 {
    padding-right: 5px;
}

.p-t5 {
    padding-top: 5px !important;
}

.p-b5 {
    padding-bottom: 5px;
}

.p-lr5 {
    padding-left: 5px;
    padding-right: 5px;
}

.p-tb5 {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.m-a5 {
    margin: 5px;
}

.m-l5 {
    margin-left: 5px;
}

.m-r5 {
    margin-right: 5px;
}

.m-t5 {
    margin-top: 5px;
}

.m-b5 {
    margin-bottom: 5px;
}

.m-lr5 {
    margin-left: 5px;
    margin-right: 5px;
}

.m-tb5 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.p-a10 {
    padding: 10px;
}

.p-l10 {
    padding-left: 10px;
}

.p-r10 {
    padding-right: 10px;
}

.p-t10 {
    padding-top: 10px !important;
}

.p-b10 {
    padding-bottom: 10px;
}

.p-lr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p-tb10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.m-a10 {
    margin: 10px;
}

.m-l10 {
    margin-left: 10px;
}

.m-r10 {
    margin-right: 10px;
}

.m-t10 {
    margin-top: 10px;
}

.m-b10 {
    margin-bottom: 10px;
}

.m-lr10 {
    margin-left: 10px;
    margin-right: 10px;
}

.m-tb10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.p-a15 {
    padding: 15px;
}

.p-l15 {
    padding-left: 15px;
}

.p-r15 {
    padding-right: 15px;
}

.p-t15 {
    padding-top: 15px !important;
}

.p-b15 {
    padding-bottom: 15px;
}

.p-lr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.p-tb15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}

.m-a15 {
    margin: 15px;
}

.m-l15 {
    margin-left: 15px;
}

.m-r15 {
    margin-right: 15px;
}

.m-t15 {
    margin-top: 15px;
}

.m-b15 {
    margin-bottom: 15px;
}

.m-lr15 {
    margin-left: 15px;
    margin-right: 15px;
}

.m-tb15 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.p-a20 {
    padding: 20px;
}

.p-l20 {
    padding-left: 20px;
}

.p-r20 {
    padding-right: 20px;
}

.p-t20 {
    padding-top: 20px !important;
}

.p-b20 {
    padding-bottom: 20px;
}

.p-lr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.p-tb20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.m-a20 {
    margin: 20px;
}

.m-l20 {
    margin-left: 20px;
}

.m-r20 {
    margin-right: 20px;
}

.m-t20 {
    margin-top: 20px;
}

.m-b20 {
    margin-bottom: 20px;
}

.m-lr20 {
    margin-left: 20px;
    margin-right: 20px;
}

.m-tb20 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.p-a25 {
    padding: 25px;
}

.p-l25 {
    padding-left: 25px;
}

.p-r25 {
    padding-right: 25px;
}

.p-t25 {
    padding-top: 25px !important;
}

.p-b25 {
    padding-bottom: 25px;
}

.p-lr25 {
    padding-left: 25px;
    padding-right: 25px;
}

.p-tb25 {
    padding-bottom: 25px !important;
    padding-top: 25px !important;
}

.m-a25 {
    margin: 25px;
}

.m-l25 {
    margin-left: 25px;
}

.m-r25 {
    margin-right: 25px;
}

.m-t25 {
    margin-top: 25px;
}

.m-b25 {
    margin-bottom: 25px;
}

.m-lr25 {
    margin-left: 25px;
    margin-right: 25px;
}

.m-tb25 {
    margin-bottom: 25px;
    margin-top: 25px;
}

.p-a30 {
    padding: 30px;
}

.p-l30 {
    padding-left: 30px;
}

.p-r30 {
    padding-right: 30px;
}

.p-t30 {
    padding-top: 30px !important;
}

.p-b30 {
    padding-bottom: 30px;
}

.p-lr30 {
    padding-left: 30px;
    padding-right: 30px;
}

.p-tb30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}

.m-a30 {
    margin: 30px;
}

.m-l30 {
    margin-left: 30px;
}

.m-r30 {
    margin-right: 30px;
}

.m-t30 {
    margin-top: 30px;
}

.m-b30 {
    margin-bottom: 30px;
}

.m-lr30 {
    margin-left: 30px;
    margin-right: 30px;
}

.m-tb30 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.p-a35 {
    padding: 35px;
}

.p-l35 {
    padding-left: 35px;
}

.p-r35 {
    padding-right: 35px;
}

.p-t35 {
    padding-top: 35px !important;
}

.p-b35 {
    padding-bottom: 35px;
}

.p-lr35 {
    padding-left: 35px;
    padding-right: 35px;
}

.p-tb35 {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
}

.m-a35 {
    margin: 35px;
}

.m-l35 {
    margin-left: 35px;
}

.m-r35 {
    margin-right: 35px;
}

.m-t35 {
    margin-top: 35px;
}

.m-b35 {
    margin-bottom: 35px;
}

.m-lr35 {
    margin-left: 35px;
    margin-right: 35px;
}

.m-tb35 {
    margin-bottom: 35px;
    margin-top: 35px;
}

.p-a40 {
    padding: 40px;
}

.p-l40 {
    padding-left: 40px;
}

.p-r40 {
    padding-right: 40px;
}

.p-t40 {
    padding-top: 40px !important;
}

.p-b40 {
    padding-bottom: 40px;
}

.p-lr40 {
    padding-left: 40px;
    padding-right: 40px;
}

.p-tb40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
}

.m-a40 {
    margin: 40px;
}

.m-l40 {
    margin-left: 40px;
}

.m-r40 {
    margin-right: 40px;
}

.m-t40 {
    margin-top: 40px;
}

.m-b40 {
    margin-bottom: 40px;
}

.m-lr40 {
    margin-left: 40px;
    margin-right: 40px;
}

.m-tb40 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.p-a45 {
    padding: 45px;
}

.p-l45 {
    padding-left: 45px;
}

.p-r45 {
    padding-right: 45px;
}

.p-t45 {
    padding-top: 45px !important;
}

.p-b45 {
    padding-bottom: 45px;
}

.p-lr45 {
    padding-left: 45px;
    padding-right: 45px;
}

.p-tb45 {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
}

.m-a45 {
    margin: 45px;
}

.m-l45 {
    margin-left: 45px;
}

.m-r45 {
    margin-right: 45px;
}

.m-t45 {
    margin-top: 45px;
}

.m-b45 {
    margin-bottom: 45px;
}

.m-lr45 {
    margin-left: 45px;
    margin-right: 45px;
}

.m-tb45 {
    margin-bottom: 45px;
    margin-top: 45px;
}

.p-a50 {
    padding: 50px;
}

.p-l50 {
    padding-left: 50px;
}

.p-r50 {
    padding-right: 50px;
}

.p-t50 {
    padding-top: 50px !important;
}

.p-b50 {
    padding-bottom: 50px;
}

.p-lr50 {
    padding-left: 50px;
    padding-right: 50px;
}

.p-tb50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}

.m-a50 {
    margin: 50px;
}

.m-l50 {
    margin-left: 50px;
}

.m-r50 {
    margin-right: 50px;
}

.m-t50 {
    margin-top: 50px;
}

.m-b50 {
    margin-bottom: 50px;
}

.m-lr50 {
    margin-left: 50px;
    margin-right: 50px;
}

.m-tb50 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.p-a55 {
    padding: 55px;
}

.p-l55 {
    padding-left: 55px;
}

.p-r55 {
    padding-right: 55px;
}

.p-t55 {
    padding-top: 55px !important;
}

.p-b55 {
    padding-bottom: 55px;
}

.p-lr55 {
    padding-left: 55px;
    padding-right: 55px;
}

.p-tb55 {
    padding-bottom: 55px !important;
    padding-top: 55px !important;
}

.m-a55 {
    margin: 55px;
}

.m-l55 {
    margin-left: 55px;
}

.m-r55 {
    margin-right: 55px;
}

.m-t55 {
    margin-top: 55px;
}

.m-b55 {
    margin-bottom: 55px;
}

.m-lr55 {
    margin-left: 55px;
    margin-right: 55px;
}

.m-tb55 {
    margin-bottom: 55px;
    margin-top: 55px;
}

.p-a60 {
    padding: 60px;
}

.p-l60 {
    padding-left: 60px;
}

.p-r60 {
    padding-right: 60px;
}

.p-t60 {
    padding-top: 60px !important;
}

.p-b60 {
    padding-bottom: 60px;
}

.p-lr60 {
    padding-left: 60px;
    padding-right: 60px;
}

.p-tb60 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
}

.m-a60 {
    margin: 60px;
}

.m-l60 {
    margin-left: 60px;
}

.m-r60 {
    margin-right: 60px;
}

.m-t60 {
    margin-top: 60px;
}

.m-b60 {
    margin-bottom: 60px;
}

.m-lr60 {
    margin-left: 60px;
    margin-right: 60px;
}

.m-tb60 {
    margin-bottom: 60px;
    margin-top: 60px;
}

.p-a65 {
    padding: 65px;
}

.p-l65 {
    padding-left: 65px;
}

.p-r65 {
    padding-right: 65px;
}

.p-t65 {
    padding-top: 65px !important;
}

.p-b65 {
    padding-bottom: 65px;
}

.p-lr65 {
    padding-left: 65px;
    padding-right: 65px;
}

.p-tb65 {
    padding-bottom: 65px !important;
    padding-top: 65px !important;
}

.m-a65 {
    margin: 65px;
}

.m-l65 {
    margin-left: 65px;
}

.m-r65 {
    margin-right: 65px;
}

.m-t65 {
    margin-top: 65px;
}

.m-b65 {
    margin-bottom: 65px;
}

.m-lr65 {
    margin-left: 65px;
    margin-right: 65px;
}

.m-tb65 {
    margin-bottom: 65px;
    margin-top: 65px;
}

.p-a70 {
    padding: 70px;
}

.p-l70 {
    padding-left: 70px;
}

.p-r70 {
    padding-right: 70px;
}

.p-t70 {
    padding-top: 70px !important;
}

.p-b70 {
    padding-bottom: 70px;
}

.p-lr70 {
    padding-left: 70px;
    padding-right: 70px;
}

.p-tb70 {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
}

.m-a70 {
    margin: 70px;
}

.m-l70 {
    margin-left: 70px;
}

.m-r70 {
    margin-right: 70px;
}

.m-t70 {
    margin-top: 70px;
}

.m-b70 {
    margin-bottom: 70px;
}

.m-lr70 {
    margin-left: 70px;
    margin-right: 70px;
}

.m-tb70 {
    margin-bottom: 70px;
    margin-top: 70px;
}

.p-a75 {
    padding: 75px;
}

.p-l75 {
    padding-left: 75px;
}

.p-r75 {
    padding-right: 75px;
}

.p-t75 {
    padding-top: 75px !important;
}

.p-b75 {
    padding-bottom: 75px;
}

.p-lr75 {
    padding-left: 75px;
    padding-right: 75px;
}

.p-tb75 {
    padding-bottom: 75px !important;
    padding-top: 75px !important;
}

.m-a75 {
    margin: 75px;
}

.m-l75 {
    margin-left: 75px;
}

.m-r75 {
    margin-right: 75px;
}

.m-t75 {
    margin-top: 75px;
}

.m-b75 {
    margin-bottom: 75px;
}

.m-lr75 {
    margin-left: 75px;
    margin-right: 75px;
}

.m-tb75 {
    margin-bottom: 75px;
    margin-top: 75px;
}

.p-a80 {
    padding: 80px;
}

.p-l80 {
    padding-left: 80px;
}

.p-r80 {
    padding-right: 80px;
}

.p-t80 {
    padding-top: 80px !important;
}

.p-b80 {
    padding-bottom: 80px;
}

.p-lr80 {
    padding-left: 80px;
    padding-right: 80px;
}

.p-tb80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
}

.m-a80 {
    margin: 80px;
}

.m-l80 {
    margin-left: 80px;
}

.m-r80 {
    margin-right: 80px;
}

.m-t80 {
    margin-top: 80px;
}

.m-b80 {
    margin-bottom: 80px;
}

.m-lr80 {
    margin-left: 80px;
    margin-right: 80px;
}

.m-tb80 {
    margin-bottom: 80px;
    margin-top: 80px;
}

.p-a85 {
    padding: 85px;
}

.p-l85 {
    padding-left: 85px;
}

.p-r85 {
    padding-right: 85px;
}

.p-t85 {
    padding-top: 85px !important;
}

.p-b85 {
    padding-bottom: 85px;
}

.p-lr85 {
    padding-left: 85px;
    padding-right: 85px;
}

.p-tb85 {
    padding-bottom: 85px !important;
    padding-top: 85px !important;
}

.m-a85 {
    margin: 85px;
}

.m-l85 {
    margin-left: 85px;
}

.m-r85 {
    margin-right: 85px;
}

.m-t85 {
    margin-top: 85px;
}

.m-b85 {
    margin-bottom: 85px;
}

.m-lr85 {
    margin-left: 85px;
    margin-right: 85px;
}

.m-tb85 {
    margin-bottom: 85px;
    margin-top: 85px;
}

.p-a90 {
    padding: 90px;
}

.p-l90 {
    padding-left: 90px;
}

.p-r90 {
    padding-right: 90px;
}

.p-t90 {
    padding-top: 90px !important;
}

.p-b90 {
    padding-bottom: 90px;
}

.p-lr90 {
    padding-left: 90px;
    padding-right: 90px;
}

.p-tb90 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
}

.m-a90 {
    margin: 90px;
}

.m-l90 {
    margin-left: 90px;
}

.m-r90 {
    margin-right: 90px;
}

.m-t90 {
    margin-top: 90px;
}

.m-b90 {
    margin-bottom: 90px;
}

.m-lr90 {
    margin-left: 90px;
    margin-right: 90px;
}

.m-tb90 {
    margin-bottom: 90px;
    margin-top: 90px;
}

.p-a95 {
    padding: 95px;
}

.p-l95 {
    padding-left: 95px;
}

.p-r95 {
    padding-right: 95px;
}

.p-t95 {
    padding-top: 95px !important;
}

.p-b95 {
    padding-bottom: 95px;
}

.p-lr95 {
    padding-left: 95px;
    padding-right: 95px;
}

.p-tb95 {
    padding-bottom: 95px !important;
    padding-top: 95px !important;
}

.m-a95 {
    margin: 95px;
}

.m-l95 {
    margin-left: 95px;
}

.m-r95 {
    margin-right: 95px;
}

.m-t95 {
    margin-top: 95px;
}

.m-b95 {
    margin-bottom: 95px;
}

.m-lr95 {
    margin-left: 95px;
    margin-right: 95px;
}

.m-tb95 {
    margin-bottom: 95px;
    margin-top: 95px;
}

.p-a100 {
    padding: 100px;
}

.p-l100 {
    padding-left: 100px;
}

.p-r100 {
    padding-right: 100px;
}

.p-t100 {
    padding-top: 100px !important;
}

.p-b100 {
    padding-bottom: 100px;
}

.p-lr100 {
    padding-left: 100px;
    padding-right: 100px;
}

.p-tb100 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
}

.m-a100 {
    margin: 100px;
}

.m-l100 {
    margin-left: 100px;
}

.m-r100 {
    margin-right: 100px;
}

.m-t100 {
    margin-top: 100px;
}

.m-b100 {
    margin-bottom: 100px;
}

.m-lr100 {
    margin-left: 100px;
    margin-right: 100px;
}

.m-tb100 {
    margin-bottom: 100px;
    margin-top: 100px;
}

@media only screen and (max-width: 1200px) {
    .m-lg-t0 {
        margin-top: 0px;
    }

    .m-lg-b0 {
        margin-bottom: 0px;
    }

    .m-lg-t5 {
        margin-top: 5px;
    }

    .m-lg-b5 {
        margin-bottom: 5px;
    }

    .m-lg-t10 {
        margin-top: 10px;
    }

    .m-lg-b10 {
        margin-bottom: 10px;
    }

    .m-lg-t15 {
        margin-top: 15px;
    }

    .m-lg-b15 {
        margin-bottom: 15px;
    }

    .m-lg-t20 {
        margin-top: 20px;
    }

    .m-lg-b20 {
        margin-bottom: 20px;
    }

    .m-lg-t25 {
        margin-top: 25px;
    }

    .m-lg-b25 {
        margin-bottom: 25px;
    }

    .m-lg-t30 {
        margin-top: 30px;
    }

    .m-lg-b30 {
        margin-bottom: 30px;
    }

    .m-lg-t35 {
        margin-top: 35px;
    }

    .m-lg-b35 {
        margin-bottom: 35px;
    }

    .m-lg-t40 {
        margin-top: 40px;
    }

    .m-lg-b40 {
        margin-bottom: 40px;
    }

    .m-lg-t45 {
        margin-top: 45px;
    }

    .m-lg-b45 {
        margin-bottom: 45px;
    }

    .m-lg-t50 {
        margin-top: 50px;
    }

    .m-lg-b50 {
        margin-bottom: 50px;
    }

    .m-lg-t55 {
        margin-top: 55px;
    }

    .m-lg-b55 {
        margin-bottom: 55px;
    }

    .m-lg-t60 {
        margin-top: 60px;
    }

    .m-lg-b60 {
        margin-bottom: 60px;
    }

    .m-lg-t65 {
        margin-top: 65px;
    }

    .m-lg-b65 {
        margin-bottom: 65px;
    }

    .m-lg-t70 {
        margin-top: 70px;
    }

    .m-lg-b70 {
        margin-bottom: 70px;
    }

    .m-lg-t75 {
        margin-top: 75px;
    }

    .m-lg-b75 {
        margin-bottom: 75px;
    }

    .m-lg-t80 {
        margin-top: 80px;
    }

    .m-lg-b80 {
        margin-bottom: 80px;
    }

    .m-lg-t85 {
        margin-top: 85px;
    }

    .m-lg-b85 {
        margin-bottom: 85px;
    }

    .m-lg-t90 {
        margin-top: 90px;
    }

    .m-lg-b90 {
        margin-bottom: 90px;
    }

    .m-lg-t95 {
        margin-top: 95px;
    }

    .m-lg-b95 {
        margin-bottom: 95px;
    }

    .m-lg-t100 {
        margin-top: 100px;
    }

    .m-lg-b100 {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .m-md-t0 {
        margin-top: 0px;
    }

    .m-md-b0 {
        margin-bottom: 0px;
    }

    .m-md-t5 {
        margin-top: 5px;
    }

    .m-md-b5 {
        margin-bottom: 5px;
    }

    .m-md-t10 {
        margin-top: 10px;
    }

    .m-md-b10 {
        margin-bottom: 10px;
    }

    .m-md-t15 {
        margin-top: 15px;
    }

    .m-md-b15 {
        margin-bottom: 15px;
    }

    .m-md-t20 {
        margin-top: 20px;
    }

    .m-md-b20 {
        margin-bottom: 20px;
    }

    .m-md-t25 {
        margin-top: 25px;
    }

    .m-md-b25 {
        margin-bottom: 25px;
    }

    .m-md-t30 {
        margin-top: 30px;
    }

    .m-md-b30 {
        margin-bottom: 30px;
    }

    .m-md-t35 {
        margin-top: 35px;
    }

    .m-md-b35 {
        margin-bottom: 35px;
    }

    .m-md-t40 {
        margin-top: 40px;
    }

    .m-md-b40 {
        margin-bottom: 40px;
    }

    .m-md-t45 {
        margin-top: 45px;
    }

    .m-md-b45 {
        margin-bottom: 45px;
    }

    .m-md-t50 {
        margin-top: 50px;
    }

    .m-md-b50 {
        margin-bottom: 50px;
    }

    .m-md-t55 {
        margin-top: 55px;
    }

    .m-md-b55 {
        margin-bottom: 55px;
    }

    .m-md-t60 {
        margin-top: 60px;
    }

    .m-md-b60 {
        margin-bottom: 60px;
    }

    .m-md-t65 {
        margin-top: 65px;
    }

    .m-md-b65 {
        margin-bottom: 65px;
    }

    .m-md-t70 {
        margin-top: 70px;
    }

    .m-md-b70 {
        margin-bottom: 70px;
    }

    .m-md-t75 {
        margin-top: 75px;
    }

    .m-md-b75 {
        margin-bottom: 75px;
    }

    .m-md-t80 {
        margin-top: 80px;
    }

    .m-md-b80 {
        margin-bottom: 80px;
    }

    .m-md-t85 {
        margin-top: 85px;
    }

    .m-md-b85 {
        margin-bottom: 85px;
    }

    .m-md-t90 {
        margin-top: 90px;
    }

    .m-md-b90 {
        margin-bottom: 90px;
    }

    .m-md-t95 {
        margin-top: 95px;
    }

    .m-md-b95 {
        margin-bottom: 95px;
    }

    .m-md-t100 {
        margin-top: 100px;
    }

    .m-md-b100 {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .m-sm-t0 {
        margin-top: 0px;
    }

    .m-sm-b0 {
        margin-bottom: 0px;
    }

    .m-sm-t5 {
        margin-top: 5px;
    }

    .m-sm-b5 {
        margin-bottom: 5px;
    }

    .m-sm-t10 {
        margin-top: 10px;
    }

    .m-sm-b10 {
        margin-bottom: 10px;
    }

    .m-sm-t15 {
        margin-top: 15px;
    }

    .m-sm-b15 {
        margin-bottom: 15px;
    }

    .m-sm-t20 {
        margin-top: 20px;
    }

    .m-sm-b20 {
        margin-bottom: 20px;
    }

    .m-sm-t25 {
        margin-top: 25px;
    }

    .m-sm-b25 {
        margin-bottom: 25px;
    }

    .m-sm-t30 {
        margin-top: 30px;
    }

    .m-sm-b30 {
        margin-bottom: 30px;
    }

    .m-sm-t35 {
        margin-top: 35px;
    }

    .m-sm-b35 {
        margin-bottom: 35px;
    }

    .m-sm-t40 {
        margin-top: 40px;
    }

    .m-sm-b40 {
        margin-bottom: 40px;
    }

    .m-sm-t45 {
        margin-top: 45px;
    }

    .m-sm-b45 {
        margin-bottom: 45px;
    }

    .m-sm-t50 {
        margin-top: 50px;
    }

    .m-sm-b50 {
        margin-bottom: 50px;
    }

    .m-sm-t55 {
        margin-top: 55px;
    }

    .m-sm-b55 {
        margin-bottom: 55px;
    }

    .m-sm-t60 {
        margin-top: 60px;
    }

    .m-sm-b60 {
        margin-bottom: 60px;
    }

    .m-sm-t65 {
        margin-top: 65px;
    }

    .m-sm-b65 {
        margin-bottom: 65px;
    }

    .m-sm-t70 {
        margin-top: 70px;
    }

    .m-sm-b70 {
        margin-bottom: 70px;
    }

    .m-sm-t75 {
        margin-top: 75px;
    }

    .m-sm-b75 {
        margin-bottom: 75px;
    }

    .m-sm-t80 {
        margin-top: 80px;
    }

    .m-sm-b80 {
        margin-bottom: 80px;
    }

    .m-sm-t85 {
        margin-top: 85px;
    }

    .m-sm-b85 {
        margin-bottom: 85px;
    }

    .m-sm-t90 {
        margin-top: 90px;
    }

    .m-sm-b90 {
        margin-bottom: 90px;
    }

    .m-sm-t95 {
        margin-top: 95px;
    }

    .m-sm-b95 {
        margin-bottom: 95px;
    }

    .m-sm-t100 {
        margin-top: 100px;
    }

    .m-sm-b100 {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 576px) {
    .m-xs-t0 {
        margin-top: 0px;
    }

    .m-xs-b0 {
        margin-bottom: 0px;
    }

    .m-xs-t5 {
        margin-top: 5px;
    }

    .m-xs-b5 {
        margin-bottom: 5px;
    }

    .m-xs-t10 {
        margin-top: 10px;
    }

    .m-xs-b10 {
        margin-bottom: 10px;
    }

    .m-xs-t15 {
        margin-top: 15px;
    }

    .m-xs-b15 {
        margin-bottom: 15px;
    }

    .m-xs-t20 {
        margin-top: 20px;
    }

    .m-xs-b20 {
        margin-bottom: 20px;
    }

    .m-xs-t25 {
        margin-top: 25px;
    }

    .m-xs-b25 {
        margin-bottom: 25px;
    }

    .m-xs-t30 {
        margin-top: 30px;
    }

    .m-xs-b30 {
        margin-bottom: 30px;
    }

    .m-xs-t35 {
        margin-top: 35px;
    }

    .m-xs-b35 {
        margin-bottom: 35px;
    }

    .m-xs-t40 {
        margin-top: 40px;
    }

    .m-xs-b40 {
        margin-bottom: 40px;
    }

    .m-xs-t45 {
        margin-top: 45px;
    }

    .m-xs-b45 {
        margin-bottom: 45px;
    }

    .m-xs-t50 {
        margin-top: 50px;
    }

    .m-xs-b50 {
        margin-bottom: 50px;
    }

    .m-xs-t55 {
        margin-top: 55px;
    }

    .m-xs-b55 {
        margin-bottom: 55px;
    }

    .m-xs-t60 {
        margin-top: 60px;
    }

    .m-xs-b60 {
        margin-bottom: 60px;
    }

    .m-xs-t65 {
        margin-top: 65px;
    }

    .m-xs-b65 {
        margin-bottom: 65px;
    }

    .m-xs-t70 {
        margin-top: 70px;
    }

    .m-xs-b70 {
        margin-bottom: 70px;
    }

    .m-xs-t75 {
        margin-top: 75px;
    }

    .m-xs-b75 {
        margin-bottom: 75px;
    }

    .m-xs-t80 {
        margin-top: 80px;
    }

    .m-xs-b80 {
        margin-bottom: 80px;
    }

    .m-xs-t85 {
        margin-top: 85px;
    }

    .m-xs-b85 {
        margin-bottom: 85px;
    }

    .m-xs-t90 {
        margin-top: 90px;
    }

    .m-xs-b90 {
        margin-bottom: 90px;
    }

    .m-xs-t95 {
        margin-top: 95px;
    }

    .m-xs-b95 {
        margin-bottom: 95px;
    }

    .m-xs-t100 {
        margin-top: 100px;
    }

    .m-xs-b100 {
        margin-bottom: 100px;
    }
}

.m-auto {
    margin: auto;
}

.max-w50 {
    max-width: 50px;
}

.max-w60 {
    max-width: 60px;
}

.max-w80 {
    max-width: 80px;
}

.max-w100 {
    max-width: 100px;
}

.max-w200 {
    max-width: 200px;
}

.max-w300 {
    max-width: 300px;
}

.max-w400 {
    max-width: 400px;
}

.max-w500 {
    max-width: 500px;
}

.max-w600 {
    max-width: 600px;
}

.max-w700 {
    max-width: 700px;
}

.max-w800 {
    max-width: 800px;
}

.max-w900 {
    max-width: 900px;
}

.max-w1000 {
    max-width: 1000px;
}

.bg-img-fix {
    background-attachment: fixed;
    background-size: cover;
}

.full-img {
    width: 100%;
}

.sticky-top {
    top: 120px;
}

.img-cover {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section {
    position: relative;
    z-index: 1;
}

.rounded-full {
    border-radius: 50% !important;
}

.rounded-xl {
    border-radius: 50px !important;
}

.rounded-lg {
    border-radius: 15px !important;
}

.rounded-md {
    border-radius: 10px !important;
}

.rounded-sm {
    border-radius: 5px !important;
}

.text-maroon {
    color: #9e0168;
}

.text-orange {
    color: #ff8853;
}

.text-yellow {
    color: #FFA902;
}

.text-skyblue {
    color: #84CA93;
}

.text-red {
    color: #ff586e;
}

.text-green {
    color: #84CA93;
}

.text-blue {
    color: #5543d1;
}

.bg-maroon {
    background-color: #dd2ca0;
}

.bg-maroon.light {
    background-color: rgba(221, 44, 160, 0.1);
}

.bg-maroon.light svg path {
    fill: #dd2ca0;
}

.bg-maroon.light i {
    color: #dd2ca0;
}

.bg-orange {
    background-color: #ff8853;
}

.bg-orange.light {
    background-color: rgba(255, 200, 0, 0.1);
}

.bg-orange.light svg path {
    fill: #ff8853;
}

.bg-orange.light i {
    color: #ff8853;
}

.bg-yellow {
    background-color: #ffc600;
}

.bg-yellow.light {
    background-color: rgba(255, 200, 0, 0.1);
}

.bg-yellow.light svg path,
.bg-yellow.light svg circle {
    fill: #ffc600;
}

.bg-yellow.light i {
    color: #ffc600;
}

.bg-skyblue {
    background-color: #00aeff;
}

.bg-skyblue.light {
    background-color: rgba(0, 174, 255, 0.1);
}

.bg-skyblue.light svg path {
    fill: #00aeff;
}

.bg-skyblue.light i {
    color: #00aeff;
}

.bg-red {
    background-color: #ff586e;
}

.bg-red.light {
    background-color: rgba(255, 88, 110, 0.1);
}

.bg-red.light svg path {
    fill: #ff586e;
}

.bg-red.light i {
    color: #ff586e;
}

.bg-green {
    background-color: #84CA93;
}

.bg-green.light {
    background-color: rgba(4, 165, 124, 0.1);
}

.bg-green.light svg path,
.bg-green.light svg rect {
    fill: #84CA93;
}

.bg-green.light i {
    color: #84CA93;
}

.bg-blue {
    background-color: #4a8be0;
}

.bg-blue.light {
    background-color: rgba(74, 139, 224, 0.1);
}

.bg-blue.light svg path {
    fill: #4a8be0;
}

.bg-blue.light i {
    color: #4a8be0;
}

.bg-pink {
    background-color: #ff4db8;
}

.bg-pink.light {
    background-color: rgba(255, 77, 184, 0.1);
}

.bg-pink.light svg path {
    fill: #ff4db8;
}

.bg-pink.light i {
    color: #ff4db8;
}

/*==== 5. Layout ====*/
:root {
    --headheight: 80px;
    --headwidth: 600px;
}

.space-y-large {
    margin-top: 245px !important;
    margin-bottom: 100px;
}

.space-top-2 {
    margin-top: 165px !important;
}

.header {
    background-color: var(--bg-white);
    min-height: var(--headheight);
    max-width: var(--headwidth);
    z-index: 10;
    padding: 0 15px;
}

.header.bg-gradient {
    background: linear-gradient(180deg, #FEEB9D 100%, #FFFAF3 100%) !important;
}

.header.shadow {
    box-shadow: 0px 0px 30px 0px rgba(69, 41, 1, 0.1) !important;
}

.header.transparent {
    position: absolute;
    width: 100%;
    top: 0;
    background: transparent;
    border: 0;
    left: 0;
    z-index: 999;
}

.header.transparent .back-btn {
    background-color: rgba(246, 246, 246, 0.3);
    color: #fff;
}

.header.transparent .back-btn i {
    font-weight: 500;
}

.header.transparent i,
.header.transparent .title {
    color: #fff;
}

.header.style-2 {
    --headheight: 78px;
}

.header.style-3 {
    background-color: var(--banner-bg);
}

.header .title {
    margin-bottom: 0;
    white-space: nowrap;
}

.header .header-logo a {
    display: block;
}

.header .header-logo .logo {
    max-width: 120px;
}

.header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.header.header-sticky {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.header .back-btn {
    width: 46px;
    min-width: 46px;
    height: 46px;
    background-color: var(--rgba-primary-1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #373737;
    border-radius: 50%;
}

.header .back-btn i {
    font-weight: 700;
}

.header .notification-badge {
    position: relative;
}

.header .notification-badge.badge-active::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 9px;
    top: -5px;
    right: -4px;
    border-radius: 20px;
    border: 2px solid var(--bg-white);
    background-color: var(--primary);
}

.header .sticky-header {
    position: fixed;
    top: 0;
    z-index: 99999;
    left: 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    background: var(--bg-white);
    transition: all 0.5s;
    width: 100%;
}

.header .header-content {
    display: flex;
    height: 100%;
    min-height: var(--headheight);
    align-items: center;
}

.header .header-content .search-area {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.header .header-content .left-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header .header-content .left-content .dz-head-items {
    display: flex;
    flex-direction: column;
}

.header .header-content .left-content .dz-head-items .dz-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header .header-content .left-content .dz-head-items .dz-meta .dz-item {
    text-transform: capitalize;
    position: relative;
    font-size: 12px;
    padding-right: 20px;
}

.header .header-content .left-content .dz-head-items .dz-meta .dz-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 5px;
    background-color: var(--primary);
}

.header .header-content .left-content .dz-head-items .dz-meta .dz-item b {
    font-weight: 600;
}

.header .header-content .left-content .dz-head-items .dz-meta .dz-item:last-child::after {
    content: none;
}

.header .header-content .mid-content {
    flex: 1;
    text-align: center;
}

.header .header-content .right-content.dz-meta {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header .header-content .right-content .form-check.checkmark {
    padding: 0;
}

.header .header-content .right-content .form-check.checkmark .form-check-label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 0;
    text-align: center;
    border: 0;
    line-height: 0;
}

.header .header-content .right-content .form-check.checkmark .form-check-input {
    display: none;
}

.header .header-content .right-content .form-check.checkmark .form-check-input:checked + .form-check-label {
    background-color: transparent;
}

.header .header-content .right-content .form-check.checkmark .form-check-input:checked + .form-check-label svg path {
    fill: var(--primary);
}

.header .header-content .right-content .shopping-cart {
    position: relative;
}

.header .header-content .right-content .shopping-cart .badge {
    position: absolute;
    top: -7px;
    right: -7px;
    padding: 2px 4px;
    font-weight: 400;
    font-size: 10px;
}

.header.transparent ~ .banner-wrapper,
.header.transparent ~ .content-inner {
    padding-top: var(--headheight) !important;
}

.header.transparent ~ .banner-wrapper + .content-inner {
    padding-top: 0 !important;
}

/* Start Header is-fixed Animation */
.main-bar {
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.main-bar.sticky-header {
    -webkit-animation: 0.50s ease 0s normal forwards 1 running headerSlideDown;
    -khtml-animation: 0.50s ease 0s normal forwards 1 running headerSlideDown;
    -moz-animation: 0.50s ease 0s normal forwards 1 running headerSlideDown;
    -ms-animation: 0.50s ease 0s normal forwards 1 running headerSlideDown;
    -o-animation: 0.50s ease 0s normal forwards 1 running headerSlideDown;
    animation: 0.50s ease 0s normal forwards 1 running headerSlideDown;
}

@-moz-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

@-ms-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

/* Header is-fixed Animation End */
.theme-btn,
.theme-color {
    width: 35px;
    display: inline-block;
    height: 35px;
    text-align: center;
    line-height: 35px;
    padding: 0;
}

.theme-btn svg,
.theme-color svg {
    fill: var(--dark);
}

.theme-btn svg path,
.theme-color svg path {
    fill: var(--dark);
}

.theme-btn svg.color-plate path,
.theme-color svg.color-plate path {
    fill: var(--dark);
}

.theme-btn .light,
.theme-color .light {
    display: none;
}

.theme-btn.active .light,
.theme-color.active .light {
    display: inline-block;
}

.theme-btn.active .dark,
.theme-color.active .dark {
    display: none;
}

.sidebar {
    width: 100%;
    max-width: 300px;
    height: 100%;
    background-color: var(--body-bg);
    position: fixed;
    left: -300px;
    top: 0;
    z-index: 999999;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    overflow-y: scroll;
}

.sidebar .inner-sidebar {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: scroll;
    scrollbar-width: none;
}

.sidebar.show {
    left: 0;
}

.sidebar.right {
    left: auto;
    right: -300px;
}

.sidebar.right.show {
    left: auto;
    right: 0;
}

.sidebar .sidebar-header {
    padding: 15px;
}

.sidebar .sidebar-header .app-logo {
    text-align: center;
    margin-bottom: 25px;
}

.sidebar .sidebar-header .app-logo img {
    max-width: 135px;
    margin: auto;
}

.sidebar .sidebar-header .menu-close i {
    font-weight: 900;
    font-size: 24px;
    display: block;
}

.sidebar .nav-label {
    margin: 20px 0 0;
    padding: 20px 0 8px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.05rem;
    border-top: 1px solid var(--border-color);
    color: var(--title);
    font-weight: 600;
}

.sidebar .author-box {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid var(--border-color);
}

.sidebar .author-box .dz-media {
    border-radius: 20px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 15px;
}

.sidebar .author-box .name {
    margin-bottom: 0;
}

.sidebar .author-box .mail {
    font-size: 15px;
}

.sidebar .dz-icon i {
    line-height: 1;
    font-size: 24px;
    color: #BDBDBD;
}

.sidebar .dz-icon svg path {
    fill: #BDBDBD;
}

.sidebar .navbar-nav {
    padding: 15px 20px;
    margin-bottom: 0px;
}

.sidebar .navbar-nav > .nav-label:first-child {
    border-top: 0;
    margin: 0;
    padding-top: 0;
}

.sidebar .navbar-nav li {
    padding: 15px 0;
}

.sidebar .navbar-nav li .dz-icon {
    margin-right: 15px;
}

.sidebar .navbar-nav li > a {
    position: relative;
    color: inherit;
    display: flex;
    padding: 0;
    font-size: 16px;
    align-items: center;
    font-weight: 400;
    opacity: 0.6;
    color: var(--title);
}

.sidebar .navbar-nav li > a:after {
    font-family: 'feather' !important;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-weight: 500;
    color: var(--title);
    font-size: 20px;
    opacity: 0.5;
}

.sidebar .navbar-nav li > a .custom-switch {
    margin-left: auto;
    align-items: center;
    display: flex;
}

.sidebar .navbar-nav li > a .badge {
    margin-left: auto;
    font-size: 10px;
    min-width: 20px;
    min-height: 20px;
    padding: 0;
    height: 20px;
    line-height: 18px;
}

.sidebar .navbar-nav li > a.active {
    opacity: 1;
    color: #309F5F;
    font-weight: 600;
}

.sidebar .navbar-nav li > a.active .dz-icon svg path {
    fill: #309F5F;
}

.sidebar .sidebar-bottom {
    margin-top: auto;
}

.sidebar .sidebar-bottom .app-setting {
    padding: 15px;
}

.sidebar .sidebar-bottom .app-setting li {
    padding-bottom: 10px;
}

.sidebar .sidebar-bottom .app-setting li:last-child {
    padding-bottom: 0;
}

.sidebar .sidebar-bottom .app-setting li a {
    display: flex;
    align-items: center;
}

.sidebar .sidebar-bottom .app-setting li span {
    font-weight: 500;
    color: var(--title);
}

.sidebar .sidebar-bottom .app-setting .color-active {
    font-size: 12px;
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 8px;
}

.sidebar .sidebar-bottom .app-setting .color-active span {
    color: #666666;
}

.sidebar .sidebar-bottom .app-setting .color-active .current-color {
    width: 16px;
    height: 16px;
    background: var(--primary);
    border-radius: 4px;
}

.sidebar .sidebar-bottom .app-info {
    padding: 15px;
}

.sidebar .sidebar-bottom .app-info .name {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #868686;
}

.sidebar .sidebar-bottom .app-info .name b {
    font-weight: 600;
}

.sidebar .sidebar-bottom .app-info .ver-info {
    font-size: 12px;
    color: rgba(177, 177, 195, 0.7);
}

.dark-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99999;
    visibility: hidden;
}

.dark-overlay.active {
    visibility: visible;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
}

.dz-nav-floting {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff;
    z-index: 2;
    position: relative;
    overflow: scroll;
    height: 100vh;
}

.dz-nav-floting.show {
    transform: translate(250px, 140px) rotate(-5deg);
    box-shadow: -14px 3px 41px 0px rgba(0, 79, 51, 0.22);
    border-radius: 20px;
    overflow: hidden;
    height: calc(100vh - 200px);
}

.dz-nav-floting.show .menubar-area.footer-fixed {
    bottom: -100%;
}

.dz-nav-floting.show::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
}

.dz-nav-floting .footer-fixed {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.dz-floting-sidebar.sidebar {
    max-width: 600px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}

.dz-floting-sidebar.sidebar .sidebar-header {
    padding: 15px;
    margin-bottom: 15px;
}

.dz-floting-sidebar.sidebar .sidebar-header .app-logo {
    text-align: center;
    margin-bottom: 25px;
}

.dz-floting-sidebar.sidebar .sidebar-header .app-logo img {
    max-width: 135px;
    margin: auto;
}

.dz-floting-sidebar.sidebar .floating-close i {
    font-weight: 900;
    font-size: 24px;
    display: block;
}

.floating-body {
    overflow: hidden;
}

.footer {
    height: auto;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
}

.footer.fixed {
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
    position: fixed;
}

.footer.fixed .btn .cart {
    transform: scale(1.5);
}

.footer.transparent {
    background-color: #e5eff5;
}

.footer.shadow {
    box-shadow: 0px 0px 30px 0px rgba(69, 41, 1, 0.1) !important;
}

.footer .form-check.checkmark {
    padding: 0;
}

.footer .form-check.checkmark .form-check-label {
    width: 48px;
    height: 48px;
    cursor: pointer;
    border-radius: 30px;
    text-align: center;
    line-height: 45px;
    border: 1px solid #EAEAEA;
}

.footer .form-check.checkmark .form-check-input {
    display: none;
}

.footer .form-check.checkmark .form-check-input:checked + .form-check-label {
    background-color: #EAEAEA;
}

.footer .form-check.checkmark .form-check-input:checked + .form-check-label svg path {
    fill: var(--primary);
}

.menubar-area {
    padding: 0;
    position: unset;
    background-color: var(--bg-white) !important;
    box-shadow: 0px 0 30px 0px rgba(2, 81, 53, 0.1);
    height: 60px;
}

.menubar-area.footer-fixed {
    position: fixed !important;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}

.menubar-area .toolbar-inner {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
}

.menubar-area .toolbar-inner .circle {
    position: relative;
    display: flex;
    align-items: center;
}

.menubar-area .toolbar-inner .circle:after {
    content: "";
    position: absolute;
    top: 0;
    right: -5px;
    width: 12px;
    height: 12px;
    background-color: #FFA902;
    border: 2px solid var(--primary);
    border-radius: 50%;
}

.menubar-area .toolbar-inner .nav-link,
.menubar-area .toolbar-inner .menu-toggler {
    position: relative;
    color: var(--title);
    text-align: center;
    width: 25%;
    padding: 0 0;
    font-size: 18px;
}

.menubar-area .toolbar-inner .nav-link svg,
.menubar-area .toolbar-inner .menu-toggler svg {
    width: 24px;
    height: 24px;
}

.menubar-area .toolbar-inner .nav-link svg path,
.menubar-area .toolbar-inner .menu-toggler svg path {
    fill: #7d8fab;
}

.menubar-area .toolbar-inner .nav-link.active svg path,
.menubar-area .toolbar-inner .menu-toggler.active svg path {
    fill: var(--primary);
}

.menubar-area .toolbar-inner .nav-link.item-active,
.menubar-area .toolbar-inner .menu-toggler.item-active {
    width: 55px;
    min-width: 55px;
    height: 55px;
    font-size: 24px;
    color: #fff;
    font-weight: 900;
    background: var(--primary);
    line-height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.menubar-area .toolbar-inner .nav-link.item-active svg path,
.menubar-area .toolbar-inner .menu-toggler.item-active svg path {
    fill: #fff;
}

.menubar-area .toolbar-inner .nav-link .title,
.menubar-area .toolbar-inner .menu-toggler .title {
    display: block;
    margin-top: 5px;
    font-weight: 500;
    font-size: 12px;
}

.menubar-area .menubar-nav .nav-link {
    padding: 8px 8px 8px;
    color: var(--rgba-primary-7);
}

.menubar-area .menubar-nav .nav-link:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: none;
    background: var(--primary);
}

.menubar-area .menubar-nav .nav-link span {
    font-size: 12px;
    display: block;
}

.menubar-area .menubar-nav .nav-link .cart-badge {
    width: 16px;
    height: 16px;
    background-color: #FF3131;
    position: absolute;
    top: 6px;
    right: 6px;
    font-family: var(--font-family-title);
    font-style: normal;
    color: #fff;
    border-radius: 10px;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    z-index: 1;
}

.menubar-area .menubar-nav .nav-link i {
    font-size: 18px;
    height: 45px;
    width: 45px;
    margin: 0 0;
    color: var(--primary);
    opacity: 0.8;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1.1);
    margin-right: 6px;
}

.menubar-area .menubar-nav .nav-link.active {
    color: var(--primary);
}

.menubar-area .menubar-nav .nav-link.active i {
    color: #fff;
}

.menubar-area .menubar-nav .nav-link.active:after {
    display: block;
}

.footer-fixed-btn {
    position: fixed;
    background-color: var(--body-bg);
    bottom: 60px;
    left: 50%;
    width: 100%;
    max-width: 600px;
    padding: 15px;
    box-shadow: 0px 0px 30px 0px var(--rgba-primary-1);
    z-index: 9;
    transform: translateX(-50%);
}

[data-theme-color="color-primary-1"] {
    --primary: #04764E;
    --secondary: #441D3E;
    --rgba-primary-1: rgba(4, 118, 78, 0.1);
    --rgba-primary-2: rgba(4, 118, 78, 0.2);
    --rgba-primary-3: rgba(4, 118, 78, 0.3);
    --rgba-primary-4: rgba(4, 118, 78, 0.4);
    --rgba-primary-5: rgba(4, 118, 78, 0.5);
    --rgba-primary-6: rgba(4, 118, 78, 0.6);
    --rgba-primary-7: rgba(4, 118, 78, 0.7);
    --rgba-primary-8: rgba(4, 118, 78, 0.8);
    --rgba-primary-9: rgba(4, 118, 78, 0.9);
    --theme-text-color: #fff;
}

[data-theme-color="color-primary-2"] {
    --primary: #04764E;
    --secondary: #441D3E;
    --rgba-primary-1: rgba(4, 118, 78, 0.1);
    --rgba-primary-2: rgba(4, 118, 78, 0.2);
    --rgba-primary-3: rgba(4, 118, 78, 0.3);
    --rgba-primary-4: rgba(4, 118, 78, 0.4);
    --rgba-primary-5: rgba(4, 118, 78, 0.5);
    --rgba-primary-6: rgba(4, 118, 78, 0.6);
    --rgba-primary-7: rgba(4, 118, 78, 0.7);
    --rgba-primary-8: rgba(4, 118, 78, 0.8);
    --rgba-primary-9: rgba(4, 118, 78, 0.9);
    --theme-text-color: #fff;
    --primary-gradient: linear-gradient(180deg, #FF864E 0%, #EA3D85 100%);
    --btn-gradient: linear-gradient(94deg, #E93E84 14.36%, #F46D8F 42.6%, #FE854E 80.39%);
}

[data-theme-color="color-primary-3"] {
    --primary: #04764E;
    --secondary: #441D3E;
    --rgba-primary-1: rgba(4, 118, 78, 0.1);
    --rgba-primary-2: rgba(4, 118, 78, 0.2);
    --rgba-primary-3: rgba(4, 118, 78, 0.3);
    --rgba-primary-4: rgba(4, 118, 78, 0.4);
    --rgba-primary-5: rgba(4, 118, 78, 0.5);
    --rgba-primary-6: rgba(4, 118, 78, 0.6);
    --rgba-primary-7: rgba(4, 118, 78, 0.7);
    --rgba-primary-8: rgba(4, 118, 78, 0.8);
    --rgba-primary-9: rgba(4, 118, 78, 0.9);
    --theme-text-color: #fff;
    --primary-gradient: linear-gradient(180deg, #450080 0%, #830CF3 100%);
    --btn-gradient: linear-gradient(90deg, #450080 2.48%, #830CF3 99.66%);
}

.theme-dark {
    --dark: #fff;
    --bg-white: #101010;
    --title: #fff;
    --body-bg: #101010;
    --body-color: rgba(255, 255, 255, 1);
    --border-color: rgba(255, 255, 255, 0.3);
    --bg-dark-light: rgb(44, 63, 109, 0.80);
    --card-bg: #000;
    --light: #0C101C;
    --bg-light: #000;
    --text-accent: #eee;
    --theme-text-color: #000;
    --text-light: rgba(255, 255, 255, 0.5);
    --box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.4);
    --bg-gradient: linear-gradient(180deg, #252525 0%, #2d2d2d 29.87%);
    --banner-bg: #3E3E3E;
    --input-bg: #212121;
    --input-border-color: var(--border-color);
    --rgba-primary-1: rgba(255, 255, 255, 0.1);
    --rgba-primary-2: rgba(255, 255, 255, 0.2);
    --rgba-primary-4: rgba(255, 255, 255, 0.4);
    --rgba-primary-5: rgba(255, 255, 255, 0.5);
    --rgba-primary-7: rgba(255, 255, 255, 0.7);
}

/* Theme Dark */
.theme-dark {
    color: rgba(255, 255, 255, 0.8);
}

.theme-dark .text-light {
    color: rgba(255, 255, 255, 0.5) !important;
}

.theme-dark .bg-white {
    background-color: #101010 !important;
}

.theme-dark .dz-nav-floting.show {
    box-shadow: -14px 3px 41px 0px rgba(255, 255, 255, 0.22);
}

.theme-dark.bg-white-2 {
    background-color: #0c101c !important;
}

.theme-dark .dz-card-overlay.style-1::before {
    box-shadow: 0px 15px 34px 0px rgba(21, 143, 100, 0.49);
}

.theme-dark .dz-card.style-5 .dz-content .btn-check:checked + .btn, .theme-dark .dz-card.style-5 .dz-content :not(.btn-check) + .btn:active, .theme-dark .dz-card.style-5 .dz-content .btn:first-child:active, .theme-dark .dz-card.style-5 .dz-content .btn.active, .theme-dark .dz-card.style-5 .dz-content .btn.show {
    background-color: #3b3b3b;
}

.theme-dark .categories-swiper .swiper-slide.swiper-slide-active .dz-categories-bx {
    box-shadow: 0px 6px 22px 0px rgba(255, 255, 255, 0.1);
}

.theme-dark .dz-categories-bx {
    box-shadow: 0px 3px 3px 0px rgba(255, 255, 255, 0.13);
    border-color: #8A8A8A;
}

.theme-dark .text-secondary {
    color: #fff !important;
}

.theme-dark .sidebar::after {
    background-color: rgba(28, 33, 46, 0.8);
}

.theme-dark .bg-light {
    background-color: #000;
}

.theme-dark .dz-range-slider .slider .noUi-connects {
    background-color: #b9b9b9 !important;
}

.theme-dark .dz-range-slider .slider .noUi-handle::after {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.theme-dark .header .back-btn {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.theme-dark .app-logo .logo-dark,
.theme-dark .logo-area .logo-dark,
.theme-dark .header-logo .logo-dark {
    display: none !important;
}

.theme-dark .app-logo .logo-white,
.theme-dark .logo-area .logo-white,
.theme-dark .header-logo .logo-white {
    display: block !important;
}

.theme-dark .menubar-area {
    box-shadow: 0px 0 30px 0px rgba(255, 255, 255, 0.1);
}

.theme-dark textarea.form-control {
    background: #212121 !important;
}

.theme-dark .dz-icon.bg-light {
    background-color: rgba(255, 255, 255, 0.6) !important;
}

.theme-dark .dz-track-list:after {
    border-color: rgba(255, 255, 255, 0.3);
}

.theme-dark .dz-pwa-modal p,
.theme-dark .pwa-offcanvas p {
    color: rgba(255, 255, 255, 0.5);
}

.theme-dark .dz-pwa-modal .logo.dark,
.theme-dark .pwa-offcanvas .logo.dark {
    display: none;
}

.theme-dark .dz-pwa-modal .logo.light,
.theme-dark .pwa-offcanvas .logo.light {
    display: block;
}

.theme-dark .icon svg path {
    fill: #fff;
}

.theme-dark .form-label,
.theme-dark .dz-wizard .steps .step-content,
.theme-dark .text-notify,
.theme-dark .post-profile .left-content .meta-list li a,
.theme-dark .notification .notification-content small,
.theme-dark .notification .notification-content .small,
.theme-dark .notification .notification-content .small,
.theme-dark .dropdown-menu .dropdown-item,
.theme-dark .text-dark {
    color: #fff !important;
}

.theme-dark .dropdown-menu .dropdown-item:hover {
    color: var(--theme-text-color) !important;
}

.theme-dark .input-group .input-group-text {
    background-color: #212121 !important;
}

.theme-dark .input-group.input-mini .input-group-text {
    background-color: transparent !important;
}

.theme-dark .form-control.custom-image-select .dropdown-toggle.btn-light {
    color: #d3d3d3!important;
}

.theme-dark .form-control {
    background: #212121!important;
    color: #fff !important;
}

.theme-dark .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.theme-dark .form-control.style-2 {
    box-shadow: 0px 5px 10px rgba(255, 255, 255, 0.1);
}

.theme-color-settings {
    padding: 15px 10px 10px;
    margin: 10px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.theme-color-settings span {
    font-size: 0.875rem;
    font-weight: 500;
}

.theme-color-settings li {
    display: inline-block;
    width: 33.33%;
    text-align: center;
    margin-bottom: 20px;
}

.theme-color-settings li input {
    display: none;
}

.theme-color-settings li label {
    background-color: #000;
    width: 40px;
    border-radius: var(--border-radius);
    height: 40px;
    margin: 0 auto 5px;
    position: relative;
    display: block;
}

.theme-color-settings li label:after {
    content: "\f00c";
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    transform: translate(-50%, -50%);
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 16px;
    color: #fff;
}

.theme-color-settings li input:checked + label:after {
    display: block;
}

.theme-color-settings li input[value="color-primary"] + label {
    background-color: #FE4487;
}

.theme-color-settings li input[value="color-green"] + label {
    background-color: #4cd964;
}

.theme-color-settings li input[value="color-blue"] + label {
    background-color: #2196f3;
}

.theme-color-settings li input[value="color-pink"] + label {
    background-color: #ff9eb1;
}

.theme-color-settings li input[value="color-yellow"] + label {
    background-color: #ffcc00;
}

.theme-color-settings li input[value="color-orange"] + label {
    background-color: #ff9500;
}

.theme-color-settings li input[value="color-purple"] + label {
    background-color: #9c27b0;
}

.theme-color-settings li input[value="color-red"] + label {
    background-color: #ff3b30;
}

.theme-color-settings li input[value="color-lightblue"] + label {
    background-color: #5ac8fa;
}

.theme-color-settings li input[value="color-teal"] + label {
    background-color: #009688;
}

.theme-color-settings li input[value="color-lime"] + label {
    background-color: #cddc39;
}

.theme-color-settings li input[value="color-deeporange"] + label {
    background-color: #dd4a01;
}

/*==== 6. Components ====*/
.accordion .accordion-item {
    color: var(--body-color);
}

.accordion.dz-accordion .accordion-item {
    margin-bottom: 1rem;
    border-radius: var(--border-radius-xl);
    border: 1px solid var(--primary);
    overflow: hidden;
}

.accordion.dz-accordion .accordion-item .accordion-header {
    border-radius: 0;
    border: 0;
    padding: 0;
    overflow: hidden;
}

.accordion.dz-accordion .accordion-item .accordion-header .dz-icon {
    margin-right: 10px;
}

.accordion.dz-accordion .accordion-item .accordion-header .acco-title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}

.accordion.dz-accordion .accordion-item .accordion-header.acco-select .accordion-button .checkmark {
    width: 20px;
    height: 20px;
    border: 1px solid var(--primary);
    border-radius: 50px;
    margin-left: auto;
    position: relative;
}

.accordion.dz-accordion .accordion-item .accordion-header.acco-select .accordion-button .checkmark::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: var(--primary);
    border-radius: 50px;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.accordion.dz-accordion .accordion-item .accordion-header.acco-select .accordion-button::after {
    content: none;
}

.accordion.dz-accordion .accordion-item .accordion-header .accordion-button {
    border-radius: 0;
    background-color: var(--body-bg);
    color: var(--title);
    box-shadow: none;
    padding: 14px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid var(--primary);
}

.accordion.dz-accordion .accordion-item .accordion-header .accordion-button:after {
    content: "\e842";
    font-family: 'feather' !important;
    background-image: unset;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    justify-content: center;
    margin-left: auto;
    margin-right: 0;
    opacity: 0.6;
}

.accordion.dz-accordion .accordion-item .accordion-header .accordion-button.collapsed {
    border-color: transparent;
}

.accordion.dz-accordion .accordion-item .accordion-header .accordion-button.collapsed .checkmark::after {
    display: none;
}

.accordion.dz-accordion .accordion-item .accordion-header .accordion-button:focus {
    background-color: var(--body-bg);
}

.accordion.dz-accordion .accordion-item .accordion-body {
    padding: 15px;
    background-color: var(--body-bg);
    color: var(--dark);
}

.accordion.dz-accordion.style-2 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: var(--dark);
    color: var(--theme-text-color);
}

.accordion.style-1 .accordion-item {
    box-shadow: var(--box-shadow);
    margin-bottom: 16px;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.accordion.style-1 .accordion-item .accordion-header {
    border-radius: 0;
    border: 0;
    padding: 0;
    overflow: hidden;
}

.accordion.style-1 .accordion-item .accordion-header .accordion-button {
    background-color: var(--bg-white);
    box-shadow: none;
    color: var(--dark);
    padding: 12px;
}

.accordion.style-1 .accordion-item .accordion-header .accordion-button:focus {
    background-color: var(--bg-white);
}

.accordion.style-1 .accordion-item .accordion-header .accordion-button:after {
    background-image: none;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    right: 15px;
    position: absolute;
    font-weight: 900;
    top: 50%;
    width: unset;
    height: unset;
    transform: translateY(-50%) rotate(0deg);
}

.accordion.style-1 .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
    transform: translateY(-50%) rotate(-90deg);
}

.accordion.style-1 .accordion-item .accordion-header .media {
    margin-right: 10px;
    background-color: rgba(187, 195, 192, 0.2);
    padding: 8px;
    border-radius: var(--border-radius-sm);
}

.accordion.style-1 .accordion-item .accordion-header .dz-inner .title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

.accordion.style-1 .accordion-item .accordion-header .dz-inner .para-text {
    margin-bottom: 0;
    font-size: 12px;
    display: block;
}

.accordion.style-1 .accordion-item .accordion-body {
    padding: 15px;
    background-color: var(--bg-white);
}

.accordion.style-1 .accordion-item .accordion-body .dz-list ul {
    padding-left: 20px;
}

.accordion.style-1 .accordion-item .accordion-body .dz-list ul li {
    list-style-type: circle;
    border: 0;
}

.accordion.style-1 .accordion-item .accordion-body .dz-list ul li .item-content {
    padding: 4px 8px;
}

.accordion.style-1 .accordion-item .accordion-body .dz-list ul li .title {
    font-weight: 500;
}

.accordion-primary .accordion-header {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    box-shadow: 0 0.9375rem 1.25rem 0 var(--rgba-primary-3);
}

.accordion-primary .accordion-header.collapsed {
    background: var(--rgba-primary-6);
    border-color: var(--rgba-primary-6);
    color: #fff;
    box-shadow: none;
}

.accordion-primary-solid .accordion-header {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    box-shadow: 0 -0.625rem 1.25rem 0 var(--rgba-primary-1);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion-primary-solid .accordion-header.collapsed {
    background: var(--rgba-primary-1);
    border-color: var(--rgba-primary-1);
    color: var(--primary);
    box-shadow: none;
    border-bottom-left-radius: var(--border-radius-sm);
    border-bottom-right-radius: var(--border-radius-sm);
}

.accordion-primary-solid .accordion__body {
    border: 0.125rem solid var(--primary);
    border-top: none;
    box-shadow: 0 0.9375rem 1.25rem 0 var(--rgba-primary-1);
    border-bottom-left-radius: var(--border-radius-sm);
    border-bottom-right-radius: var(--border-radius-sm);
}

.accordion-danger .accordion-header.collapsed {
    background: #CC0D39;
    border-color: #CC0D39;
    color: #fff;
    box-shadow: 0 0.9375rem 1.25rem 0 rgba(204, 13, 57, 0.15);
    background: #fddbe3;
    border-color: #fddbe3;
    color: #211c37;
    box-shadow: none;
}

.accordion-danger-solid .accordion-header {
    background: #CC0D39;
    border-color: #CC0D39;
    color: #fff;
    box-shadow: 0 -0.625rem 1.25rem 0 rgba(204, 13, 57, 0.15);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion-danger-solid .accordion-header.collapsed {
    background: #fddbe3;
    border-color: #fddbe3;
    color: #ff4242;
    box-shadow: none;
    border-bottom-left-radius: var(--border-radius-sm);
    border-bottom-right-radius: var(--border-radius-sm);
}

.accordion-danger-solid .accordion__body {
    border: 0.125rem solid #CC0D39;
    border-top: none;
    box-shadow: 0 0.9375rem 1.25rem 0 rgba(204, 13, 57, 0.15);
    border-bottom-left-radius: var(--border-radius-sm);
    border-bottom-right-radius: var(--border-radius-sm);
}

.accordion-item {
    margin-bottom: 10px;
    background: none;
    border: none;
}

.accordion-header {
    padding: 0.6rem 0.95rem;
    border: 0.0625rem solid var(--border-color);
    cursor: pointer;
    position: relative;
    color: #211c37;
    font-weight: 400;
    border-radius: var(--border-radius-sm);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.accordion-header-indicator {
    font-family: 'themify';
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-header-indicator.indicator_bordered {
    display: inline-block;
    width: 1.5625rem;
    text-align: center;
    height: 1.5625rem;
    border: 0.0625rem solid var(--border-color);
    border-radius: 50%;
    line-height: 1.5625rem;
}

.accordion-header-indicator::before {
    content: "\e61a";
    transition: all 0.2s ease-in-out;
    display: block;
    transform: rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
    .accordion-header-indicator::before {
        transition: none;
    }
}

.accordion-header-indicator.style_two::before {
    content: "\e64b";
    transform: rotate(0);
}

.accordion-header.collapsed .accordion-header-indicator::before {
    transform: rotate(0);
}

.accordion-header.collapsed .accordion-header-indicator.style_two::before {
    transform: rotate(-90deg);
}

.accordion-body-text {
    padding: 0.875rem 1.25rem;
}

.accordion-bordered .accordion__body {
    border: 0.0625rem solid var(--border-color);
    border-top: none;
    border-bottom-left-radius: var(--border-radius-sm);
    border-bottom-right-radius: var(--border-radius-sm);
}

.accordion-bordered .accordion-header.collapsed {
    border-radius: var(--border-radius-sm);
}

.accordion-bordered .accordion-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion-no-gutter .accordion-item .accordion-header.collapsed {
    border-bottom: none;
}

.accordion-no-gutter .accordion-item:last-child .accordion-header {
    border-bottom: 0.0625rem solid transparent;
}

.accordion-no-gutter.accordion__bordered .accordion-item:not(:last-child) .accordion__body {
    border-bottom: none;
}

.accordion-left-indicator .accordion-header-text {
    padding-left: 2.5rem;
}

.accordion-left-indicator .accordion-header-indicator {
    right: auto;
    left: 1.5625rem;
}

.accordion-with-icon .accordion-header-text {
    padding-left: 2.5rem;
}

.accordion-with-icon .accordion-header-icon {
    position: absolute;
    right: auto;
    left: 1.5625rem;
    font-family: 'themify';
}

.accordion-with-icon .accordion-header-icon::before {
    content: "\e645";
}

.accordion-header-bg .accordion-header {
    background-color: var(--light);
    color: var(--title);
}

.accordion-header-bg .accordion-header-primary {
    background-color: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.accordion-header-bg .accordion-header-info {
    background-color: #4cb1ff;
    color: #fff;
    border-color: #4cb1ff;
}

.accordion-header-bg .accordion-header-success {
    background-color: #159E42;
    color: #fff;
    border-color: #159E42;
}

.accordion-header-bg.accordion-no-gutter .accordion-header {
    border-color: transparent;
    border-radius: 0;
}

.accordion-header-bg.accordion-no-gutter .accordion-item:first-child .accordion-header {
    border-top-left-radius: var(--border-radius-sm);
    border-top-right-radius: var(--border-radius-sm);
}

.accordion-header-bg.accordion-no-gutter .accordion-item:last-child .accordion-header {
    border-bottom-left-radius: var(--border-radius-sm);
    border-bottom-right-radius: var(--border-radius-sm);
}

.accordion.accordion-no-gutter .accordion-header {
    border-radius: 0;
}

.accordion.accordion-no-gutter .accordion-header.collapsed {
    border-radius: 0;
}

.accordion.accordion-no-gutter .accordion__body {
    border-radius: 0;
}

.accordion.accordion-no-gutter .accordion-item:first-child .accordion-header {
    border-top-left-radius: var(--border-radius-sm);
    border-top-right-radius: var(--border-radius-sm);
}

.accordion.accordion-no-gutter .accordion-item:last-child .accordion-header.collapsed {
    border-bottom-left-radius: var(--border-radius-sm);
    border-bottom-right-radius: var(--border-radius-sm);
}

.accordion.accordion-no-gutter .accordion-item:last-child .accordion__body {
    border-bottom-left-radius: var(--border-radius-sm);
    border-bottom-right-radius: var(--border-radius-sm);
}

.accordion-solid-bg .accordion-header {
    border-color: transparent;
    background-color: var(--rgba-primary-1);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion-solid-bg .accordion-header.collapsed {
    border-radius: var(--border-radius-sm);
}

.accordion-solid-bg .accordion__body {
    border-color: transparent;
    background-color: var(--rgba-primary-1);
    border-bottom-left-radius: var(--border-radius-sm);
    border-bottom-right-radius: var(--border-radius-sm);
}

.accordion-active-header .accordion-header:not(.collapsed) {
    background-color: #4cb1ff;
    border-color: #4cb1ff;
    color: #fff;
}

.accordion-header-shadow .accordion-header {
    border: none;
    box-shadow: 0 0 0.9375rem -0.1875rem rgba(0, 0, 0, 0.3);
}

.accordion-rounded-stylish .accordion-header {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.accordion-rounded-stylish .accordion__body {
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.accordion-rounded .accordion-header {
    border-radius: 0.3125rem;
}

.accordion-gradient .accordion-header {
    color: #fff;
    background-image: linear-gradient(to right, rgba(186, 1, 181, 0.85) 0%, rgba(103, 25, 255, 0.85) 100%);
    border-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion-gradient .accordion-header.collapsed {
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.accordion-gradient .accordion__body {
    color: #fff;
    background-image: linear-gradient(to right, rgba(186, 1, 181, 0.85) 0%, rgba(103, 25, 255, 0.85) 100%);
    border-color: transparent;
}

.alert {
    border-radius: var(--border-radius-sm);
    padding: 0.5rem 1.4rem 0.5rem 0.6rem;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
}

.alert p {
    line-height: 1.5;
}

.alert-square {
    border-radius: 0;
}

.alert-rounded {
    border-radius: 1.875rem;
}

.alert-primary {
    background: var(--rgba-primary-2);
    border-color: var(--rgba-primary-1);
    color: var(--primary);
}

.alert-secondary {
    background: #fcf5ea;
    border-color: #F6DBB3;
    color: var(--title);
}

.alert-success {
    background: #78ed9f;
    border-color: #78ed9f;
    color: #159E42;
}

.alert-warning {
    background: #ffeee3;
    border-color: #ffeee3;
    color: #FF8730;
}

.alert-danger {
    background: #fddbe3;
    border-color: #fddbe3;
    color: #CC0D39;
}

.alert-info {
    background: #e5f4ff;
    border-color: #e5f4ff;
    color: #4cb1ff;
}

.alert-dark {
    background: gray;
    border-color: gray;
    color: #000;
}

.alert-light {
    background: #EEEEEE;
    border-color: #EEEEEE;
    color: #000;
}

.alert-alt.alert-primary {
    border-left: 0.25rem solid var(--primary);
}

.alert-alt.alert-secondary {
    border-left: 0.25rem solid #F6DBB3;
}

.alert-alt.alert-success {
    border-left: 0.25rem solid #159E42;
}

.alert-alt.alert-warning {
    border-left: 0.25rem solid #FF8730;
}

.alert-alt.alert-danger {
    border-left: 0.25rem solid #CC0D39;
}

.alert-alt.alert-info {
    border-left: 0.25rem solid #4cb1ff;
}

.alert-alt.alert-dark {
    border-left: 0.25rem solid #000;
}

.alert-alt.alert-light {
    border-left: 0.25rem solid #c8c8c8;
}

.alert-alt.alert-primary.solid {
    border-left: 0.25rem solid var(--primary-dark) !important;
}

.alert-alt.alert-secondary.solid {
    border-left: 0.25rem solid #e9a541 !important;
}

.alert-alt.alert-success.solid {
    border-left: 0.25rem solid #062d13 !important;
}

.alert-alt.alert-warning.solid {
    border-left: 0.25rem solid #b04a00 !important;
}

.alert-alt.alert-danger.solid {
    border-left: 0.25rem solid #540518 !important;
}

.alert-alt.alert-info.solid {
    border-left: 0.25rem solid #0073cc !important;
}

.alert-alt.alert-dark.solid {
    border-left: 0.25rem solid black !important;
}

.alert-alt.alert-light.solid {
    border-left: 0.25rem solid #aeaeae !important;
}

.alert.alert-primary.light .btn-close,
.alert.alert-secondary.light .btn-close,
.alert.alert-success.light .btn-close,
.alert.alert-warning.light .btn-close,
.alert.alert-danger.light .btn-close,
.alert.alert-info.light .btn-close,
.alert.alert-dark.light .btn-close {
    color: #000 !important;
}

.alert-dismissible .btn-close {
    padding: 8px 6px;
    background: transparent;
    opacity: 0.8;
    color: inherit;
    right: 0;
    left: auto;
}

.alert-dismissible.solid .close:hover {
    color: #fff;
    opacity: 1;
}

.alert-light.alert-dismissible .btn-close {
    color: #6e6e6e;
}

.alert.alert-primary.solid {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.alert.alert-secondary.solid {
    background: #F6DBB3;
    color: #fff;
    border-color: #F6DBB3;
}

.alert.alert-success.solid {
    background: #159E42;
    color: #fff;
    border-color: #159E42;
}

.alert.alert-warning.solid {
    background: #FF8730;
    color: #fff;
    border-color: #FF8730;
}

.alert.alert-danger.solid {
    background: #CC0D39;
    color: #fff;
    border-color: #CC0D39;
}

.alert.alert-info.solid {
    background: #4cb1ff;
    color: #fff;
    border-color: #4cb1ff;
}

.alert.alert-dark.solid {
    background: #000;
    color: #fff;
    border-color: #000;
}

.alert.alert-light.solid {
    background: #EEEEEE;
    color: #000;
    border-color: #EEEEEE;
}

.alert-right-icon > span i {
    font-size: 1.125rem;
    margin-right: 0.3125rem;
}

.alert-right-icon .close i {
    font-size: 1rem;
}

.alert.alert-outline-primary {
    background: transparent;
    color: var(--primary);
    border-color: var(--primary);
}

.alert.alert-outline-secondary {
    background: transparent;
    color: #1B1B1B;
    border-color: #F6DBB3;
}

.alert.alert-outline-success {
    background: transparent;
    color: #159E42;
    border-color: #159E42;
}

.alert.alert-outline-info {
    background: transparent;
    color: #4cb1ff;
    border-color: #4cb1ff;
}

.alert.alert-outline-warning {
    background: transparent;
    color: #FF8730;
    border-color: #FF8730;
}

.alert.alert-outline-danger {
    background: transparent;
    color: #CC0D39;
    border-color: #CC0D39;
}

.alert.alert-outline-dark {
    background: transparent;
    color: #1B1B1B;
    border-color: #000;
}

.alert.alert-outline-light {
    background: transparent;
    color: #000;
    border-color: #EEEEEE;
}

.alert-social {
    color: #fff;
}

.alert-social .alert-social-icon {
    align-self: center;
    margin-right: 0.9375rem;
}

.alert-social .alert-social-icon i {
    font-size: 2.625rem;
}

.alert-social.facebook {
    background-color: #376AED;
}

.alert-social.twitter {
    background-color: #1da1f2;
}

.alert-social.linkedin {
    background-color: #007bb6;
}

.alert-social.google-plus {
    background-color: #db4439;
}

.alert-social .close:hover {
    opacity: 1 !important;
    color: #fff !important;
}

.left-icon-big .alert-left-icon-big {
    align-self: center;
    margin-right: 0.9375rem;
}

.left-icon-big .alert-left-icon-big i {
    font-size: 2.1875rem;
    line-height: 1;
}

.offcanvas {
    background-color: var(--body-bg);
}

.offcanvas.offcanvas-bottom {
    border-radius: 15px 15px 0 0;
    height: unset;
    border-top: 0;
}

.offcanvas.offcanvas-top {
    border-radius: 0 0 10px 10px;
    height: unset;
    border-bottom: 0;
    bottom: auto;
}

.offcanvas.offcanvas-end {
    width: 100%;
    border-left: 0;
}

.offcanvas .offcanvas-header {
    padding: 15px 15px;
    border-bottom: 1px solid var(--border-color);
}

.offcanvas .offcanvas-header .offcanvas-title {
    line-height: 1.2;
    font-weight: 500;
}

.offcanvas .offcanvas-header .btn-close {
    background: none;
    opacity: 1;
    text-align: center;
    display: inline-block;
    line-height: 25px;
    font-size: 28px;
}

.offcanvas .offcanvas-backdrop.show {
    opacity: 0.3 !important;
}

.offcanvas .offcanvas-body {
    max-height: 100vh;
}

.offcanvas .offcanvas-body.fixed {
    border-radius: 0;
    margin-bottom: 200px;
}

.offcanvas .offcanvas-body .btn-close {
    width: auto;
    height: auto;
    line-height: initial;
}

.btn-close:focus {
    box-shadow: unset;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, 50px);
}

.modal.fade.show .modal-dialog {
    transform: none;
}

.modal.fade.show.modal-static .modal-dialog {
    transform: scale(1.02);
}

.top-right {
    position: absolute;
    top: 15px;
    right: 15px;
}

.btn-close {
    background: none;
    opacity: 1;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
}

.pwa-offcanvas {
    text-align: center;
}

.pwa-offcanvas .title {
    margin-bottom: 10px;
}

.pwa-offcanvas .logo {
    width: 150px;
    margin: 0 auto 15px;
    display: block;
}

.pwa-offcanvas .logo.light {
    display: none;
}

.pwa-offcanvas p {
    margin-bottom: 25px;
    color: #4b4b4b;
    line-height: 1.6;
}

.pwa-offcanvas.show {
    visibility: visible;
}

.pwa-offcanvas .btn {
    border-radius: 6px;
    padding: 12px 18px !important;
}

.pwa-backdrop {
    visibility: hidden;
}

.pwa-backdrop.show {
    visibility: visible;
    transition: opacity 0.15s linear;
}

.dz-avatar {
    display: flex;
    align-items: center;
}

.dz-avatar .avatar-list {
    margin-right: 10px;
    margin-bottom: 10px;
}

.dz-avatar .avatar-list .media img {
    border-radius: var(--border-radius);
}

.dz-avatar.list-stacked .avatar-list {
    margin-right: -10px;
    margin-bottom: 0;
}

.dz-avatar.list-stacked .avatar-list .media img {
    box-shadow: 0 0 0 2px var(--bg-white);
}

.dz-avatar.list-status .avatar-list .media {
    position: relative;
}

.dz-avatar.list-status .avatar-list .media img {
    box-shadow: 0 0 0 2px var(--bg-white);
}

.dz-avatar.list-status .avatar-list .media .list-status {
    width: 12px;
    min-width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 2px solid var(--bg-white);
}

.badge {
    line-height: 1;
    border-radius: var(--border-radius);
    padding: 4px 8px;
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 600;
}

.badge.style-1 {
    background-color: transparent;
    box-shadow: none;
    position: relative;
    padding: 0px 15px;
}

.badge.style-1:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 50%;
    left: 0;
    background-color: var(--secondary);
    transform: translateY(-50%);
}

.badge.style-2 {
    background-color: transparent;
    box-shadow: none;
    position: relative;
    padding: 0px 15px;
}

.badge.style-2:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 50%;
    left: 0;
    background-color: #159E42;
    transform: translateY(-50%);
}

.badge.style-3 {
    background-color: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 50px;
}

.badge.notification {
    padding: 1.5rem 1.5rem;
}

.badge.counter {
    position: absolute;
    z-index: 2;
    right: -8px;
    top: -6px;
    font-weight: 600;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    padding: 3px 4px;
    font-size: 12px;
}

.badge.badge-light {
    margin: -10px 0;
}

a.badge:hover {
    color: #fff;
}

a.badge.badge-light:hover {
    color: #000;
}

a[class*="badge-outline-"]:hover {
    color: #000;
}

.badge-rounded {
    border-radius: 1.25rem;
}

.badge-circle {
    border-radius: 50%;
    padding: 0;
    width: 20px;
    min-width: 20px;
    display: inline-flex;
    height: 20px;
    justify-content: center;
    line-height: 20px;
}

.badge-outline-primary {
    border-color: var(--primary);
    color: var(--primary);
}

.badge-outline-secondary {
    border-color: #F6DBB3;
    color: #F6DBB3;
}

.badge-outline-success {
    border-color: #159E42;
    color: #159E42;
}

.badge-outline-info {
    border-color: #4cb1ff;
    color: #4cb1ff;
}

.badge-outline-warning {
    border-color: #FF8730;
    color: #FF8730;
}

.badge-outline-danger {
    border-color: #CC0D39;
    color: #CC0D39;
}

.badge-outline-light {
    border-color: #e4e4e4;
    color: #000;
}

.badge-outline-dark {
    border-color: #000;
    color: #000;
}

.badge-sm {
    font-size: 10px;
    padding: 4px 8px;
    border-radius: var(--border-radius);
}

.badge-lg {
    padding: 8px 14px;
    font-weight: 400;
    font-size: 14px;
}

.badge-default {
    background: #ADB6C7;
}

.badge-success {
    background-color: #159E42;
}

.badge-secondary {
    background-color: #F6DBB3;
}

.badge-info {
    background-color: #4cb1ff;
}

.badge-primary {
    background-color: var(--primary);
    color: var(--theme-text-color);
}

.badge-warning {
    background-color: #FF8730;
}

.badge-danger {
    background-color: #CC0D39;
}

.badge-dark {
    background-color: #000;
}

.badge-light {
    background-color: #e4e4e4;
    color: #000;
}

.light.badge-default {
    background: #ADB6C7;
}

.light.badge-primary {
    background-color: #7efbcf;
    color: #04764E;
}

.light.badge-secondary {
    background-color: #fcf5ea;
    color: #F6DBB3;
}

.light.badge-success {
    background-color: #78ed9f;
    color: #159E42;
}

.light.badge-info {
    background-color: #e5f4ff;
    color: #4cb1ff;
}

.light.badge-warning {
    background-color: #ffeee3;
    color: #FF8730;
}

.light.badge-danger {
    background-color: #fddbe3;
    color: #CC0D39;
}

.light.badge-dark {
    background-color: gray;
    color: #000;
}

.light.badge-light {
    background-color: #f1f1f1;
    color: #000;
}

.bootstrap-label .label {
    display: inline-block;
    margin-right: 1rem;
}

.bootstrap-label .label:last-child {
    margin-right: 0;
}

.badge-demo .badge {
    margin-right: 0.3125rem;
    margin-bottom: 0.3125rem;
}

.badge-demo .badge:last-child {
    margin-right: 0;
}

.bootstrap-badge-buttons button {
    margin-right: .2rem;
    margin-bottom: 1rem;
}

.bootstrap-badge-buttons button:last-child {
    margin-right: 0;
}

.shadow-primary {
    box-shadow: 0px 8px 14px -4px var(--rgba-primary-5);
    transition: all 0.5s !important;
}

.shadow-primary:hover {
    box-shadow: none;
}

.shadow-info {
    box-shadow: 0px 8px 14px -4px rgba(76, 177, 255, 0.5);
    transition: all 0.5s !important;
}

.shadow-info:hover {
    box-shadow: none;
}

.shadow-secondary {
    box-shadow: 0px 8px 14px -4px rgba(246, 219, 179, 0.5);
    transition: all 0.5s !important;
}

.shadow-secondary:hover {
    box-shadow: none;
}

.shadow-dark {
    box-shadow: 0px 8px 14px -4px rgba(0, 0, 0, 0.5);
    transition: all 0.5s !important;
}

.shadow-dark:hover {
    box-shadow: none;
}

.badge-xs {
    font-size: 0.5rem;
    padding: 0rem 0.3125rem;
    line-height: 1rem;
    height: 16px;
}

.badge-sm {
    font-size: 0.6875rem;
    padding: 2px 5px;
    line-height: 0.6875rem;
}

.badge-lg {
    font-size: 0.875rem;
    padding: 0rem 0.625rem;
    line-height: 1.875rem;
}

.badge-xl {
    font-size: 14px;
    padding: 0.1rem 0.9375rem;
    line-height: 2.1875rem;
    font-weight: 400;
}

.dz-breadcrumb {
    box-shadow: 0 0px 12px 0px rgba(112, 112, 112, 0.12);
    background-color: var(--bg-white);
    position: relative;
    z-index: 1;
}

.dz-breadcrumb .breadcrumb .breadcrumb-item {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--title);
}

.dz-breadcrumb .breadcrumb .breadcrumb-item i {
    margin-right: 0.5rem;
}

.dz-breadcrumb.default {
    background-color: transparent;
    box-shadow: unset;
}

.dz-breadcrumb.default .breadcrumb {
    box-shadow: 0 0px 12px 0px rgba(112, 112, 112, 0.12);
    background-color: var(--bg-white);
    border-radius: var(border-radius-base);
}

.dz-breadcrumb.style-3 {
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background-position: center center;
}

.dz-breadcrumb.style-3:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #061238;
    opacity: 0.5;
}

.dz-breadcrumb.style-3 .breadcrumb .breadcrumb-item,
.dz-breadcrumb.style-3 .breadcrumb a {
    color: #fff;
}

.dz-breadcrumb.style-3 .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    color: #fff;
}

.dz-breadcrumb.bg-primary .breadcrumb .breadcrumb-item,
.dz-breadcrumb.bg-primary .breadcrumb a, .dz-breadcrumb.bg-secondary .breadcrumb .breadcrumb-item,
.dz-breadcrumb.bg-secondary .breadcrumb a, .dz-breadcrumb.bg-success .breadcrumb .breadcrumb-item,
.dz-breadcrumb.bg-success .breadcrumb a, .dz-breadcrumb.bg-danger .breadcrumb .breadcrumb-item,
.dz-breadcrumb.bg-danger .breadcrumb a, .dz-breadcrumb.bg-info .breadcrumb .breadcrumb-item,
.dz-breadcrumb.bg-info .breadcrumb a, .dz-breadcrumb.bg-warning .breadcrumb .breadcrumb-item,
.dz-breadcrumb.bg-warning .breadcrumb a, .dz-breadcrumb.bg-dark .breadcrumb .breadcrumb-item,
.dz-breadcrumb.bg-dark .breadcrumb a {
    color: var(--theme-text-color);
}

.dz-breadcrumb.bg-primary .breadcrumb .breadcrumb-item + .breadcrumb-item:before, .dz-breadcrumb.bg-secondary .breadcrumb .breadcrumb-item + .breadcrumb-item:before, .dz-breadcrumb.bg-success .breadcrumb .breadcrumb-item + .breadcrumb-item:before, .dz-breadcrumb.bg-danger .breadcrumb .breadcrumb-item + .breadcrumb-item:before, .dz-breadcrumb.bg-info .breadcrumb .breadcrumb-item + .breadcrumb-item:before, .dz-breadcrumb.bg-warning .breadcrumb .breadcrumb-item + .breadcrumb-item:before, .dz-breadcrumb.bg-dark .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    color: var(--theme-text-color);
}

.btn {
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    padding: 12px 25px;
    line-height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    border-width: 1px;
    font-family: var(--font-family-title);
    border-radius: var(--border-radius);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.btn.btn-shadow {
    box-shadow: var(--btn-shadow);
}

.btn.btn-thin {
    font-weight: 500 !important;
}

.btn.btn-success, .btn.btn-warning, .btn.btn-danger, .btn.btn-info {
    color: var(--theme-text-color);
}

.btn.btn-gradient {
    background: var(--btn-gradient);
    color: #fff;
    border: 0;
}

.btn.btn-lg, .btn-group-lg > .btn {
    font-size: 18px;
    padding: 18px 30px;
    line-height: 22px;
    text-transform: uppercase;
}

.btn.btn-lg.btn-thin, .btn-group-lg > .btn.btn-thin {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.btn.btn-sm, .btn-group-sm > .btn {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    border-radius: var(--border-radius);
}

.btn.btn-sm.btn-thin, .btn-group-sm > .btn.btn-thin {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.btn.btn-xs {
    font-size: 12px;
    padding: 8px 12px;
    line-height: 18px;
    border-radius: var(--border-radius-sm);
}

.btn.btn-xs.btn-thin {
    font-size: 12px !important;
    font-weight: 500 !important;
}

.btn.btn-sharp {
    border-radius: 0;
}

.btn:hover, .btn:focus, .btn:active {
    outline: 0 !important;
    box-shadow: none;
}

.btn.btn-tp {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}

.btn.btn-tp:hover, .btn.btn-tp:focus, .btn.btn-tp:active {
    background-color: white;
    color: var(--title);
    border-color: transparent;
}

.btn.btn-white {
    background-color: var(--bg-white);
    color: var(--title);
}

.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
    background-color: var(--bg-light);
    color: var(--title);
    border-color: transparent;
}

button {
    cursor: pointer;
}

button:focus {
    outline: 0;
    box-shadow: none;
}

.icon-btn {
    padding: 8px 12px;
}

.btn-primary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    border-color: var(--primary-hover) !important;
    background-color: var(--primary-hover) !important;
    box-shadow: none;
}

.btn-primary:focus {
    box-shadow: none;
}

.btn-primary:disabled, .btn-primary.disabled {
    background-color: var(--primary);
}

.btn-secondary {
    background-color: var(--secondary);
    color: #313131;
}

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-primary:hover {
    border-color: var(--primary-hover);
    background-color: var(--primary-hover);
}

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

.sharp {
    min-width: 2.5rem;
    padding: 0.4375rem;
    height: 2.5rem;
    min-height: 2.5rem;
}

.sharp.btn-xs {
    padding: 0.1875rem;
    width: 1.625rem;
    height: 1.625rem;
    min-width: 1.625rem;
    min-height: 1.625rem;
}

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

.light {
    border-color: #D1D1D1;
}

.light.tp-btn {
    background-color: transparent;
}

.light.btn-default {
    background: #ADB6C7;
}

.light.btn-success {
    background-color: #78ed9f;
    border-color: #78ed9f;
    color: #159E42;
}

.light.btn-success g [fill] {
    fill: #159E42;
}

.light.btn-success:hover {
    background-color: #159E42;
    border-color: #159E42;
    color: #fff;
}

.light.btn-success:hover g [fill] {
    fill: #fff;
}

.light.btn-info {
    background-color: #e5f4ff;
    border-color: #e5f4ff;
    color: #4cb1ff;
}

.light.btn-info g [fill] {
    fill: #4cb1ff;
}

.light.btn-info:hover {
    background-color: #4cb1ff;
    border-color: #4cb1ff;
    color: #fff;
}

.light.btn-info:hover g [fill] {
    fill: #fff;
}

.light.btn-primary {
    background-color: #7efbcf;
    color: #04764E;
}

.light.btn-primary g [fill] {
    fill: var(--primary);
}

.light.btn-primary:hover {
    background-color: var(--primary);
    color: var(--theme-text-color) !important;
}

.light.btn-primary:hover g [fill] {
    fill: #fff;
}

.light.btn-secondary {
    background-color: #fcf5ea;
    color: #F6DBB3;
}

.light.btn-secondary g [fill] {
    fill: #F6DBB3;
}

.light.btn-secondary:hover {
    background-color: #F6DBB3;
    color: #fff;
}

.light.btn-secondary:hover g [fill] {
    fill: #fff;
}

.light.btn-warning {
    background-color: #ffeee3;
    color: #FF8730;
}

.light.btn-warning g [fill] {
    fill: #FF8730;
}

.light.btn-warning:hover {
    background-color: #FF8730;
    color: #fff;
}

.light.btn-warning:hover g [fill] {
    fill: #fff;
}

.light.btn-danger {
    background-color: #fddbe3;
    color: #CC0D39;
}

.light.btn-danger g [fill] {
    fill: #CC0D39;
}

.light.btn-danger:hover {
    background-color: #CC0D39;
    color: #fff;
}

.light.btn-danger:hover g [fill] {
    fill: #fff;
}

.light.btn-dark {
    background-color: gray;
    border-color: gray;
    color: #000;
}

.light.btn-dark g [fill] {
    fill: #000;
}

[data-theme-version="dark"] .light.btn-dark {
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff;
}

.light.btn-dark:hover {
    background-color: #000;
    color: #fff;
}

.light.btn-dark:hover g [fill] {
    fill: #fff;
}

.btn.tp-btn {
    background-color: transparent;
    border-color: transparent;
}

.btn.tp-btn.btn-default {
    background: #ADB6C7;
}

.btn.tp-btn.btn-success {
    color: #159E42;
}

.btn.tp-btn.btn-success g [fill] {
    fill: #159E42;
}

.btn.tp-btn.btn-success:hover {
    background-color: #159E42;
    border-color: #159E42;
    color: #fff;
}

.btn.tp-btn.btn-success:hover g [fill] {
    fill: #fff;
}

.btn.tp-btn.btn-info {
    color: #4cb1ff;
}

.btn.tp-btn.btn-info g [fill] {
    fill: #4cb1ff;
}

.btn.tp-btn.btn-info:hover {
    background-color: #4cb1ff;
    border-color: #4cb1ff;
    color: #fff;
}

.btn.tp-btn.btn-info:hover g [fill] {
    fill: #fff;
}

.btn.tp-btn.btn-primary {
    color: var(--primary);
}

.btn.tp-btn.btn-primary g [fill] {
    fill: var(--primary);
}

.btn.tp-btn.btn-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.btn.tp-btn.btn-primary:hover g [fill] {
    fill: #fff;
}

.btn.tp-btn.btn-secondary {
    color: #F6DBB3;
}

.btn.tp-btn.btn-secondary g [fill] {
    fill: #F6DBB3;
}

.btn.tp-btn.btn-secondary:hover {
    background-color: #F6DBB3;
    border-color: #F6DBB3;
    color: #fff;
}

.btn.tp-btn.btn-secondary:hover g [fill] {
    fill: #fff;
}

.btn.tp-btn.btn-warning {
    color: #FF8730;
}

.btn.tp-btn.btn-warning g [fill] {
    fill: #FF8730;
}

.btn.tp-btn.btn-warning:hover {
    background-color: #FF8730;
    border-color: #FF8730;
    color: #fff;
}

.btn.tp-btn.btn-warning:hover g [fill] {
    fill: #fff;
}

.btn.tp-btn.btn-danger {
    color: #CC0D39;
}

.btn.tp-btn.btn-danger g [fill] {
    fill: #CC0D39;
}

.btn.tp-btn.btn-danger:hover {
    background-color: #CC0D39;
    border-color: #CC0D39;
    color: #fff;
}

.btn.tp-btn.btn-danger:hover g [fill] {
    fill: #fff;
}

.btn.tp-btn.btn-light {
    color: #000;
}

.btn.tp-btn.btn-light g [fill] {
    fill: #000;
}

.btn.tp-btn.btn-light:hover {
    background-color: #EEEEEE;
    border-color: #EEEEEE;
    color: #000;
}

.btn.tp-btn.btn-light:hover g [fill] {
    fill: #fff;
}

.btn.tp-btn.btn-dark {
    color: #000;
}

.btn.tp-btn.btn-dark g [fill] {
    fill: #000;
}

.btn.tp-btn.btn-dark:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.btn.tp-btn.btn-dark:hover g [fill] {
    fill: #fff;
}

.btn.tp-btn-light {
    background-color: transparent;
    border-color: transparent;
}

.btn.tp-btn-light.btn-success {
    color: #159E42;
}

.btn.tp-btn-light.btn-success g [fill] {
    fill: #159E42;
}

.btn.tp-btn-light.btn-success:hover {
    background-color: #78ed9f;
    border-color: #78ed9f;
    color: #159E42;
}

.btn.tp-btn-light.btn-success:hover g [fill] {
    fill: #159E42;
}

.btn.tp-btn-light.btn-info {
    color: #4cb1ff;
}

.btn.tp-btn-light.btn-info g [fill] {
    fill: #4cb1ff;
}

.btn.tp-btn-light.btn-info:hover {
    background-color: #e5f4ff;
    border-color: #e5f4ff;
    color: #4cb1ff;
}

.btn.tp-btn-light.btn-info:hover g [fill] {
    fill: #4cb1ff;
}

.btn.tp-btn-light.btn-primary {
    color: var(--primary);
}

.btn.tp-btn-light.btn-primary g [fill] {
    fill: var(--primary);
}

.btn.tp-btn-light.btn-primary:hover {
    background-color: var(--rgba-primary-1);
    border-color: var(--rgba-primary-1);
    color: var(--primary);
}

.btn.tp-btn-light.btn-primary:hover g [fill] {
    fill: var(--primary);
}

.btn.tp-btn-light.btn-secondary {
    color: #F6DBB3;
}

.btn.tp-btn-light.btn-secondary g [fill] {
    fill: #F6DBB3;
}

.btn.tp-btn-light.btn-secondary:hover {
    background-color: #fcf5ea;
    border-color: #fcf5ea;
    color: #F6DBB3;
}

.btn.tp-btn-light.btn-secondary:hover g [fill] {
    fill: #F6DBB3;
}

.btn.tp-btn-light.btn-warning {
    color: #FF8730;
}

.btn.tp-btn-light.btn-warning g [fill] {
    fill: #FF8730;
}

.btn.tp-btn-light.btn-warning:hover {
    background-color: #ffeee3;
    border-color: #ffeee3;
    color: #FF8730;
}

.btn.tp-btn-light.btn-warning:hover g [fill] {
    fill: #FF8730;
}

.btn.tp-btn-light.btn-danger {
    color: #CC0D39;
}

.btn.tp-btn-light.btn-danger g [fill] {
    fill: #CC0D39;
}

.btn.tp-btn-light.btn-danger:hover {
    background-color: #fddbe3;
    border-color: #fddbe3;
    color: #CC0D39;
}

.btn.tp-btn-light.btn-danger:hover g [fill] {
    fill: #fff;
}

.btn.tp-btn-light.btn-dark {
    color: #000;
}

.btn.tp-btn-light.btn-dark g [fill] {
    fill: #000;
}

.btn.tp-btn-light.btn-dark:hover {
    background-color: gray;
    border-color: gray;
    color: #000;
}

.btn.tp-btn-light.btn-dark:hover g [fill] {
    fill: #fff;
}

.shadow.btn-primary {
    -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 var(--rgba-primary-2) !important;
    box-shadow: 0 0.3125rem 0.9375rem 0 var(--rgba-primary-2) !important;
}

.shadow.btn-secondary {
    -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(246, 219, 179, 0.2) !important;
    box-shadow: 0 0.3125rem 0.9375rem 0 rgba(246, 219, 179, 0.2) !important;
}

.shadow.btn-warning {
    -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(255, 135, 48, 0.2) !important;
    box-shadow: 0 0.3125rem 0.9375rem 0 rgba(255, 135, 48, 0.2) !important;
}

.shadow.btn-danger {
    -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(204, 13, 57, 0.2) !important;
    box-shadow: 0 0.3125rem 0.9375rem 0 rgba(204, 13, 57, 0.2) !important;
}

.shadow.btn-info {
    -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(76, 177, 255, 0.2) !important;
    box-shadow: 0 0.3125rem 0.9375rem 0 rgba(76, 177, 255, 0.2) !important;
}

.shadow.btn-success {
    -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(21, 158, 66, 0.2) !important;
    box-shadow: 0 0.3125rem 0.9375rem 0 rgba(21, 158, 66, 0.2) !important;
}

.btn-light {
    background: #EEEEEE;
    border-color: #EEEEEE;
    color: #000;
}

.btn-light:active, .btn-light:focus, .btn-light:hover {
    background: #e1e1e1;
    color: #000;
    border-color: #e1e1e1;
}

.btn-outline-primary:hover {
    color: var(--theme-text-color);
}

.btn-outline-warning:hover {
    color: #fff;
}

.btn-dark {
    background: #000;
    border-color: #000;
    color: #fff;
}

.btn-dark:active, .btn-dark:hover {
    background: #1a1a1a;
    color: #fff;
    border-color: black;
}

.btn-dark:focus {
    background: black;
}

.btn-group.btn-rounded .btn:first-child {
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
}

.btn-group.btn-rounded .btn:last-child {
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
}

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

.btn-phone {
    background: #ff4500;
    border-color: #ff4500;
    color: #fff;
}

.btn-email {
    background: #1ab7ea;
    border-color: #1ab7ea;
    color: #fff;
}

.btn-icon-end {
    border-left: 0.0625rem solid rgba(255, 255, 255, 0.2);
    display: inline-flex;
    padding: 8px 10px;
    margin-left: 5px;
}

.btn-icon-start {
    background: #fff;
    border-radius: 10rem;
    display: inline-block;
    margin: -0.5rem 0.3rem -0.5rem -0.8rem;
    padding: 0.5rem 0.80rem 0.5rem;
    float: left;
}

@media only screen and (max-width: 87.5rem) {
    .btn-icon-start {
        margin: -0.5rem 0.75rem -0.5rem -0.880rem;
    }
}

.btn-icon-text {
    overflow: hidden;
    position: relative;
    border: 0;
    font-size: 12px;
    justify-content: left;
    padding-left: 50px;
}

.btn-icon-text i {
    background-color: rgba(0, 0, 0, 0.1);
    width: 42px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.btn-icon-text i.rounded-xl {
    border-radius: 2.75rem;
}

.socia-btn-icon {
    padding: 0;
    width: 45px;
    min-width: 45px;
    height: 45px;
}

.socia-btn-icon.icon-lg {
    width: 55px;
    min-width: 55px;
    height: 55px;
    font-size: 24px;
}

.socia-btn-icon.icon-sm {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 16px;
}

.btn-icon {
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}

.btn-icon.style-2 i {
    width: 48px !important;
    height: 48px !important;
    background-color: var(--primary) !important;
    color: var(--theme-text-color) !important;
    line-height: 1;
}

.btn-icon.style-2.icon-start i {
    left: 0 !important;
}

.btn-icon i {
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    color: var(--theme-text-color);
    font-size: 20px;
    top: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.btn-icon.btn-lg.icon-start, .btn-group-lg > .btn-icon.icon-start.btn {
    padding-left: 40px;
}

.btn-icon.btn-lg.icon-start i, .btn-group-lg > .btn-icon.icon-start.btn i {
    left: 2px;
}

.btn-icon.btn-lg.icon-end, .btn-group-lg > .btn-icon.icon-end.btn {
    padding-right: 40px;
}

.btn-icon.btn-lg.icon-end i, .btn-group-lg > .btn-icon.icon-end.btn i {
    right: 2px;
}

.btn-icon.btn-lg i, .btn-group-lg > .btn-icon.btn i {
    width: 48px;
    height: 48px;
    background-color: var(--bg-white);
    color: var(--primary) !important;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-icon img {
    width: 40px;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
}

.btn-icon.icon-start {
    padding-left: 60px;
}

.btn-icon.icon-start i {
    left: 3px;
}

.btn-icon.icon-end {
    padding-right: 60px;
}

.btn-icon.icon-end i {
    right: 4px;
}

.btn-icon.btn-tp i {
    background-color: var(--bg-white);
    color: #000;
}

.btn-icon-outline {
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}

.btn-icon-outline i {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    line-height: 40px;
    text-align: center;
    transform: translateY(-50%);
}

.btn-icon-outline.icon-start {
    padding-left: 50px;
}

.btn-icon-outline.icon-start i {
    left: 6px;
    border-right: 1px solid var(--border-color);
}

.btn-icon-outline.icon-start img {
    width: 40px;
    padding: 10px;
    position: absolute;
    left: 6px;
    border-right: 1px solid var(--border-color);
}

.btn-icon-outline.icon-end {
    padding-right: 50px;
}

.btn-icon-outline.icon-end i {
    right: 6px;
    border-right: 1px solid var(--border-color);
}

.btn-icon-outline.icon-end img {
    width: 40px;
    padding: 10px;
    border-radius: 20px;
    position: absolute;
    left: 6px;
}

.btn-square {
    border-radius: 0;
}

.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
    color: #fff;
}

.btn-social img {
    width: 24px;
    margin-right: auto;
}

.btn-social span {
    width: 100%;
    text-transform: capitalize;
}

.btn-facebook {
    background: #376AED;
    border-color: #376AED;
    color: #fff;
}

.btn-facebook:active, .btn-facebook:focus, .btn-facebook:hover {
    background: #144cdd;
    color: #fff;
    border-color: #144cdd;
}

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

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

.btn-youtube {
    background: #FF0000;
    border-color: #FF0000;
    color: #fff;
}

.btn-youtube:active, .btn-youtube:focus, .btn-youtube:hover {
    background: #cc0000;
    color: #fff;
    border-color: #cc0000;
}

.btn-instagram {
    background: #c32aa3;
    border-color: #c32aa3;
    color: #fff;
}

.btn-instagram:active, .btn-instagram:focus, .btn-instagram:hover {
    background: #992180;
    color: #fff;
    border-color: #992180;
}

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

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

.btn-linkedin {
    background: #007bb6;
    border-color: #007bb6;
    color: #fff;
}

.btn-linkedin:active, .btn-linkedin:focus, .btn-linkedin:hover {
    background: #005983;
    color: #fff;
    border-color: #005983;
}

.btn-google-plus {
    background: #db4439;
    border-color: #db4439;
    color: #fff;
}

.btn-google-plus:active, .btn-google-plus:focus, .btn-google-plus:hover {
    background: #be2d23;
    color: #fff;
    border-color: #be2d23;
}

.btn-google {
    background: #4285f4;
    border-color: #4285f4;
    color: #fff;
}

.btn-google:active, .btn-google:focus, .btn-google:hover {
    background: #1266f1;
    color: #fff;
    border-color: #1266f1;
}

.btn-snapchat {
    background: #fffc00;
    border-color: #fffc00;
    color: #000;
}

.btn-snapchat:active, .btn-snapchat:focus, .btn-snapchat:hover {
    background: #ccca00;
    color: #000;
    border-color: #ccca00;
}

.btn-whatsapp {
    background: #25d366;
    border-color: #25d366;
    color: #fff;
}

.btn-whatsapp:active, .btn-whatsapp:focus, .btn-whatsapp:hover {
    background: #1da851;
    color: #fff;
    border-color: #1da851;
}

.btn-tumblr {
    background: #35465d;
    border-color: #35465d;
    color: #fff;
}

.btn-tumblr:active, .btn-tumblr:focus, .btn-tumblr:hover {
    background: #222e3d;
    color: #fff;
    border-color: #222e3d;
}

.btn-reddit {
    background: #ff4500;
    border-color: #ff4500;
    color: #fff;
}

.btn-reddit:active, .btn-reddit:focus, .btn-reddit:hover {
    background: #cc3700;
    color: #fff;
    border-color: #cc3700;
}

.btn-spotify {
    background: #1ed760;
    border-color: #1ed760;
    color: #fff;
}

.btn-spotify:active, .btn-spotify:focus, .btn-spotify:hover {
    background: #18aa4c;
    color: #fff;
    border-color: #18aa4c;
}

.btn-yahoo {
    background: #430297;
    border-color: #430297;
    color: #fff;
}

.btn-yahoo:active, .btn-yahoo:focus, .btn-yahoo:hover {
    background: #2d0165;
    color: #fff;
    border-color: #2d0165;
}

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

.btn-dribbble:active, .btn-dribbble:focus, .btn-dribbble:hover {
    background: #e51e6b;
    color: #fff;
    border-color: #e51e6b;
}

.btn-skype {
    background: #00aff0;
    border-color: #00aff0;
    color: #fff;
}

.btn-skype:active, .btn-skype:focus, .btn-skype:hover {
    background: #008abd;
    color: #fff;
    border-color: #008abd;
}

.btn-quora {
    background: #aa2200;
    border-color: #aa2200;
    color: #fff;
}

.btn-quora:active, .btn-quora:focus, .btn-quora:hover {
    background: #771800;
    color: #fff;
    border-color: #771800;
}

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

.btn-vimeo:active, .btn-vimeo:focus, .btn-vimeo:hover {
    background: #1295bf;
    color: #fff;
    border-color: #1295bf;
}

.card {
    margin-bottom: 1.25rem;
    background-color: var(--card-bg);
    transition: all .5s ease-in-out;
    position: relative;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    color: var(--body-color);
}

.card-body {
    padding: 1rem;
}

.card-title {
    text-transform: capitalize;
    color: var(--title);
}

.card-title--large {
    font-size: 1.5rem;
}

.card-title--medium {
    font-size: 1rem;
}

.card-title--small {
    font-size: 0.875rem;
}

.card-header {
    border-color: var(--border-color);
    position: relative;
    background: transparent;
    padding: 1rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.card-header .subtitle {
    padding-top: 5px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--body-color);
}

.card .card-footer,
.card .card-text {
    color: var(--body-color);
}

.card-footer {
    border-color: var(--border-color);
    background: transparent;
    padding: 1rem 1.25rem;
}

.card.card-full {
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.card[class*="bg-"] .card-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.card[class*="bg-"] .card-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.card.dz-card-box.style-1 {
    box-shadow: var(--box-shadow);
    background-size: cover;
    background-position: center;
}

.card.dz-card-box.style-1 .card-body {
    display: flex;
    align-items: center;
    border-radius: 15px;
    color: #fff;
}

.card.dz-card-box.style-1 .dz-media {
    width: 60px;
    height: 60px;
    padding: 8px;
    background-color: #fff;
    border-radius: var(--border-radius);
    margin-right: 15px;
    min-width: 60px;
}

.card.dz-card-box.style-1 .card-title {
    margin-bottom: 10px;
    color: #fff;
}

.card.dz-card-box.style-1 .element-name {
    color: #fff;
    border: 1px solid #fff;
    border-radius: var(--border-radius-sm);
    padding: 6px 12px;
}

.card.dz-card-box.style-1 .version {
    display: block;
    margin-left: auto;
    margin-top: auto;
    font-size: 12px;
    font-weight: 700;
    opacity: 0.6;
}

.card.style-1 {
    border: 0;
    box-shadow: var(--box-shadow2);
}

.card.style-1 .title {
    color: var(--body-color);
}

.card.style-1 .form-check {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 12px;
}

.card.style-1 .form-check .form-check-label {
    font-family: var(--font-family-title);
}

.card.style-1 .form-check .form-check-input {
    margin-right: 0;
    z-index: 2;
    border-color: var(--text-light);
}

.card.style-1 .form-check .form-check-input:checked {
    background-color: var(--text-light);
}

.card.style-1 .form-check:last-child {
    padding-bottom: 0;
}

.card.style-2 {
    height: 100px;
}

.card.style-2 .card-header {
    padding: 12px;
}

.card.style-2 .card-body {
    text-align: center;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.card.style-2 .card-body .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    background-color: var(--bg-white);
    border: 2px dashed var(--border-color);
    border-radius: 50%;
    font-size: 18px;
    color: var(--body-color);
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.card.style-2 .card-body .card-icon {
    font-size: 26px;
    color: var(--primary);
    margin-bottom: 8px;
}

.card.style-2 .card-body .card-icon .flaticon-star-1 {
    color: #00aeff;
}

.card.style-2 .card-body .card-icon .flaticon-shuttle {
    color: var(--primary);
}

.card.style-2 .card-body .card-icon .flaticon-bell {
    color: #ff586e;
}

.card.style-2 .card-body .card-content .title {
    margin-bottom: 3px;
}

.card.style-2 .card-body .card-content p {
    margin-bottom: 0;
    color: var(--body-color);
}

.card.style-2 .card-body .setting-input {
    display: flex;
    align-items: center;
    color: var(--body-color);
    font-size: 16px;
}

.card.style-2 .card-body .setting-input i {
    width: 25px;
    height: 25px;
    font-size: 20px;
    margin-right: 10px;
}

.card.style-3 {
    border: 1px solid var(--border-color);
    box-shadow: none;
}

.card.style-3 .card-header {
    padding: 12px;
}

.card.style-3 .card-body {
    display: flex;
    align-items: center;
    padding: 15px 12px;
}

.card.style-3 .card-body .card-icon {
    font-size: 30px;
    color: var(--primary);
    margin-right: 10px;
}

.card.style-3 .card-body .card-content .title {
    margin-bottom: 3px;
}

.card.style-3 .card-body .card-content p {
    margin-bottom: 0;
}

.card.style-3 .card-body .setting-input {
    display: flex;
    align-items: center;
    color: var(--body-color);
    font-size: 16px;
    width: 100%;
}

.card.style-3 .card-body .setting-input i {
    width: 25px;
    height: 25px;
    font-size: 20px;
    margin-right: 10px;
}

.card.style-4 {
    border: 0;
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius-sm);
}

.card.style-4 .card-header {
    padding: 12px;
}

.card.style-4 .card-body {
    display: flex;
    align-items: center;
    padding: 15px 12px;
}

.card.style-4 .card-body .card-icon {
    font-size: 30px;
    color: var(--primary);
    margin-right: 10px;
}

.card.style-4 .card-body .card-content .title {
    margin-bottom: 3px;
}

.card.style-4 .card-body .card-content p {
    margin-bottom: 0;
}

.card.style-4 .card-body .setting-input {
    display: flex;
    align-items: center;
    color: var(--body-color);
    font-size: 16px;
    width: 100%;
}

.card.style-4 .card-body .setting-input i {
    width: 25px;
    height: 25px;
    font-size: 20px;
    margin-right: 10px;
    background: var(--btn-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.style-4 .card-body .setting-input > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.transparent-card.card {
    background: transparent;
    border: 1px solid transparent;
    box-shadow: none;
}

/* Wishlist (Liked) */
.dz-media-card {
    position: relative;
}

.dz-media-card .dz-media {
    height: 220px;
    border-radius: var(--border-radius);
}

.dz-media-card .dz-media img {
    height: 100%;
    object-fit: cover;
}

.dz-media-card .dz-media::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
}

.dz-media-card .dz-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: rgba(255, 255, 255, 0.7);
    padding: 10px;
}

.dz-media-card .dz-content .title {
    margin-bottom: 2px;
    color: #fff;
}

.dz-media-card .dz-content .about {
    font-size: 12px;
}

.dz-media-card .dz-content .active-status {
    position: relative;
    padding-left: 15px;
}

.dz-media-card .dz-content .active-status::before {
    content: "";
    position: absolute;
    background-color: #159E42;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 20px;
}

.dz-media-card .dz-content .badge {
    border-color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.2);
    padding: 4px 10px;
}

.dz-media-card.style-2 .dz-media {
    height: calc(100vh - 350px);
    border-radius: var(--border-radius);
}

.dz-media-card.style-2 .dz-media img {
    height: 100%;
    object-fit: cover;
}

.dz-media-card.style-2 .dz-media::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.dz-media-card.style-2 .dz-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: rgba(255, 255, 255, 0.7);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
    font-family: var(--font-family-title);
}

.dz-media-card.style-2 .dz-content .title {
    color: #fff;
}

.dz-media-card.style-2 .dz-content p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}

.dz-media-card.style-2 .dz-content .dz-icon {
    background: var(--btn-gradient);
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 0;
}

.dz-media-card.style-2 .dz-content .dz-icon i {
    font-size: 26px;
    margin-top: 2px;
    line-height: 0;
}

.dz-media-card.style-3 .dz-media {
    height: 100%;
    border-radius: var(--border-radius);
}

.dz-media-card.style-3 .dz-media img {
    height: 100%;
    object-fit: cover;
}

.dz-media-card.style-3 .dz-media::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
}

.dz-media-card.style-3 .dz-content {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    color: rgba(255, 255, 255, 0.7);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    z-index: 9;
    gap: 5px;
    font-family: var(--font-family-title);
}

.dz-media-card.style-3 .dz-content .title {
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
}

.dz-media-card.style-3 .dz-content p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 5px;
}

.dz-media-card.style-4 .dz-content {
    display: flex;
    align-items: center;
}

.dz-media-card.style-4 .dz-content .title {
    margin-bottom: 3px;
}

.dz-media-card.style-4 .dz-content .dz-icon {
    background: var(--btn-gradient);
    color: #fff;
    min-width: 35px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.dz-media-card.style-5 {
    overflow: hidden;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
}

.dz-media-card.style-5 .dz-media {
    display: block;
    width: 100%;
    height: 100%;
}

.dz-media-card.style-5 .dz-content {
    display: flex;
    align-items: start;
    flex-direction: column;
    padding: 0;
}

.dz-media-card.style-5 .dz-content .title {
    margin-bottom: 0;
}

.dz-media-card.style-5 .left-content {
    padding: 10px 10px 5px;
}

.dz-media-card.style-5 .left-content > a {
    color: inherit;
}

.dz-media-card.style-5 .meta-btn {
    padding: 10px;
    width: 100%;
    background-color: var(--bg-white);
    display: flex;
    justify-content: center;
    gap: 8px;
}

.dz-media-card.style-5 .meta-btn i {
    transform: scale(1.2);
    font-weight: 900;
}

.divider {
    position: relative;
    width: 100%;
    clear: both;
    border-color: var(--primary);
    border-width: 2px 0 0 0;
    margin: 15px 0;
    border-style: solid;
    z-index: 1;
}

.divider.style-2 {
    display: block;
    border-color: var(--border-color);
    border-width: 1px 0 0 0;
}

.divider.style-3 {
    width: auto;
    display: block;
    border-color: var(--border-color);
    border-width: 1px 0 0 0;
    margin: 15px -15px;
    padding: 0 15px;
}

.divider.divider-dotted {
    border-style: dotted;
}

.divider.divider-dashed {
    border-style: dashed;
}

.divider.border-light {
    border-color: #efefef !important;
}

.divider.inner-divider {
    padding: 10px 0;
}

.divider.inner-divider > i,
.divider.inner-divider > span {
    color: var(--theme-text-color);
    position: absolute;
    text-align: center;
    background-color: var(--primary);
    left: 50%;
    transform: translateX(-50%);
}

.divider.inner-divider > i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    top: -18px;
}

.divider.inner-divider > span {
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    top: -15px;
    border-radius: 2px;
}

.divider.inner-divider.left i,
.divider.inner-divider.left span {
    left: 0;
    transform: unset;
}

.divider.inner-divider.right i,
.divider.inner-divider.right span {
    left: auto;
    right: 0;
    transform: unset;
}

.divider.inner-divider.border-primary i,
.divider.inner-divider.border-primary span {
    background-color: var(--primary);
}

.divider.inner-divider.border-primary.transparent span {
    color: var(--primary);
}

.divider.inner-divider.border-secondary i,
.divider.inner-divider.border-secondary span {
    background-color: var(--secondary);
}

.divider.inner-divider.border-secondary.transparent span {
    color: var(--secondary);
}

.divider.inner-divider.border-success i,
.divider.inner-divider.border-success span {
    background-color: #159E42;
}

.divider.inner-divider.border-success.transparent span {
    color: #159E42;
}

.divider.inner-divider.border-danger i,
.divider.inner-divider.border-danger span {
    background-color: #CC0D39;
}

.divider.inner-divider.border-danger.transparent span {
    color: #CC0D39;
}

.divider.inner-divider.border-info i,
.divider.inner-divider.border-info span {
    background-color: #4cb1ff;
}

.divider.inner-divider.border-info.transparent span {
    color: #4cb1ff;
}

.divider.inner-divider.border-warning i,
.divider.inner-divider.border-warning span {
    background-color: #FF8730;
}

.divider.inner-divider.border-warning.transparent span {
    color: #FF8730;
}

.divider.inner-divider.border-light i,
.divider.inner-divider.border-light span {
    background-color: #efefef;
    color: #000;
}

.divider.inner-divider.border-dark i,
.divider.inner-divider.border-dark span {
    background-color: #000;
}

.divider.inner-divider.border-dark.transparent span {
    color: #000;
}

.divider.inner-divider.transparent {
    border-width: 1px 0 0 0;
}

.divider.inner-divider.transparent span {
    background-color: var(--bg-white);
    color: #1B1B1B;
}

.dropdown-toggle {
    gap: 5px;
}

.dropdown .dropdown-menu {
    min-width: 10rem;

    font-size: 0.875rem;
    color: #313131;
    text-align: left;
    list-style: none;
    background-color: var(--bg-white);
    border-radius: 12px;
    border: 0;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.04);
}

.dropdown-toggle:focus {
    box-shadow: none !important;
}

.dropdown-outline {
    border: 0.1rem solid var(--primary);
}

.dropdown-menu {
    font-size: inherit;
    border: 0;
    z-index: 2;
    overflow: hidden;
    background-color: var(--bg-white);
    border-radius: var(--border-radius) -sm;
    box-shadow: 0 0 3.125rem 0 rgba(82, 63, 105, 0.15);
    margin-top: 0;
}

.dropdown-menu .dropdown-item {
    font-size: 1rem;
    color: #1B1B1B;
    padding: 0.5rem 1.75rem;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.menu-d{
    border-bottom: 1px solid rgba(49, 57, 79, 0.1);
    padding: 16px 0px !important;
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 400 !important;
    color: rgb(49, 57, 79);
    opacity: 0.9 !important;
}

.menu-d-s{
    border-bottom: unset !important;
    padding: 10px 0 !important;
}


@media only screen and (max-width: 87.5rem) {
    .dropdown-menu .dropdown-item {
        padding: 0.375rem 1rem;
        font-size: 0.875rem;
    }
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item.active {
    color: #514e5f;
}

.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
    color: var(--primary);
    background: var(--rgba-primary-1);
}

.dropdown-menu.show {
    right: 0;
}

.dropdown-toggle-split {
    padding: 0 0.625rem;
    opacity: 0.85;
}

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

.dropdown-toggle-split:active, .dropdown-toggle-split:focus, .dropdown-toggle-split:hover {
    opacity: 1;
}

.dropright .dropdown-toggle::after {
    content: none;
}

.custom-dropdown {
    display: inline-block;
    margin-bottom: 1rem;
}

.custom-dropdown .dropdown-menu {
    border: 0rem;
    min-width: 10rem;
}

.card-action .custom-dropdown {
    margin: 0rem;
    background: var(--rgba-primary-1);
}

.card-action .custom-dropdown.show, .card-action .custom-dropdown:focus, .card-action .custom-dropdown:hover {
    background: var(--primary);
    color: #fff;
}

.card-action .custom-dropdown i {
    display: inline-block;
    padding-top: 0.5625rem;
}

.dropdown .dropdown-dots {
    position: relative;
    height: 0.3125rem;
    width: 0.3125rem;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0.3125rem;
    display: block;
}

.dropdown .dropdown-dots:after, .dropdown .dropdown-dots:before {
    content: "";
    height: 0.3125rem;
    width: 0.3125rem;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    border-radius: 0.3125rem;
}

.dropdown .dropdown-dots:after {
    right: -0.5rem;
}

.dropdown .dropdown-dots:before {
    left: -0.5rem;
}

.dropdown .dropdown-dots.text-white {
    background: rgba(255, 255, 255, 0.7);
}

.dropdown .dropdown-dots.text-white:after, .dropdown .dropdown-dots.text-white:before {
    background: rgba(255, 255, 255, 0.7);
}

.form-label {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-label);
    margin-bottom: 5px;
    font-family: var(--font-family-base);
}

.form-text {
    color: #656565;
    font-size: 14px;
}

.form-text .link {
    color: var(--primary);
    font-weight: 600;
    font-size: 15px;
}

.input-icon + .form-control {
    padding: 0 10px 0 48px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.form-control {
    height: 48px;
    border: 1px solid var(--input-border-color);
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400;
    color: var(--title);
    transition: all 0.3s ease-in-out;
    background: var(--bg-white);
    border-radius: var(--border-radius-sm);
}

.form-control .select {
    padding: 12px 0;
}

.form-control.form-control-lg {
    height: 4rem;
    font-size: 1rem;
}

.form-control.form-control-sm {
    height: 2.813rem;
    font-size: 0.875rem;
}

.form-control span {
    margin-top: 0;
}

.form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder, .form-control::placeholder {
    color: var(--text-light);
}

.form-control:focus, .form-control:active, .form-control.active {
    border-color: var(--primary);
    color: var(--dark);
    box-shadow: unset;
}

.form-control.style-2 {
    border: 0;
    box-shadow: 0px 5px 10px rgba(225, 162, 162, 0.1);
    border: 1px solid transparent;
}

.form-control.style-2:focus, .form-control.style-2:active, .form-control.style-2.active {
    border-color: var(--primary);
}

textarea.form-control {
    min-height: unset;
    height: auto;
}

textarea.form-control[rows] {
    height: auto;
}

.btn-link {
    font-size: 15px;
    color: var(--title);
    text-decoration: underline;
    display: block;
}

.btn-link:hover {
    color: var(--title);
}

.btn-link.link-fixed {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 15px;
    background-color: var(--bg-white);
    z-index: 1;
}

.dz-textarea {
    height: 108px;
    border-radius: var(--border-radius-xl);
    box-shadow: 0px 4px 14px 0px rgba(48, 159, 95, 0.12);
    border-width: 2px;
    padding: 15px;
}

.dz-textarea::placeholder {
    color: #AFAFAF;
}

textarea {
    height: 120px;
    resize: none;
}

.input-group.input-select .input-group-text {
    padding: 10px 6px 10px 10px;
}

.input-group .input-group-text {
    background-color: var(--bg-white);
    border-width: 1px;
    border-color: var(--border-color);
    border-radius: var(--border-radius-sm);
    transition: all 0.3s ease-in-out;
    padding: 10px 15px;
}

.input-group.search-input .btn-close {
    width: 24px;
    position: absolute;
    line-height: 26px;
    height: 24px;
    padding: 0 !important;
    font-size: 0.875rem;
    right: 10px;
    border-radius: 50% !important;
    z-index: 999;
    text-align: center;
    background: #B9B9B9;
    top: 50%;
    display: none;
    transform: translateY(-50%);
}

.input-rounded {
    --radius: 50px;
}

.input-rounded .form-control {
    border-radius: var(--radius);
}

.input-rounded .input-group-text {
    border-radius: var(--radius);
}

.bt-0 {
    border-top: 0 !important;
}

.bb-0 {
    border-bottom: 0 !important;
}

.be-0 {
    border-right: 0 !important;
}

.bs-0 {
    border-left: 0 !important;
}

.input-group:focus-within .input-group-text,
.input-group:focus-within .form-control {
    border-color: var(--primary);
    box-shadow: unset;
}

.show-pass {
    cursor: pointer;
}

.show-pass i {
    font-size: 20px;
    color: var(--primary);
}

.show-pass .eye-open {
    display: none;
}

.show-pass.active .eye-close {
    display: none;
}

.show-pass.active .eye-open {
    display: inline-block;
}

.form-check {
    display: flex;
    align-items: center;
}

.form-check .form-check-input {
    width: 20px;
    min-width: 20px;
    margin-right: 10px;
    height: 20px;
    margin-top: 0;
    border: 1px solid var(--primary);
    background-color: var(--body-bg);
}

.form-check .form-check-input:checked {
    background-color: var(--primary);
}

.form-check .form-check-label {
    color: var(--title);
    font-size: 15px;
    font-weight: 400;
    width: 100%;
}

.form-check.style-2 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.form-check.style-2 .form-check-input {
    position: absolute;
    opacity: 0;
    min-width: 0;
    width: 0;
    height: 0;
}

.form-check.style-2 .form-check-label {
    font-weight: 500;
    border: 1px solid var(--primary);
    padding: 7px 15px;
    font-size: 13px;
    margin-right: 0;
    border-radius: 20px;
}

.form-check.style-2 .form-check-input:checked + .form-check-label {
    background-color: var(--primary);
    color: var(--theme-text-color);
}

/* == Icon Checkbox == */
.check-box {
    margin-left: -30px;
    margin-right: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
    width: auto;
    display: block;
}

.check-box input {
    position: absolute !important;
    transform: translateX(-10000px);
}

.check-box input:checked ~ .check-1 {
    opacity: 0 !important;
    display: none !important;
}

.check-box input:checked ~ .check-2 {
    display: block;
    color: var(--primary);
}

.check-box .fa-check-circle {
    display: none;
}

.check-box i {
    width: 20px;
    text-align: center;
    pointer-events: none;
    position: absolute;
    left: 30px;
    font-size: 1.125rem;
    top: 1px;
    height: 24px;
    line-height: 24px;
}

.check-box label {
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    padding: 0 15px 0 35px;
}

.check-box .check-2 {
    display: none;
}

.input-group-text {
    background-color: transparent;
}

.input-group-text ~ .form-control {
    padding-left: 0;
}

.input-group > :not(:first-child) {
    border-left: 0;
}

.input-group > :not(:last-child) {
    border-right: 0;
}

/* Input Size */
.input-lg .input-group-text:not(.show-pass) {
    height: 60px;
    padding: 8px;
}

.input-lg .input-group-text:not(.show-pass) .input-icon {
    width: 45px;
    height: 45px;
    font-size: 24px;
    line-height: 45px;
}

.input-lg .input-group-text:not(.show-pass) .input-icon svg {
    width: 24px;
    height: 24px;
}

.input-lg .form-control {
    height: 60px;
}

.input-sm .input-group-text:not(.show-pass) {
    height: 45px;
    padding: 5px;
}

.input-sm .input-group-text:not(.show-pass) .input-icon {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.input-sm .input-group-text:not(.show-pass) .input-icon svg {
    width: 14px;
    height: 14px;
}

.input-sm .form-control {
    height: 45px;
    font-size: 0.875rem;
}

.input-group-icon .input-group-text:not(.show-pass) {
    padding: 4px;
}

.input-group-icon .input-group-text:not(.show-pass) .input-icon {
    background-color: transparent !important;
    padding: 0;
    width: 38px;
    height: 38px;
    border-radius: calc(var(--border-radius) - 4px);
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-group-icon .input-group-text:not(.show-pass) .input-icon svg {
    width: 18px;
    height: 18px;
}

.input-group-icon .input-group-text:not(.show-pass) .input-icon i {
    color: var(--title);
    font-size: 20px;
    opacity: 0.6;
}

.input-mini .input-group-text {
    padding: 10px 15px;
}

.input-mini .input-group-text,
.input-mini .form-control {
    border-radius: 0;
    border-width: 0 0 2px;
    background-color: transparent !important;
}

.input-mini .form-control {
    padding-left: 5px;
}

.dz-select .input-group-text,
.dz-select .form-control {
    background-color: var(--bg-white) !important;
}

.form-control.custom-image-select {
    border-radius: var(--border-radius);
}

.form-control.custom-image-select img {
    width: 30px;
    min-width: 30px;
    margin-right: 5px;
    height: 20px;
    border-radius: 4px;
}

.form-control.custom-image-select .dropdown-menu {
    width: 100%;
}

.form-control.custom-image-select .dropdown-toggle {
    border: 0 !important;
    padding: 0;
    position: relative;
}

.form-control.custom-image-select .dropdown-toggle:focus {
    outline: none !important;
    outline-offset: none !important;
}

.form-control.custom-image-select .dropdown-toggle.btn-light {
    background-color: var(--bg-white);
}

.form-control.custom-image-select .dropdown-toggle:after {
    content: "\e842";
    position: absolute;
    font-weight: 500;
    top: 50%;
    right: 15px;
    margin-top: 0;
    font-family: 'feather' !important;
    border: 0 !important;
    transform: translateY(-50%);
    opacity: 0.5;
}

.form-control.custom-image-select .filter-option-inner-inner {
    margin-right: 5px;
    border-right: 1px solid var(--primary);
    padding-right: 30px;
}

.form-control.custom-image-select .dropdown-menu .dropdown-item {
    padding: 10px 15px 10px 15px;
    text-align: left;
}

/* Forgot Text */
.text-link {
    color: #656565 !important;
}

.list-group .list-group-item {
    background-color: var(--bg-white);
    border-color: var(--border-color);
    color: var(--title);
}

.list-group .list-group-item.active {
    --title: #fff !important;
    background-color: var(--primary);
    color: var(--theme-text-color);
}

.list-group .list-group-item-primary {
    background-color: var(--primary-light);
}

.list-group .list-group-item-secondary {
    background-color: var(--secondary-light);
}

.list-group .list-group-item-success {
    background-color: #78ed9f;
}

.list-group .list-group-item-danger {
    background-color: #fddbe3;
}

.list-group .list-group-item-warning {
    background-color: #ffeee3;
}

.list-group .list-group-item-info {
    background-color: #e5f4ff;
}

.list-group .list-group-item-light {
    background-color: #EEEEEE;
}

.list-group .list-group-item-dark {
    background-color: gray;
}

.dz-list > ul > li {
    border-bottom: 1px solid var(--border-color);
    padding: 12px 0;
}

.dz-list > ul > li .dz-media {
    margin-right: 15px;
    min-width: 15px;
}

.dz-list > ul > li .list-icon {
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dz-list > ul > li .list-icon i {
    font-size: 20px;
    line-height: 1;
}

.dz-list > ul > li .list-icon svg {
    width: 20px;
    height: 20px;
}

.dz-list > ul > li .list-icon svg path {
    fill: var(--title);
}

.dz-list > ul > li .list-icon.icon-sm i {
    font-size: 18px;
}

.dz-list > ul > li .list-icon.icon-sm svg {
    width: 18px;
    height: 18px;
    transform: scale(1.1);
}

.dz-list > ul > li .item-content {
    display: flex;
    align-items: center;
    position: relative;
}

.dz-list > ul > li .item-content .dz-icon i {
    color: rgba(0, 0, 0, 0.4);
}

.dz-list > ul > li .item-content .title {
    color: var(--title);
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
}

.dz-list > ul > li .item-link::after {
    content: "\e844";
    font-family: 'feather' !important;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 20px;
}

.dz-list .dz-list-group .list-group-items {
    padding: 15px 0;
    position: relative;
}

.dz-list .dz-list-group .list-group-items .item-link {
    display: flex;
    align-items: center;
}

.dz-list .dz-list-group .list-group-items .item-link::after {
    content: "\e844";
    font-family: 'feather' !important;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 20px;
}

.dz-list .dz-list-group .list-group-items .dz-icon {
    margin-right: 15px;
    border-radius: 10px;
}

.dz-list .dz-list-group .list-group-items .list-content .title {
    margin-bottom: 0;
    text-transform: capitalize;
}

.dz-list .dz-list-group .list-group-items .list-content .active-status {
    margin-bottom: 0;
    font-size: 10px;
    color: var(--text-light);
}

.dz-list.list-space > ul > li {
    padding-left: 20px;
    padding-right: 20px;
}

.dz-list.list-space > ul > li a.item-link:after {
    right: 20px;
}

.dz-list.style-1 ul li {
    border-bottom: 0;
}

.dz-list.style-1 ul li a {
    color: var(--body-color);
}

.dz-list.style-1 ul .item-content .dz-icon {
    margin-right: 15px;
    width: auto;
    height: auto;
}

.dz-list.style-1 ul .item-content .dz-icon svg {
    width: 20px;
    height: 20px;
}

.dz-list.style-1 ul .item-content .dz-icon svg svg path {
    fill: var(--body-color);
}

.dz-list.style-1 ul .item-content .dz-icon i {
    font-size: 20px;
    color: var(--body-color);
}

.dz-list.style-1 ul .item-content .dz-inner .title {
    font-weight: 400;
    color: var(--title);
    font-size: 16px;
    line-height: 1;
}

.dz-list.style-2 ul li {
    padding: 15px;
    margin: 0 -15px;
}

.dz-list.style-2 ul li a {
    color: var(--rgba-primary-3);
}

.dz-list.style-2 ul .item-content .dz-icon {
    margin-right: 15px;
    width: auto;
    height: auto;
}

.dz-list.style-2 ul .item-content .dz-icon svg {
    width: 20px;
    height: 20px;
}

.dz-list.style-2 ul .item-content .dz-icon svg svg path {
    fill: var(--rgba-primary-3);
}

.dz-list.style-2 ul .item-content .dz-icon i {
    font-size: 20px;
    color: var(--rgba-primary-3);
}

.dz-list.style-2 ul .item-content .dz-inner .title {
    font-weight: 400;
    color: var(--title);
    font-size: 16px;
    line-height: 1;
}

.dz-list.style-3 ul li a {
    color: var(--body-color);
}

.dz-list.style-3 ul .item-content .dz-icon {
    margin-right: 12px;
}

.dz-list.style-3 ul .item-content .dz-inner .title {
    font-weight: 500;
    color: var(--title);
    font-size: 16px;
    line-height: 1;
}

.dz-list.style-3 ul .item-link::after {
    opacity: 0.5;
}

.recent-search-list ul li {
    width: 100%;
    padding-bottom: 15px;
}

.recent-search-list ul li.search-content {
    display: flex;
    align-items: center;
    color: var(--title);
    font-size: 14px;
}

.recent-search-list ul li.search-content .left-content {
    display: flex;
    align-items: center;
    flex: 1;
}

.recent-search-list ul li.search-content .left-content i {
    font-size: 20px;
    color: var(--primary);
}

.recent-search-list ul li.search-content .remove {
    color: var(--rgba-primary-5);
    font-size: 22px;
}

.media-0 {
    width: 0px;
    min-width: 0px;
    height: 0px;
}

.media-5 {
    width: 5px;
    min-width: 5px;
    height: 5px;
}

.media-10 {
    width: 10px;
    min-width: 10px;
    height: 10px;
}

.media-15 {
    width: 15px;
    min-width: 15px;
    height: 15px;
}

.media-20 {
    width: 20px;
    min-width: 20px;
    height: 20px;
}

.media-25 {
    width: 25px;
    min-width: 25px;
    height: 25px;
}

.media-30 {
    width: 30px;
    min-width: 30px;
    height: 30px;
}

.media-35 {
    width: 35px;
    min-width: 35px;
    height: 35px;
}

.media-40 {
    width: 40px;
    min-width: 40px;
    height: 40px;
}

.media-45 {
    width: 45px;
    min-width: 45px;
    height: 45px;
}

.media-50 {
    width: 50px;
    min-width: 50px;
    height: 50px;
}

.media-55 {
    width: 55px;
    min-width: 55px;
    height: 55px;
}

.media-60 {
    width: 60px;
    min-width: 60px;
    height: 60px;
}

.media-65 {
    width: 65px;
    min-width: 65px;
    height: 65px;
}

.media-70 {
    width: 70px;
    min-width: 70px;
    height: 70px;
}

.media-75 {
    width: 75px;
    min-width: 75px;
    height: 75px;
}

.media-80 {
    width: 80px;
    min-width: 80px;
    height: 80px;
}

.media-85 {
    width: 85px;
    min-width: 85px;
    height: 85px;
}

.media-90 {
    width: 90px;
    min-width: 90px;
    height: 90px;
}

.media-95 {
    width: 95px;
    min-width: 95px;
    height: 95px;
}

.media-100 {
    width: 100px;
    min-width: 100px;
    height: 100px;
}

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

.media img {
    width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-primary {
    background: var(--rgba-primary-1);
    color: var(--primary);
}

.media-info {
    background: #e5f4ff;
    color: #4cb1ff;
}

.media-warning {
    background: #ffeee3;
    color: #FF8730;
}

.media-danger {
    background: #fddbe3;
    color: #CC0D39;
}

.media-success {
    background: #78ed9f;
    color: #159E42;
}

.media.rounded-circle img {
    border-radius: 50%;
}

.modal-header {
    padding: 1rem 1.875rem;
    border-color: var(--border-color);
}

.modal-header .btn-close {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    opacity: 0.3;
    line-height: 1;
}

.modal-header .close {
    padding: 0.875rem 1.815rem;
    margin: 0;
    position: absolute;
    right: 0;
    float: none;
    top: 0;
    font-size: 1.875rem;
    font-weight: 100;
}

@media only screen and (max-width: 35.9375rem) {
    .modal-header {
        padding: 1rem 1rem 1rem;
    }
}

.modal-body {
    padding: 1.875rem;
}

@media only screen and (max-width: 35.9375rem) {
    .modal-body {
        padding: 1rem;
    }
}

.modal-footer {
    padding: 10px 10px;
    border-top: var(--bg-white);
}

@media only screen and (max-width: 35.9375rem) {
    .modal-footer {
        padding: 1rem;
    }
}

.modal-content {
    border-radius: 12px;
    border: 1px solid var(--border-color);
    background: var(--bg-white);
}

.dz-modal-btn {
    width: 90px;
    min-width: 90px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #1B1B1B;
    background: var(--bg-white);
    border-radius: var(--border-radius-sm);
    border: 2px dashed var(--border-color);
}

.dz-pwa-modal {
    text-align: center;
}

.dz-pwa-modal .modal-dialog {
    margin: auto;
    padding: 15px;
    min-height: 100%;
}

.dz-pwa-modal .modal-content {
    padding: 15px 25px;
    background-color: rgb(0 73 47 / 80%);
    border: 2px solid #F6DBB3;
    backdrop-filter: blur(10px);
    border-radius: var(--border-radius-xl);
    gap: 15px;
    align-items: center;
    overflow: hidden;
}

.dz-pwa-modal .btn-close {
    text-align: center;
    line-height: unset;
    top: -5px;
    right: -5px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary);
    padding: 20px 20px 18px 18px;
    border-radius: 0 0 0 30px;
}

.dz-pwa-modal .btn-close i {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.dz-pwa-modal .title {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
}

.dz-pwa-modal .logo {
    width: 114px;
    margin: 0 auto;
    display: block;
}

.dz-pwa-modal .logo.dark {
    display: none;
}

.dz-pwa-modal p {
    margin-bottom: 0;
    color: #fff;
    line-height: 1.6;
    font-size: 13px;
}

.dz-pwa-modal.show {
    visibility: visible;
    transition: opacity 0.15s linear;
}

.dz-pwa-modal .pwa-btn,.dz-pwa-modal .notify-btn {
    border-radius: 8px;
    background-color: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
    gap: 10px;
    padding: 10px 12px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.dz-pwa-modal .pwa-btn:active, .dz-pwa-modal .pwa-btn:hover ,.dz-pwa-modal .notify-btn:active, .dz-pwa-modal .notify-btn:hover {
    background-color: var(--primary);
    color: #FFF;
}

.dz-pwa-modal .pwa-btn:active svg path, .dz-pwa-modal .pwa-btn:hover svg path, .dz-pwa-modal .notify-btn:active svg path, .dz-pwa-modal .notify-btn:hover svg path {
    stroke: #FFF;
}

.table > :not(:first-child) {
    border-top: 0px solid currentColor;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--rgba-primary-1);
}

.table th {
    font-size: 14px;
    font-weight: 600;
}

.pricing-table {
    background-color: var(--bg-white);
    border-radius: var(--border-radius-md);
    overflow: hidden;
    --btn-shadow: 0px 10px 30px 0px rgba(255, 63, 152, 0.20);
}

.pricing-table .pricing-head {
    padding: 20px 15px;
    background-size: cover;
    background-position: center;
}

.pricing-table .pricing-head .price,
.pricing-table .pricing-head .title {
    color: #fff;
}

.pricing-table .pricing-body {
    padding: 20px 15px 0;
}

.pricing-table .table-list .list {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed var(--border-color);
    font-family: var(--font-family-title);
}

.pricing-table .table-list .list > i {
    font-size: 16px;
    margin-right: 10px;
    color: #51D961;
}

.pricing-table .table-bottom-content {
    padding: 24px;
}

.subscription-box {
    text-align: center;
}

.subscription-box .icon-bx {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 32px;
    background-color: var(--rgba-primary-1);
    color: var(--primary);
}

.short-tag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
}

.short-tag .btn-check:checked + .tag-btn {
    border-color: var(--primary);
    transform: scale(1.1);
    z-index: 9;
}

.short-tag .btn-check:checked + .tag-btn .mid-content .tag-btn {
    border-left-color: var(--primary);
    border-right-color: var(--primary);
}

.short-tag .btn-check:checked + .tag-btn:after {
    display: block;
}

.short-tag .tag-btn {
    border: 2px solid var(--border-color);
    border-radius: 0;
    padding: 12px;
    background: var(--bg-white);
    display: inline-block;
    position: relative;
    transform: scale(1);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.short-tag .tag-btn .title {
    font-size: 28px;
    color: var(--title);
    font-weight: 600;
}

.short-tag .tag-btn .pack {
    color: var(--title);
    font-weight: 700;
}

.short-tag .tag-btn .small-text {
    font-size: 14px;
    font-weight: 400;
    color: var(--body-color);
}

.short-tag .mid-content .tag-btn {
    border-left-color: transparent;
    border-right-color: transparent;
}

.form-switch .form-check-input {
    width: 2.25rem;
    height: 1.125rem;
    margin-right: 14px;
}

.form-switch .form-check-input.form-check-primary:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.form-switch .form-check-input.form-check-warning:checked {
    background-color: #FF8730;
    border-color: #FF8730;
}

.form-switch .form-check-input.form-check-success:checked {
    background-color: #159E42;
    border-color: #159E42;
}

.form-switch .form-check-input.form-check-danger:checked {
    background-color: #CC0D39;
    border-color: #CC0D39;
}

.form-switch .form-check-input.form-check-info:checked {
    background-color: #4cb1ff;
    border-color: #4cb1ff;
}

.form-switch .form-check-input.form-check-dark:checked {
    background-color: #000;
    border-color: #000;
}

.custom-switch {
    position: relative;
    line-height: 1;
}

.custom-switch input {
    display: none;
}

.custom-switch label {
    cursor: pointer;
}

.custom-switch label:before {
    content: "";
    display: block !important;
    background-color: var(--bg-white);
    pointer-events: all;
    width: 40px !important;
    height: 22px !important;
    transition: all 250ms ease;
    border-radius: 18px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
}

.custom-switch label:after {
    content: "";
    display: block !important;
    z-index: 6;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px !important;
    height: 18px !important;
    transition: all 250ms ease;
    border-radius: 50px !important;
    background-color: #fff;
    transition: all 250ms ease;
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.14);
}

.custom-switch .switch-input:checked ~ .custom-switch-label:after {
    transform: translateX(18px) !important;
    -webkit-transform: translateX(18px) !important;
}

.custom-switch .switch-input:checked ~ .custom-switch-label:before {
    background-color: var(--primary) !important;
}

.mode {
    display: flex;
    align-items: center;
}

.mode .custom-switch {
    margin-left: 50px;
}

.mode.style-2 .custom-switch {
    margin-left: unset;
}

.dz-mode {
    padding: 5px 20px;
}

.dz-mode .theme-btn {
    border-radius: 50px;
    background: var(--bg-white);
    box-shadow: 0px 2px 12px 0px rgba(3, 118, 77, 0.2);
    transform: scale(1.2);
    width: 75px;
    height: 40px;
    z-index: 999;
    border-radius: 50px;
    padding: 12px 2px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dz-mode .theme-btn::after {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50px;
    position: absolute;
    left: 5px;
    top: 50%;
    background: var(--primary);
    z-index: -1;
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.dz-mode .theme-btn i {
    font-size: 18px;
    display: block;
    margin: auto;
    color: var(--primary);
}

.dz-mode .theme-btn i.sun {
    color: #fff;
}

.dz-mode .theme-btn.active::after {
    left: 38px;
}

.dz-mode .theme-btn.active i {
    color: var(--title);
}

.popover-area .bootstrap-popover .btn {
    padding: 6px 14px;
    font-size: 14px;
}

.popover {
    border: 0.125rem solid var(--primary);
    min-width: 13.125rem;
    box-shadow: 0 0 1.875rem 0 rgba(0, 0, 0, 0.1);
    background-color: var(--bg-white);
}

.popover-header {
    background: var(--primary);
    color: #fff;
    font-weight: 300;
}

.popover-header::before {
    border-bottom: 0 !important;
}

.popover-body {
    font-size: 0.75rem;
}

@media only screen and (max-width: 47.9375rem) {
    .popover {
        z-index: 1;
    }
}

.bootstrap-popover-wrapper .bootstrap-popover:not(:last-child) {
    margin-right: 0.5rem;
}

.bootstrap-popover-wrapper .bootstrap-popover {
    margin-bottom: .5rem;
}

.bootstrap-popover-wrapper .bootstrap-popover button:hover, .bootstrap-popover-wrapper .bootstrap-popover button:focus {
    background: var(--primary);
    color: #fff;
    box-shadow: none;
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: 0rem;
    border-top-color: var(--primary);
}

.bs-popover-left > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: 0rem;
    border-left-color: var(--primary);
}

.bs-popover-right > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: 0rem;
    border-right-color: var(--primary);
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: 0rem;
    border-bottom-color: var(--primary);
}

.note-popover {
    display: none;
}

.progress-bar {
    background-color: var(--primary);
    border-width: 0.125rem;
    border-color: transparent;
}

.progress-bar.primary {
    background-color: var(--primary);
}

.progress-bar.success {
    background-color: #159E42;
    border-color: #159E42;
}

.progress-bar.info {
    background-color: #4cb1ff;
    border-color: #4cb1ff;
}

.progress-bar.danger {
    background-color: #CC0D39;
    border-color: #CC0D39;
}

.progress-bar.warning {
    background-color: #FF8730;
    border-color: #FF8730;
}

.progress-bar.pink {
    background-color: #ff0081;
    border-color: #ff0081;
}

.progress {
    height: 0.875rem;
    background-color: var(--light);
    overflow: hidden;
    border-radius: 12px;
}

.progress-bar {
    border-radius: 12px;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
}

.progress-vertical {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 2rem;
    min-height: 17rem;
    position: relative;
}

.progress-vertical-bottom {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 2rem;
    min-height: 17rem;
    position: relative;
    transform: rotate(180deg);
}

.progress-animated {
    animation-duration: 5s;
    animation-name: myanimation;
    transition: all 5s ease 0s;
}

@keyframes myanimation {
    0% {
        width: 0;
    }
}

@keyframes myanimation {
    0% {
        width: 0;
    }
}

.pagination .page-item .page-link:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.pagination .page-item.active .page-link {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.pagination {
    margin-bottom: 1rem;
    gap: 10px;
    align-items: center;
}

.pagination .page-item.page-indicator .page-link {
    padding: .69rem .8rem;
    font-size: 1.2rem;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border-radius: var(--border-radius);
}

.pagination .page-item.page-indicator:hover .page-link {
    color: #000;
}

.pagination .page-item .page-link {
    z-index: 1;
    border-radius: 0.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.15);
    color: #000;
    border: 0.0625rem solid var(--border-color);
}

[data-theme-version="dark"] .pagination .page-item .page-link {
    border-color: var(--border-color);
    color: var(--title);
    background: rgba(255, 255, 255, 0);
}

.pagination .page-item .page-link:focus {
    outline: 0;
    box-shadow: none;
}

.pagination .page-item .page-link:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.pagination .page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

[data-theme-version="dark"] .pagination .page-item.active .page-link {
    color: #fff;
}

.pagination .page-item .page-link {
    color: var(--dark);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.pagination .page-item:last-child .page-link {
    margin-right: 0;
}

[direction="rtl"] .pagination .page-item:first-child .page-link {
    margin-right: 0;
}

.pagination.no-bg li:not(.page-indicator):not(.active) .page-link {
    background: var(--bg-white);
    border-color: transparent;
}

[data-theme-version="dark"] .pagination.no-bg li:not(.page-indicator):not(.active) .page-link {
    background: var(--card-bg);
}

.pagination.no-bg.pagination-primary li:not(.page-indicator):not(.active):hover .page-link {
    background: var(--primary);
    border-color: var(--primary);
}

[data-theme-version="dark"] .pagination.no-bg.pagination-primary li:not(.page-indicator):not(.active):hover .page-link {
    background: var(--primary);
    border-color: var(--primary);
}

.pagination.no-bg.pagination-danger li:not(.page-indicator):not(.active):hover .page-link {
    background: #CC0D39;
    border-color: #CC0D39;
}

[data-theme-version="dark"] .pagination.no-bg.pagination-danger li:not(.page-indicator):not(.active):hover .page-link {
    background: #CC0D39;
    border-color: #CC0D39;
}

.pagination.no-bg.pagination-info li:not(.page-indicator):not(.active):hover .page-link {
    background: #4cb1ff;
    border-color: #4cb1ff;
}

[data-theme-version="dark"] .pagination.no-bg.pagination-info li:not(.page-indicator):not(.active):hover .page-link {
    background: #4cb1ff;
    border-color: #4cb1ff;
}

.pagination.no-bg.pagination-warning li:not(.page-indicator):not(.active):hover .page-link {
    background: #FF8730;
    border-color: #FF8730;
}

[data-theme-version="dark"] .pagination.no-bg.pagination-warning li:not(.page-indicator):not(.active):hover .page-link {
    background: #FF8730;
    border-color: #FF8730;
}

.pagination-primary .page-item .page-link {
    background: var(--rgba-primary-5);
    border-color: var(--rgba-primary-5);
    color: var(--body-color);
}

[data-theme-version="dark"] .pagination-primary .page-item .page-link {
    background: var(--rgba-primary-5);
    border-color: transparent;
    color: var(--primary);
}

.pagination-primary .page-item:hover .page-link, .pagination-primary .page-item.active .page-link {
    background: var(--primary);
    border-color: var(--primary);
}

[data-theme-version="dark"] .pagination-primary .page-item:hover .page-link, [data-theme-version="dark"] .pagination-primary .page-item.active .page-link {
    color: #fff;
}

.pagination-danger .page-item .page-link {
    background: #fddbe3;
    border-color: #fddbe3;
    color: #CC0D39;
}

[data-theme-version="dark"] .pagination-danger .page-item .page-link {
    background: rgba(204, 13, 57, 0.15);
    border-color: transparent;
    color: #CC0D39;
}

.pagination-danger .page-item:hover .page-link, .pagination-danger .page-item.active .page-link {
    background: #CC0D39;
    border-color: #CC0D39;
    box-shadow: 0 0.625rem 1.25rem 0rem rgba(204, 13, 57, 0.2);
}

[data-theme-version="dark"] .pagination-danger .page-item:hover .page-link, [data-theme-version="dark"] .pagination-danger .page-item.active .page-link {
    color: #fff;
}

.pagination-info .page-item .page-link {
    background: #e5f4ff;
    border-color: #e5f4ff;
    color: #4cb1ff;
}

[data-theme-version="dark"] .pagination-info .page-item .page-link {
    background: rgba(76, 177, 255, 0.1);
    border-color: transparent;
    color: #4cb1ff;
}

.pagination-info .page-item:hover .page-link, .pagination-info .page-item.active .page-link {
    background: #4cb1ff;
    border-color: #4cb1ff;
    box-shadow: 0 0.625rem 1.25rem 0rem rgba(76, 177, 255, 0.2);
}

.pagination-warning .page-item .page-link {
    background: #ffeee3;
    border-color: #ffeee3;
    color: #FF8730;
}

[data-theme-version="dark"] .pagination-warning .page-item .page-link {
    background: rgba(255, 135, 48, 0.1);
    border-color: transparent;
    color: #FF8730;
}

.pagination-warning .page-item:hover .page-link, .pagination-warning .page-item.active .page-link {
    background: #FF8730;
    border-color: #FF8730;
    box-shadow: 0 0.625rem 1.25rem 0rem rgba(255, 135, 48, 0.2);
}

.pagination-circle .page-item {
    margin-right: 0.4375rem;
}

.pagination-circle .page-item .page-link, .pagination-circle .page-item .page-link {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    line-height: 2.5rem;
    border-radius: 50% !important;
    padding: 0;
}

.pagination-circle .page-item.page-indicator .page-link {
    width: 2.5rem;
    border: 1px solid var(--primary);
    border-radius: 22px !important;
    line-height: 1.3rem;
    height: 2.5rem;
    background: var(--rgba-primary-1);
    color: var(--primary);
}

.pagination-circle .page-item.page-indicator .page-link:hover {
    color: #fff;
    background: var(--primary);
}

.pagination.pagination-md .page-item .page-link {
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: 0.875rem;
}

.pagination.pagination-sm .page-item.page-indicator .page-link {
    font-size: 0.75rem;
}

.pagination.pagination-sm .page-item .page-link {
    padding: 0;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.875rem;
    font-size: 13px;
    border-radius: var(--border-radius-sm);
    background: var(--rgba-primary-1);
}

.pagination.pagination-sm .page-item.active .page-link, .pagination.pagination-sm .page-item:hover .page-link {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.pagination.pagination-xs .page-item.page-indicator .page-link {
    font-size: 0.625rem;
}

.pagination.pagination-xs .page-item .page-link {
    padding: 0;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.75rem;
    border-radius: var(--border-radius-sm);
}

.scrollspy-example {
    height: 400px;
    margin-top: 0.5rem;
    overflow: auto;
}

.bg-body-tertiary {
    background-color: var(--light) !important;
}

.element-area .nav-tabs {
    border-color: var(--border-color);
}

.element-area .nav-tabs .nav-item .nav-link {
    padding: 6px 6px;
    font-size: 12px;
    color: var(--title);
}

.element-area .nav-tabs .nav-item i {
    transform: scale(1.2);
    display: inline-block;
    color: var(--title);
}

@media only screen and (max-width: 35.9375rem) {
    .element-area .nav-tabs {
        justify-content: space-between;
    }
}

.custom-tab-1 .nav-link {
    background: transparent;
    border-radius: 0rem;
    border-bottom: 0.1875rem solid transparent;
    border-width: 0 0rem 0.1875rem 0;
}

.custom-tab-1 .nav-link:focus, .custom-tab-1 .nav-link:hover, .custom-tab-1 .nav-link.active {
    background-color: var(--bg-white);
    border-color: var(--primary);
    border-radius: 0;
    color: var(--primary);
    border-width: 0 0rem 0.1875rem 0;
}

.nav-pills .nav-link {
    color: var(--title);
}

.nav-pills.light .nav-link.active,
.nav-pills.light .show > .nav-link {
    background: var(--rgba-primary-1);
    color: var(--title);
    box-shadow: none;
}

[data-theme-version="dark"] .nav-pills.light .nav-link.active, [data-theme-version="dark"]
.nav-pills.light .show > .nav-link {
    background: var(--rgba-primary-1);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: var(--primary);
}

.nav-pills.style-1 {
    align-items: center;
}

.nav-pills.style-1 .nav-item {
    line-height: 0;
}

.nav-pills.style-1 .nav-item .nav-link {
    background-color: transparent;
    padding: 0;
}

.nav-pills.style-1 .nav-item .nav-link i {
    font-size: 22px;
    color: var(--title);
}

.nav-pills.style-1.grid #grid {
    display: none;
}

.nav-pills.style-1.list #list {
    display: none;
}

.default-tab .nav-tabs {
    border-color: var(--border-color);
}

.default-tab .nav-tabs .nav-item .nav-link.active {
    background-color: var(--bg-white);
    border-color: var(--border-color) var(--border-color) var(--bg-white);
}

.default-tab .nav-tabs .nav-item .nav-link:focus-visible {
    box-shadow: unset;
}

.default-tab.style-1 .nav-tabs {
    border: 0;
    margin-bottom: 24px;
}

.default-tab.style-1 .nav-tabs .nav-item {
    padding: 0 10px 0 0;
}

.default-tab.style-1 .nav-tabs .nav-item .nav-link {
    border-width: 0 0 0 0;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 11px;
    color: var(--dark);
    position: relative;
}

.default-tab.style-1 .nav-tabs .nav-item .nav-link.active {
    background-color: var(--bg-white);
}

.default-tab.style-1 .nav-tabs .nav-item .nav-link.active:after {
    background-color: var(--primary);
}

.default-tab.style-1 .nav-tabs .nav-item .nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 50px;
    background-color: #E8EFF3;
    width: 100%;
    height: 4px;
}

.default-tab.style-2 .nav-tabs {
    border-bottom: 0;
    margin-bottom: 0;
    position: fixed;
    top: 80px;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
    gap: 10px;
    width: 100%;
    max-width: 600px;
    z-index: 9;
    background-color: var(--body-bg);
}

.default-tab.style-2 .nav-tabs .nav-item {
    width: calc(50% - 5px);
}

.default-tab.style-2 .nav-tabs .nav-item .nav-link {
    border: 1px solid var(--primary);
    font-size: 15px;
    font-weight: 500;
    border-radius: var(--border-radius-xl);
    text-align: center;
    padding: 10px 15px;
    position: relative;
    color: var(--primary);
}

.default-tab.style-2 .nav-tabs .nav-item .nav-link.active {
    background-color: var(--primary);
    color: #fff;
}

.dz-tab .nav.nav-tabs {
    border: 0;
}

.dz-tab .nav.nav-tabs .nav-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    justify-content: center;
    display: flex;
}

.dz-tab .nav.nav-tabs .nav-item .nav-link {
    background-color: transparent;
    color: #000;
    border: 0;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 5px 0;
    width: 100%;
    border-radius: var(--border-radius);
}

.dz-tab .tab-content {
    border-radius: var(--border-radius);
    padding: 15px;
}

.dz-tab .tab-slide-effect {
    border: 1px solid var(--border-color);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075) !important;
    border-radius: var(--border-radius);
    margin-bottom: 10px;
    padding: 5px;
}

.dz-tab .tab-slide-effect .nav-tabs {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    box-shadow: none !important;
}

.dz-tab .tab-slide-effect .nav-tabs .nav-item.active .nav-link {
    color: #fff !important;
}

.dz-tab .tab-slide-effect .tab-active-indicator {
    position: absolute;
    height: 100%;
    z-index: -1;
    background-color: var(--primary) !important;
    border-radius: var(--border-radius);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.dz-tab.style-1 .nav.nav-tabs .nav-item .nav-link {
    border: 0;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 12px 0;
    width: 100%;
    font-family: var(--font-family-title);
    color: #A1A1A1;
    border-radius: 0;
}

.dz-tab.style-1 .nav.nav-tabs .nav-item .nav-link:focus-visible {
    box-shadow: unset;
}

.dz-tab.style-1 .tab-content {
    border-radius: 0;
    padding: 15px;
}

.dz-tab.style-1 .tab-slide-effect {
    border: 0;
    border-bottom: 1px solid var(--border-color);
    background-color: var(--bg-white);
    box-shadow: none !important;
    border-radius: 0 !important;
    margin-bottom: 10px;
    padding: 0;
}

.dz-tab.style-1 .tab-slide-effect .nav-tabs {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    box-shadow: none !important;
}

.dz-tab.style-1 .tab-slide-effect .nav-tabs .nav-item.active .nav-link {
    color: var(--primary) !important;
}

.dz-tab.style-1 .tab-slide-effect .tab-active-indicator {
    position: absolute;
    height: 100%;
    z-index: -1;
    right: 0;
    background-color: transparent !important;
}

.dz-tab.style-1 .tab-slide-effect .tab-active-indicator:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--primary);
    width: 100%;
    height: 2px;
    border-radius: 0;
}

.dz-tab.tab-fixed {
    padding-top: var(--headheight);
}

.dz-tab.tab-fixed .tab-slide-effect {
    position: fixed;
    top: var(--headheight);
    left: 0;
    width: 100%;
    background-color: var(--bg-white);
    z-index: 1;
}

.dz-tab.tab-color .tab-slide-effect {
    border-radius: 5rem;
    border: 0;
    background-color: rgba(255, 255, 255, 0.125);
}

.dz-tab.tab-color .tab-slide-effect .tab-active-indicator {
    background-color: rgba(255, 255, 255, 0.25) !important;
    border-radius: 20rem;
}

.dz-tab.tab-color .nav-tabs .nav-link {
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.5) !important;
    width: 100%;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.dz-tab.tab-color .nav-tabs .nav-item.active .nav-link {
    color: #fff !important;
}

.radio .radio-label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio .radio-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio .radio-label input:checked ~ .checkmark {
    background-color: var(--primary);
    border: 1px solid var(--primary);
}

.radio .radio-label input:checked ~ .checkmark:after {
    display: block;
}

.radio .radio-label .checkmark:after {
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid var(--bg-white);
    background: var(--primary);
}

.radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid var(--primary);
}

.radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio.style-1 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.radio.style-1 .radio-label {
    padding-left: 30px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}

.radio.style-1 .radio-label .checkmark {
    width: 24px;
    height: 24px;
}

.radio.style-1 .radio-label .checkmark::after {
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 7px solid var(--primary);
    background: var(--body-bg);
    transform: translate(-50%, -50%);
}

.radio.style-1 .radio-label input:checked ~ .checkmark {
    background-color: var(--body-bg);
}

.radio.style-2 .radio-label {
    padding-left: 0;
    margin-bottom: 0;
}

.radio.style-2 .radio-label .checkmark {
    position: unset;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border: 0;
}

.radio.style-2 .radio-label .checkmark .text {
    font-size: 14px;
    color: var(--text-accent);
    font-weight: 500;
}

.radio.style-2 .radio-label .checkmark .check {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid var(--primary);
    transform: translateY(-50%);
}

.radio.style-2 .radio-label .checkmark .check:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    z-index: 2;
    border-radius: 50%;
    background-color: transparent;
    transform: translate(-50%, -50%);
}

.radio.style-2 .radio-label input:checked ~ .checkmark {
    background-color: transparent;
    border: 0;
}

.radio.style-2 .radio-label input:checked ~ .checkmark .check {
    border-color: var(--primary);
}

.radio.style-2 .radio-label input:checked ~ .checkmark .check:after {
    background-color: var(--primary);
}

.radio.style-2 .radio-label input:checked ~ .checkmark:after {
    display: none;
}

.radio.radio-fill .radio-label .checkmark {
    border: 2px solid rgba(215, 215, 215, 0.45);
}

.radio.radio-fill .radio-label .checkmark .text {
    color: var(--title);
    font-size: 16px;
}

.radio.radio-fill .radio-label .checkmark .check {
    border: 2px solid var(--rgba-primary-1);
}

.radio.radio-fill .radio-label .checkmark .check:after {
    content: "";
    background-color: transparent;
}

.radio.radio-fill .radio-label input:checked ~ .checkmark {
    background-color: var(--primary);
    border: 2px solid var(--primary);
}

.radio.radio-fill .radio-label input:checked ~ .checkmark .text {
    color: #ffffff;
}

.radio.radio-fill .radio-label input:checked ~ .checkmark .check {
    border-color: #fff;
}

.radio.radio-fill .radio-label input:checked ~ .checkmark .check:after {
    background-color: #fff;
}

.radio.radio-fill .radio-label input:checked ~ .checkmark:after {
    display: none;
}

.radio.style-3 .radio-label {
    padding-left: 0;
}

.radio.style-3 .radio-label .checkmark {
    position: unset;
    height: 50px;
    width: 100%;
    border: 0;
    background-color: var(--rgba-primary-1);
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    padding: 15px;
}

.radio.style-3 .radio-label .checkmark .text {
    font-size: 16px;
    color: var(--title);
    font-weight: 700;
}

.radio.style-3 .radio-label input:checked ~ .checkmark {
    background: var(--btn-gradient);
    border: 0;
}

.radio.style-3 .radio-label input:checked ~ .checkmark .text {
    color: #fff;
}

.radio.style-3 .radio-label input:checked ~ .checkmark:after {
    display: none;
}

.radio.style-4 .radio-label {
    padding-left: 0;
    margin-bottom: 0;
    height: 100%;
}

.radio.style-4 .radio-label .checkmark {
    flex-direction: column;
    position: unset;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: var(--rgba-primary-1);
    display: flex;
    align-items: center;
    border-radius: var(--border-radius);
    justify-content: center;
    padding: 20px 10px;
    text-align: center;
}

.radio.style-4 .radio-label .checkmark img {
    width: 30px;
    margin: 10px auto 15px;
    transform: scale(1.2);
}

.radio.style-4 .radio-label .checkmark .text {
    font-size: 16px;
    color: var(--title);
    font-weight: 600;
}

.radio.style-4 .radio-label input:checked ~ .checkmark {
    background: var(--btn-gradient);
    border: 0;
}

.radio.style-4 .radio-label input:checked ~ .checkmark .text {
    color: #fff;
}

.radio.style-4 .radio-label input:checked ~ .checkmark:after {
    display: none;
}

.radio.style-5 .radio-label {
    padding-left: 0;
    margin-bottom: 0;
}

.radio.style-5 .radio-label .checkmark {
    flex-direction: row;
    position: unset;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: var(--rgba-primary-1);
    display: flex;
    align-items: center;
    border-radius: var(--border-radius);
    justify-content: start;
    padding: 15px;
    text-align: center;
}

.radio.style-5 .radio-label .checkmark .icon {
    font-size: 20px;
    color: var(--title);
    opacity: 0.1;
    margin-left: auto;
    width: 30px;
    display: flex;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #eeeeee;
}

.radio.style-5 .radio-label .checkmark img {
    width: 22px;
    transform: scale(1.2);
    margin-right: 15px;
}

.radio.style-5 .radio-label .checkmark .text {
    font-size: 16px;
    color: var(--title);
    font-weight: 600;
}

.radio.style-5 .radio-label input:checked ~ .checkmark {
    background: var(--btn-gradient);
    border: 0;
}

.radio.style-5 .radio-label input:checked ~ .checkmark .text {
    color: #fff;
}

.radio.style-5 .radio-label input:checked ~ .checkmark:after {
    display: none;
}

.radio.style-5 .radio-label input:checked ~ .checkmark .icon {
    color: #fff;
    opacity: 1;
}

.radio.square-radio .radio-label .checkmark {
    border-radius: 0;
}

.radio.square-radio .radio-label .checkmark:after {
    border-radius: 0;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
}

.radio.circle-radio .radio-label .checkmark {
    border-radius: 50%;
}

.radio.circle-radio .radio-label .checkmark:after {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
}

.radio.circle-radio.style-1 .checkmark:after {
    border: 0;
}

.dz-stepper {
    width: 125px;
}

.dz-stepper small, .dz-stepper .small {
    text-align: center;
    display: block;
    color: var(--dark);
    font-weight: 500;
    margin-bottom: 5px;
}

.dz-stepper .bootstrap-touchspin {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.dz-stepper .bootstrap-touchspin .input-group-btn {
    height: 100%;
}

.dz-stepper .bootstrap-touchspin .input-group-btn .btn {
    border-radius: 40px;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    border: 1px solid var(--border-color);
    font-size: 1.5rem;
    color: var(--title);
    background-color: transparent;
}

.dz-stepper .bootstrap-touchspin .input-group-btn .btn:hover, .dz-stepper .bootstrap-touchspin .input-group-btn .btn:focus, .dz-stepper .bootstrap-touchspin .input-group-btn .btn:active {
    background: #E8EFF3;
    border-color: #E8EFF3;
    color: inherit;
}

.dz-stepper .bootstrap-touchspin .input-group-btn:not(:first-child) {
    padding: 0;
}

.dz-stepper .bootstrap-touchspin .form-control {
    padding: 0 10px;
    height: 100%;
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--dark);
    background: transparent;
    border: 0;
    z-index: 3;
    text-align: center;
}

.dz-stepper.stepper-fill .bootstrap-touchspin .input-group-btn .btn {
    background-color: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.dz-stepper.border-2 .bootstrap-touchspin {
    overflow: hidden;
}

.dz-stepper.border-2 .bootstrap-touchspin .btn {
    border-width: 2px;
}

.dz-stepper.small-stepper .bootstrap-touchspin .btn {
    width: 35px;
    height: 35px;
}

.dz-stepper.large .bootstrap-touchspin {
    height: 45px;
}

.dz-stepper.large .bootstrap-touchspin .btn {
    width: 45px;
    height: 45px;
}

.dz-stepper.rounded-stepper .bootstrap-touchspin {
    overflow: hidden;
}

.dz-stepper.rounded-stepper .bootstrap-touchspin .btn {
    border-radius: var(--border-radius);
}

.dz-stepper.danger .bootstrap-touchspin {
    border-color: #CC0D39;
}

.dz-stepper.danger .bootstrap-touchspin .input-group-btn .btn {
    color: #fff;
    background-color: #CC0D39;
}

.dz-stepper.danger .bootstrap-touchspin .form-control {
    border-color: #CC0D39;
    color: #CC0D39;
}

.dz-stepper.secondary .bootstrap-touchspin {
    border-color: var(--secondary);
}

.dz-stepper.secondary .bootstrap-touchspin .input-group-btn .btn {
    color: #fff;
    background-color: var(--secondary);
}

.dz-stepper.secondary .bootstrap-touchspin .form-control {
    border-color: var(--secondary);
    color: var(--secondary);
}

.dz-stepper.warning .bootstrap-touchspin {
    border-color: #FF8730;
}

.dz-stepper.warning .bootstrap-touchspin .input-group-btn .btn {
    color: #fff;
    background-color: #FF8730;
}

.dz-stepper.warning .bootstrap-touchspin .form-control {
    border-color: #FF8730;
    color: #FF8730;
}

.dz-stepper.success .bootstrap-touchspin {
    border-color: #159E42;
}

.dz-stepper.success .bootstrap-touchspin .input-group-btn .btn {
    color: #fff;
    background-color: #159E42;
}

.dz-stepper.success .bootstrap-touchspin .form-control {
    border-color: #159E42;
    color: #159E42;
}

.dz-stepper.info .bootstrap-touchspin {
    border-color: #4cb1ff;
}

.dz-stepper.info .bootstrap-touchspin .input-group-btn .btn {
    color: #fff;
    background-color: #4cb1ff;
}

.dz-stepper.info .bootstrap-touchspin .form-control {
    border-color: #4cb1ff;
    color: #4cb1ff;
}

.dz-stepper.yellow .bootstrap-touchspin {
    border-color: #ffcc00;
}

.dz-stepper.yellow .bootstrap-touchspin .input-group-btn .btn {
    color: #fff;
    background-color: #ffcc00;
}

.dz-stepper.yellow .bootstrap-touchspin .form-control {
    border-color: #ffcc00;
    color: #ffcc00;
}

.dz-stepper.green .bootstrap-touchspin {
    border-color: #4cd964;
}

.dz-stepper.green .bootstrap-touchspin .input-group-btn .btn {
    color: #fff;
    background-color: #4cd964;
}

.dz-stepper.green .bootstrap-touchspin .form-control {
    border-color: #4cd964;
    color: #4cd964;
}

.dz-stepper.dark .bootstrap-touchspin {
    border-color: #000;
}

.dz-stepper.dark .bootstrap-touchspin .input-group-btn .btn {
    color: #fff;
    background-color: #000;
}

.dz-stepper.dark .bootstrap-touchspin .form-control {
    border-color: #000;
    color: #000;
}

.dz-stepper.style-2 {
    width: 100px;
}

.dz-stepper.style-2 .bootstrap-touchspin .input-group-btn .btn {
    width: 30px;
    height: 30px;
    font-size: 0;
    border-color: var(--primary);
    border-radius: 50%;
    background-color: var(--primary);
}

.dz-stepper.style-2 .bootstrap-touchspin .input-group-btn .btn.bootstrap-touchspin-up::after {
    content: "\e8b1";
    font-family: 'feather' !important;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
}

.dz-stepper.style-2 .bootstrap-touchspin .input-group-btn .btn.bootstrap-touchspin-down::after {
    content: "\e897";
    font-family: 'feather' !important;
    font-size: 16px;
    position: absolute;
    left: 50%;
    color: #fff;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dz-stepper.style-2 .bootstrap-touchspin .form-control {
    padding: 0 5px;
    font-size: 14px;
    font-weight: 500;
}

.dz-stepper.style-3 {
    width: 128px;
}

.dz-stepper.style-3 .bootstrap-touchspin {
    border: 1px solid #c4c4c4;
    height: 42px;
    border-radius: var(--border-radius-xl);
    overflow: hidden;
}

.dz-stepper.style-3 .bootstrap-touchspin .input-group-btn {
    height: unset;
}

.dz-stepper.style-3 .bootstrap-touchspin .input-group-btn .btn {
    font-size: 0;
    border: 0;
    border-radius: 0;
}

.dz-stepper.style-3 .bootstrap-touchspin .input-group-btn .btn.bootstrap-touchspin-up::after {
    content: "\e8b1";
    font-family: 'feather' !important;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    color: var(--primary);
    transform: translate(-50%, -50%);
}

.dz-stepper.style-3 .bootstrap-touchspin .input-group-btn .btn.bootstrap-touchspin-down::after {
    content: "\e897";
    font-family: 'feather' !important;
    font-size: 20px;
    position: absolute;
    left: 50%;
    color: var(--primary);
    top: 50%;
    transform: translate(-50%, -50%);
}

.dz-stepper.style-3 .bootstrap-touchspin .form-control {
    padding: 0 5px;
    font-size: 18px;
    font-weight: 500;
}

.dz-timeline {
    border-left: 2px solid var(--border-color);
    position: relative;
    padding-left: 20px;
    margin: 20px 10px;
}

.dz-timeline .timeline-item {
    position: relative;
    padding-bottom: 30px;
}

.dz-timeline .timeline-item:after {
    content: "";
    top: 0;
    left: -28px;
    position: absolute;
    border-radius: 50%;
    background-color: var(--primary);
    height: 14px;
    width: 14px;
}

.dz-timeline .timeline-item .timeline-tilte {
    margin: 8px 0;
}

.dz-timeline .timeline-item .timeline-date {
    margin: 0;
    font-weight: 500;
    color: var(--primary);
    display: block;
}

.dz-timeline .timeline-item .timeline-content {
    margin: 0;
}

.dz-timeline .timeline-item.light {
    background-color: var(--bg-white) !important;
    color: #000;
}

.dz-timeline .timeline-item.light .timeline-content {
    color: var(--dark);
}

.dz-timeline .timeline-item.light:before, .dz-timeline .timeline-item.light:after {
    background-color: var(--bg-white) !important;
}

.dz-timeline .timeline-item.primary {
    background-color: var(--primary) !important;
    color: var(--theme-text-color);
}

.dz-timeline .timeline-item.primary .timeline-date,
.dz-timeline .timeline-item.primary .timeline-tilte,
.dz-timeline .timeline-item.primary .timeline-content {
    color: var(--theme-text-color);
}

.dz-timeline .timeline-item.primary:before {
    background-color: var(--primary) !important;
}

.dz-timeline .timeline-item.primary:after {
    border-color: var(--primary) !important;
}

.dz-timeline .timeline-item.secondary {
    background-color: var(--secondary) !important;
    color: #fff;
}

.dz-timeline .timeline-item.secondary .timeline-date,
.dz-timeline .timeline-item.secondary .timeline-tilte,
.dz-timeline .timeline-item.secondary .timeline-content {
    color: #fff;
}

.dz-timeline .timeline-item.secondary:before, .dz-timeline .timeline-item.secondary:after {
    background-color: var(--secondary) !important;
}

.dz-timeline .timeline-item.success {
    background-color: #159E42 !important;
    color: #fff;
}

.dz-timeline .timeline-item.success .timeline-date,
.dz-timeline .timeline-item.success .timeline-tilte,
.dz-timeline .timeline-item.success .timeline-content {
    color: #fff;
}

.dz-timeline .timeline-item.success:before, .dz-timeline .timeline-item.success:after {
    background-color: #159E42 !important;
}

.dz-timeline .timeline-item.info {
    background-color: #4cb1ff !important;
    color: #fff;
}

.dz-timeline .timeline-item.info .timeline-date,
.dz-timeline .timeline-item.info .timeline-tilte,
.dz-timeline .timeline-item.info .timeline-content {
    color: #fff;
}

.dz-timeline .timeline-item.info:before, .dz-timeline .timeline-item.info:after {
    background-color: #4cb1ff !important;
}

.dz-timeline .timeline-item.warning {
    background-color: #FF8730 !important;
    color: #fff;
}

.dz-timeline .timeline-item.warning .timeline-date,
.dz-timeline .timeline-item.warning .timeline-tilte,
.dz-timeline .timeline-item.warning .timeline-content {
    color: #fff;
}

.dz-timeline .timeline-item.warning:before, .dz-timeline .timeline-item.warning:after {
    background-color: #FF8730 !important;
}

.dz-timeline .timeline-item.danger {
    background-color: #CC0D39 !important;
    color: #fff;
}

.dz-timeline .timeline-item.danger .timeline-date,
.dz-timeline .timeline-item.danger .timeline-tilte,
.dz-timeline .timeline-item.danger .timeline-content {
    color: #fff;
}

.dz-timeline .timeline-item.danger:before, .dz-timeline .timeline-item.danger:after {
    background-color: #CC0D39 !important;
}

.dz-timeline.timeline-panel {
    padding-left: 30px;
}

.dz-timeline.timeline-panel .timeline-item {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.03);
    border-radius: var(--border-radius);
    padding: 12px 20px;
    position: relative;
}

.dz-timeline.timeline-panel .timeline-item:before {
    content: "";
    position: absolute;
    top: 15px;
    left: -8px;
    background-color: #fff;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.03);
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    z-index: -1;
}

.dz-timeline.timeline-panel .timeline-item:after {
    top: 17px;
    left: -38px;
}

.dz-timeline.timeline-number {
    border-left: 3px solid var(--primary);
    padding-left: 35px;
}

.dz-timeline.timeline-number .timeline-item {
    padding: 0;
    margin-bottom: 30px;
}

.dz-timeline.timeline-number .timeline-item:after {
    left: -35px;
    top: 50%;
    width: 25px;
    transform: translateY(-50%);
    height: 3px;
    border-radius: 0;
    border: 0;
    background: var(--primary);
}

.dz-timeline.timeline-number .timeline-item .line-content-box {
    background: var(--bg-white);
    border-radius: var(--border-radius);
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.2);
    padding: 15px 15px 15px 20px;
    text-align: left;
}

.dz-timeline.timeline-number .timeline-item .line-content-box.media img {
    border-radius: var(--border-radius);
    min-width: 95px;
}

.dz-timeline.timeline-number .timeline-item .line-content-box p {
    margin-bottom: 0;
}

.dz-timeline.timeline-number .timeline-item .line-num {
    border-radius: 40px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.3);
    color: var(--theme-text-color);
    font-size: 16px;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    width: 35px;
    top: 50%;
    left: -25px;
    background: var(--primary);
    transform: translateY(-50%);
    z-index: 1;
}

.dz-timeline.style-2 {
    border-left: 0;
    margin: 10px 20px;
}

.dz-timeline.style-2 .timeline-item:last-child::before {
    content: none;
}

.dz-timeline.style-2 .timeline-item::before {
    content: "";
    position: absolute;
    left: -29px;
    background-color: var(--primary);
    height: 100%;
    top: 8px;
    width: 2px;
}

.dz-timeline.style-2 .timeline-item::after {
    content: "\e83f";
    font-family: 'feather' !important;
    font-weight: 600;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    left: -40px;
    color: #fff;
    background-color: var(--body-bg);
    height: 24px;
    line-height: 1;
    width: 24px;
    border: 2px solid var(--primary);
}

.dz-timeline.style-2 .timeline-item.active::before {
    background-color: #159E42;
}

.dz-timeline.style-2 .timeline-item.active::after {
    background-color: #159E42;
    border-color: #159E42;
    font-size: 12px;
}

.dz-timeline.style-2 .timeline-item.active .timeline-tilte .title {
    color: #159E42;
}

.dz-timeline.style-2 .timeline-tilte {
    margin-top: 0;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dz-timeline.style-2 .timeline-tilte .title {
    text-transform: capitalize;
    font-weight: 500;
}

.dz-timeline.style-2 .timeline-text {
    margin-bottom: 0;
}

.dz-timeline.style-2 .timeline-date {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-light);
}

.dz-timeline.style-2 .user-info {
    display: flex;
    align-items: center;
}

.dz-timeline.style-2 .user-info .info-content span {
    display: block;
}

.dz-timeline.style-2 .user-info .info-content .title {
    font-weight: 600;
    font-family: var(--font-family-title);
}

.dz-timeline.style-2 .user-info .phone {
    margin-left: auto;
    font-size: 24px;
}

.toast {
    background-color: var(--bg-white);
    border: 1px solid var(--border-color);
    background-color: var(--bg-white);
    overflow: hidden;
    border-radius: var(--border-radius);
}

.toast .toast-header {
    background-color: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid var(--border-color);
}

.toast .toast-header .btn-close {
    margin-right: calc(-.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x);
}

.toast.style-1 {
    position: relative;
    z-index: 1;
}

.toast.style-1 .toast-body {
    display: flex;
    align-items: center;
    padding: 16px;
}

.toast.style-1 .toast-body svg {
    flex: 0 0 35px;
    width: 35px;
    height: 35px;
    max-width: 35px;
}

.toast.style-1 .toast-body .toast-content strong {
    color: var(--primary);
    font-weight: 500;
}

.toast.style-1 .toast-body .btn-close {
    top: 12px;
    right: 12px;
    z-index: 10;
}

.toast.style-1.toast-primary {
    background-color: var(--primary);
    color: #fff;
}

.toast.style-1.toast-primary .text-primary svg path {
    fill: #fff !important;
}

.toast.style-1.toast-primary .toast-content strong {
    color: #fff;
    font-weight: 500;
}

.toast.style-1.toast-primary .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast.style-1.toast-secondary {
    background-color: var(--secondary);
    color: #fff;
}

.toast.style-1.toast-secondary .text-primary svg path {
    fill: #fff !important;
}

.toast.style-1.toast-secondary .toast-content strong {
    color: #fff;
    font-weight: 500;
}

.toast.style-1.toast-secondary .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast.style-1.toast-success {
    background-color: #159E42;
    color: #fff;
}

.toast.style-1.toast-success .text-primary svg path {
    fill: #fff !important;
}

.toast.style-1.toast-success .toast-content strong {
    color: #fff;
    font-weight: 500;
}

.toast.style-1.toast-success .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast.style-1.toast-warning {
    background-color: #FF8730;
    color: #fff;
}

.toast.style-1.toast-warning .text-primary svg path {
    fill: #fff !important;
}

.toast.style-1.toast-warning .toast-content strong {
    color: #fff;
    font-weight: 500;
}

.toast.style-1.toast-warning .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast.style-1.toast-danger {
    background-color: #CC0D39;
    color: #fff;
}

.toast.style-1.toast-danger .text-primary svg path {
    fill: #fff !important;
}

.toast.style-1.toast-danger .toast-content strong {
    color: #fff;
    font-weight: 500;
}

.toast.style-1.toast-danger .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast.style-1.toast-info {
    background-color: #4cb1ff;
    color: #fff;
}

.toast.style-1.toast-info .text-primary svg path {
    fill: #fff !important;
}

.toast.style-1.toast-info .toast-content strong {
    color: #fff;
    font-weight: 500;
}

.toast.style-1.toast-info .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast.style-1.toast-dark {
    background-color: #000;
    color: #fff;
}

.toast.style-1.toast-dark .text-primary svg path {
    fill: #fff !important;
}

.toast.style-1.toast-dark .toast-content strong {
    color: #fff;
    font-weight: 500;
}

.toast.style-1.toast-dark .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.swiper .swiper-notification {
    display: none;
}

.dz-swiper {
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding: 15px 15px;
}

.swiper-center {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.swiper-center .swiper-slide {
    width: 300px;
}

.swiper-center .swiper-slide:first-child {
    margin-left: 15px;
}

.swiper-slider-full {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.swiper-slider-full .swiper-slide {
    width: 100%;
}

.dz-swiper-gallery-wrapper {
    overflow: hidden;
    position: relative;
}

.dz-swiper-gallery-wrapper .swiper-gallery-prev,
.dz-swiper-gallery-wrapper .swiper-gallery-next {
    border: 0;
    background-color: rgba(0, 0, 0, 0.43) !important;
    color: rgba(255, 255, 255, 0.68);
    width: 40px;
    height: 40px;
    border-radius: var(--border-radius);
    line-height: 40px;
    transform: translateY(-50%);
}

.dz-swiper-gallery-wrapper .swiper-gallery-prev:after,
.dz-swiper-gallery-wrapper .swiper-gallery-next:after {
    font-size: 1.5rem;
    font-family: 'FontAwesome';
}

.dz-swiper-gallery-wrapper .swiper-gallery-prev:hover,
.dz-swiper-gallery-wrapper .swiper-gallery-next:hover {
    color: rgba(255, 255, 255, 0.43);
}

.dz-swiper-gallery-wrapper .swiper-gallery-prev:after {
    content: '\f105';
}

.dz-swiper-gallery-wrapper .swiper-gallery-next:after {
    content: '\f104';
}

.dz-swiper-gallery-wrapper .dz-swiper-gallery-thumb {
    margin-top: 10px;
}

.pagination-dots.style-1 {
    bottom: 0 !important;
    opacity: 1;
    position: unset;
    padding: 10px 0;
    z-index: 1;
}

.pagination-dots.style-1 .swiper-pagination-bullet {
    margin: 0 4px;
    width: 16px;
    border-radius: 5px;
    height: 6px;
    background: #d2d2d2;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.pagination-dots.style-1 .swiper-pagination-bullet-active {
    background: var(--primary);
    width: 27px;
}

.swiper-btn {
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
}

.swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px !important;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: var(--rgba-primary-3);
    opacity: 1;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: var(--primary);
    width: 24px;
}

.swiper-pagination.style-1 {
    bottom: 0 !important;
    opacity: 1;
    position: unset;
    padding: 0;
    z-index: 1;
}

.swiper-pagination.style-2 {
    bottom: 5px;
}

.swiper-pagination.style-2 .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.6);
}

.swiper-pagination.style-2 .swiper-pagination-bullet-active {
    background: var(--bg-white);
}

.swiper-pagination.style-3 {
    bottom: 5px;
}

.swiper-pagination.style-3 .swiper-pagination-bullet {
    background: var(--rgba-primary-5);
    border: 0;
    height: 8px;
    width: 8px;
}

.swiper-pagination.style-3 .swiper-pagination-bullet-active {
    width: 30px;
}

.swiper-btn-wrapper .swiper-button-next,
.swiper-btn-wrapper .swiper-button-prev {
    position: absolute;
    height: 3rem;
    opacity: 1;
    width: 3rem;
    margin: 0;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    color: var(--primary);
    top: 50%;
    border: 1px solid var(--primary);
}

.swiper-btn-wrapper .swiper-button-next i,
.swiper-btn-wrapper .swiper-button-prev i {
    line-height: .5;
}

.swiper-btn-wrapper .swiper-button-next:after,
.swiper-btn-wrapper .swiper-button-prev:after {
    content: none;
}

.swiper-btn-wrapper .swiper-button-next:hover,
.swiper-btn-wrapper .swiper-button-prev:hover {
    background: var(--primary);
    color: #fff;
}

.swiper-btn-wrapper .swiper-button-prev {
    left: -60px;
    transform: rotateY(180deg) translateY(-50%);
}

.swiper-btn-wrapper .swiper-button-next {
    right: -60px;
    transform: rotateY(180deg) translateY(-50%);
}

.swiper-btn-center-lr {
    margin-left: -15px;
    margin-right: -15px;
}

.swiper-btn-center-lr > * {
    padding-left: 15px;
    padding-right: 15px;
}

.dz-spinner.box-spinner {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    line-height: 80px;
    width: 60px;
    height: 60px;
    border-radius: var(--border-radius);
}

.dz-spinner .spinner-lg {
    width: 3rem;
    height: 3rem;
}

.dz-spinner .spinner-md {
    width: 2.5rem;
    height: 2.5rem;
}

.dz-spinner .spinner-sm {
    width: 1.5rem;
    height: 1.5rem;
}

.dz-lightgallery .gallery-box {
    padding-bottom: 10px;
    display: block;
}

.dz-lightgallery .gallery-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.dz-lightgallery.style-2 {
    display: flex;
    flex-wrap: wrap;
}

.dz-lightgallery.style-2 .gallery-box {
    width: 33.33%;
    padding-bottom: 5px;
    padding-right: 5px;
}

.dz-lightgallery.style-2 .gallery-box img {
    height: 110px;
}

.noUi-target {
    border: 0px;
    border-radius: var(--border-radius);
}

.noUi-connect {
    background-color: var(--primary);
}

.noUi-connects {
    background-color: var(--bg-light);
}

.noUi-connect.c-1-color {
    background-color: #159E42;
}

.noUi-connect.c-2-color {
    background-color: #4cb1ff;
}

.noUi-connect.c-3-color {
    background-color: var(--primary);
}

.noUi-connect.c-4-color {
    background-color: #FF8730;
}

.noUi-vertical {
    width: 0.375rem;
}

.active-pip {
    font-weight: bold;
    color: red;
}

.noUi-horizontal {
    height: 0.475rem;
}

.noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
    height: 17px;
    width: 17px;
    border-radius: 50px;
    box-shadow: none;
    border: none;
    background-color: var(--primary);
}

.noUi-horizontal .noUi-handle::after, .noUi-horizontal .noUi-handle::before, .noUi-vertical .noUi-handle::after, .noUi-vertical .noUi-handle::before {
    display: none;
}

.noUi-vertical .noUi-handle {
    left: -4px;
    top: -6px;
}

.noUi-horizontal .noUi-handle {
    top: -5px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -6px;
}

#slider-toggle {
    height: 50px;
}

#slider-toggle.off .noUi-handle {
    border-color: var(--primary);
}

label input {
    width: 20px;
    height: 20px;
}

.range-slider.style-1 .noUi-horizontal {
    height: 2px;
}

.range-slider.style-1 .noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    border-radius: 30px;
    border: 2px solid var(--primary);
    background-color: var(--bg-white);
    box-shadow: none;
    top: 50%;
    right: -14px;
    cursor: pointer;
    transform: translateY(-50%);
}

.range-slider.style-1 .noUi-horizontal .noUi-handle:before, .range-slider.style-1 .noUi-horizontal .noUi-handle:after {
    content: none;
}

.range-slider.style-1 .noUi-horizontal .noUi-handle .noUi-tooltip {
    display: none;
    border: 0px;
    background: var(--primary);
    color: var(--body-bg);
    border-radius: var(--border-radius);
    font-size: 13px;
    bottom: -35px;
    font-weight: 600;
    padding: 2px 5px;
}

.range-slider.style-1 .noUi-horizontal .noUi-handle .noUi-tooltip:after {
    content: "";
    position: absolute;
    background-color: inherit;
    width: 10px;
    height: 10px;
    top: 4px;
    margin-left: -4px;
    left: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
}

.range-slider.style-1 .noUi-target {
    background: var(--rgba-primary-5);
    border-radius: var(--border-radius);
    border: 0;
    box-shadow: none;
}

.range-slider.style-1 .noUi-target .noUi-connect {
    background: var(--primary);
}

.range-slider.style-1 .example-val {
    color: var(--title);
}

.dz-range-slider {
    padding: 0 20px;
    margin-bottom: 50px;
}

.dz-range-slider .slider {
    width: calc(100% - 20px);
}

.dz-range-slider .slider .noUi-handle {
    border-radius: 50%;
    background-color: var(--primary);
    width: 25px;
    height: 25px;
    top: -8px;
    right: -12px;
    display: block;
}

.dz-range-slider .slider .noUi-handle::after {
    content: "" !important;
    clear: both;
    display: table;
    position: absolute;
    height: 45px;
    width: 45px;
    background-color: rgba(4, 118, 78, 0.1);
    top: 50%;
    left: 50%;
    z-index: -1;
    border-radius: 30px;
    transform: translate(-50%, -50%);
}

.dz-range-slider .slider .noUi-pips-horizontal {
    height: 60px;
}

.dz-range-slider .slider .noUi-pips-horizontal .noUi-marker {
    display: none;
}

.dz-range-slider .slider .noUi-pips-horizontal .noUi-value {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-light);
}

.dz-range-slider .slider .noUi-pips-horizontal .noUi-value.active-pip {
    font-weight: 600;
    color: var(--dark);
}

.dz-range-slider .slider.noUi-horizontal {
    height: 12px;
}

.dz-range-slider .slider.noUi-horizontal .noUi-connects {
    height: 12px;
    border-radius: 12px;
    background-color: #ECECEC;
}

.dz-range-slider .slider.noUi-target {
    box-shadow: unset;
}

.dz-slider .slider-head {
    padding: 10px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dz-slider .slider-body {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.dz-card {
    position: relative;
    height: 100%;
    border-radius: var(--border-radius-xl);
    overflow: hidden;
}

.dz-card .cart-btn {
    position: absolute;
    bottom: 0 !important;
    right: 0 !important;
    border-radius: 10px 0 10px 0;
}

.dz-card .cart-btn i {
    font-size: 16px !important;
}

.dz-card .fixed-btn {
    position: absolute;
    left: 0;
    bottom: -4px;
    right: 0;
    padding: 12px 15px;
}

.dz-card .dz-content {
    padding: 10px 15px;
}

.dz-card .dz-quantity {
    font-size: 14px;
}

.dz-card .dz-quantity .quantity {
    font-weight: 700;
}

.dz-card .dz-icon,
.dz-card .item-bookmark {
    right: 10px;
    left: auto !important;
}

.dz-card .title {
    text-transform: capitalize;
    font-weight: 500;
}

.dz-card .dz-offer {
    color: #CC0D39;
    font-weight: 500;
}

.dz-card .dz-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dz-card .dz-meta li {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.dz-card .dz-meta .dz-price {
    font-size: 15px;
    font-weight: 500;
}

.dz-card .dz-meta .dz-price del {
    font-size: 14px;
    font-weight: 400;
    color: var(--rgba-primary-4);
}

.dz-card .dz-meta .dz-review span {
    font-size: 12px;
    color: var(--rgba-primary-5);
}

.dz-card .dz-meta .dz-review i {
    color: #FFA048;
    font-size: 12px;
}

.dz-card .dz-meta .dz-status {
    color: #159E42;
    font-weight: 500;
    font-size: 13px;
    text-align: right;
}

.dz-card.overlap .dz-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.dz-card.media-card {
    background: var(--bg-white);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
}

.dz-card.media-card .btn-dir {
    background-color: #1d3eb1;
    color: #fff;
    position: absolute;
    top: -20px;
    right: 20px;
}

.dz-card.media-card .btn-dir .icon-info {
    font-size: 16px;
}

.dz-card.media-card .btn-dir.btn-sm, .dz-card.media-card .btn-group-sm > .btn-dir.btn {
    padding: 10px 16px;
}

.dz-card.media-card .dz-card-info {
    padding: 30px 20px 20px;
    position: relative;
}

.dz-card.media-card .dz-card-info .title {
    font-weight: 600;
}

.dz-card.media-card .dz-card-info .info-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dz-card.media-card .dz-card-info .info-bottom .time {
    margin-bottom: 0;
    color: var(--text-muted);
}

.dz-card.media-card .dz-card-info .location {
    display: flex;
    align-items: center;
    font-weight: 500;
    gap: 5px;
    font-size: 15px;
}

.dz-card.media-card .dz-card-info .location i {
    font-size: 16px;
    font-weight: 500;
}

.dz-card.list {
    display: flex;
    margin-bottom: 40px;
    overflow: visible;
}

.dz-card.list .dz-media {
    margin-right: 20px;
    overflow: visible;
    max-width: 112px;
    min-width: 112px;
}

.dz-card.list .dz-media img {
    display: flex;
    border-radius: var(--border-radius-xl);
    width: 100%;
    height: 100%;
}

.dz-card.list .dz-media .dz-rating {
    padding: 4px 15px;
    background-color: #ff8730;
    border-radius: 20px;
    color: #fff;
    align-items: center;
    position: absolute;
    box-sizing: border-box;
    bottom: -15px;
    left: 20px;
}

.dz-card.list .dz-buy-btn {
    background-color: #E5F5F0;
    padding: 10px 20px;
    gap: 10px;
    color: var(--primary);
}

.dz-card.list .dz-buy-btn svg path {
    fill: var(--primary);
}

.dz-card.list .dz-buy-btn:hover, .dz-card.list .dz-buy-btn:active, .dz-card.list .dz-buy-btn:focus {
    background-color: var(--primary);
    color: #fff;
}

.dz-card.list .dz-buy-btn:hover svg path, .dz-card.list .dz-buy-btn:active svg path, .dz-card.list .dz-buy-btn:focus svg path {
    fill: #fff;
}

.dz-card.list .dz-meta .dz-price {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.dz-card.list .dz-meta .dz-price del {
    font-size: 13px;
    color: var(--rgba-primary-7);
}

.dz-card.list .dz-meta .dz-pts {
    color: var(--primary);
    font-size: 18px;
    font-weight: 500;
}

.dz-card.list .dz-head {
    padding-right: 20px;
}

.dz-card.list .dz-head .tag-list {
    padding: 0;
}

.dz-card.list .dz-head .tag-list li {
    display: inline-block;
    position: relative;
    margin-right: 2px;
}

.dz-card.list .dz-head .tag-list li a {
    color: #777777;
    font-size: 14px;
}

.dz-card.list .dz-head .tag-list li:after {
    content: ",";
    right: 0;
    bottom: 0;
    color: inharit;
}

.dz-card.list .dz-head .tag-list li:last-child:after {
    content: none;
}

.dz-card.list .title {
    margin-bottom: 5px;
    line-height: 24px;
}

.dz-card.list .dz-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 10px 0;
}

.dz-card.list .dz-icon {
    background-color: var(--bg-white);
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.dz-card.list .dz-icon i {
    font-weight: 600;
    color: var(--title);
}

.dz-card.list.style-2 .dz-content {
    padding: 0;
}

.dz-card.list.style-3 {
    align-items: center;
    margin: -15px -15px 0;
    padding: 25px;
    border-radius: 0;
}

.dz-card.list.style-3 .dz-content {
    padding: 0;
}

.dz-card.list.style-3 .dz-content .title {
    max-width: unset;
    margin-bottom: 8px;
}

.dz-card.list.style-3 .dz-content .tag-list li > a {
    color: #868686;
    font-size: 16px;
    font-weight: 400;
}

.dz-card.list.style-4 {
    background-color: var(--primary);
    padding: 15px 25px 15px 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.dz-card.list.style-4 .dz-media {
    min-width: 96px;
    max-width: 96px;
    margin-right: 12px;
}

.dz-card.list.style-4 .dz-content {
    padding: 0;
}

.dz-card.list.style-4 .dz-content .title {
    max-width: unset;
    margin-bottom: 4px;
    color: #fff;
    line-height: 20px;
}

.dz-card.list.style-4 .dz-content .title > a {
    color: #fff;
}

.dz-card.list.style-4 .dz-meta li.category {
    font-size: 12px;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.5px;
}

.dz-card.list.style-4 .dz-meta li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.item-bookmark {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #FF002E;
    border-radius: 50%;
}

.item-bookmark.style-1 {
    position: unset;
    font-size: 20px;
}

.item-bookmark.style-1 i {
    color: var(--rgba-primary-5);
}

.item-bookmark.style-1.active i {
    color: #FF002E;
}

.item-bookmark.style-2 {
    top: 8px;
    right: 8px;
    z-index: 1;
    width: 38px;
    height: 38px;
    font-size: 16px;
    background-color: var(--rgba-primary-2);
    color: var(--theme-text-color);
    border-radius: 50%;
}

.item-bookmark.style-2 i {
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}

.item-bookmark.style-2.active i {
    -webkit-text-stroke: 1px #FF002E;
    color: #FF002E;
}

.item-bookmark.style-3 {
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
}

.item-bookmark.style-3 .fas {
    display: none;
}

.item-bookmark.style-3 .far {
    display: flex;
}

.item-bookmark.style-3.active .fas {
    display: flex;
}

.item-bookmark.style-3.active .far {
    display: none;
}

.dz-card-overlay {
    position: relative;
}

.dz-card-overlay .dz-media {
    display: flex;
    align-items: center;
}

.dz-card-overlay .dz-media img {
    width: 100%;
}

.dz-card-overlay.style-1 {
    padding: 15px 15px 20px;
}

.dz-card-overlay.style-1 .dz-media a {
    display: block;
    width: 100%;
}

.dz-card-overlay.style-1 .dz-media a img {
    object-fit: contain;
    width: auto;
    width: 100%;
    height: 200px;
    object-position: center;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.dz-card-overlay.style-1 .title {
    margin: 0 0 15px;
}

.dz-card-overlay.style-1 .title a {
    color: #fff;
}

.dz-card-overlay.style-1 .dz-meta li {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}

.dz-card-overlay.style-1 .dz-meta li sup {
    margin-top: -10px;
    font-size: 14px;
    margin-right: 5px;
}

.dz-card-overlay.style-1 .dz-meta li del {
    font-size: 16px;
    opacity: 0.5;
    margin-left: 10px;
}

.dz-card-overlay.style-1::after {
    content: "";
    position: absolute;
    background: var(--primary);
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 30px;
    width: 100%;
    height: 175px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.dz-card-overlay.style-1::before {
    content: "";
    position: absolute;
    background: var(--primary);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
    box-shadow: 0px 15px 34px 0px rgba(2, 81, 53, 0.49);
    width: 135px;
    height: 50px;
}

.dz-card-overlay.style-2 {
    background-color: var(--primary);
    padding: 15px 25px 15px 15px;
    border-radius: 0.5rem;
    display: block;
    align-items: center;
}

.dz-card-overlay.style-2 .dz-media {
    min-width: 96px;
    max-width: 96px;
    margin-right: 12px;
}

.dz-card-overlay.style-2 .title {
    font-weight: 500;
    margin: 0 0 5px;
}

.dz-card-overlay.style-2 .title a {
    color: var(--theme-text-color);
    font-size: 12px;
}

.dz-card-overlay.style-2 .dz-meta ul {
    justify-content: space-between;
}

.dz-card-overlay.style-2 .dz-meta ul li {
    font-size: 12px;
    opacity: 0.5;
    color: var(--theme-text-color);
}

.dz-card-overlay.style-2 .dz-meta ul li svg {
    margin: 0;
}

.dz-card-overlay.style-2 .dz-meta ul li path[fill],
.dz-card-overlay.style-2 .dz-meta ul li path {
    fill: #fff;
}

.dz-card-overlay.style-2 .dz-meta ul li:last-child {
    padding-right: 0;
}

.fi {
    display: inline-flex;
}

.dz-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    fill: var(--primary);
    border-radius: var(--border-radius);
}

.dz-icon svg {
    width: 24px;
    height: 24px;
    fill: inherit;
}

.dz-icon i {
    font-size: 20px;
}

.dz-icon.icon-md {
    width: 40px;
    height: 40px;
}

.dz-icon.icon-md i {
    font-size: 20px;
}

.dz-icon.icon-lg {
    width: 50px;
    height: 50px;
}

.dz-icon.icon-lg i {
    font-size: 24px;
}

.dz-icon.icon-sm {
    width: 40px;
    height: 40px;
}

.dz-icon.icon-sm i {
    font-size: 20px;
}

.dz-icon.icon-xs {
    width: 35px;
    height: 35px;
}

.dz-icon.icon-xs i {
    font-size: 16px;
}

.dz-icon.icon-fill {
    background-color: var(--primary);
    color: #fff;
}

.dz-icon.icon-fill i {
    color: #fff !important;
}

.dz-icon.style-2 {
    width: 40px;
    height: 40px;
}

.dz-icon.style-2 i {
    display: inline-flex;
    color: #fff;
    font-size: 24px;
}

.dz-icon.style-3 {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    font-size: 16px;
    background-color: var(--bg-white);
    color: #fff;
    border-radius: 50%;
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.05);
}

.dz-icon.style-3 i {
    color: var(--title);
    font-weight: 600;
}

.social-btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

/*==== 7. Pages ====*/
.title-bar {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: space-between;
}

.title-bar .title {
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 500;
}

.title-bar > a {
    color: var(--primary);
    font-size: 16px;
    font-weight: 500;
}

.search-box {
    margin-bottom: 20px;
}

.search-box .input-group .form-control {
    padding: 15px 0 15px 20px;
    background-color: var(--input-bg);
}

.search-box .input-group input::placeholder {
    color: #929292;
}

.search-box .input-group .input-group-text {
    padding: 15px;
    background-color: var(--input-bg);
}

.overlay-swiper1 {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px 0;
    margin-top: -20px;
}

.overlay-swiper1 .swiper-slide {
}

.overlay-swiper1 .swiper-slide.swiper-slide-active .dz-card-overlay.style-1 .dz-media img {
    transform: scale(1.2);
}

.overlay-swiper1 .swiper-slide.swiper-slide-active .dz-card-overlay.style-1::after {
    height: 220px;
}

.overlay-swiper2 {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

.overlay-swiper2 .swiper-slide {
    width: 50px;
}

.dz-categories-bx {
    padding: 15px 45px 15px 25px;
    display: block;
    background-color: var(--bg-white);
    border-radius: var(--border-radius-lg);
    margin: 5px 0;
    box-shadow: 0px 3px 3px 0px rgba(4, 118, 78, 0.13);
    border: 1px solid var(--border-color);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
}

.dz-categories-bx .icon-bx {
    position: relative;
    display: flex;
    margin-right: 20px;
}

.dz-categories-bx .icon-bx i {
    color: var(--primary);
}

.dz-categories-bx .icon-bx path[fill],
.dz-categories-bx .icon-bx path {
    fill: var(--primary);
}

.dz-categories-bx .title {
    color: var(--primary);
    margin: 0;
    font-weight: 500;
    font-size: 12px;
}

.dz-categories-bx .menus {
    margin-top: 5px;
    display: block;
    font-weight: 500;
}

.categories-swiper .swiper-slide {
    width: auto;
}

.categories-swiper .swiper-slide.swiper-slide-active .dz-categories-bx {
    box-shadow: 0px 11px 22px 0px rgba(4, 118, 78, 0.06);
}

.location-swiper {
    margin: 0 -15px;
    padding: 15px;
}

.location-swiper .swiper-wrapper .swiper-slide {
    width: auto;
}

.location-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .location-tag {
    background-color: var(--primary);
    color: var(--theme-text-color);
}

.location-swiper2 {
    padding: 20px 15px;
}

.location-tag {
    font-size: 12px;
    font-weight: 400;
    border: 1px solid var(--primary);
    border-radius: var(--border-radius-xl);
    padding: 3px 12px;
    color: var(--primary);
    background-color: var(--bg-white);
}

.location-tag.tag-lg {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
}

.location-tag:hover, .location-tag.active {
    background-color: var(--primary);
    color: var(--theme-text-color);
}

.featured-list li:last-child .dz-card.list {
    margin-bottom: 20px;
}

.dz-custom-swiper {
    margin: 0 -15px;
}

.dz-custom-swiper .dz-tabs-swiper {
    border-bottom: 1px solid var(--border-color);
    padding: 0 15px;
}

.dz-custom-swiper .dz-tabs-swiper .swiper-slide {
    width: auto !important;
    padding: 15px;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.dz-custom-swiper .dz-tabs-swiper .swiper-slide .title {
    color: var(--rgba-primary-5);
    font-weight: 400;
    margin-bottom: 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.dz-custom-swiper .dz-tabs-swiper .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--primary);
}

.dz-custom-swiper .dz-tabs-swiper .swiper-slide.swiper-slide-thumb-active .title {
    color: var(--primary);
    font-weight: 600;
}

.dz-custom-swiper .dz-tabs-swiper2 {
    padding: 30px 15px 0;
}

.chat-list > ul li {
    position: relative;
    padding: 10px 15px;
    margin: 0 -15px;
}

.chat-list > ul li:last-child {
    border: 0;
}

.chat-list .list-items {
    display: flex;
    align-items: flex-start;
}

.chat-list .list-items .dz-media {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 15px;
}

.chat-list .list-items .dz-media img {
    border-radius: var(--border-radius-lg);
}

.chat-list .list-items .dz-media::after {
    content: "";
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
    background-color: #159E42;
    border: 3px solid var(--body-bg);
    border-radius: 50px;
}

.chat-list .list-items .list-content {
    flex: 1;
}

.chat-list .list-items .list-content .title {
    margin-bottom: 0;
}

.chat-list .list-items .list-content .dz-text {
    font-size: 13px;
    color: var(--title);
    opacity: 0.7;
}

.chat-list .list-items .dz-status {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-list .list-items .dz-status .item-time {
    font-size: 12px;
    color: #8C8C8C;
}

.chat-list .list-items .dz-status .item-info {
    font-size: 14px;
    display: inline-flex;
}

.chat-list .list-items.active .dz-media::after {
    display: block;
}

.active-status {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.active-status .dot {
    background-color: #159E42;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    display: block;
}

.chat-box-area .active-date {
    color: var(--text-light);
    text-align: center;
    display: block;
    padding: 10px 0;
}

.chat-box-area .chat-content {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding-right: 60px;
    margin-bottom: 10px;
}

.chat-box-area .chat-content.user {
    justify-content: flex-end;
    padding-right: 0;
    padding-left: 60px;
}

.chat-box-area .chat-content.user .message-item {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.chat-box-area .chat-content.user .message-item .bubble {
    background: var(--primary);
    color: #fff;
    border-radius: 20px 2px 20px 20px;
}

.chat-box-area .chat-content.user .message-item .bubble:first-child {
    border-radius: 20px 2px 20px 20px;
}

.chat-box-area .chat-content.user .message-item .bubble:last-child {
    margin-bottom: 0;
}

.chat-box-area .chat-content.user .message-item .bubble .emoji-icon {
    display: inline-flex;
    width: 30px;
    height: 30px;
    margin: 0 3px;
}

.chat-box-area .chat-content.user .message-item .message-time {
    text-align: right;
}

.chat-box-area .chat-content .message-item .dz-media {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: none;
    margin-bottom: 25px;
}

.chat-box-area .chat-content .message-item .bubble {
    padding: 15px 18px;
    background: var(--secondary);
    border-radius: 20px 20px 20px 2px;
    color: #000;
    display: inline-flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    max-width: 260px;
    min-width: 90px;
}

.chat-box-area .chat-content .message-item .bubble:first-child {
    border-radius: 20px 20px 20px 2px;
}

.chat-box-area .chat-content .message-item .bubble:last-child {
    margin-bottom: 0;
}

.chat-box-area .chat-content .message-item .message-time {
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    margin-top: 5px;
    color: var(--text-light);
}

.notification-list > ul li {
    position: relative;
}

.notification-list .list-items {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    margin: 0 -15px;
    border-bottom: 1px solid var(--border-color);
}

.notification-list .list-items .media img {
    border-radius: 20px;
}

.notification-list .list-items .date {
    font-size: 12px;
    color: var(--title);
    opacity: 0.7;
}

.notification-list .list-items .list-content .title {
    font-size: 16px;
    margin-bottom: 5px;
}

.notification-list .list-items .dz-icon-box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius);
    background-color: var(--light);
    position: relative;
}

.notification-list .list-items .dz-icon-box:after {
    display: none;
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    width: 16px;
    height: 16px;
    z-index: 1;
    border-radius: 10px;
    background-color: #FF8730;
    border: 2px solid var(--bg-white);
}

.notification-list .list-items .dz-icon-box svg {
    width: 35px;
    height: 35px;
}

.notification-list .list-items .dz-icon-box svg path {
    fill: var(--secondary);
}

.error-page {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.error-page .title {
    font-weight: 800;
}

.error-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 170px;
}

.chat-footer {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 600px;
    transform: translateX(-50%);
    padding: 15px;
}

.chat-footer form {
    width: 100%;
}

.chat-footer form .input-wrapper {
    position: relative;
}

.chat-footer form .input-wrapper .form-control {
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    padding: 15px 45px 15px 15px;
}

.chat-footer form .input-wrapper .form-control::placeholder {
    color: var(--text-light);
}

.chat-footer form .input-wrapper .icon-popup {
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 20px;
    transform: translateY(-50%);
    line-height: 0;
    color: var(--text-light);
}

.chat-footer form .input-wrapper.message-area .emoji-icon {
    display: inline-block;
    padding-right: 7px;
    padding-top: 10px;
}

.chat-footer form .input-wrapper.message-area .emoji-icon img {
    width: 40px;
    height: 40px;
}

.chat-footer form .input-wrapper .chat-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 20px;
    line-height: 0;
    padding: 10px;
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.25);
    background-color: var(--bg-white);
}

.dz-authentication-area {
    padding: 35px 15px 35px;
}

.dz-authentication-area .main-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.dz-authentication-area .main-logo .back-btn {
    width: 46px;
    min-width: 46px;
    height: 46px;
    background-color: var(--rgba-primary-1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #373737;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.dz-authentication-area .main-logo .back-btn i {
    font-weight: 700;
}

.dz-authentication-area .main-logo .logo img {
    max-width: 135px;
}

.dz-authentication-area .dz-saprate {
    position: relative;
    display: block;
    color: var(--primary);
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    padding: 40px 0;
    z-index: 1;
}

.dz-authentication-area .dz-saprate > span {
    background-color: var(--body-bg);
    padding: 0 10px;
}

.dz-authentication-area .dz-saprate:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--primary);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.account-area .back-btn {
    width: 48px;
    min-width: 48px;
    height: 48px;
    background-color: var(--rgba-primary-1);
    border-radius: 50%;
    text-align: center;
    color: var(--title);
    font-size: 28px;
}

.account-area .country-select form .form-control {
    border-width: 0px 0px 1px 0;
    border-radius: 0;
}

.account-area .country-select form .iti--allow-dropdown input {
    padding-right: 5px;
    padding-left: 70px;
    margin-left: 0;
}

.account-area .country-select .iti {
    width: 100%;
}

.account-area .country-select .iti .iti__flag {
    transform: scale(1.4);
}

.account-area .country-select .iti .iti__arrow {
    margin-left: 20px;
    border: 0;
    position: relative;
}

.account-area .country-select .iti .iti__arrow::after {
    content: "\e842";
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--title);
    font-weight: 600;
    font-size: 18px;
    font-family: 'feather' !important;
    transform: translate(-50%, -50%);
}

.account-area.style-2 .section-head {
    padding: 15px 0;
}

.account-area.style-2 .section-head h2, .account-area.style-2 .section-head .h2 {
    margin-bottom: 10px;
}

.account-area.style-2 .section-head p {
    font-size: 16px;
    margin-bottom: 0;
}

.account-area.style-2 .section-head .badge {
    background-color: var(--rgba-primary-1);
    color: var(--primary);
    padding: 8px 14px;
    font-size: 16px;
    border-radius: var(--border-radius-md);
    font-weight: 700;
}

.account-area.style-2 .back-btn {
    width: unset;
    min-width: unset;
    height: unset;
    background-color: unset;
    border-radius: 50%;
    text-align: left;
    color: var(--title);
    font-size: 28px;
    display: inline-block;
}

.account-area.style-2 .dz-contact .input-group {
    gap: 15px;
}

.account-area.style-2 .dz-contact .input-group .input-group-text {
    font-size: 18px;
    font-weight: 600;
    color: var(--title);
    border-width: 0 0 2px;
    padding-top: 9px;
}

.account-area.style-2 .dz-contact .input-group .form-control {
    padding-left: 0;
    border-width: 0 0 2px;
    font-size: 18px;
    font-weight: 600;
}

.policy-content {
    margin-top: 30px;
}

.policy-content li {
    margin-bottom: 15px;
}

.policy-content li p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.4;
}

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

.digit-group {
    display: flex;
    flex-direction: initial;
    margin-bottom: 15px;
    justify-content: center;
}

.digit-group input {
    margin: 0 8px;
    text-align: center;
    font-size: 18px;
    color: var(--title);
    padding: 0;
    width: 50px;
    height: 50px;
}

.digit-group.input-mini .form-control {
    border-bottom-width: 2px;
}

.welcome-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 600px;
    height: 100%;
    margin: auto;
}

.welcome-area .bg-shape img {
    position: absolute;
    width: 180px;
}

.welcome-area .bg-shape .vector-1 {
    bottom: 0;
    left: 0;
}

.welcome-area .bg-shape .vector-2 {
    top: 0;
    right: 0;
}

.welcome-area .welcome-inner-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 40px 15px 60px;
    position: relative;
}

.welcome-area .welcome-inner-2::after {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.3;
    background: linear-gradient(180deg, rgba(4, 118, 78, 0) 0%, #04764E 100%);
    z-index: -1;
    height: 460px;
}

.welcome-area .welcome-inner-2 .main-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.welcome-area .welcome-inner-2 .main-wrapper .main-logo {
    text-align: center;
}

.welcome-area .welcome-inner-2 .main-wrapper .main-logo .logo-icon {
    width: 300px;
    margin: 0 auto;
}

.welcome-area .welcome-inner-2 .main-wrapper .main-logo .logo-name {
    font-size: 38px;
    margin-bottom: 14px;
}

.welcome-area .welcome-inner-2 .main-wrapper .main-logo .logo-text {
    margin-bottom: 0;
    color: rgba(12, 12, 12, 0.7);
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.welcome-area .welcome-inner-2 .dz-button-group {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    width: calc(100% - 30px);
}

.welcome-area .welcome-inner-2 .dz-button-group .title {
    margin-bottom: 40px;
}

.get-started {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding-bottom: 100px;
}

.get-started .swiper-wrapper .swiper-slide {
    opacity: 0 !important;
}

.get-started .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.get-started .slide-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
    z-index: 1;
    position: relative;
}

.get-started .slide-info .dz-title {
    margin-bottom: 20px;
}

.get-started .slide-info p {
    margin-bottom: 0;
    color: #1b1b1b;
    line-height: 22px;
}

.get-started .slide-info .dz-media {
    margin: auto;
    width: 235px;
}

.get-started .slide-info .dz-media img {
    width: 100%;
}

.get-started .slide-info .slide-content {
    z-index: 1;
    position: relative;
    padding: 0 15px;
    max-width: 350px;
    margin: 0 auto 0;
    text-align: center;
}

.bottom-btn {
    position: fixed;
    bottom: 0;
    width: calc(100% - 60px);
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
    max-width: 600px;
    padding-bottom: 25px;
}

/* +++++++++++++++ */
.loader-screen {
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loader-screen::after {
    content: "";
    position: absolute;
    background: var(--rgba-primary-8);
    backdrop-filter: blur(0px);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.loader-screen .circle-1 {
    position: absolute;
    width: 220px;
    left: -70px;
    top: 5px;
    z-index: 1;
}

.loader-screen .circle-2 {
    position: absolute;
    width: 308px;
    right: -100px;
    bottom: -70px;
    z-index: 1;
}

.loader-screen .version {
    position: absolute;
    bottom: 0;
    text-align: center;
    right: 0;
    left: 0;
    margin-bottom: 10px;
    z-index: 2;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.main-screen {
    overflow: hidden;
    z-index: 999999;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main-screen .loader {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}

.main-screen .title {
    font-weight: 600;
    font-size: 50px;
    color: #fff;
    display: flex;
    align-items: center;
}

.main-screen .title span {
    line-height: 1;
}

@keyframes dzAnimatePreloder {
    0% {
        transform: scale(1);
    }
    80%, 100% {
        transform: scale(0);
    }
}

.dz-gradient-shape::after {
    content: "";
    position: absolute;
    background: var(--bg-gradient);
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}

.profile-area .author-bx {
    text-align: center;
    padding: 30px 0;
}

.profile-area .author-bx .dz-media {
    height: 105px;
    width: 105px;
    min-width: 105px;
    position: relative;
    box-sizing: border-box;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 25px;
}

.profile-area .author-bx .dz-media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.profile-area .author-bx .name {
    margin: 0 0 10px;
    font-size: 28px;
}

.profile-area .author-bx p {
    margin: 0;
    font-size: 16px;
}

.profile-area .widget_getintuch .svg-primary {
    fill: var(--primary);
}

.profile-area .widget_getintuch .svg-primary [fill] {
    fill: var(--primary);
}

.profile-area .widget_getintuch ul {
    padding: 0;
    margin: 0;
}

.profile-area .widget_getintuch ul li {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
}

.profile-area .widget_getintuch ul li .icon-bx {
    height: 54px;
    min-width: 54px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
}

.profile-area .widget_getintuch ul li .icon-bx svg {
    height: 54px;
}

.profile-area .widget_getintuch ul li .sub-title {
    font-size: 12px;
    margin: 0 0 10px;
    font-weight: 500;
}

.profile-area .widget_getintuch ul li .title {
    margin: 0;
}

.edit-profile .profile-image {
    margin: 20px 0;
    text-align: center;
}

.edit-profile .avatar-upload .avatar-preview {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    border: 2px solid var(--primary);
}

.edit-profile .avatar-upload .avatar-preview > #imagePreview {
    display: inline-block;
    width: 135px;
    height: 135px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

.edit-profile .avatar-upload .change-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--primary);
    color: var(--theme-text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: 4px solid var(--body-bg);
}

.edit-profile .avatar-upload .change-btn i {
    line-height: 1;
    display: block;
}

.dz-offer-coupon {
    display: flex;
    align-items: center;
    background: var(--bg-white);
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}

.dz-offer-coupon .offer {
    width: 50px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 2px dashed var(--border-color);
}

.dz-offer-coupon h6, .dz-offer-coupon .h6 {
    margin-bottom: 0;
    font-weight: 500;
}

.dz-offer-coupon p {
    margin-bottom: 0;
    color: var(--text-light);
    font-size: 14px;
}

.dz-product-filter {
    height: 60px;
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px;
}

.dz-product-filter li {
    padding: 5px 30px;
    border-right: 1px solid var(--border-color);
}

.dz-product-filter li > a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dz-product-filter li > a i {
    font-size: 16px;
}

.filter-inner-content {
    margin-bottom: 35px;
}

.filter-inner-content .title-bar {
    margin-bottom: 10px;
}

.dz-product-preview {
    position: relative;
    overflow: hidden;
}

.dz-product-preview .product-detail-swiper .swiper-wrapper .swiper-slide {
    opacity: 0 !important;
}

.dz-product-preview .product-detail-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.dz-product-preview .product-detail-swiper .item-bookmark {
    left: auto;
    right: 10px;
    top: 12px;
}

.dz-product-detail {
    padding: 40px 20px 24px;
    margin-top: -40px;
    background-color: var(--bg-white);
    border-radius: 35px 35px 0px 0px;
    position: relative;
    z-index: 2;
}

.dz-product-detail .dz-handle {
    border-radius: 20px;
    background: #DDD;
    width: 61px;
    height: 6px;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.dz-product-detail .detail-content {
    margin-bottom: 30px;
    padding-right: 16px;
}

.dz-product-detail .detail-content .title {
    font-weight: 500;
}

.dz-product-detail .dz-item-rating {
    height: 64px;
    width: 64px;
    text-align: center;
    line-height: 64px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    right: 30px;
    top: -30px;
    background: #FF8730;
    box-shadow: 0px 9px 18px 0px rgba(255, 135, 48, 0.4);
}

.dz-product-detail .item-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.dz-product-detail .item-wrapper .dz-name {
    font-weight: 500;
}

.dz-product-detail .item-wrapper .dz-range-slider {
    padding: 0 20px;
    margin-bottom: 50px;
}

.dz-product-detail .item-wrapper .dz-range-slider .slider {
    width: calc(100% - 20px);
}

.dz-product-detail .item-wrapper .dz-range-slider .slider .noUi-handle {
    border-radius: 50%;
    background-color: var(--primary);
    width: 25px;
    height: 25px;
    top: -8px;
    right: -12px;
    display: block;
}

.dz-product-detail .item-wrapper .dz-range-slider .slider .noUi-handle::after {
    content: "" !important;
    clear: both;
    display: table;
    position: absolute;
    height: 45px;
    width: 45px;
    background-color: rgba(4, 118, 78, 0.1);
    top: 50%;
    left: 50%;
    z-index: -1;
    border-radius: 30px;
    transform: translate(-50%, -50%);
}

.dz-product-detail .item-wrapper .dz-range-slider .slider .noUi-pips-horizontal {
    height: 60px;
}

.dz-product-detail .item-wrapper .dz-range-slider .slider .noUi-pips-horizontal .noUi-marker {
    display: none;
}

.dz-product-detail .item-wrapper .dz-range-slider .slider .noUi-pips-horizontal .noUi-value {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-light);
}

.dz-product-detail .item-wrapper .dz-range-slider .slider .noUi-pips-horizontal .noUi-value.active-pip {
    font-weight: 600;
    color: var(--dark);
}

.dz-product-detail .item-wrapper .dz-range-slider .slider.noUi-horizontal {
    height: 12px;
}

.dz-product-detail .item-wrapper .dz-range-slider .slider.noUi-horizontal .noUi-connects {
    height: 12px;
    border-radius: 12px;
    background-color: #ECECEC;
}

.dz-product-detail .item-wrapper .dz-range-slider .slider.noUi-target {
    box-shadow: unset;
}

.dz-product-detail .item-wrapper .dz-meta-items {
    display: flex;
    align-items: center;
}

.dz-product-detail .item-wrapper .dz-meta-items .dz-price .price {
    font-size: 24px;
    font-weight: 600;
    display: inline-flex;
}

.dz-product-detail .item-wrapper .dz-meta-items .dz-price .price sub {
    line-height: 14px;
    font-size: 14px;
    margin-right: 3px;
}

.dz-product-detail .item-wrapper .dz-meta-items .dz-price .price del {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-light);
    margin-left: 5px;
    margin-top: 8px;
}

.dz-wishlist-bx {
    position: relative;
    background-color: var(--bg-white);
    overflow: hidden;
    border-radius: var(--border-radius-lg);
    display: flex;
    padding: 15px;
    align-items: center;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.dz-wishlist-bx .dz-media {
    width: 95px;
    min-width: 95px;
    border-radius: var(--border-radius-lg);
}

.dz-wishlist-bx .dz-info {
    padding: 0 0 0 15px;
    width: 100%;
}

.dz-wishlist-bx .dz-info .dz-head {
    margin-bottom: 15px;
}

.dz-wishlist-bx .dz-info p {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 12px;
    color: var(--text-light);
}

.dz-wishlist-bx .dz-info .dz-meta {
    display: flex;
    align-items: center;
}

.dz-wishlist-bx .dz-info .price {
    font-weight: 600;
    font-size: 18px;
    color: var(--title);
}

.dz-wishlist-bx.dz-box-wrap {
    flex-direction: column;
}

.dz-wishlist-bx.dz-box-wrap .dz-media {
    width: 100%;
    min-width: 100%;
    margin-bottom: 15px;
}

.dz-wishlist-bx.dz-box-wrap .dz-info {
    padding: 0;
}

.dz-total-area {
    padding: 15px 15px 15px;
    margin: 0 -15px;
    border-bottom: 1px solid var(--rgba-primary-1);
}

.dz-total-area.fixed {
    margin: 0;
    position: fixed;
    top: 80px;
    left: 50%;
    width: 100%;
    max-width: 600px;
    z-index: 8;
    background-color: var(--body-bg);
    transform: translateX(-50%);
}

.dz-total-area .total-prize {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px;
}

.dz-total-area .total-prize > li {
    font-size: 16px;
}

.dz-total-area .total-prize .prize {
    font-weight: 700;
}

.dz-total-area .dz-text {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #159E42;
    gap: 6px;
}

.dz-total-area .dz-text i {
    width: 24px;
    background-color: #159E42;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dz-cart-list {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-start;
    padding: 15px;
    border-bottom: 1px solid var(--rgba-primary-1);
    margin: 0 -15px;
}

.dz-cart-list .dz-media {
    margin-right: 13px;
    border-radius: var(--border-radius);
    max-width: 120px;
}

.dz-cart-list .dz-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.dz-cart-list .title {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}

.dz-cart-list .dz-remove {
    font-size: 14px;
    color: var(--rgba-primary-7);
}

.dz-cart-list .dz-remove i {
    font-size: 16px;
    margin-right: 4px;
}

.dz-cart-list .dz-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dz-cart-list .dz-meta li {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.dz-cart-list .dz-meta .dz-price {
    font-size: 16px;
    font-weight: 600;
}

.dz-cart-list .dz-meta .dz-price del {
    font-size: 13px;
    font-weight: 400;
    color: var(--rgba-primary-7);
}

.dz-cart-list .dz-meta .dz-review span {
    font-size: 12px;
    color: var(--rgba-primary-5);
}

.dz-cart-list .dz-meta .dz-review i {
    color: #FFA048;
    font-size: 12px;
}

.dz-cart-list .dz-status {
    color: #159E42;
    font-weight: 500;
    font-size: 14px;
}

.view-cart {
    padding: 15px 15px;
}

.view-cart ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.view-cart ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-cart ul li span {
    font-size: 14px;
    display: block;
}

.view-cart ul li .status {
    color: #159E42;
}

.view-cart ul li .price {
    color: var(--title);
    margin-bottom: 0;
}

.view-cart ul li.dz-total {
    border-top: 1px solid var(--primary);
    padding-top: 15px;
}

.view-cart ul .divider {
    border-color: var(--border-color);
}

.dz-add-box {
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid var(--primary);
    padding: 14px 15px;
    font-weight: 500;
    font-size: 14px;
}

.dz-add-box span {
    flex: 1;
}

.dz-add-box i {
    font-size: 20px;
}

.payment-card-swiper {
    margin: 0 -15px;
    padding: 0 15px 40px;
}

.payment-card {
    width: 100%;
    border-radius: 18px;
    background: linear-gradient(102deg, #000 2.98%, #242424 100%);
    box-shadow: 0px 10px 10px 0px var(--rgba-primary-1);
    overflow: hidden;
    padding: 15px;
}

.payment-card.style-2 {
    margin-bottom: 20px;
}

.payment-card.style-2 .card-info {
    margin-bottom: 40px;
}

.payment-card.style-2 .card-number {
    margin-bottom: 30px;
    letter-spacing: 3px;
}

.payment-card.bg-2 {
    background: #515151;
}

.payment-card .card-content {
    display: flex;
    flex-direction: column;
}

.payment-card .card-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.payment-card .card-info .card-title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-bottom: 0;
    color: #fff;
    display: flex;
    align-items: center;
}

.payment-card .card-info .activity {
    display: inline-block;
    margin-right: 8px;
}

.payment-card .card-number {
    color: #FFF;
    font-weight: 500;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.payment-card .bottom-info {
    display: flex;
    align-items: end;
}

.payment-card .bottom-info .holder-name {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 14px;
    flex: 1;
    font-weight: 500;
}

.payment-card .bottom-info .card-about {
    color: #fff;
}

.payment-card .bottom-info .card-about span {
    display: block;
}

.payment-card .bottom-info .card-about small, .payment-card .bottom-info .card-about .small {
    display: block;
    opacity: 0.5;
}

.search-input {
    margin-bottom: 0;
    align-items: center;
}

.search-input .search-icon {
    font-size: 22px;
}

.search-input .form-control {
    background-color: transparent;
    border: 0;
}

.add-bank .offcanvas-header {
    padding: 5px 15px;
}

.add-bank .offcanvas-body {
    background-color: var(--body-bg);
}

.add-bank .card .card-body .media {
    margin: 15px auto;
}

.item-list {
    display: table;
}

.item-list .list {
    padding: 6px 0;
    width: 50%;
    float: left;
}

.item-list .list a {
    font-size: 12px;
    font-weight: 400;
    color: var(--title);
}

.write-reviews-box {
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.write-reviews-box .rating-content {
    text-align: center;
}

.write-reviews-box .rating-content .title {
    margin-bottom: 10px;
}

.write-reviews-box .rating-content .dz-text {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--dark);
}

.write-reviews-box .rating-info {
    text-align: center;
}

.write-reviews-box .rating-info .rating-text {
    font-size: 50px;
    margin-bottom: 10px;
    color: #384144;
}

.write-reviews-box .dz-star-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.write-reviews-box .dz-star-rating li svg {
    width: 32px;
    height: 32px;
}

.write-reviews-box .dz-star-rating li svg path {
    stroke: #E9E9E9;
    fill: #E9E9E9;
}

.write-reviews-box .dz-star-rating li.active svg path {
    stroke: #FFB444;
    fill: #FFB444;
}

.write-reviews-box textarea {
    height: 108px;
    border-radius: var(--border-radius-xl);
    box-shadow: 0px 4px 14px 0px rgba(48, 159, 95, 0.12);
    border-width: 2px;
    padding: 15px;
}

.write-reviews-box textarea::placeholder {
    color: #AFAFAF;
}

.rewards-box {
    background-color: var(--primary);
    padding: 25px 30px;
    border-radius: var(--border-radius-lg);
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}

.rewards-box .sub-title {
    margin: 0 0 10px;
    color: #fff;
    font-weight: 500;
}

.rewards-box .title {
    color: #fff;
    font-size: 34px;
    margin: 0;
}

.rewards-box .redeem-btn {
    background-color: rgba(255, 255, 255, 0.17);
    padding: 12px 18px;
    border-radius: var(--border-radius-sm);
    height: auto;
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    margin-top: 25px;
}

.rewards-box:before, .rewards-box:after {
    content: "";
    position: absolute;
    width: 270px;
    height: 270px;
    z-index: -1;
    border-radius: 50%;
}

.rewards-box:before {
    left: -140px;
    bottom: -125px;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.01) 0%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.01) 0%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.01) 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 0.1;
}

.rewards-box:after {
    right: -140px;
    top: -125px;
    background: #007862;
    /* Old browsers */
    background: -moz-linear-gradient(top, #007862 20%, #1dcf8f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #007862 20%, #1dcf8f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #007862 20%, #1dcf8f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 0.9;
    transform: rotate(130deg);
}

.rewards-box .bg-icon {
    position: absolute;
    right: -20px;
    bottom: -20px;
}

.rewards-box .icon-bx {
    float: right;
}

.rewards-box .icon-bx i {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.5);
}

.rewards-list > ul {
    padding: 0;
    margin: 0;
}

.rewards-list > ul > li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
    justify-content: space-between;
    padding: 15px;
    margin: 0 -15px;
}

.rewards-list > ul > li .title {
    margin: 0 0 15px;
    font-weight: 500;
    line-height: 24px;
}

.rewards-list > ul > li .pts-bx {
    text-align: right;
    margin-left: 50px;
}

.rewards-list > ul > li .pts-bx .points {
    margin: 0 0 10px;
}

.rewards-list > ul > li .pts-bx p {
    margin: 0;
}

.rewards-list .dz-meta ul {
    padding: 0;
    margin: 0;
}

.rewards-list .dz-meta ul li {
    display: inline-block;
    font-size: 12px;
    color: var(--primary);
    padding-right: 10px;
    margin-right: 10px;
    font-weight: 500;
    position: relative;
}

.rewards-list .dz-meta ul li:after {
    content: "|";
    right: -3px;
    position: absolute;
    color: inherit;
}

.rewards-list .dz-meta ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.rewards-list .dz-meta ul li:last-child:after {
    content: none;
}

.pull_delete {
    position: relative;
    min-width: calc(100% + 90px) !important;
}

.pull_delete.trans {
    transition: all 0.4s;
}

.pull_delete .pd_btn {
    display: flex !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 50px !important;
    font-size: 0.4rem !important;
    background: var(--primary) !important;
    color: var(--theme-text-color) !important;
    text-align: center !important;
    align-items: center;
    justify-content: center;
    border-radius: 15px 0px 0px 15px;
}

.pull_delete .pd_btn::before {
    content: "\e8da";
    font-family: 'feather' !important;
    font-size: 20px !important;
    font-weight: 500;
    font-style: normal;
}

.location-tracking {
    margin: -15px;
}

.location-tracking iframe {
    height: 100%;
    width: 100%;
    border: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: -1;
}

.location-tracking .map-tooltip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dz-tracking {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.map-tooltip {
    padding: 20px 25px;
    background-color: var(--bg-white);
    display: inline-block;
    border-radius: var(--border-radius-xl);
    box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.25);
    position: relative;
}

.map-tooltip p {
    color: var(--text-light);
}

.map-tooltip:after {
    content: "";
    background-color: inherit;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 18px;
    top: -6px;
    transform: rotate(45deg);
    box-shadow: -5px -3px 10px rgba(0, 0, 0, 0.1);
}

.delivery-man {
    padding: 20px 28px 50px;
    border-radius: 35px 35px 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
    position: relative;
    margin: 0 auto -30px;
}

.delivery-man .inner-content {
    display: flex;
    align-items: center;
}

.delivery-man .icon-area {
    display: flex;
    margin-left: auto;
}

.delivery-man .dz-media {
    overflow: hidden;
    margin-right: 20px;
}

.delivery-man .title {
    margin-bottom: 5px;
    font-weight: 500;
    color: #fff;
}

.delivery-man p {
    margin: 0;
}

.delivery-man .icon-cell {
    margin-left: 10px;
    height: 50px;
    width: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
}

.delivery-man .icon-cell svg {
    height: 50px;
}

.fixed-content {
    background-color: var(--bg-white);
    border-radius: 35px 35px 0 0;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding: 40px 30px;
}

.dz-track-list {
    padding: 0;
    margin: 0;
    position: relative;
}

.dz-track-list li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.dz-track-list li .icon-bx {
    height: 58px;
    width: 58px;
    text-align: center;
    line-height: 58px;
    border-radius: 50px;
    border: 1px solid;
    border-color: var(--primary);
    margin-right: 20px;
    background-color: var(--bg-white);
}

.dz-track-list li .icon-bx svg {
    height: 58px;
}

.dz-track-list li .icon-bx.location {
    background-color: #D9EDE6;
    border-color: #D9EDE6;
}

.dz-track-list li .icon-bx path[fill],
.dz-track-list li .icon-bx path {
    fill: var(--primary);
}

.dz-track-list li .icon-bx i {
    color: var(--primary);
}

.dz-track-list li .title {
    margin-bottom: 5px;
    font-weight: 500;
}

.dz-track-list li p {
    margin: 0;
    font-size: 12px;
}

.dz-track-list li:last-child {
    margin-bottom: 0;
}

.dz-track-list li .button {
    text-transform: capitalize;
    font-weight: 700;
    margin-left: auto;
}

.dz-track-list:after {
    content: "";
    height: calc(100% - 10px);
    left: 28px;
    top: 5px;
    width: 1px;
    border-left: 2px dashed rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: -1;
}

/*==== 8. PreLoader ====*/
/* Editable */
#preloader {
    background: var(--bg-white);
    padding: 0;
    margin: 0;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#preloader .loader {
    margin: 30px auto 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 60px;
    height: auto;
}

.rounded-circle {
    border-radius: 50% !important;
}

.load-text {
    font-size: 38px;
    line-height: 38px;
    font-weight: 600;
    color: #fff;
    display: flex;
    margin: 10px 0 0;
    justify-content: center;
}

.load-text span {
    margin: 0 1px;
    animation: flip2 2.6s infinite linear;
    transform-origin: 0 70%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.load-text span:nth-child(2) {
    animation-delay: 0.3s;
}

.load-text span:nth-child(3) {
    animation-delay: 0.6s;
}

.load-text span:nth-child(4) {
    animation-delay: 0.9s;
}

.load-text span:nth-child(5) {
    animation-delay: 1.2s;
}

.load-text span:nth-child(6) {
    animation-delay: 1.5s;
}

.load-text span:nth-child(7) {
    animation-delay: 1.8s;
}

@keyframes flip2 {
    35% {
        transform: rotateX(360deg);
    }
    100% {
        transform: rotatex(360deg);
    }
}

.white-color {
    color: white;
}

.home-44{
    display: grid;
    justify-items: center;
    line-height: 25px;
}

.pad-233{
    text-align: center;
    padding: 15px 15px 15px 15px;
}
.f25{
    font-size: 25px;
}

.nav-link_{
    display: flex;
    align-items: center;
}
.mt-4 {
    margin-top: 4px !important;
}
.mt-16 {
    margin-top: 16px;
}

.mt-24 {
    margin-top: 24px;
}
.mt-28 {
    margin-top: 28px;
}

.mt-32 {
    margin-top: 32px;
}

.pt-90 {
    padding-top: 90px;
}

.time-line-task {
    display: flex;
    gap: 10px;
}
.time-line-task .box-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.time-line-task .box-left .time {
    font-size: 12px;
    line-height: 16px;
    color: var(--text-light);
    font-weight: 500;
}
.time-line-task .box-right {
    flex-grow: 1;
    padding: 12px 16px;
    padding-left: 20px;
    position: relative;
    box-shadow: 0px 4px 36px 0px rgba(16, 21, 35, 0.05);
    border-radius: 12px;
    background-color: var(--banner-bg);
}
.time-line-task .box-right .top {
    display: flex;
    justify-content: space-between;

}
.time-line-task .box-right .bottom {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.time-line-task .box-right::after {
    position: absolute;
    content: "";
    width: 4px;
    top: 18px;
    bottom: 18px;
    left: 0;
    border-radius: 12px;
    background-color: rgb(226, 232, 240);
}
.time-line-task .box-right.success::after {
    background-color: #5fd788;
}

.time-line-task .box-right.absent5::after {
    --bs-bg-opacity: 1;
    background-color: rgb(255 88 126) !important
}

.time-line-task .box-right.sick5::after {
    background-color:#ffba00 !important
}

.time-line-task .box-right.over5::after {
    background-color:#4390f8 !important
}

.time-line-task .box-right.leave5::after {
    background-color:#c459ff !important
}

.time-line-task .box-right.remote5::after {
    background-color:#2dc5bf !important
}

.time-line-task .box-right.mission5::after {
    background-color:#0093fe !important
}

.time-line-task .box-right.leave_p5::after {
    background-color:#b42dff !important
}

.time-line-task .box-right.warning::after {
    background-color: #fcdb66;
}

.tag-status {
    border-radius: 4px;
    font-size: 10px;
    line-height: 12px;
    padding: 3px 6px;
}
.tag-status.type-1 {
    background-color: rgba(69, 210, 178, 0.15);
    color: #45d2b2;
}
.tag-status.type-absent {
    background-color: #ffdee4;
    color: #861f00;
}

.tag-status.type-over {
    background-color: rgba(87, 164, 255, 0.15);
    color: #57a4ff;
}

.tag-status.type-remote {
    background-color: rgb(219 255 0 / 26%);
    color: #7b9f00;
}

.tag-status.type-mission {
    background-color: rgb(28 123 255 / 26%);
    color: #0056c1;
}

.tag-status.type-unpaidLeave {
    background-color: rgb(127 37 198 / 15%);
    color: #bb6cf9;
}

.tag-status.type-paidLeave {
    background-color: rgba(187, 108, 249, 0.15);
    color: #bb6cf9;
}

.tag-status.type-sickLeave {
    background-color: rgb(255 254 49 / 35%);
    color: #a68800;
}

.tag-status.type-break {
    background-color: rgb(0 0 0 / 18%);
    color: #6e6e6e;
    font-size: 9px;
}

.tag-status.type-2 {
    background-color: rgba(87, 164, 255, 0.15);
    color: #57a4ff;
}
.tag-status.type-3 {
    background-color: rgba(187, 108, 249, 0.15);
    color: #bb6cf9;
}
.tag-status.type-4 {
    background-color: rgba(95, 215, 136, 0.2);
    color: #5fd788;
}
.tag-status.type-5 {
    background-color: rgba(252, 219, 102, 0.2);
    color: rgb(252, 219, 102);
}
.tag-status.type-6 {
    background-color: rgba(226, 232, 240, 0.4);
    color: rgb(143, 147, 158);
}


.box-select-calendar {
    width: 53px;
    height: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgb(226, 232, 240);
}

.box-select-calendar.active {
    background-color: rgba(121, 128, 255, 0.1);
    border-color: #7980ff;
    position: relative;
}

.box-select-calendar {
    width: 53px;
    height: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgb(226, 232, 240);
}
.box-select-calendar .day {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: var(--text-accent);
}
.box-select-calendar.active {
    background-color: rgba(121, 128, 255, 0.1);
    border-color: #7980ff;
    position: relative;
}
.box-select-calendar.active::after {
    position: absolute;
    content: "";
    bottom: 6px;
    width: 4px;
    height: 4px;
    background-color: #7980ff;
    border-radius: 100px;
}

.box-task {
    border-radius: 12px;
}

.box-task.style-3 {
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.06);
    padding: 12px 18px 16px 20px;
    background-color: var(--banner-bg);
}
.box-task.style-3 .top {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(70, 77, 97, 0.16);
}

.box-task.style-2 {
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--border-color);
    padding: 16px 18px;
    background-color: var(--bg-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.box-task.style-2 .box-icon {
    color: #7980ff;
    font-size: 26px;
    background-color: rgb(190 190 190 / 15%);
}

.box-task.style-2 .content {
    flex-grow: 1;
}

.box-icon.w-52 {
    width: 52px;
    height: 52px;
}

/*------------ progressbar ---------------- */
.progress {
    height: 12px;
    border-radius: 99px;
    background-color: rgba(0, 0, 0, 0.16);
    border-color: transparent;
}
.progress .progress-bar {
    background-color: #7980ff;
    border-radius: 99px;
}
.progress .progress-bar.success {
    background-color: var(--success);
    border-color: var(--success);
}
.progress .progress-bar.danger {
    background-color: var(--danger);
    border-color: var(--danger);
}
.progress .progress-bar.warning {
    background-color: var(--warning);
    border-color: var(--warning);
}
.progress .progress-bar.info {
    background-color: var(--info);
    border-color: var(--info);
}
.progress .progress-bar.dark {
    background-color: var(--dark);
    border-color: var(--dark);
}
.progress .progress-bar.liner-primary {
    background: var(--liner-primary);
}
.progress.h-2 {
    height: 2px;
}
.progress.h-4 {
    height: 4px;
}
.progress.h-5 {
    height: 5px;
    border-radius: 6px;
}
.progress.h-5 .progress-bar {
    border-radius: 6px;
}
.progress.h-6 {
    height: 6px;
}
.progress.h-8 {
    height: 8px;
}
.progress.h-10 {
    height: 10px;
}
.progress .progress-animated {
    animation-duration: 5s;
    animation-name: scrollanimated;
    transition: all 0.3s ease 0s;
}

@keyframes scrollanimated {
    0% {
        width: 0;
    }
}
.circle_percent {
    font-size: 53px;
    width: 1em;
    height: 1em;
    position: relative;
    background: #f8fafc;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}
.circle_percent2 {
    font-size: 53px;
    width: 1em;
    height: 1em;
    position: relative;
    background: #f8fafc;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip: rect(0 1em 1em 0.5em);
}

.round_per {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    background-color: #64bef1;
    clip: rect(0 1em 1em 0.5em);
    transform: rotate(180deg);
    transition: 1s;
}

.percent_more .circle_inner {
    clip: rect(0 0.5em 1em 0em);
}

.percent_more:after {
    position: absolute;
    left: 0.5em;
    top: 0em;
    right: 0;
    bottom: 0;
    background-color: #64bef1;
    content: "";
}

.circle_inbox {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    background: #fff;
    z-index: 3;
    border-radius: 50%;
}

.percent_text {
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.text-black-4 {
    color: var(--text-light);
    opacity: 0.92;
}

.radius-8 {
    border-radius: 8px;
}

.text-caption-2 {
    font-size: 10px;
    line-height: 16px;
}

.m-auto0{
    margin: auto 0;
}

.notification-list {
    padding: 0;
}

.notification-list ul {
    padding: 0;
    margin: 0;
}

.notification-list ul li {
    margin: 0 0 15px 0;
    display: block;
}

.notification-list ul li .card {
    padding: 20px 20px;
    border-radius: 8px;
    margin: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    --f7-card-bg-color: #fff;
}
.notification-list ul li .item-title {
    margin: 0 0 12px;
}
.notification-list ul li .item-text {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 22px;
}

.notification-list ul li .item-time {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #787878;
}

.notification-list ul li .mark {
    font-weight: 500;
}

.page.bg-gray, .page-content.bg-gray {
    background: #f9f9f9 !important;
}

.box-profile {
    padding: 32px 0px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.box-profile .avatar {
    position: relative;
}

.avt-100 {
    width: 100px;
    min-width: 100px;
    height: 100px;
}

.avatar img {
    width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}

.box-profile .avatar .icon {
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background-color: #ff5353;
}

.list-view-item:first-child {
    padding-top: 0;
}

.list-view-item.style-1 {
    padding-left: 4px;
}

.list-view-item {
    padding: 16px 0px 12px;
}

.line-bt {
    border-bottom: 1px solid rgba(49, 57, 79, 0.08) !important;
}
.gap-20 {
    gap: 20px;
}
.box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.radius-12 {
    border-radius: 12px;
}

.bg-grey-2 {
    background-color: #f6f5f7;
}

.list-view-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-view-item a .title {
    flex-grow: 1;
}

.text-black-2 {
    color: var(--title) !important;
    opacity: 0.92;
}

.font-title-btn {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}

.box-icon.w-20 {
    width: 20px;
    height: 20px;
}

.box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu0{
    color: #a3a3a3;
    font-size: 21px;
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
}

.footer-fixed.button {
    padding: 20px 24px 24px;
}

.tf-container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
}

/*------------ dropdown ---------------- */
.dropdown-menu {
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.06);
    border-color: transparent;
    min-width: 114px;
    z-index: 1010;
}
.dropdown-menu .dropdown-item {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--onSurface);
}
.dropdown-menu .dropdown-item .icon {
    color: var(--text-4);
    font-size: 20px;
}
.dropdown-menu .dropdown-item:active {
    background-color: #fff;
}
.dropdown-menu .dropdown-item:hover {
    background-color: transparent;
}

/*------------ dropdown ---------------- */
.dropdown-menu {
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.06);
    border-color: transparent;
    min-width: 114px;
    z-index: 1010;
}
.dropdown-menu .dropdown-item {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--onSurface);
}
.dropdown-menu .dropdown-item .icon {
    color: var(--text-4);
    font-size: 20px;
}
.dropdown-menu .dropdown-item:active {
    background-color: #fff;
}
.dropdown-menu .dropdown-item:hover {
    background-color: transparent;
}

.dropdown .dropdown-toggle:after {
    content: none;
}
.dropdown .dropdown-menu .dropdown-item {
    padding: 0;
    color: var(--onSurface);
    font-weight: 500;
    font-size: 14px;
}
.dropdown .dropdown-menu .dropdown-item:not(:last-child) {
    padding-bottom: 10px;
}
.dropdown .dropdown-menu .dropdown-divider {
    margin: 0px 0px 10px;
    border-color: var(--line);
}
.dropdown .dropdown-menu.full {
    min-width: 100%;
}
.dropdown.style-2 .dropdown-menu .dropdown-header {
    font-size: 16px;
    font-weight: "Inter", sans-serif;
    color: var(--onSurface);
    font-weight: 700;
}
.dropdown.style-2 .dropdown-menu .top {
    padding-bottom: 10px;
}
.dropdown.style-2 .dropdown-menu .top .dropdown-header {
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--line);
}
.dropdown.style-2 .dropdown-menu .top .dropdown-item {
    padding-top: 10px;
}
.dropdown.style-2 .dropdown-menu .bottom .dropdown-header {
    padding: 0;
    padding-top: 10px;
    border-top: 1px solid var(--line);
}
.dropdown.style-2 .dropdown-menu .bottom .dropdown-item {
    padding-top: 10px;
}
.dropdown.style-3 .dropdown-menu {
    padding: 10px 0px;
    border: 0;
}
.dropdown.style-3 .dropdown-menu .dropdown-item {
    padding: 8px 20px;
}
.dropdown.style-3 .dropdown-menu .dropdown-item.active {
    background: var(--rgba-primary);
}
.dropdown.style-3 .dropdown-menu .dropdown-item.disable {
    color: var(--text);
}
.dropdown.dropup .dropdown-toggle:after {
    content: "\e919";
    font-family: "icomoon";
    border: 0;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.dropdown.dropend .dropdown-toggle:after {
    content: "\e91c";
    font-family: "icomoon";
    border: 0;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}
.dropdown.dropstart .dropdown-toggle::before {
    content: "\e91d";
    font-family: "icomoon";
    border: 0;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}
.dropdown .btn-dropdown:after {
    content: "\e91a";
    font-family: "icomoon";
    border: 0;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.btn-dropdown:after {
    content: "\e91a";
    font-family: "icomoon";
    border: 0;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.min-w-auto {
    min-width: auto;
}

.dropdown-backdrop.show:before {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(49, 57, 79, 0.12);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    content: "";
    z-index: 1;
}

.dropdown-menu.dropdown-setting-task {
    box-shadow: none;
    border-top-right-radius: 0;
    top: 20px !important;
}
.dropdown-menu.dropdown-setting-task .dropdown-item {
    padding: 16px 0px !important;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: rgb(49, 57, 79);
    opacity: 0.9;
}
.dropdown-menu.dropdown-setting-task .dropdown-item:not(:last-child) {
    border-bottom: 1px solid rgba(49, 57, 79, 0.1);
}
.dropdown-menu.dropdown-setting-task .dropdown-item:first-child {
    padding-top: 0px !important;
}
.dropdown-menu.dropdown-setting-task .dropdown-item:last-child {
    padding-bottom: 0px !important;
}

.dropdown .drop-select-visibility {
    position: relative;
    padding: 14px;
    padding-left: 48px;
    padding-right: 20px;
    background-color: var(--input-bg);
    border-radius: 12px;
}

.dropdown-calendar {
    padding: 10px !important;
}
.dropdown-calendar .fc-direction-ltr {
    width: 290px;
}
.dropdown-calendar .fc-direction-ltr .fc-col-header {
    width: 100% !important;
}
.dropdown-calendar .fc-direction-ltr .fc-daygrid-body,
.dropdown-calendar .fc-direction-ltr .fc-scrollgrid-sync-table {
    width: 100% !important;
}
.dropdown-calendar .fc-view-harness {
    height: 200px !important;
}
.dropdown-calendar .btn-close-drop {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: -15px;
    right: -15px;
    background-color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(49, 57, 79, 0.7);
}
.dropdown-calendar .btn-close-drop.st2 {
    left: -15px;
    right: unset;
}

.box-description-task {
    position: relative;
}
.box-description-task .area-message {
    height: 60px;
}
.box-description-task .btn-see-desc {
    position: absolute;
    right: 0;
    bottom: 5px;
}

.dropdown .drop-select-visibility {
    position: relative;
    padding: 18px;
    padding-left: 48px;
    padding-right: 20px;
    background-color: var(--input-bg);
    border-radius: 12px;
}
.dropdown .drop-select-visibility .icon {
    position: absolute;
    left: 20px;
    top: 17px;
    font-size: 15px;
    color: var(--text-accent);
}
.dropdown .drop-select-visibility::after {
    content: "\e91d";
    position: absolute;
    font-family: "icomoon";
    transform: rotate(270deg);
    font-size: 12px;
    right: 20px;
    top: 17px;
    color: rgba(49, 57, 79, 0.6);
    border: 0;
}
.dropdown .title-visibility {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: var(--text-accent);
}
.dropdown .dropdown-visibility {
    padding: 0;
}
.dropdown .dropdown-visibility .dropdown-item {
    padding: 15px;
}
.dropdown .dropdown-visibility .dropdown-item.active {
    background-color: transparent;
}
.dropdown .dropdown-visibility .dropdown-item.active .title-visibility {
    color: #7980ff;
}

.form-control {
    height: 48px;
    border: 1px solid var(--input-border-color);
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 400;
    color: var(--title);
    transition: all 0.3s ease-in-out;
    background-color: #f8fafc;
    border-radius: var(--border-radius-sm);

}

.input-icon {
    position: relative;
}

.input-icon .icon {
    position: absolute;
    top: 16px;
    left: 20px;
    font-size: 20px;
    color: var(--text-accent);
}

.input-icon .form-control {
    padding-left: 52px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 22px;
    color: rgba(49, 57, 79, 0.9);
}

.fc-direction-ltr {
    box-shadow: 0px 4px 40px 0px rgba(16, 21, 35, 0.06);
    border-radius: 12px;
}

.fc .fc-toolbar-title {
    font-size: 16px;
    line-height: 28px;
    color: #31394f;
}
.fc .fc-toolbar.fc-header-toolbar {
    padding: 14px 18px 18px;
    margin: 0;
}
.fc .fc-toolbar-chunk {
    display: flex;
    align-items: center;
}
.fc .fc-button-primary:hover {
    background-color: transparent;
    color: #7980ff;
    border-color: transparent;
}
.fc .fc-col-header-cell-cushion {
    color: rgba(49, 57, 79, 0.7);
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
}
.fc .fc-today-button:hover,
.fc .fc-button-primary {
    background-color: #7980ff;
    border-color: #7980ff;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}
.fc .fc-today-button:hover:disabled,
.fc .fc-button-primary:disabled {
    opacity: 1;
    background-color: #7980ff;
    border-color: #7980ff;
}
.fc .fc-prev-button,
.fc .fc-next-button {
    background-color: #fff;
    border-color: #fff;
    color: rgba(49, 57, 79, 0.5);
    padding: 0;
    outline: none;
    outline-offset: 0;
}
.fc .fc-prev-button:focus, .fc .fc-prev-button:not(:disabled):active,
.fc .fc-next-button:focus,
.fc .fc-next-button:not(:disabled):active {
    background-color: transparent;
    border-color: transparent;
    color: #7980ff;
    box-shadow: none;
}
.fc .fc-prev-button:not(:disabled):active:focus,
.fc .fc-next-button:not(:disabled):active:focus {
    box-shadow: none;
}
.fc .fc-next-button {
    margin-left: 4px !important;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: auto;
}
.fc .fc-daygrid-day-top {
    justify-content: center;
    opacity: 1 !important;
}
.fc .fc-daygrid-day-number {
    color: rgba(49, 57, 79, 0.7);
    font-weight: 400;
    font-size: 12px;
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: transparent;
    position: relative;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background-color: #7980ff;
    border-radius: 50%;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    color: #fff;
}
.fc .fc-daygrid-day-frame {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fc .fc-scroller-liquid-absolute {
    padding-top: 24px;
}
.fc .fc-highlight {
    background-color: rgb(188, 192, 255);
}

.fc-theme-standard .fc-scrollgrid,
.fc-theme-standard td,
.fc-theme-standard th {
    border: 0;
}

.box-select-calendar {
    width: 53px;
    height: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgb(226, 232, 240);
}
.box-select-calendar .day {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: var(--text-accent);
}
.box-select-calendar.active {
    background-color: rgba(121, 128, 255, 0.1);
    border-color: #7980ff;
    position: relative;
}
.box-select-calendar.active::after {
    position: absolute;
    content: "";
    bottom: 6px;
    width: 4px;
    height: 4px;
    background-color: #7980ff;
    border-radius: 100px;
}

.timeline-item-date {
    display: flex;
    gap: 12px;
    align-items: center;
}
.timeline-item-date .box-icon {
    background-color: rgba(49, 57, 79, 0.06);
}
.timeline-item-date .box-icon .icon {
    font-size: 20px;
}

.box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-icon.w-40 {
    width: 40px;
    height: 40px;
}

.box-icon.w-36 {
    width: 36px;
    height: 36px;
}

.wd-file-message .box-icon {
    border-radius: 8px;
}

.wd-file-message .box-icon.type-1 {
    background-color: rgba(154, 240, 93, 0.18);
}


.rounded-50 {
    border-radius: 50%;
}

.icon0 {
    width: 20px;
    height: 28px;
    font-size: 25px;
    color: var(--text-accent);
}

.dz-add-box i {
    font-size: 20px;
}

.i2{
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #747474;
}

.lh30{
    line-height: 25px;
}

.back0{
    width: 46px;
    min-width: 46px;
    height: 46px;
    background-color: var(--rgba-primary-1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--dark);
    border-radius: 50%;
}

.refresh-icon {
    display: none;
    text-align: center;
    margin: 10px 0;
}

.refreshing .refresh-icon {
    display: block;
}

.justify-content-center {
    justify-content: center !important;
}

.modal-icon{
    float: none;
    display: block;
    font-size: 62px;
}

.tf-btn {
    padding: 16px 28px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.d-flex {
    display: flex !important;
}

.d13{
    flex-wrap: inherit !important;
}

.wd-file-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.list-desc-project {
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 25px;
    font-size: 12px;
}
.list-desc-project .box-left {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 45%;
    font-size: 12px;
    opacity: 0.9;
}
.list-desc-project .box-right {
    flex-grow: 1;
}
.list-desc-project .box-right .add-member {
    margin-left: 12px;
    padding-top: 4px;
    font-size: 18px;
    line-height: 18px;
}
.list-desc-project .box-right .add-member .icon {
    color: #7980ff;
}

.uploadfile {
    display: flex;
    align-items: center;
    gap: 8px;
}

.uploadfile .file-name {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    font-size: 9px;
    line-height: 16px;
    padding: 2px 8px;
    border: 1px solid #7980ff;
    border-radius: 8px;
    color: #7980ff;
}

.avt-24 {
    width: 24px;
    min-width: 24px;
    height: 24px;
}

.avatar.round {
    border-radius: 50%;
    overflow: hidden;
}

.gap-6 {
    gap: 6px !important;
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-absent {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-sick {
    background-color:#ffba00 !important
}

.bg-leave {
    background-color:#c459ff !important
}

.bg-leave_p {
    background-color:#b42dff !important
}

.bg-remote {
    background-color:#2dc5bf !important
}

.bg-mission {
    background-color: #0093fe !important;
}

.bg-out {
    background-color:#000000 !important
}

.bg-mission {
    background-color:#0093fe !important
}

.bg-over {
    background-color:#4390f8 !important
}

.alert-alt.alert-no {
    border-left: 0.25rem solid #20c100;
    border-right: 0.25rem solid #19d100;
    padding: 17px 10px;
    text-align: center;
    background-color: var(--banner-bg);
    color: var(--dark);
}
.icon09{
    font-size: 17px;
    color: #000000ed;
}

.va{
    vertical-align: middle!important;
}

/*--------------- widget ---------------- */
.list-view-item {
    padding: 16px 0px 12px;
}
.list-view-item.style-1 {
    padding-left: 4px;
}
.list-view-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-view-item a .title {
    flex-grow: 1;
}
.list-view-item:first-child {
    padding-top: 0;
}
.list-view-item:last-child {
    padding-bottom: 0;
}

.item-check {
    padding: 24px 0 16px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(49, 57, 79, 0.1);
}
.item-check.language-val {
    gap: 14px;
}
.item-check.language-val .img {
    width: 24px;
    height: 16px;
}
.item-check.language-val .title {
    flex-grow: 1;
}
.item-check.active {
    color: #7980ff;
}
.item-check.active .icon {
    display: block;
}
.item-check .icon {
    color: #7980ff;
    display: none;
    font-size: 22px;
}
.pb-32 {
    padding-bottom: 32px !important;
}

.mt-8 {
    margin-top: 8px;
}

.mt-15 {
    margin-top: 15px;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.input-fill .form-control {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.07) inset;
}

.border11{
    border: 1px solid transparent;
}

select, textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color] {
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding: 16px 14px!important;
    border-radius: 12px;
   /* border: 1px solid transparent; */
    color: rgba(49, 57, 79, 0.7)!important;
    background-color: #f8fafc!important;
}

/*# sourceMappingURL=style.css.map */

.single-chart {
    width: 44%;
    justify-content: space-around ;
}

.circular-chart {
    font-size: 18px;
    width: 3em;
    height: 3em;
    position: relative;
    background-color: var(--bg-white);
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}

.circle {
fill: none;
stroke-width: 2.8;
stroke-linecap: round;
animation: progress 2s ease-out forwards;
}

@keyframes progress {0% { stroke-dasharray: 0 100;}}

.circular-chart.orange .circle {
    stroke: #ff3e4e;
}

.circular-chart.green .circle {
    stroke: #4CC790;
}

.circular-chart.blue .circle {
    stroke: #3c9ee5;
}

.circular-chart.pay .circle {
    stroke: #b42dff;
}

.percentage {
fill: #666;
font-family: sans-serif;
font-size: 0.5em;
text-anchor: middle;
}

.leave_p4 {
    color: #b42dff !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-80 {
    margin-top: 80px;
}

.pull-end{
    float: right!important;
}

#iconContainer {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(21 158 66);
}

@media only screen and (max-width: 600px) {
    #iconContainer i {
        font-size: 24px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 1200px) {
    #iconContainer i {
        font-size: 36px;
    }
}

@media only screen and (min-width: 1201px) {
    #iconContainer i {
        font-size: 48px;
    }
}

.pl52{ padding-left: 52px !important; }

.invoice-container {
     background-color: var(--bg-white);
}

.bg-light-2 {
    background-color: var(--bg-dark-light) !important;
}

.bg-light-4 {
    background-color: var(--bg-dark-light) !important;
}

.theme-dark .custom-color {
    --stroke-color: #fff;
}
.title2{
    color: var(--title);
}
.theme-dark .form-select {
    background: #212121 !important;
    color: #fff !important;
}
.theme-dark .apexcharts-canvas text {
    --color-500: #fff !important;
}