@charset "UTF-8";
/*! -----------------------------------------------------------------------------------

    Template Name: Admiro Admin
    Template URI: http://admin.pixelstrap.com/Admiro/theme
    Description: This is Admin Template
    Author: Pixelstrap
    Author URI: https://themeforest.net/user/pixelstrap

    -----------------------------------------------------------------------------------*/
/*!
 * 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-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --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: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --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: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --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(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --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: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --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(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[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: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::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;
}

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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: 0.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: -0.25em;
}

sup {
  top: -0.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.25rem;
  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.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

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

.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-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.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.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333333%;
  }
  .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.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .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: 1400px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .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: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --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: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --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: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --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: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --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: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --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: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --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: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --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: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --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: 1399.98px) {
  .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.5;
}

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

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

.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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  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: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  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.5;
  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.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.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.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  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.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 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.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  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: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 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.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  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.5rem;
  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.25em;
  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: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.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: #0d6efd;
  border-color: #0d6efd;
  --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='%2386b7fe'/%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: 1.5rem;
  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(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 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: #0d6efd;
  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: #b6d4fe;
}
.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: #0d6efd;
  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: #b6d4fe;
}
.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: wrap;
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  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.25rem;
  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.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.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: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.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.5em + 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='%23198754' 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.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 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 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 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='%23198754' 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.75em + 0.375rem) calc(0.75em + 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 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 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 0.25rem 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: 0.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: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.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.5em + 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='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 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='%23dc3545'%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='%23dc3545' 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.75em + 0.375rem) calc(0.75em + 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 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 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 0.25rem 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: 0.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: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --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 0.25rem 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: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

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

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

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

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

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

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

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

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --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: 49, 132, 253;
  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.25rem;
  --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.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.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: 1rem;
  --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: #0d6efd;
  --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: 1400px) {
  .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.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.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: #0d6efd;
  --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(13, 110, 253, 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: #0d6efd;
}
.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.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --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.25rem;
  --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%2833, 37, 41, 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: 0.25rem;
  --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,
.navbar > .container-xxl {
  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: 1400px) {
  .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: 0.75rem;
  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(-0.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(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.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(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.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='%23212529'%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='%23052c65'%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: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 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: 1rem;
  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='%236ea8fe'%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='%236ea8fe'%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, "/") /* 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: 1rem;
  --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(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --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.25rem;
  --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.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.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.75rem;
  --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: #0d6efd;
  --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: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  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: 1400px) {
  .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(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  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: 1.5rem;
  --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(-0.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.5;
  --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) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.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) * 0.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) * 0.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: 1399.98px) {
  .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.875rem;
  --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: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.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) * 0.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) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.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) * 0.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) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.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.875rem;
  --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: 1rem;
  --bs-popover-header-color: inherit;
  --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: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  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);
}
.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) * 0.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) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.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) * 0.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(-0.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) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.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, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
    --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.5;
  }

  @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: 1399.98px) {
    .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: 1399.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
      transition: none;
    }
  }
  @media (max-width: 1399.98px) {
    .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: 1400px) {
    .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(--bs-offcanvas-color);
    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) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
    margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-0.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: 0.6em;
  }

  .placeholder-sm {
    min-height: 0.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: #fff !important;
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
  }

  .text-bg-success {
    color: #fff !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(10, 88, 202, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(10, 88, 202, 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(86, 94, 100, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(86, 94, 100, 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(20, 108, 67, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(20, 108, 67, 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(61, 213, 243, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(61, 213, 243, 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, 205, 57, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 205, 57, 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(176, 42, 55, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(176, 42, 55, 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(249, 250, 251, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(249, 250, 251, 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(26, 30, 33, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(26, 30, 33, 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: 75%;
  }

  .ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
  }

  .ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
  }

  .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: 1400px) {
    .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;
  }

  .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-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.375rem + 1.5vw) !important;
  }

  .fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-5 {
    font-size: 1.25rem !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.5 !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: 1400px) {
    .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.5rem !important;
    }
    .fs-2 {
      font-size: 2rem !important;
    }
    .fs-3 {
      font-size: 1.75rem !important;
    }
    .fs-4 {
      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;
    }
  }
  :root {
    --white: #ffffff;
    --black: #000000;
    --body-font-color: #292929;
    --font-color: #aaa3a0;
    --shape-border: #e5e5e5;
    --scrollbar-color: #aeaeae;
    --light-border: #dceee6;
    --theme-default: #308e87;
    --theme-secondary: #f39159;
    --body-color: #f9f7f6;
    --primary-color: #308e87;
    --secondary-color: #f39159;
    --success-color: #3eb95f;
    --info-color: #02a2b9;
    --warning-color: #ea9200;
    --danger-color: #e74b2b;
    --light-color: #f5f5f5;
    --footer-icon: #f40000;
    --active-bg-color: #d9e8e5;
    --font-color: #aaa3a0;
    --border-color: #ebebeb;
    --light-gray: #e5e5e5;
    --light-semi-gray: #efefef;
    --bg-light: #f4f4f4;
    --light-fill: #f4f4f4;
    --dark:#292929;
    --light-background:#f2f3f7;
    --theme-body-font-color: #2f2f3b;
    --light-text: #999999;
    --light-chartist-grid-color: #f6f9fd;
    --gray-60: #cccccc;
    --span-color: #f2f3f7;
    --light-gray-color:#aaa3a0;
    --gray-200: #e9ecef;
    --gray-700: #495057;
    --gray2: #d3d3d3;
    --table-border:#e4e4e4;
    --alert-light-light: #f1efee;
    --border-light-color:#f3f3f3;
    --form-select:#ced4da;
    --timline-dot-line:#52526c;
    --light2: #1d1e26;
    --pitch-color: #fe8a7d;
    --categorie-hover: #f4f5f8;
    --color-fiord: #455a64;
    --dropdown-menu: #2B2B2B;
    --dropdown-bg-color: #F9F9F9;
    --dropdown-content-color:#F2F2F2;
    --dropdown-toggle: #308e87;
    --table-hover-color: #F6F6F6;
    --table-double-color: #DEE2E6;
    --ping-success: #369B36;
    --ping-light-success: #70C770;
    --fb: #50598E;
    --twitter: #6FA2D8;
    --google-plus: #C64E40;
    --linkedin: #0077B5;
    --face-hue1: 60;
    --face-hue2: 30;
    --delay-left: 0s;
    --delay-right: 0s;
    --delay-mouth-lower: 0s;
    --delay-mouth-upper: 0s;
    --input-hue: 60;
    --percent: 50%;
    --hue: 223;
    --face: hsl(var(--hue),10%,100%);
    --lt-gray: hsl(var(--hue),10%,95%);
    --gray1: hsl(var(--hue),10%,90%);
    --gray2: hsl(var(--hue),10%,80%);
    --gray7: hsl(var(--hue),10%,30%);
    --gray9: hsl(var(--hue),10%,10%);
    --primary: hsl(var(--hue),90%,55%);
    --trans-dur: 0.3s;
    --normal: #ECEAF3;
    --normal-shadow: #D9D8E3;
    --normal-mouth: #9795A4;
    --normal-eye: #595861;
    --active: #F8DA69;
    --active-shadow: #F4B555;
    --active-mouth: #F05136;
    --active-eye: #313036;
    --active-tear: #76b5e7;
    --active-shadow-angry: #e94f1d;
    --landing-footer-bg: #11312E;
  }

  .dark-only, .dark-sidebar .logo-wrapper, .dark-sidebar .page-sidebar {
    --black: #ffffff;
    --white: #181919;
    --font-color: #7c7a7a;
    --dark: #9d9999;
    --body-font-color: #e2e2e2;
    --light-gray-color: #f1f1f1;
    --gray-700: #a7a7a7;
    --gray2: #5f5f5f;
    --gray-60: #858585;
    --shape-border: #474545;
    --span-color: #1D1D1D;
    --scrollbar-color: #eee;
    --body-color: #0e0f0f;
    --light-border: #474545;
    --light-gray: #474545;
    --sub-title: #B6B0B0;
    --border-color: #474545;
    --gray-200: #313131;
    --active-bg-color: #1D1D1D;
    --bg-light: #0e0f0f;
    --light-semi-gray: #0e0f0f;
    --alert-light-light: #181919;
    --theme-body-font-color: #B6B0B0;
    --light-background: #0e0f0f;
    --light-color: #0e0f0f;
    --dropdown-menu: #ffffff;
    --border-light-color: #474545;
    --timline-dot-line: #B6B0B0;
    --bs-tertiary-bg: #181919;
    --bs-body-bg: #181919;
    --bs-heading-color: #c6c6c6;
    --bs-body-color: #B6B0B0;
    --bs-border-color: #474545;
    --bs-white-rgb: #0e0f0f;
    --bs-popover-header-bg: #0e0f0f;
    --bs-toast-header-bg: #0e0f0f;
    --bs-secondary-color: #B6B0B0;
    --bs-btn-color: #B6B0B0;
    --bs-btn-active-color: #B6B0B0;
    --bs-nav-tabs-link-hover-border-color: #e9ecef;
  }

/**=====================
     mixins
     ==========================**/
/**=====================
     keyframes
     ==========================**/
     @keyframes spin {
      100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
      }
    }
/**=====================
     typography css start
     ==========================**/
     body {
      font-family: "Nunito Sans", sans-serif;
      font-size: 14px;
      color: var(--body-font-color);
      background-color: transparent !important;
      overflow-x: hidden;
    }

    html,
    body {
      height: 100%;
    }

    h1, .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
      margin: 0;
    }

    h1, .h1 {
      font-size: 30px;
      font-weight: 700;
    }

    h2, .h2 {
      font-size: 24px;
      font-weight: 700;
      letter-spacing: 0.5px;
    }

    h3, .h3 {
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0.5px;
    }

    h4, .h4 {
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 1px;
    }

    h5, .h5 {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.4;
      letter-spacing: 0.5px;
    }
    @media (max-width: 575.98px) {
      h5, .h5 {
        font-size: 15px;
      }
    }

    h6, .h6 {
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0.5px;
    }

    a {
      font-size: 14px;
      text-decoration: none;
      color: var(--theme-default);
      transition: 0.5s all;
    }
    a:hover {
      color: var(--theme-default);
      transition: 0.5s all;
    }
    a:focus-visible {
      outline: none;
    }

    blockquote {
      border-left: 4px solid var(--theme-default);
      padding: 18px;
    }
    blockquote p,
    blockquote .blockquote-footer {
      font-size: 16px;
    }

    .figure.text-center blockquote {
      border: none !important;
    }
    .figure.text-end blockquote {
      border-left: none !important;
      border-right: 4px solid var(--theme-default);
    }

    .svg-color {
      width: 24px;
      height: 24px;
      stroke: var(--body-font-color);
    }

    .svg-white {
      stroke: var(--white);
    }

    span {
      display: inline-block;
    }

    ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }

    .card-wrapper {
      padding: 14px;
    }
    .card-wrapper dl dt {
      font-weight: 500;
    }

    .list-section ul {
      list-style: disc;
      margin-left: 15px;
    }

    /**==common_flex==**/
    .common-flex {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .text-gray2 {
      color: var(--gray2);
    }

    .text-primary {
      color: var(--theme-default) !important;
    }

    .text-secondary {
      color: var(--theme-secondary) !important;
    }

    .text-success {
      color: var(--success-color) !important;
    }

    .text-danger {
      color: var(--danger-color) !important;
    }

    .text-warning {
      color: var(--warning-color) !important;
    }

    .text-info {
      color: var(--info-color) !important;
    }

    .text-light {
      color: var(--light-color) !important;
    }

    .text-dark {
      color: var(--body-font-color) !important;
    }

    .swal-button {
      background-color: var(--theme-default);
    }
    .swal-button:active {
      background-color: var(--theme-default);
    }

    .swal-button--cancel {
      background-color: #EFEFEE !important;
    }

/**=====================
     typography css end
     ==========================**/
/**=====================
     Reset css start
     ==========================**/
     ::selection {
      background-color: var(--theme-default);
      color: var(--white);
    }

    ::-moz-selection {
      background-color: var(--theme-default);
      color: var(--white);
    }

    /*====== Font-weight css starts ======*/
    .f-w-100 {
      font-weight: 100 !important;
    }

    .f-w-300 {
      font-weight: 300 !important;
    }

    .f-w-500 {
      font-weight: 500 !important;
    }

    .f-w-400 {
      font-weight: 400 !important;
    }

    .f-w-600 {
      font-weight: 600 !important;
    }

    .f-w-700 {
      font-weight: 700 !important;
    }

    .f-w-900 {
      font-weight: 900 !important;
    }

    /*====== Font-weight css ends ======*/
    /* ===== Scrollbar CSS ===== */
    /* Firefox */
    * {
      scrollbar-width: auto;
      scrollbar-color: var(--theme-default);
    }

    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
      width: 5px;
      height: 7px;
    }

    *::-webkit-scrollbar-track {
      background: var(--white);
    }

    *::-webkit-scrollbar-thumb {
      background-color: var(--theme-default);
      border-radius: 10px;
    }

    .text-primary {
      color: var(--theme-default) !important;
    }

    .text-secondary {
      color: var(--theme-secondary) !important;
    }

    .badge-primary {
      background-color: var(--theme-default);
    }

    .custom-scroll::-webkit-scrollbar {
      height: 6px;
      width: 6px;
    }
    .custom-scroll::-webkit-scrollbar-track {
      background-color: var(--gray-200);
    }
    .custom-scroll::-webkit-scrollbar-thumb {
      background-color: rgba(48, 142, 135, 0.2);
      border-radius: 3px;
      border: 1px solid var(--light-gray);
    }

    .chat-page .uk-h1,
    .chat-page .uk-h2,
    .chat-page .uk-h3,
    .chat-page .uk-h4,
    .chat-page .uk-h5,
    .chat-page .uk-h6,
    .chat-page .uk-heading-2xxlarge,
    .chat-page .uk-heading-large,
    .chat-page .uk-heading-medium,
    .chat-page .uk-heading-small,
    .chat-page .uk-heading-xxlarge,
    .chat-page h1,
    .chat-page .h1,
    .chat-page h2,
    .chat-page .h2,
    .chat-page h3,
    .chat-page .h3,
    .chat-page h4,
    .chat-page .h4,
    .chat-page h5,
    .chat-page .h5,
    .chat-page h6,
    .chat-page .h6,
    .chat-page html {
      font-family: "Nunito Sans", sans-serif;
    }

    .datatable-wrapper.no-footer .datatable-container {
      border-bottom: none;
    }

    .form-label {
      font-weight: 600;
    }

    .datatable-selector {
      color: var(--gray-700);
    }

    .form-control:focus {
      border-color: var(--theme-default);
    }

    .list-circle {
      list-style: circle;
    }

    .popover {
      z-index: 3;
    }

    .page-link:focus {
      background-color: var(--white);
    }

    .swal2-styled.swal2-confirm {
      background-color: var(--theme-default) !important;
    }
    .swal2-styled.swal2-confirm:focus {
      box-shadow: unset !important;
    }

    .d-flex {
      display: flex;
      align-items: center;
      justify-content: start;
    }
    .d-flex.flex-column {
      align-items: flex-start !important;
    }

    .product-filter .owl-carousel {
      display: block !important;
    }

    .p-20 {
      padding: 20px;
    }

    .btn-fb,
    .btn-twitter,
    .btn-google,
    .btn-linkedin {
      color: var(--white);
      width: 100%;
    }
    .btn-fb:hover,
    .btn-twitter:hover,
    .btn-google:hover,
    .btn-linkedin:hover {
      color: var(--white);
    }

    .btn-fb {
      background-color: var(--fb);
    }
    .btn-fb:hover {
      background-color: var(--fb);
    }

    .btn-twitter {
      background-color: var(--twitter);
    }
    .btn-twitter:hover {
      background-color: var(--twitter);
    }

    .btn-google {
      background-color: var(--google-plus);
    }
    .btn-google:hover {
      background-color: var(--google-plus);
    }

    .btn-linkedin {
      background-color: var(--linkedin);
    }
    .btn-linkedin:hover {
      background-color: var(--linkedin);
    }

    input:focus {
      border-color: none;
    }

    .ace-editor {
      height: 400px;
      width: 100%;
    }

    .ace_gutter {
      z-index: 1 !important;
    }

    /**====== theme scrollbar css start ======**/
    .theme-scrollbar::-webkit-scrollbar,
    .datatable-container::-webkit-scrollbar {
      height: 5px;
      width: 6px;
    }
    .theme-scrollbar::-webkit-scrollbar-track,
    .datatable-container::-webkit-scrollbar-track {
      background-color: var(--gray-200);
    }
    .theme-scrollbar::-webkit-scrollbar-thumb,
    .datatable-container::-webkit-scrollbar-thumb {
      background-color: rgba(48, 142, 135, 0.2);
      border-radius: 3px;
      border: 1px solid var(--light-gray);
    }

    /**====== theme scrollbar css end ======**/
    /**==tap_top==**/
    .tap-top {
      text-align: center;
      cursor: pointer;
      display: none;
      width: 40px;
      height: 40px;
      border-radius: 100%;
      position: fixed;
      bottom: 30px;
      right: 30px;
      z-index: 5;     
    }
    .tap-top:hover {
      transition: all 0.3s ease;
      opacity: 1;
    }
    .tap-top i {
      line-height: 1.9;
    }

    .b-primary {
      border: 1px solid var(--theme-default) !important;
    }

    .border-primary {
      border: 1px solid var(--theme-default) !important;
    }

    .b-t-primary {
      border-top: 1px solid var(--theme-default) !important;
    }

    .border-t-primary {
      border-top: 1px solid var(--theme-default) !important;
    }

    .b-b-primary {
      border-bottom: 1px solid var(--theme-default) !important;
    }

    .border-b-primary {
      border-bottom: 1px solid var(--theme-default) !important;
    }

    .b-l-primary {
      border-left: 1px solid var(--theme-default) !important;
    }

    .border-l-primary {
      border-left: 1px solid var(--theme-default) !important;
    }

    .b-r-primary {
      border-right: 1px solid var(--theme-default) !important;
    }

    .border-r-primary {
      border-right: 1px solid var(--theme-default) !important;
    }

    .b-secondary {
      border: 1px solid var(--theme-secondary) !important;
    }

    .border-secondary {
      border: 1px solid var(--theme-secondary) !important;
    }

    .b-t-secondary {
      border-top: 1px solid var(--theme-secondary) !important;
    }

    .border-t-secondary {
      border-top: 1px solid var(--theme-secondary) !important;
    }

    .b-b-secondary {
      border-bottom: 1px solid var(--theme-secondary) !important;
    }

    .border-b-secondary {
      border-bottom: 1px solid var(--theme-secondary) !important;
    }

    .b-l-secondary {
      border-left: 1px solid var(--theme-secondary) !important;
    }

    .border-l-secondary {
      border-left: 1px solid var(--theme-secondary) !important;
    }

    .b-r-secondary {
      border-right: 1px solid var(--theme-secondary) !important;
    }

    .border-r-secondary {
      border-right: 1px solid var(--theme-secondary) !important;
    }

    .b-success {
      border: 1px solid var(--success-color) !important;
    }

    .border-success {
      border: 1px solid var(--success-color) !important;
    }

    .b-t-success {
      border-top: 1px solid var(--success-color) !important;
    }

    .border-t-success {
      border-top: 1px solid var(--success-color) !important;
    }

    .b-b-success {
      border-bottom: 1px solid var(--success-color) !important;
    }

    .border-b-success {
      border-bottom: 1px solid var(--success-color) !important;
    }

    .b-l-success {
      border-left: 1px solid var(--success-color) !important;
    }

    .border-l-success {
      border-left: 1px solid var(--success-color) !important;
    }

    .b-r-success {
      border-right: 1px solid var(--success-color) !important;
    }

    .border-r-success {
      border-right: 1px solid var(--success-color) !important;
    }

    .b-danger {
      border: 1px solid var(--danger-color) !important;
    }

    .border-danger {
      border: 1px solid var(--danger-color) !important;
    }

    .b-t-danger {
      border-top: 1px solid var(--danger-color) !important;
    }

    .border-t-danger {
      border-top: 1px solid var(--danger-color) !important;
    }

    .b-b-danger {
      border-bottom: 1px solid var(--danger-color) !important;
    }

    .border-b-danger {
      border-bottom: 1px solid var(--danger-color) !important;
    }

    .b-l-danger {
      border-left: 1px solid var(--danger-color) !important;
    }

    .border-l-danger {
      border-left: 1px solid var(--danger-color) !important;
    }

    .b-r-danger {
      border-right: 1px solid var(--danger-color) !important;
    }

    .border-r-danger {
      border-right: 1px solid var(--danger-color) !important;
    }

    .b-warning {
      border: 1px solid var(--warning-color) !important;
    }

    .border-warning {
      border: 1px solid var(--warning-color) !important;
    }

    .b-t-warning {
      border-top: 1px solid var(--warning-color) !important;
    }

    .border-t-warning {
      border-top: 1px solid var(--warning-color) !important;
    }

    .b-b-warning {
      border-bottom: 1px solid var(--warning-color) !important;
    }

    .border-b-warning {
      border-bottom: 1px solid var(--warning-color) !important;
    }

    .b-l-warning {
      border-left: 1px solid var(--warning-color) !important;
    }

    .border-l-warning {
      border-left: 1px solid var(--warning-color) !important;
    }

    .b-r-warning {
      border-right: 1px solid var(--warning-color) !important;
    }

    .border-r-warning {
      border-right: 1px solid var(--warning-color) !important;
    }

    .b-info {
      border: 1px solid var(--info-color) !important;
    }

    .border-info {
      border: 1px solid var(--info-color) !important;
    }

    .b-t-info {
      border-top: 1px solid var(--info-color) !important;
    }

    .border-t-info {
      border-top: 1px solid var(--info-color) !important;
    }

    .b-b-info {
      border-bottom: 1px solid var(--info-color) !important;
    }

    .border-b-info {
      border-bottom: 1px solid var(--info-color) !important;
    }

    .b-l-info {
      border-left: 1px solid var(--info-color) !important;
    }

    .border-l-info {
      border-left: 1px solid var(--info-color) !important;
    }

    .b-r-info {
      border-right: 1px solid var(--info-color) !important;
    }

    .border-r-info {
      border-right: 1px solid var(--info-color) !important;
    }

    .b-light {
      border: 1px solid var(--light-color) !important;
    }

    .border-light {
      border: 1px solid var(--light-color) !important;
    }

    .b-t-light {
      border-top: 1px solid var(--light-color) !important;
    }

    .border-t-light {
      border-top: 1px solid var(--light-color) !important;
    }

    .b-b-light {
      border-bottom: 1px solid var(--light-color) !important;
    }

    .border-b-light {
      border-bottom: 1px solid var(--light-color) !important;
    }

    .b-l-light {
      border-left: 1px solid var(--light-color) !important;
    }

    .border-l-light {
      border-left: 1px solid var(--light-color) !important;
    }

    .b-r-light {
      border-right: 1px solid var(--light-color) !important;
    }

    .border-r-light {
      border-right: 1px solid var(--light-color) !important;
    }

    .b-dark {
      border: 1px solid var(--body-font-color) !important;
    }

    .border-dark {
      border: 1px solid var(--body-font-color) !important;
    }

    .b-t-dark {
      border-top: 1px solid var(--body-font-color) !important;
    }

    .border-t-dark {
      border-top: 1px solid var(--body-font-color) !important;
    }

    .b-b-dark {
      border-bottom: 1px solid var(--body-font-color) !important;
    }

    .border-b-dark {
      border-bottom: 1px solid var(--body-font-color) !important;
    }

    .b-l-dark {
      border-left: 1px solid var(--body-font-color) !important;
    }

    .border-l-dark {
      border-left: 1px solid var(--body-font-color) !important;
    }

    .b-r-dark {
      border-right: 1px solid var(--body-font-color) !important;
    }

    .border-r-dark {
      border-right: 1px solid var(--body-font-color) !important;
    }

    /*====== Border width css starts ======*/
    .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-6 {
      border-width: 6px !important;
    }

    .border-7 {
      border-width: 7px !important;
    }

    .border-8 {
      border-width: 8px !important;
    }

    .border-9 {
      border-width: 9px !important;
    }

    .border-10 {
      border-width: 10px !important;
    }

    /*======= Background-color css starts  ======= */
    .bg-primary {
      background-color: var(--theme-default) !important;
      color: var(--white) !important;
    }

    .bg-secondary {
      background-color: var(--theme-secondary) !important;
      color: var(--white) !important;
    }

    .bg-success {
      background-color: var(--success-color) !important;
      color: var(--white) !important;
    }

    .bg-danger {
      background-color: var(--danger-color) !important;
      color: var(--white) !important;
    }

    .bg-warning {
      background-color: var(--warning-color) !important;
      color: var(--white) !important;
    }

    .bg-info {
      background-color: var(--info-color) !important;
      color: var(--white) !important;
    }

    .bg-light {
      background-color: var(--light-color) !important;
      color: var(--white) !important;
    }

    .bg-dark {
      background-color: var(--body-font-color) !important;
      color: var(--white) !important;
    }

    /*======= Background-color css end  ======= */
    /*======= Bg-light css starts  ======= */
    .bg-light-primary {
      background-color: rgba(48, 142, 135, 0.1) !important;
    }

    .bg-light-secondary {
      background-color: rgba(243, 145, 89, 0.1) !important;
    }

    .bg-light-success {
      background-color: rgba(62, 185, 95, 0.1) !important;
    }

    .bg-light-danger {
      background-color: rgba(231, 75, 43, 0.1) !important;
    }

    .bg-light-warning {
      background-color: rgba(234, 146, 0, 0.1) !important;
    }

    .bg-light-info {
      background-color: rgba(2, 162, 185, 0.1) !important;
    }

    .bg-light-light {
      background-color: rgba(245, 245, 245, 0.1) !important;
    }

    .bg-light-dark {
      background-color: rgba(41, 41, 41, 0.1) !important;
    }

    .bg-light-primary {
      color: var(--theme-default) !important;
    }

    .bg-light-secondary {
      color: var(--theme-secondary) !important;
    }

    .bg-light-success {
      color: var(--success-color) !important;
    }

    .bg-light-danger {
      color: var(--danger-color) !important;
    }

    .bg-light-warning {
      color: var(--warning-color) !important;
    }

    .bg-light-info {
      color: var(--info-color) !important;
    }

    .bg-light-light {
      color: var(--light-color) !important;
    }

    .bg-light-dark {
      color: var(--body-font-color) !important;
    }

    .line-primary:before {
      content: "";
      height: 29px;
      width: 3px;
      background-color: var(--theme-default) !important;
      border-radius: 10px;
    }

    .line-secondary:before {
      content: "";
      height: 29px;
      width: 3px;
      background-color: var(--theme-secondary) !important;
      border-radius: 10px;
    }

    .line-success:before {
      content: "";
      height: 29px;
      width: 3px;
      background-color: var(--success-color) !important;
      border-radius: 10px;
    }

    .line-danger:before {
      content: "";
      height: 29px;
      width: 3px;
      background-color: var(--danger-color) !important;
      border-radius: 10px;
    }

    .line-warning:before {
      content: "";
      height: 29px;
      width: 3px;
      background-color: var(--warning-color) !important;
      border-radius: 10px;
    }

    .line-info:before {
      content: "";
      height: 29px;
      width: 3px;
      background-color: var(--info-color) !important;
      border-radius: 10px;
    }

    .line-light:before {
      content: "";
      height: 29px;
      width: 3px;
      background-color: var(--light-color) !important;
      border-radius: 10px;
    }

    .line-dark:before {
      content: "";
      height: 29px;
      width: 3px;
      background-color: var(--body-font-color) !important;
      border-radius: 10px;
    }

    .m-r-10 {
      margin-right: 10px;
    }

    @media screen and (max-width: 1399.98px) and (min-width: 1200px) {
      .proorder-xxl-1 {
        order: 1;
      }
      .proorder-xxl-2 {
        order: 2;
      }
      .proorder-xxl-3 {
        order: 3;
      }
      .proorder-xxl-4 {
        order: 4;
      }
      .proorder-xxl-5 {
        order: 5;
      }
      .proorder-xxl-6 {
        order: 6;
      }
      .proorder-xxl-7 {
        order: 7;
      }
      .proorder-xxl-8 {
        order: 8;
      }
      .proorder-xxl-9 {
        order: 9;
      }
      .proorder-xxl-10 {
        order: 10;
      }
      .proorder-xxl-11 {
        order: 11;
      }
      .proorder-xxl-12 {
        order: 12;
      }
    }
    .line-primary:before {
      content: "";
      height: 29px;
      width: 3px;
      background-color: var(--theme-default) !important;
      border-radius: 10px;
    }

    .line-secondary:before {
      content: "";
      height: 29px;
      width: 3px;
      background-color: var(--theme-secondary) !important;
      border-radius: 10px;
    }

    .line-success:before {
      content: "";
      height: 29px;
      width: 3px;
      background-color: var(--success-color) !important;
      border-radius: 10px;
    }

    .line-danger:before {
      content: "";
      height: 29px;
      width: 3px;
      background-color: var(--danger-color) !important;
      border-radius: 10px;
    }

    .line-warning:before {
      content: "";
      height: 29px;
      width: 3px;
      background-color: var(--warning-color) !important;
      border-radius: 10px;
    }

    .line-info:before {
      content: "";
      height: 29px;
      width: 3px;
      background-color: var(--info-color) !important;
      border-radius: 10px;
    }

    .line-light:before {
      content: "";
      height: 29px;
      width: 3px;
      background-color: var(--light-color) !important;
      border-radius: 10px;
    }

    .line-dark:before {
      content: "";
      height: 29px;
      width: 3px;
      background-color: var(--body-font-color) !important;
      border-radius: 10px;
    }

    .m-r-10 {
      margin-right: 10px;
    }

    /*======= Bg-light css end  ======= */
/**=====================
     Reset css end
     ==========================**/
     /**==only sidebar dark==**/
     .dark-sidebar .page-sidebar .logo-wrapper {
      background-color: var(--body-color);
    }

    .dark-only .page-sidebar .logo-wrapper {
      background-color: var(--body-color);
    }
    .dark-only .grid-showcase .grid-vertical span {
      border: 1px solid var(--light-gray);
    }
    .dark-only .accordion-item,
    .dark-only .accordion-button {
      background-color: var(--body-color);
    }
    .dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body).social-profile {
      background-blend-mode: overlay;
    }
    .dark-only .default-dashboard .transaction-history table tbody tr td .d-flex .flex-shrink-0 img {
      filter: invert(0.8);
    }
    .dark-only .default-dashboard .total-invest .invest-content .stroke-icon {
      filter: invert(1);
    }
    .dark-only .fc .fc-list-event:hover td {
      background-color: var(--white);
    }
    .dark-only .fc .fc-list-sticky .fc-list-day > * {
      background-color: var(--white);
    }
    .dark-only .fc-timegrid-event-harness-inset .fc-timegrid-event {
      border: 1px solid var(--border-color);
      box-shadow: none;
    }
    .dark-only .fc-theme-standard .fc-list {
      border: 1px solid var(--border-color);
    }
    .dark-only .fc-theme-standard th {
      border: 1px solid var(--border-color);
    }
    .dark-only .fc-theme-standard td {
      border: 1px solid var(--border-color);
    }
    .dark-only .fc-theme-standard .fc-list th {
      border: none;
    }
    .dark-only .fc-theme-standard .fc-list td {
      border: none;
    }
    .dark-only .checkout .checkout-details {
      background-color: var(--white);
      border-color: var(--border-light-color);
    }
    .dark-only .btn-warning.text-white,
    .dark-only .btn-info.text-white,
    .dark-only .bg-primary.text-white,
    .dark-only .bg-warning.text-white,
    .dark-only .bg-danger.text-white {
      color: var(--black) !important;
    }
    .dark-only table.dataTable.display tbody tr.even > .sorting_1 {
      background-color: var(--white);
    }
    .dark-only .popover-header {
      background-color: var(--body-color);
    }
    .dark-only .nav-success .nav-link.active,
    .dark-only .nav-warning .nav-link.active,
    .dark-only .nav-primary .nav-link.active {
      color: var(--black) !important;
    }
    .dark-only .material-wrapper .border-tab.nav-left .nav-link {
      color: var(--sub-title);
    }
    .dark-only .alert-light-dark {
      background-color: var(--body-color);
    }
    .dark-only .dropdown-basic .dropdown .dropdown-content a {
      color: var(--sub-title);
      background: var(--white);
      opacity: unset;
    }
    .dark-only .btn-group .btn:hover {
      color: var(--black);
    }
    .dark-only .list-hover-primary:hover {
      color: var(--sub-title);
    }
    .dark-only .list-group .list-group-item:hover {
      color: var(--sub-title);
    }
    .dark-only .list-hover-primary.active {
      color: var(--sub-title);
    }
    .dark-only .breadcrumb.bg-primary, .dark-only .breadcrumb.bg-secondary {
      color: var(--black);
    }
    .dark-only .color-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      color: var(--black);
    }
    .dark-only .pagination-primary .page-item.active .page-link {
      color: var(--black) !important;
    }
    .dark-only .bg-warning .toast-body {
      background-color: var(--warning-color) !important;
      color: var(--black);
    }
    .dark-only .toast-header {
      border-bottom-color: var(--border-light-color);
    }
    .dark-only .toast-header,
    .dark-only .toast-body {
      background-color: var(--body-color);
      color: var(--sub-title);
    }
    .dark-only .toast-header .btn-light,
    .dark-only .toast-body .btn-light {
      color: var(--sub-title);
      background-color: var(--white);
    }
    .dark-only .toast.show {
      border: 1px solid var(--light-gray);
    }
    .dark-only .filepond--panel-root {
      background-color: var(--body-color) !important;
    }
    .dark-only .filepond--drop-label {
      color: var(--sub-title);
    }
    .dark-only .switch-outline .switch-state:before {
      background-color: var(--body-color);
    }
    .dark-only .switch-outline .switch-state::after {
      color: var(--black);
    }
    .dark-only .timeline-plugin .timeline li div {
      color: var(--black);
    }
    .dark-only .bootstrap-touchspin button,
    .dark-only .pre-post-touchspin button {
      color: var(--black);
    }
    .dark-only .bootstrap-touchspin button i,
    .dark-only .pre-post-touchspin button i {
      color: var(--black);
    }
    .dark-only .bootstrap-touchspin .input-touchspin,
    .dark-only .pre-post-touchspin .input-touchspin {
      background-color: var(--body-color);
      color: var(--black);
    }
    .dark-only .icon-main .icons-item {
      background-color: var(--body-color);
    }
    .dark-only .btn-showcase .text-light,
    .dark-only .btn-showcase .text-dark {
      color: var(--black) !important;
    }
    .dark-only .apexcharts-canvas svg .apexcharts-title-text,
    .dark-only .apexcharts-canvas svg .apexcharts-subtitle-text {
      fill: var(--sub-title);
    }
    .dark-only .apexcharts-canvas svg .apexcharts-xaxis .apexcharts-xaxis-texts-g .apexcharts-xaxis-label,
    .dark-only .apexcharts-canvas svg .apexcharts-xaxis .apexcharts-xaxis-texts-g .apexcharts-yaxis-label,
    .dark-only .apexcharts-canvas svg .apexcharts-xaxis .apexcharts-yaxis-texts-g .apexcharts-xaxis-label,
    .dark-only .apexcharts-canvas svg .apexcharts-xaxis .apexcharts-yaxis-texts-g .apexcharts-yaxis-label,
    .dark-only .apexcharts-canvas svg .apexcharts-yaxis .apexcharts-xaxis-texts-g .apexcharts-xaxis-label,
    .dark-only .apexcharts-canvas svg .apexcharts-yaxis .apexcharts-xaxis-texts-g .apexcharts-yaxis-label,
    .dark-only .apexcharts-canvas svg .apexcharts-yaxis .apexcharts-yaxis-texts-g .apexcharts-xaxis-label,
    .dark-only .apexcharts-canvas svg .apexcharts-yaxis .apexcharts-yaxis-texts-g .apexcharts-yaxis-label {
      fill: var(--sub-title);
    }
    .dark-only .apexcharts-canvas svg .apexcharts-legend-series span {
      color: var(--sub-title) !important;
    }
    .dark-only .add-post .btn-light {
      color: var(--sub-title);
    }
    .dark-only .faq-widgets p,
    .dark-only .faq-widgets svg {
      color: var(--sub-title);
    }
    .dark-only .faq-body p {
      color: var(--sub-title);
    }
    .dark-only .animate-chk label {
      color: var(--sub-title);
    }
    .dark-only .checkbox_animated:after {
      background-color: var(--body-color);
      border: 2px solid var(--light-gray);
    }
    .dark-only .choices__list--multiple .choices__item {
      color: var(--sub-title);
    }
    .dark-only .choices__list--dropdown.choices__list[aria-expanded] {
      background-color: var(--body-color) !important;
      border-color: var(--border-color) !important;
    }
    .dark-only .text-light {
      color: var(--black) !important;
    }
    .dark-only .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a.nav-link.active .horizontal-wizard {
      color: var(--black);
    }
    .dark-only .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a.nav-link.active .horizontal-wizard .stroke-icon-wizard span {
      color: var(--black);
    }
    .dark-only .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a.nav-link.active .horizontal-wizard .horizontal-wizard-content h5, .dark-only .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a.nav-link.active .horizontal-wizard .horizontal-wizard-content .h5 {
      color: var(--black) !important;
    }
    .dark-only .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a .horizontal-wizard {
      color: var(--sub-title);
    }
    .dark-only .horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link .horizontal-wizard .stroke-icon-wizard {
      color: var(--sub-title);
    }
    .dark-only .progress {
      background-color: var(--body-color);
    }
    .dark-only .nav-tabs .nav-link:hover {
      border-color: var(--bs-nav-tabs-link-hover-border-color);
    }
    .dark-only .input-group-wrapper .input-group-text {
      color: var(--sub-title);
      background-color: var(--body-color);
    }
    .dark-only .btn-light {
      color: var(--sub-title) !important;
    }
    .dark-only .custom-radio .radio label::before {
      background-color: var(--body-color);
    }
    .dark-only .radio_animated:after {
      background-color: var(--body-color);
      border: 2px solid var(--light-gray);
    }
    .dark-only .checkbox-radio .checkbox label::before {
      background-color: var(--body-color) !important;
    }
    .dark-only .simple-radios .radio label::before {
      background-color: var(--body-color);
      border: 1px solid var(--light-gray);
    }
    .dark-only .outline-chackbox .btn-outline-dark {
      color: var(--black);
    }
    .dark-only .learning-card .blog-box .blog-details h6, .dark-only .learning-card .blog-box .blog-details .h6 {
      color: var(--sub-title);
    }
    .dark-only .learning-card .learning-header span {
      color: var(--sub-title);
      font-weight: 700;
    }
    .dark-only .learning-card .upcoming-course span {
      color: var(--sub-title);
    }
    .dark-only .learning-card .categories ul li:hover {
      background-color: var(--body-color);
    }
    .dark-only .learning-card .badge-primary {
      color: var(--black);
    }
    .dark-only .comment-box .comment-social li {
      color: var(--sub-title) !important;
    }
    .dark-only .comment-box .comment-social li:first-child {
      border-right: 1px solid var(--light-gray);
    }
    .dark-only .border-tab.nav-tabs .nav-item .nav-link {
      color: var(--sub-title);
    }
    .dark-only .project-box .badge {
      color: var(--black);
    }
    .dark-only .file-sidebar .pricing-plan {
      border: 1px solid var(--light-gray);
    }
    .dark-only .file-sidebar .pricing-plan h6, .dark-only .file-sidebar .pricing-plan .h6,
    .dark-only .file-sidebar .pricing-plan p {
      color: var(--sub-titile);
    }
    .dark-only .file-sidebar .bg-light {
      color: var(--sub-title);
    }
    .dark-only .file-content .form-inline i {
      color: var(--sub-titile);
    }
    .dark-only .kanban-container .bg-info .kanban-title-board,
    .dark-only .kanban-container .bg-primary .kanban-title-board,
    .dark-only .kanban-container .bg-success .kanban-title-board {
      color: var(--black);
    }
    .dark-only .disabled > .page-link {
      background-color: var(--bs-body-bg);
    }
    .dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr {
      background-color: var(--bs-body-bg);
    }
    .dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr.odd {
      background-color: var(--body-color);
    }
    .dark-only table.dataTable.display tbody td {
      border-color: var(--border-color) !important;
    }
    .dark-only .dataTables_wrapper table.dataTable thead th {
      border-color: var(--border-color) !important;
    }
    .dark-only .main .langChoice {
      color: var(--font-color) !important;
      background-color: var(--body-color);
    }
    .dark-only .error-wrapper.maintenance-bg {
      background-color: var(--white);
    }
    .dark-only .login-main {
      background-color: var(--white);
    }
    .dark-only .login-card .logo .for-light {
      display: block;
    }
    .dark-only .login-card .logo .for-dark {
      display: none;
    }
    .dark-only .login-dark {
      background-color: var(--white);
      background-blend-mode: overlay;
    }
    .dark-only .wizard-4 .for-light {
      display: block;
    }
    .dark-only .wizard-4 .for-dark {
      display: none;
    }
    .dark-only .page-wrapper .comingsoon {
      background-blend-mode: overlay;
      background-color: rgba(0, 0, 0, 0.9);
    }
    .dark-only ::-webkit-calendar-picker-indicator {
      filter: invert(1);
    }
    .dark-only input[type=file]::file-selector-button {
      background-color: var(--bg-light) !important;
    }
    .dark-only .flatpickr-calendar {
      box-shadow: none;
      border: 1px solid var(--light-gray);
    }
    .dark-only .flatpickr-current-month input.cur-year {
      color: var(--font-color);
    }
    .dark-only .flatpickr-monthDropdown-months {
      color: var(--font-color);
    }
    .dark-only .flatpickr-prev-month,
    .dark-only .flatpickr-next-month {
      color: var(--font-color);
      fill: var(--font-color);
    }
    .dark-only span.flatpickr-weekday {
      color: var(--font-color);
    }
    .dark-only .shipping-info .table-striped tr {
      border: 0 !important;
    }
    .dark-only .shipping-info .table-striped td {
      border-color: var(--border-light-color);
    }
    .dark-only .table-inverse th,
    .dark-only .table-inverse td {
      color: var(--font-color);
      background-color: var(--white);
    }
    .dark-only .table-dark th {
      color: var(--theme-body-font-color);
    }
    .dark-only .table-dark th {
      color: rgba(var(--theme-body-font-color), 1);
    }
    .dark-only .table-dashed tr,
    .dark-only .table-dashed th,
    .dark-only .table-dashed td {
      border-color: var(--border-color) !important;
    }
    .dark-only .form-select:disabled {
      background-color: var(--white);
    }
    .dark-only .jsgrid .jsgrid-pager {
      color: var(--font-color) !important;
    }
    .dark-only .jsgrid .jsgrid-pager .jsgrid-pager-current-page {
      color: var(--theme-default);
    }
    .dark-only .jsgrid-filter-row > .jsgrid-cell {
      background-color: var(--white) !important;
      border-color: var(--border-light-color) !important;
    }
    .dark-only .jsgrid-filter-row > .jsgrid-cell input {
      background-color: var(--body-color) !important;
      border-color: var(--border-light-color) !important;
    }
    .dark-only .jsgrid-row > .jsgrid-cell {
      background-color: var(--white) !important;
      border-color: var(--border-light-color) !important;
    }
    .dark-only .jsgrid-alt-row > .jsgrid-cell {
      background-color: var(--body-color) !important;
      border-color: var(--border-light-color) !important;
    }
    .dark-only .jsgrid-header-scrollbar::-webkit-scrollbar-track {
      background-color: var(--body-color) !important;
    }
    .dark-only .jsgrid-grid-header,
    .dark-only .jsgrid-grid-body {
      border-color: var(--border-light-color) !important;
    }
    .dark-only .jsgrid-header-row > .jsgrid-header-cell {
      background-color: var(--white) !important;
      border-color: var(--border-light-color) !important;
    }
    .dark-only .card:not(.email-body) th {
      border-color: var(--border-light-color);
    }
    .dark-only table.fixedHeader-floating {
      background-color: var(--white) !important;
      opacity: -0.5;
    }
    .dark-only table.fixedHeader-locked {
      background-color: var(--white) !important;
      opacity: -0.5;
    }
    .dark-only .dataTables_info,
    .dark-only .dataTables_length,
    .dark-only .dataTables_filter {
      color: var(--font-color) !important;
    }
    .dark-only .card:not(.email-body) .btn-outline-dark {
      color: var(--black) !important;
      border: 1px solid var(--border-color);
    }
    .dark-only .bg-primary {
      color: var(--black) !important;
    }
    .dark-only .bg-secondary {
      color: var(--black) !important;
    }
    .dark-only .bg-success {
      color: var(--black) !important;
    }
    .dark-only .bg-danger {
      color: var(--black) !important;
    }
    .dark-only .bg-warning {
      color: var(--black) !important;
    }
    .dark-only .bg-info {
      color: var(--black) !important;
    }
    .dark-only .bg-light {
      color: var(--black) !important;
    }
    .dark-only .bg-dark {
      color: var(--black) !important;
    }
    .dark-only .bg-dark h6, .dark-only .bg-dark .h6 {
      color: var(--black) !important;
    }
    .dark-only .bg-dark p {
      color: var(--black) !important;
    }
    .dark-only .bg-info h5, .dark-only .bg-info .h5 {
      color: var(--black) !important;
    }
    .dark-only .bg-info h6, .dark-only .bg-info .h6 {
      color: var(--black) !important;
    }
    .dark-only select:focus-visible {
      outline: none;
    }
    .dark-only select:focus {
      border: 0;
    }
    .dark-only .product-wrapper .product-grid .feature-products .product-sidebar .slider-container .rs-container .rs-bg {
      background-color: var(--body-color);
      border-color: var(--body-color);
    }
    .dark-only .product-wrapper .product-grid .feature-products .product-sidebar .slider-container .rs-container .rs-pointer {
      background-color: var(--body-color);
      border-color: var(--theme-default);
      box-shadow: none;
    }
    .dark-only .text-black {
      color: var(--body-font-color) !important;
    }
    .dark-only .treejs .treejs-checkbox:before {
      border: 1px solid var(--body-font-color) !important;
    }
    .dark-only .treejs .treejs-node__disabled .treejs-checkbox:before {
      border-color: var(--body-font-color) !important;
      background-color: var(--body-font-color) !important;
    }
    .dark-only .fr__input {
      background-color: var(--body-color);
    }
    .dark-only .heart-rating .rating-system3 input:checked ~ label {
      box-shadow: 6px 0 var(--theme-default), 3px 1px 0 7px #000, 3px 1px 0 9px var(--theme-default);
    }
    .dark-only .btn-close {
      filter: brightness(1) invert(1);
      background-color: transparent !important;
    }
    .dark-only .carousel-dark .carousel-caption h5, .dark-only .carousel-dark .carousel-caption .h5 {
      color: var(--white) !important;
    }
    .dark-only .range-slider {
      background-color: var(--active-bg-color);
    }
    .dark-only #range-slider-4 {
      filter: brightness(0.5);
    }
    .dark-only .card-header {
      border-bottom: 1px solid var(--border-color);
    }
    .dark-only .card-header .card-header-right i {
      color: var(--body-font-color);
    }
    .dark-only .dragable .card-body .alert .btn-close {
      background-color: rgba(0, 0, 0, 0) !important;
    }
    .dark-only .square-timeline .timeline-event .timeline-event-wrapper .timeline-thumbnail {
      color: var(--body-font-color);
    }
    .dark-only input[type=file]::file-selector-button {
      color: var(--body-font-color);
      background-color: var(--body-color);
    }
    .dark-only input[type=file]::file-selector-button:hover {
      color: var(--body-font-color);
      background-color: var(--body-color);
    }
    .dark-only input[type=number]::placeholder {
      color: var(--font-color);
    }
    .dark-only .theme-form input[type=text] {
      background-color: var(--body-color);
      border: 1px solid var(--border-color);
    }
    .dark-only .theme-form input[type=text]::placeholder {
      color: var(--font-color);
    }
    .dark-only .theme-form textarea {
      background-color: var(--body-color);
    }
    .dark-only .form-control::placeholder {
      color: var(--font-color);
    }
    .dark-only .apexcharts-yaxistooltip {
      color: var(--body-font-color);
      background: var(--body-color);
      border: 1px solid var(--border-color);
    }
    .dark-only .apexcharts-xaxistooltip {
      color: var(--body-font-color);
      background: var(--body-color);
      border: 1px solid var(--border-color);
    }
    .dark-only .apexcharts-tooltip.light {
      border-color: var(--border-color);
      background-color: var(--body-color);
    }
    .dark-only .apexcharts-tooltip.light .apexcharts-tooltip-title {
      border-color: var(--border-color);
    }
    .dark-only .apexcharts-tooltip.light .apexcharts-tooltip-text-label,
    .dark-only .apexcharts-tooltip.light .apexcharts-tooltip-text-value {
      color: var(--body-font-color);
    }
    .dark-only .apexcharts-tooltip.light .apexcharts-tooltip-title {
      background: var(--body-color);
      color: var(--body-font-color);
    }
    .dark-only .apexcharts-tooltip.apexcharts-theme-light {
      border: 1px solid var(--border-color);
      background: var(--body-color);
    }
    .dark-only .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
      border: 1px solid var(--border-color);
      background: var(--body-color);
      color: var(--body-font-color);
    }
    .dark-only .apexcharts-tooltip-series-group {
      color: var(--body-font-color) !important;
    }
    .dark-only .apexcharts-yaxistooltip,
    .dark-only .apexcharts-xaxistooltip {
      color: var(--body-font-color);
      background: var(--body-color);
      border: 1px solid var(--border-color);
    }
    .dark-only .apexcharts-yaxistooltip-left::before, .dark-only .apexcharts-yaxistooltip-left::after {
      border-left-color: var(--border-color);
    }
    .dark-only .apexcharts-xaxistooltip-bottom::before, .dark-only .apexcharts-xaxistooltip-bottom::after {
      border-bottom-color: var(--border-color);
    }
    .dark-only .bottom-content .apexcharts-canvas span {
      color: var(--body-font-color);
    }
    .dark-only .apexcharts-canvas .apexcharts-tooltip {
      border: 1px solid var(--border-color);
    }
    .dark-only .apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-title {
      margin-bottom: 0;
    }
    .dark-only .apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-series-group {
      background-color: var(--body-color);
      color: var(--body-font-color);
    }
    .dark-only .apexcharts-canvas .apexcharts-yaxis text {
      fill: var(--body-font-color);
    }
    .dark-only .apexcharts-xaxistooltip {
      background-color: var(--body-color);
      color: var(--body-font-color);
      border: 1px solid var(--border-color);
    }
    .dark-only .apexcharts-xaxistooltip-bottom:before {
      border-bottom-color: var(--border-color);
    }
    .dark-only .apexcharts-xaxistooltip-bottom:after {
      border-bottom-color: var(--border-color);
    }
    .dark-only .apexcharts-tooltip.apexcharts-theme-light {
      border: 1px solid var(--border-color);
      background: var(--body-color);
    }
    .dark-only .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-text {
      color: var(--body-font-color);
    }
    .dark-only .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
      background: var(--body-color);
      border-bottom: 1px solid var(--border-color);
      color: var(--body-font-color);
    }
    .dark-only .apexcharts-yaxis text {
      color: var(--body-font-color);
    }
    .dark-only .apexcharts-gridline {
      stroke: var(--border-color);
    }
    .dark-only .apexcharts-tooltip-title,
    .dark-only .apexcharts-tooltip-series-group,
    .dark-only .apexcharts-tooltip.light,
    .dark-only .apexcharts-menu-item {
      color: var(--black);
    }
    .dark-only .apex-chart-container .apexcharts-legend .apexcharts-legend-series span {
      color: var(--body-font-color) !important;
    }
    .dark-only .apexcharts-canvas svg .apexcharts-title-text {
      fill: var(--body-font-color);
    }
    .dark-only .apexcharts-canvas svg .apexcharts-subtitle-text {
      fill: var(--body-font-color);
    }
    .dark-only .apexcharts-canvas svg .apexcharts-yaxis .apexcharts-yaxis-texts-g .apexcharts-yaxis-label {
      fill: var(--body-font-color);
    }
    .dark-only .apexcharts-canvas svg .apexcharts-xaxis .apexcharts-xaxis-texts-g .apexcharts-xaxis-label {
      fill: var(--body-font-color);
    }
    .dark-only .apexcharts-canvas svg .apexcharts-legend-series span {
      color: var(--body-font-color) !important;
    }
    .dark-only .apexcharts-canvas svg .apexcharts-datalabels-group .apexcharts-datalabel-label {
      fill: var(--body-font-color);
    }
    .dark-only .apexcharts-canvas svg .apexcharts-datalabels-group .apexcharts-datalabel-value {
      fill: var(--body-font-color);
    }
    .dark-only .chart-overflow#gantt_chart svg g rect:first-child {
      fill: var(--body-color);
    }
    .dark-only .chart-overflow#gantt_chart rect:nth-child(6) {
      fill: var(--body-color);
    }
    .dark-only .chart-overflow#line-chart rect, .dark-only .chart-overflow#column-chart1 rect, .dark-only .chart-overflow#column-chart2 rect {
      fill: var(--white);
    }
    .dark-only .chart-overflow svg > rect {
      fill: var(--white);
    }
    .dark-only .chart-overflow svg > g > g > g text {
      fill: var(--body-font-color);
    }
    .dark-only .chart-overflow svg > g > text {
      fill: var(--body-font-color);
    }
    .dark-only .chart-block #bar-chart2 svg > rect {
      fill: var(--white);
    }
    .dark-only .chart-block #bar-chart2 svg > g text {
      fill: var(--body-font-color);
    }
    .dark-only .chart-block .word-tree svg > g > rect {
      fill: var(--white);
    }
    .dark-only .chart-block .word-tree svg > g > text {
      fill: var(--body-font-color);
    }
    .dark-only .ct-label {
      color: var(--body-font-color);
    }
    .dark-only .chart-container .live-products .ct-labels .ct-label,
    .dark-only .chart-container .turnover .ct-labels .ct-label,
    .dark-only .chart-container .monthly .ct-labels .ct-label,
    .dark-only .chart-container .uses .ct-labels .ct-label {
      color: var(--white);
    }
    .dark-only .chart-container .live-products .ct-grid,
    .dark-only .chart-container .turnover .ct-grid,
    .dark-only .chart-container .monthly .ct-grid,
    .dark-only .chart-container .uses .ct-grid {
      stroke: var(--white);
    }
    .dark-only .chart-container #browser-uses-chart svg text,
    .dark-only .chart-container #website-visiter-chart svg text {
      fill: var(--body-font-color);
    }
    .dark-only .ct-grid {
      stroke: var(--border-color);
    }
    .dark-only .flatpickr-day {
      color: var(--body-font-color);
    }
    .dark-only .international-num input {
      background-color: var(--light-color);
    }
    .dark-only .tagify {
      --tag-bg: var(--body-color);
      --tag-text-color: var(--body-font-color);
      --tag-remove-btn-color: var(--body-font-color);
      --tag-hover: var(--body-color);
    }
    .dark-only .switch-state::before {
      background-color: var(--body-color);
    }
    .dark-only .icon-state input:checked + .switch-state:after {
      color: rgba(0, 0, 0, 0.6);
    }
    .dark-only .choices[data-type*=select-one] .choices__input {
      background-color: var(--body-color);
      border-color: var(--border-color);
    }
    .dark-only .is-focused .choices__inner,
    .dark-only .is-open .choices__inner {
      border-color: var(--border-color);
    }
    .dark-only .choices__list--dropdown .choices__item--selectable.is-highlighted,
    .dark-only .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
      background-color: var(--body-color);
    }
    .dark-only .basic-wizard .stepper-horizontal .step.editing .step-title {
      color: var(--body-font-color);
    }
    .dark-only .basic-wizard .stepper-horizontal .step .step-title {
      color: var(--body-font-color);
    }
    .dark-only .alert-dismissible .btn-close {
      background-color: transparent !important;
    }
    .dark-only .jsgrid-edit-row input {
      background-color: var(--white);
      color: var(--body-font-color);
    }
    .dark-only .jsgrid-edit-row > .jsgrid-cell {
      border: 1px solid var(--border-color);
      background: var(--body-color);
    }
    .dark-only .jsgrid-insert-row input {
      background-color: var(--white);
      color: var(--body-font-color);
    }
    .dark-only .jsgrid-insert-row > .jsgrid-cell {
      border: 1px solid var(--border-color);
      background: var(--body-color);
    }
    .dark-only .select2-container--default .select2-selection--single {
      background: var(--white);
      border-color: var(--border-color) !important;
    }
    .dark-only .select2-dropdown {
      background: var(--white);
      border-color: var(--border-color);
    }
    .dark-only .select2-container--default .select2-search--dropdown .select2-search__field {
      background: var(--white);
      border-color: var(--border-color);
    }
    .dark-only .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
      outline: 0;
    }
    .dark-only .datepicker {
      background: var(--white);
    }
    .dark-only .datepicker--pointer {
      background: var(--body-color);
      border-color: var(--border-color);
    }
    .dark-only .datepicker--nav {
      border-color: var(--border-color);
    }
    .dark-only .datepicker--cell.-current- {
      color: var(--body-font-color);
    }
    .dark-only .bar-chart-widget .bottom-content .num {
      color: var(--body-font-color);
    }
    .dark-only .bar-chart-widget .bottom-content .num .color-bottom {
      color: var(--body-font-color);
    }
    .dark-only .general-widget .widget-1 {
      background-color: var(--white);
      background-blend-mode: overlay;
    }
    .dark-only .general-widget .widget-1 .card-body .widget-content .widget-round .bg-round {
      box-shadow: 1px 2px 21px -2px var(--white);
    }
    .dark-only .general-widget .widget-1 .card-body .widget-content .widget-round .bg-round .half-circle {
      background-color: transparent;
    }
    .dark-only .filled-checkbox .checkbox label::before {
      background-color: var(--body-color);
      border-color: var(--body-color);
    }
    .dark-only .checkbox-solid-primary.checkbox label:before {
      color: var(--body-color);
    }
    .dark-only .invoice .for-dark,
    .dark-only .invoice-2 .for-dark,
    .dark-only .invoice-1 .for-dark {
      display: block;
    }
    .dark-only .invoice .for-light,
    .dark-only .invoice-2 .for-light,
    .dark-only .invoice-1 .for-light {
      display: none;
    }
    .dark-only .table-striped > tbody > tr:nth-of-type(odd) > * {
      background-color: var(--body-color) !important;
    }
    .dark-only .dropdown-menu .dropdown-item {
      background-color: var(--body-color);
    }
    .dark-only .todo .todo-list-wrapper .todo-list-footer .new-task-wrapper textarea {
      background-color: var(--body-color);
      border-color: var(--body-color);
      color: var(--body-font-color);
    }
    .dark-only .todo .todo-list-wrapper .todo-list-footer .new-task-wrapper textarea::placeholder {
      color: var(--body-font-color);
    }
    .dark-only .bg-dark {
      background-color: var(--white) !important;
    }
    .dark-only .toast-rtl.bg-dark {
      background-color: var(--white) !important;
    }
    .dark-only .alert-light-light {
      background-color: var(--white) !important;
    }
    .dark-only .wizard-4 .step-container {
      background: rgba(0, 0, 0, 0.7);
    }
    .dark-only .comingsoon .comingsoon-inner .for-dark {
      display: block !important;
      margin: 0 auto;
    }
    .dark-only .comingsoon .comingsoon-inner .for-light {
      display: none !important;
    }
    .dark-only .dark-mode.active svg {
      stroke: var(--white) !important;
      fill: var(--body-font-color) !important;
    }
    .dark-only .page-wrapper.horizontal-sidebar .page-header .horizontal-logo .for-light {
      display: none;
    }
    .dark-only .page-wrapper.horizontal-sidebar .page-header .horizontal-logo .for-dark {
      display: block;
    }
    .dark-only .svg-white {
      stroke: #ffffff !important;
    }
    .dark-only header .header-right svg {
      stroke: var(--body-font-color);
    }
    .dark-only .login-card.login-bg {
      background: var(--body-color) !important;
    }
    .dark-only .setting-sidebar {
      background-color: var(--body-color) !important;
    }
    .dark-only .setting-sidebar .customizer-body > div {
      background-color: var(--white) !important;
      box-shadow: none;
    }
    .dark-only .setting-sidebar .customizer-header .theme-title .flex-grow-1 .icon-btn.btn-outline-light {
      background-color: var(--body-color) !important;
    }
    .dark-only .setting-sidebar .customizer-footer {
      border-color: var(--border-color);
    }
    .dark-only .page-sidebar .user-wrap .setting-icon .custom-menu {
      background-color: var(--body-color);
      box-shadow: none;
    }
    .dark-only .breadcrumb-page .breadcrumb-item + .breadcrumb-item {
      color: var(--black) !important;
    }
    .dark-only .breadcrumb-page .breadcrumb-item + .breadcrumb-item::before {
      color: var(--black) !important;
    }
    .dark-only .breadcrumb-page .breadcrumb-item.active {
      color: var(--theme-default) !important;
    }
    .dark-only .breadcrumb-page .color-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      color: var(--black) !important;
    }
    .dark-only .page-title .breadcrumb-item .svg-color {
      box-shadow: none;
    }
    .dark-only .ql-snow .ql-picker-options {
      background-color: var(--body-color);
    }
    .dark-only .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
      border-color: var(--border-color);
    }
    .dark-only .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
      border-color: var(--border-color);
    }
    .dark-only .prooduct-details-box .product-name a {
      color: var(--body-font-color);
    }
    .dark-only .order-history-table tbody tr:nth-child(odd) td {
      background-color: var(--body-color) !important;
    }
    .dark-only .order-history-table tbody tr:nth-child(odd) td.sorting_1 {
      background-color: var(--white) !important;
    }
    .dark-only .order-history-table tbody tr:nth-child(even) td.sorting_1 {
      background-color: var(--body-color) !important;
    }
    .dark-only .email-body .mail-body-wrapper ul li:hover {
      background-color: var(--body-color);
    }
    .dark-only .social-details .social-follow li span {
      color: var(--body-font-color);
    }
    .dark-only .social-details span {
      color: var(--body-font-color);
    }
    .dark-only .border-wrapper .d-flex .helper-box.bg-dark {
      background-color: rgba(204, 204, 204, 0.7) !important;
    }
    .dark-only .gradient-border .helper-common-box .border.b-light {
      border-color: var(--body-font-color) !important;
    }
    .dark-only .gradient-border .helper-common-box .border.b-t-light {
      border-top-color: var(--body-font-color) !important;
    }
    .dark-only .gradient-border .helper-common-box .border.b-b-light {
      border-bottom-color: var(--body-font-color) !important;
    }
    .dark-only .gradient-border .helper-common-box .border.b-l-light {
      border-left-color: var(--body-font-color) !important;
    }
    .dark-only .gradient-border .helper-common-box .border.b-r-light {
      border-right-color: var(--body-font-color) !important;
    }
    .dark-only .social-profile {
      background: var(--white) !important;
    }
    .dark-only .balance-box {
      background: var(--white) !important;
    }
    .dark-only .tab-bootstrap-page .nav-tabs .nav-link:hover {
      border-color: var(--border-color) !important;
    }
    .dark-only .code-box-copy__btn:hover {
      background-color: var(--body-color);
      border: 1px solid var(--body-color);
    }
    .dark-only .meta-body .custom-input .form-check .form-check-input:valid ~ .form-check-label {
      color: var(--body-font-color);
    }
    .dark-only .product-buttons {
      border-top: 1px solid var(--border-color);
    }
    .dark-only .product-buttons .btn {
      border: 1px solid var(--border-color);
    }
    .dark-only .product-page-main .product-price del {
      color: var(--body-font-color);
    }
    .dark-only .email-body .mail-pagination .pagination-button {
      background-color: var(--light-background);
      color: var(--body-font-color);
    }
    .dark-only .fg-emoji-container {
      background: var(--white) !important;
    }
    .dark-only .fg-emoji-list li a {
      background: var(--white) !important;
    }
    .dark-only .fg-emoji-picker-category-title {
      border-bottom: 1px solid var(--border-color);
    }
    .dark-only .fg-emoji-picker-search input {
      background-color: var(--body-color);
    }
    .dark-only .fg-emoji-nav ul {
      border-bottom: 1px solid var(--border-color);
    }
    .dark-only .fg-emoji-nav ul li a:hover {
      background-color: var(--body-color);
    }
    .dark-only .fg-emoji-nav li:hover a svg {
      fill: var(--body-font-color);
    }
    .dark-only .list-persons .profile-mail .email-general ul li {
      color: var(--body-font-color);
    }
    .dark-only .swal-modal {
      background-color: var(--body-color);
    }
    .dark-only .swal-modal .swal-text {
      color: var(--body-font-color);
    }
    .dark-only .swal-modal .swal-title {
      color: var(--body-font-color);
    }
    .dark-only .swal-modal .swal-button {
      background-color: var(--white) !important;
      color: var(--body-font-color);
    }
    .dark-only .email-app-sidebar .badge-light-primary:hover {
      color: #ffffff !important;
    }
    .dark-only .todo .todo-list-wrapper #todo-list li .task-container:hover h4, .dark-only .todo .todo-list-wrapper #todo-list li .task-container:hover .h4 {
      color: var(--body-font-color);
    }
    .dark-only .scroll-demo {
      border-color: var(--border-color);
    }
    .dark-only .flatpickr-calendar {
      background-color: var(--body-color);
    }
    .dark-only .flatpickr-day.inRange, .dark-only .flatpickr-day.prevMonthDay.inRange, .dark-only .flatpickr-day.nextMonthDay.inRange, .dark-only .flatpickr-day.today.inRange, .dark-only .flatpickr-day.prevMonthDay.today.inRange, .dark-only .flatpickr-day.nextMonthDay.today.inRange, .dark-only .flatpickr-day:hover, .dark-only .flatpickr-day.prevMonthDay:hover, .dark-only .flatpickr-day.nextMonthDay:hover, .dark-only .flatpickr-day:focus, .dark-only .flatpickr-day.prevMonthDay:focus, .dark-only .flatpickr-day.nextMonthDay:focus {
      background-color: var(--white);
      border-color: var(--white);
    }
    .dark-only .flatpickr-calendar.arrowBottom:after {
      border-top-color: var(--body-color);
    }
    .dark-only .flatpickr-calendar.arrowTop:after {
      border-bottom-color: var(--body-color);
    }
    .dark-only .flatpickr-time input:hover, .dark-only .flatpickr-time .flatpickr-am-pm:hover, .dark-only .flatpickr-time input:focus, .dark-only .flatpickr-time .flatpickr-am-pm:focus {
      background: var(--body-color);
    }
    .dark-only .flatpickr-calendar.hasTime .flatpickr-time {
      border-top: 1px solid var(--border-color);
    }
    .dark-only .icon-state .switch-state:after {
      color: var(--body-font-color) !important;
    }
    .dark-only .ql-snow .ql-toolbar.snow {
      stroke: var(--body-font-color) !important;
    }
    .dark-only .ql-snow .ql-stroke {
      stroke: var(--body-font-color) !important;
    }
    .dark-only .ql-snow .ql-picker {
      color: var(--body-font-color) !important;
    }
    .dark-only .ql-snow .ql-fill {
      fill: var(--body-font-color) !important;
    }
    .dark-only .ql-snow .ql-stroke.ql-fill {
      fill: var(--body-font-color) !important;
    }
    @media (max-width: 1199px) {
      .dark-only .page-header .logo-wrapper .dark-logo {
        display: none;
      }
    }
    @media (max-width: 1199px) {
      .dark-only .page-header .logo-wrapper .light-logo {
        display: block;
      }
    }

/**=====================
    According CSS start
    ==========================**/
    .default-according .card {
      margin-bottom: 0;
      box-shadow: none;
    }
    .default-according .card + .card {
      margin-top: 10px;
    }
    .default-according .card .card-header {
      padding: 0.75rem 1.25rem;
      border: var(--border-color);
    }
    .default-according .card .card-header i {
      position: absolute;
      left: 18px;
      font-size: 20px;
      top: 20px;
    }
    .default-according .card .card-header h5, .default-according .card .card-header .h5 {
      margin-top: 2px;
    }
    .default-according .card .card-body {
      border: var(--border-color);
      border-top: none;
    }
    .default-according .card .card-body p {
      color: var(--font-color);
    }
    .default-according .card .card-body span {
      color: var(--body-font-color);
      font-size: 16px;
    }
    .default-according .card .card-body span.badge-primary {
      color: var(--white);
      padding: 3px 5px;
      font-size: 12px;
    }

    .accordion-button:not(.collapsed) {
      background-color: var(--white);
    }
    .accordion-button:not(.collapsed)::after {
      background-image: unset;
    }
    .accordion-button::after {
      background-image: unset;
    }
    .accordion-button:focus {
      border-color: unset;
      box-shadow: unset;
      z-index: 0;
    }
    .accordion-button::after {
      content: none;
    }

    .simple-according .accordion-button {
      background-color: rgba(48, 142, 135, 0.2);
    }

    .accordion-border .accordion-item {
      border: 0;
    }

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

    .according-icon {
      margin-left: unset !important;
    }

    .accordion-button.accordion-light-primary:not(.collapsed) {
      background-color: rgba(48, 142, 135, 0.2) !important;
      color: var(--dark);
    }
    .accordion-button.accordion-light-primary:active, .accordion-button.accordion-light-primary.active {
      background-color: rgba(48, 142, 135, 0.2);
      color: var(--dark);
    }

    .multi-collapse.show .collapse-wrapper.accordion-light-primary {
      background-color: rgba(48, 142, 135, 0.2) !important;
    }

    .accordion-button.accordion-light-secondary:not(.collapsed) {
      background-color: rgba(243, 145, 89, 0.2) !important;
      color: var(--dark);
    }
    .accordion-button.accordion-light-secondary:active, .accordion-button.accordion-light-secondary.active {
      background-color: rgba(243, 145, 89, 0.2);
      color: var(--dark);
    }

    .multi-collapse.show .collapse-wrapper.accordion-light-secondary {
      background-color: rgba(243, 145, 89, 0.2) !important;
    }

    .accordion-button.accordion-light-warning:not(.collapsed) {
      background-color: rgba(234, 146, 0, 0.2) !important;
      color: var(--dark);
    }
    .accordion-button.accordion-light-warning:active, .accordion-button.accordion-light-warning.active {
      background-color: rgba(234, 146, 0, 0.2);
      color: var(--dark);
    }

    .multi-collapse.show .collapse-wrapper.accordion-light-warning {
      background-color: rgba(234, 146, 0, 0.2) !important;
    }

    .accordion-button.accordion-light-success:not(.collapsed) {
      background-color: rgba(62, 185, 95, 0.2) !important;
      color: var(--dark);
    }
    .accordion-button.accordion-light-success:active, .accordion-button.accordion-light-success.active {
      background-color: rgba(62, 185, 95, 0.2);
      color: var(--dark);
    }

    .multi-collapse.show .collapse-wrapper.accordion-light-success {
      background-color: rgba(62, 185, 95, 0.2) !important;
    }

    .accordion-button.accordion-light-danger:not(.collapsed) {
      background-color: rgba(231, 75, 43, 0.2) !important;
      color: var(--dark);
    }
    .accordion-button.accordion-light-danger:active, .accordion-button.accordion-light-danger.active {
      background-color: rgba(231, 75, 43, 0.2);
      color: var(--dark);
    }

    .multi-collapse.show .collapse-wrapper.accordion-light-danger {
      background-color: rgba(231, 75, 43, 0.2) !important;
    }

    .accordion-button.accordion-light-info:not(.collapsed) {
      background-color: rgba(2, 162, 185, 0.2) !important;
      color: var(--dark);
    }
    .accordion-button.accordion-light-info:active, .accordion-button.accordion-light-info.active {
      background-color: rgba(2, 162, 185, 0.2);
      color: var(--dark);
    }

    .multi-collapse.show .collapse-wrapper.accordion-light-info {
      background-color: rgba(2, 162, 185, 0.2) !important;
    }

    .accordion-button.accordion-light-light:not(.collapsed) {
      background-color: rgba(245, 245, 245, 0.2) !important;
      color: var(--dark);
    }
    .accordion-button.accordion-light-light:active, .accordion-button.accordion-light-light.active {
      background-color: rgba(245, 245, 245, 0.2);
      color: var(--dark);
    }

    .multi-collapse.show .collapse-wrapper.accordion-light-light {
      background-color: rgba(245, 245, 245, 0.2) !important;
    }

    .collapse-horizontal .card {
      border: none;
      transition: all 0.3s ease;
      letter-spacing: 0.5px;
      border-radius: 15px;
      box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
      width: 400px;
    }

    .accordion-left-border:active {
      border: 1px solid var(--theme-default);
      border-top: 1px solid var(--theme-default) !important;
    }

    .accordion-button .accordion-light-primary:not(.collapsed) {
      background-color: rgba(48, 142, 135, 0.2);
    }

    .default-according .card .card-header {
      padding: 0;
      border: none;
      border-radius: 0;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    .default-according .card .card-header.bg-primary .btn, .default-according .card .card-header.bg-secondary .btn {
      border-color: transparent;
    }
    .default-according .card .card-header i {
      position: initial;
      font-size: 20px;
      display: inline-block;
      vertical-align: text-bottom;
      margin-right: 5px;
    }
    .default-according .card .card-header h5, .default-according .card .card-header .h5 {
      margin-top: 0;
    }
    .default-according .card .card-header .btn-link {
      padding: 12px 20px;
      width: 100%;
      font-weight: 700;
      text-align: left;
      letter-spacing: 0.7px;
      border: 1px solid var(--light-semi-gray);
      border-radius: 0;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    @media (max-width: 575px) {
      .default-according .card .card-header .btn-link {
        padding: 12px 15px;
      }
    }
    .default-according .card .card-body {
      padding: 15px 20px;
      line-height: 1.3;
      font-size: 13px;
      border-color: var(--light-semi-gray);
      border-radius: 0;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      color: var(--dark);
    }
    .default-according .avatar-showcase {
      margin-bottom: 0;
    }
    .default-according .card {
      margin-bottom: 0;
      box-shadow: none;
    }
    .default-according .card + .card {
      margin-top: 10px;
    }
    .default-according .card .btn-link {
      font-weight: 500;
      color: var(--body-font-color);
      text-decoration: none;
    }
    .default-according .card .btn-link:focus, .default-according .card .btn-link:hover {
      text-decoration: none;
    }
    .default-according .card .card-header {
      padding: 0;
      border: none;
      border-radius: 0;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    .default-according .card .card-header i {
      position: absolute;
      left: 18px;
      font-size: 20px;
      top: 20px;
    }
    .default-according .card .card-header h5, .default-according .card .card-header .h5 {
      margin-top: 0;
    }
    .default-according .card .card-body {
      border-top: none;
    }

    .default-according.style-1 button {
      width: 100%;
      text-align: left;
    }
    .default-according.style-1 button:before {
      right: 20px;
      position: absolute;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      font-size: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    @media (max-width: 575px) {
      .default-according.style-1 button:before {
        right: 15px;
      }
    }
    .default-according.style-1 button[aria-expanded=true]:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f078";
    }
    .default-according.style-1 button[aria-expanded=false]:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f077";
    }

/**=====================
     form css start
     ==========================**/
     .form-control:focus {
      box-shadow: none;
    }
    @media (max-width: 575.98px) {
      .form-control {
        padding: 12px;
      }
    }
    .form-control.form-control-sm {
      min-height: calc(1.5em + 0.5rem + 2px) !important;
      padding: 0.25rem 0.5rem !important;
      font-size: 0.875rem !important;
      border-radius: 0.25rem !important;
    }
    .form-control.form-control-lg {
      min-height: calc(1.5em + 1rem + 2px) !important;
      padding: 0.5rem 1rem !important;
      font-size: 1.25rem !important;
      border-radius: 0.5rem !important;
    }
    .form-control::placeholder {
      color: rgba(41, 41, 41, 0.4);
    }

    .input-group {
      border-radius: 30px;
    }
    .input-group .form-control {
      border-radius: 8px;
    }
    .input-group:focus {
      border: 1px solid var(--theme-default);
    }

    .basic-form .dz-message i {
      position: unset;
      top: unset;
      right: unset;
      transform: unset;
    }

    .search-form .input-group .form-control::placeholder {
      color: var(--light-text);
    }

    .form-select:focus {
      border-color: var(--form-select);
      outline: 0;
      box-shadow: unset;
    }

    .has-validation .form-floating,
    .input-florting .form-floating {
      flex: none;
      width: unset;
      min-width: unset;
    }

    .basic-form {
      position: relative;
    }
    .basic-form i {
      position: absolute;
      top: 50%;
      right: 12px;
      transform: translateY(-50%);
    }
    .basic-form hr {
      color: var(--gray-60);
    }

    .default-layout .checkbox input[type=checkbox]:checked + label::before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f00c";
      text-align: center;
      line-height: 1.2;
      display: inline-block;
      position: absolute;
      width: 19px;
      height: 19px;
      left: 18px;
      margin-left: -16px;
      border: 1px solid #efefef;
      border-radius: 3px;
      background-color: var(--white);
    }
    .default-layout .checkbox input {
      display: none;
    }
    .default-layout .checkbox label {
      display: inline-block;
      position: relative;
      cursor: pointer;
      margin-top: 10px;
      padding-left: 30px;
    }
    .default-layout .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 19px;
      height: 19px;
      left: 18px;
      margin-left: -16px;
      border: 1px solid #efefef;
      border-radius: 3px;
      background-color: var(--white);
    }

    .Horizontal-layout .form-control {
      padding: 10px 12px;
    }

    .edges-form * {
      border-radius: 20px !important;
    }
    .edges-form * .form-select {
      overflow: hidden;
    }

    .flat-form * {
      border-radius: 0;
    }

/**=====================
     form css end
     ==========================**/
/**=====================
     Dropdown css start
     ==========================**/
     .custom-dropdown {
      position: relative;
    }
    .custom-menu {
      margin-top: 20px;
      position: absolute;
      border-radius: 20px;
      background: var(--white);
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s;
      right: 0;
      top: 28px;
    }
    [dir=rtl] .custom-menu {
      right: unset;
      left: 0;
    }
    .custom-menu.show {
      opacity: 1;
      visibility: visible;
      transition: all 0.5s;
    }
    .custom-menu.active {
      opacity: 1;
      visibility: visible;
      transition: all 0.5s;
    }

    .dropdown-menu,
    .custom-menu {
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.03);
    }

    .dropdown-divider {
      margin: 0;
    }

    .dropdown .dropdown-toggle {
      background-color: rgba(48, 142, 135, 0.08);
      color: var(--theme-default);
      border-radius: 10px;
      padding: 5px 10px;
      width: 100px;
      text-align: left;
    }
    .dropdown .dropdown-toggle:after {
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      content: "\f107";
      border: none;
      font-family: "FontAwesome";
      font-size: 18px;
      margin: 0;
    }
    .dropdown .dropdown-toggle.btn-primary {
      color: var(--white);
    }

    .dropdown-menu {
      font-family: Rubik, sans-serif;
      border: none;
      box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
    }
    .dropdown-menu .dropdown-item {
      color: var(--dropdown-menu);
      opacity: 0.6;
      font-size: 13px;
      padding: 6px 12px;
      border-top: 1px solid var(--border-color);
      background: var(--white);
    }
    .dropdown-menu li:first-child .dropdown-item {
      border-top: 0;
    }
    .dropdown-menu.show {
      z-index: 4;
    }

    .dropdown-basic .separated-btn {
      margin-left: -6px;
    }
    .dropdown-basic .separated-btn .btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      padding: 10px;
    }
    .dropdown-basic .dropdown {
      position: relative;
      display: inline-block;
    }
    .dropdown-basic .dropdown .dropdown-content {
      display: none;
      position: absolute;
      right: 0;
      background-color: var(--dropdown-bg-color);
      min-width: 175px;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 1;
      left: 0;
      top: 45px;
    }
    .dropdown-basic .dropdown .dropdown-content a {
      display: block;
      padding: 6px 16px;
      color: var(--dropdown-menu);
      opacity: 0.6;
      font-size: 13px;
      border-top: 1px solid var(--light-semi-gray);
      background: var(--white);
    }
    .dropdown-basic .dropdown-content a:hover {
      background-color: var(--dropdown-content-color);
    }
    .dropdown-basic .dropdown:hover .dropdown-content {
      display: block;
    }
    .dropdown-basic .dropdown .dropdown-content a:hover {
      background-color: var(--gray-60) !important;
    }

    .dropdown-block li .dropdown-item:hover {
      background-color: var(--gray-60);
    }
    .dropdown-block li .helper-truncate:hover {
      background-color: unset;
    }

    .dropdown-menu {
      padding: 0;
    }
    .dropdown-menu .input-group {
      background-color: unset;
      padding: 6px 12px;
      border-top: 1px solid var(--light-semi-gray);
      background-color: var(--white);
      opacity: 0.6;
    }
    .dropdown-menu .input-group:hover, .dropdown-menu .input-group:active {
      background-color: var(--gray-60);
    }
    .dropdown-menu .input-group .input-group-text {
      background-color: unset;
      border: none;
    }
    .dropdown-menu li {
      width: 100%;
    }
    .dropdown-menu li a {
      color: var(--dropdown-menu);
      opacity: 0.6;
      font-size: 13px;
      padding: 6px 12px;
      border-top: 1px solid var(--light-semi-gray);
      background: var(--white);
    }
    .dropdown-menu .form-control {
      padding: 10px 20px;
    }

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

    .dropstart .dropdown-toggle::before {
      display: inline-block;
      margin-right: 8px;
      content: "";
      border-top: 4px solid transparent;
      border-right: 4px solid;
      border-bottom: 4px solid transparent;
    }

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

    .dropend .dropdown-toggle::after {
      content: "";
      display: inline-block;
      content: "";
      border-top: 4px solid transparent;
      border-right: 0;
      border-bottom: 4px solid transparent;
      border-left: 4px solid;
      margin-left: 8px;
    }

    .form-wrapper {
      width: 260px;
    }

    @media (max-width: 400px) {
      .dropdown-menu .helper-truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
    }

    .dark-dropdown .dropdown-block li .dropdown-item:hover, .dark-dropdown .dropdown-block li .dropdown-item.active {
      background-color: var(--dark);
      color: var(--white);
    }

    .btn-group .dropdown-wrapper {
      z-index: 2;
    }

    .common-flex .btn {
      padding: 0.375rem 1.75rem;
    }
    @media (max-width: 575.98px) {
      .common-flex .btn {
        padding: 6px 16px;
      }
    }
    .common-flex.tooltip-effect:hover {
      border: unset;
      color: var(--white);
    }

    .btn.btn-outline-primary:hover {
      background-color: rgba(48, 142, 135, 0.9);
    }
    .btn.btn-outline-secondary:hover {
      background-color: rgba(243, 145, 89, 0.9);
    }
    .btn.btn-outline-success:hover {
      background-color: rgba(62, 185, 95, 0.9);
    }
    .btn.btn-outline-info:hover {
      background-color: rgba(2, 162, 185, 0.9);
    }
    .btn.btn-outline-warning:hover {
      background-color: rgba(234, 146, 0, 0.9);
    }
    .btn.btn-outline-danger:hover {
      background-color: rgba(231, 75, 43, 0.9);
    }

    .btn-group .btn:hover {
      color: var(--white);
    }

    .btn:focus {
      box-shadow: unset;
    }
    .btn:active {
      color: var(--white);
      background-color: var(--theme-default);
      border-color: transparent !important;
    }
    .btn:active:focus {
      box-shadow: unset;
    }
    .btn.show:focus {
      box-shadow: unset;
    }
    .btn.show:active {
      color: var(--white);
      background-color: var(--theme-default);
      border-color: var(--theme-default);
    }

/**=====================
     Dropdown css end
     ==========================**/
/**=====================
     color css start
     ==========================**/
     .font-primary {
      color: var(--theme-default) !important;
    }

    .font-secondary {
      color: var(--theme-secondary) !important;
    }

    .font-success {
      color: var(--success-color) !important;
    }

    .font-danger {
      color: var(--danger-color) !important;
    }

    .font-warning {
      color: var(--warning-color) !important;
    }

    .font-info {
      color: var(--info-color) !important;
    }

    .font-light {
      color: var(--light-color) !important;
    }

    .font-dark {
      color: var(--body-font-color) !important;
    }

/**=====================
     color css end
     ==========================**/
/**=====================
     buttons css start
     ==========================**/
     .btn {
      font-size: 14px;
      font-weight: 600;
    }

    .btn-primary {
      background-color: var(--theme-default) !important;
      border: 1px solid var(--theme-default);
      color: #ffffff;
    }
    .btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active:focus, .btn-primary.show {
      background-color: var(--theme-default);
      border-color: var(--theme-default);
    }

    .btn-secondary {
      background-color: var(--theme-secondary) !important;
      border: 1px solid var(--theme-secondary);
      color: #ffffff;
    }
    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.active, .btn-secondary:active:focus, .btn-secondary.show {
      background-color: var(--theme-secondary);
      border-color: var(--theme-secondary);
    }

    .btn-info {
      background-color: var(--info-color) !important;
      border: 1px solid var(--info-color);
      color: #ffffff;
    }
    .btn-info:hover, .btn-info:focus, .btn-info.active, .btn-info:active:focus, .btn-info.show {
      background-color: var(--info-color);
      border-color: var(--info-color);
    }

    .btn-success {
      background-color: var(--success-color) !important;
      border: 1px solid var(--success-color);
      color: #ffffff;
    }
    .btn-success:hover, .btn-success:focus, .btn-success.active, .btn-success:active:focus, .btn-success.show {
      background-color: var(--success-color);
      border-color: var(--success-color);
    }

    .btn-warning {
      background-color: var(--warning-color) !important;
      border: 1px solid var(--warning-color);
      color: #ffffff;
    }
    .btn-warning:hover, .btn-warning:focus, .btn-warning.active, .btn-warning:active:focus, .btn-warning.show {
      background-color: var(--warning-color);
      border-color: var(--warning-color);
    }

    .btn-danger {
      background-color: var(--danger-color) !important;
      border: 1px solid var(--danger-color);
      color: #ffffff;
    }
    .btn-danger:hover, .btn-danger:focus, .btn-danger.active, .btn-danger:active:focus, .btn-danger.show {
      background-color: var(--danger-color);
      border-color: var(--danger-color);
    }

    .btn-light {
      background-color: var(--light-color) !important;
      border: 1px solid var(--light-color);
      color: #ffffff;
    }
    .btn-light:hover, .btn-light:focus, .btn-light.active, .btn-light:active:focus, .btn-light.show {
      background-color: var(--light-color);
      border-color: var(--light-color);
    }

    .btn-dark {
      background-color: var(--dark) !important;
      border: 1px solid var(--dark);
      color: #ffffff;
    }
    .btn-dark:hover, .btn-dark:focus, .btn-dark.active, .btn-dark:active:focus, .btn-dark.show {
      background-color: var(--dark);
      border-color: var(--dark);
    }

    .btn-outline-primary {
      background-color: var(--white);
      border: 1px solid var(--theme-default);
      color: var(--theme-default);
    }
    .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.active, .btn-outline-primary:active:focus, .btn-outline-primary.show {
      background-color: var(--theme-default);
      border-color: var(--theme-default);
      color: var(--white);
    }

    .btn-outline-secondary {
      background-color: var(--white);
      border: 1px solid var(--theme-secondary);
      color: var(--theme-secondary);
    }
    .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary.active, .btn-outline-secondary:active:focus, .btn-outline-secondary.show {
      background-color: var(--theme-secondary);
      border-color: var(--theme-secondary);
      color: var(--white);
    }

    .btn-outline-info {
      background-color: var(--white);
      border: 1px solid var(--info-color);
      color: var(--info-color);
    }
    .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.active, .btn-outline-info:active:focus, .btn-outline-info.show {
      background-color: var(--info-color);
      border-color: var(--info-color);
      color: var(--white);
    }

    .btn-outline-success {
      background-color: var(--white);
      border: 1px solid var(--success-color);
      color: var(--success-color);
    }
    .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.active, .btn-outline-success:active:focus, .btn-outline-success.show {
      background-color: var(--success-color);
      border-color: var(--success-color);
      color: var(--white);
    }

    .btn-outline-warning {
      background-color: var(--white);
      border: 1px solid var(--warning-color);
      color: var(--warning-color);
    }
    .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.active, .btn-outline-warning:active:focus, .btn-outline-warning.show {
      background-color: var(--warning-color);
      border-color: var(--warning-color);
      color: var(--white);
    }

    .btn-outline-danger {
      background-color: var(--white);
      border: 1px solid var(--danger-color);
      color: var(--danger-color);
    }
    .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.active, .btn-outline-danger:active:focus, .btn-outline-danger.show {
      background-color: var(--danger-color);
      border-color: var(--danger-color);
      color: var(--white);
    }

    .btn-outline-light {
      background-color: var(--white);
      border: 1px solid var(--light-color);
      color: var(--light-color);
    }
    .btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light.active, .btn-outline-light:active:focus, .btn-outline-light.show {
      background-color: var(--light-color);
      border-color: var(--light-color);
      color: var(--white);
    }

    .btn-outline-dark {
      background-color: var(--white);
      border: 1px solid var(--dark);
      color: var(--dark);
    }
    .btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark.active, .btn-outline-dark:active:focus, .btn-outline-dark.show {
      background-color: var(--dark);
      border-color: var(--dark);
      color: var(--white);
    }

    .button-group .btn-outline-primary,
    .button-group .btn-primary {
      border-radius: 30px;
    }

    .btn-sm, .btn-group-sm > .btn {
      font-size: 12px;
    }

    .btn-lg, .btn-group-lg > .btn {
      font-size: 18px;
    }

    .btn-showcase {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .text-dark .btn:active {
      color: var(--dark);
    }

    .btn-warning.btn:active,
    .btn-outline-warning.btn:active {
      background-color: var(--warning-color);
      border-color: #ea9200;
    }
    .btn-warning.btn:hover,
    .btn-outline-warning.btn:hover {
      color: var(--light-color);
    }

    .btn-primary.btn.disabled {
      background-color: var(--theme-default);
      border-color: var(--theme-default);
    }

    .btn-secondary.btn.disabled {
      background-color: var(--theme-secondary);
      border-color: var(--theme-secondary);
    }

    .btn-light.btn.disabled {
      background-color: var(--light-color);
      border-color: var(--light-color);
    }

    .btn-outline-primary.btn.disabled {
      color: var(--theme-default);
      border-color: var(--theme-default);
    }

    .btn-outline-secondary.btn.disabled {
      color: var(--theme-secondary);
      border-color: var(--theme-secondary);
    }

    .btn-outline-primary-2x {
      border-width: 2px;
      border-color: var(--theme-default);
      color: var(--theme-default);
      background-color: transparent;
    }
    .btn-outline-primary-2x:hover, .btn-outline-primary-2x:focus, .btn-outline-primary-2x:active, .btn-outline-primary-2x.active {
      color: var(--white);
      background-color: var(--theme-default) !important;
      border-color: var(--theme-default) !important;
      box-shadow: none;
    }

    .btn-outline-secondary-2x {
      border-width: 2px;
      border-color: var(--theme-secondary);
      color: var(--theme-secondary);
      background-color: transparent;
    }
    .btn-outline-secondary-2x:hover, .btn-outline-secondary-2x:focus, .btn-outline-secondary-2x:active, .btn-outline-secondary-2x.active {
      color: var(--white);
      background-color: var(--theme-secondary) !important;
      border-color: var(--theme-secondary) !important;
      box-shadow: none;
    }

    .btn-outline-success-2x {
      border-width: 2px;
      border-color: var(--success-color);
      color: var(--success-color);
      background-color: transparent;
    }
    .btn-outline-success-2x:hover, .btn-outline-success-2x:focus, .btn-outline-success-2x:active, .btn-outline-success-2x.active {
      color: var(--white);
      background-color: var(--success-color) !important;
      border-color: var(--success-color) !important;
      box-shadow: none;
    }

    .btn-outline-danger-2x {
      border-width: 2px;
      border-color: var(--danger-color);
      color: var(--danger-color);
      background-color: transparent;
    }
    .btn-outline-danger-2x:hover, .btn-outline-danger-2x:focus, .btn-outline-danger-2x:active, .btn-outline-danger-2x.active {
      color: var(--white);
      background-color: var(--danger-color) !important;
      border-color: var(--danger-color) !important;
      box-shadow: none;
    }

    .btn-outline-warning-2x {
      border-width: 2px;
      border-color: var(--warning-color);
      color: var(--warning-color);
      background-color: transparent;
    }
    .btn-outline-warning-2x:hover, .btn-outline-warning-2x:focus, .btn-outline-warning-2x:active, .btn-outline-warning-2x.active {
      color: var(--white);
      background-color: var(--warning-color) !important;
      border-color: var(--warning-color) !important;
      box-shadow: none;
    }

    .btn-outline-info-2x {
      border-width: 2px;
      border-color: var(--info-color);
      color: var(--info-color);
      background-color: transparent;
    }
    .btn-outline-info-2x:hover, .btn-outline-info-2x:focus, .btn-outline-info-2x:active, .btn-outline-info-2x.active {
      color: var(--white);
      background-color: var(--info-color) !important;
      border-color: var(--info-color) !important;
      box-shadow: none;
    }

    .btn-outline-light-2x {
      border-width: 2px;
      border-color: var(--light-color);
      color: var(--light-color);
      background-color: transparent;
    }
    .btn-outline-light-2x:hover, .btn-outline-light-2x:focus, .btn-outline-light-2x:active, .btn-outline-light-2x.active {
      color: var(--white);
      background-color: var(--light-color) !important;
      border-color: var(--light-color) !important;
      box-shadow: none;
    }

    .btn-outline-dark-2x {
      border-width: 2px;
      border-color: var(--body-font-color);
      color: var(--body-font-color);
      background-color: transparent;
    }
    .btn-outline-dark-2x:hover, .btn-outline-dark-2x:focus, .btn-outline-dark-2x:active, .btn-outline-dark-2x.active {
      color: var(--white);
      background-color: var(--body-font-color) !important;
      border-color: var(--body-font-color) !important;
      box-shadow: none;
    }

    .btn-square {
      border-radius: 0px;
    }

    .btn-pill {
      border-radius: 60px;
    }

    .wizard-footer .btn:disabled {
      background-color: var(--theme-default);
      border: 1px solid var(--theme-default);
      opacity: unset;
    }

    .btn-group-showcase .btn-group {
      margin-right: 20px;
      margin-bottom: 20px;
    }
    .btn-group-showcase .btn {
      padding: 0.375rem 1.75rem;
    }
    @media (max-width: 420px) {
      .btn-group-showcase .btn {
        padding: 0.375rem 0.75rem;
      }
    }

    .btn-light:hover {
      color: var(--dark);
    }

    .btn-xs {
      padding: 0.05rem 0.4rem;
      font-size: 11px;
    }

/**=====================
     buttons css end
     ==========================**/
/**=====================
    Breadcrumb css start
    ==========================**/
    .page-title {
      align-items: center;
      padding: 30px 0;
    }
    @media (min-width: 576px) {
      .page-title {
        padding: 25px 10px;
      }
    }
    @media (max-width: 575.98px) {
      .page-title {
        padding: 18px 10px;
      }
    }
    @media (max-width: 575.98px) {
      .page-title h2, .page-title .h2 {
        font-size: 18px;
      }
    }
    .page-title .breadcrumb {
      --bs-breadcrumb-margin-bottom: 0;
      display: flex;
      align-items: center;
      justify-content: end;
    }
    .page-title .breadcrumb-item .svg-color {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px;
      width: 26px;
      height: 26px;
      border: 1px solid var(--shape-border);
      border-radius: 5px;
      box-shadow: 1px 1px 0px #e5e5e5;
      color: var(--theme-default);
      font-size: 16px;
      font-weight: 300;
    }
    @media (max-width: 575px) {
      .page-title .breadcrumb {
        justify-content: start;
      }
    }
    .page-title .breadcrumb a {
      color: var(--body-font-color);
    }
    .page-title .row {
      align-items: center;
    }
    @media (max-width: 575px) {
      .page-title .row {
        gap: 4px;
      }
    }

    .breadcrumb-item.active {
      color: var(--theme-default) !important;
      font-weight: 300 !important;
    }

    .breadcrumb-item + .breadcrumb-item {
      font-size: 14px;
      font-weight: 600;
      color: var(--theme-default);
    }
    .breadcrumb-item + .breadcrumb-item::before {
      color: var(--theme-default) !important;
      font-weight: 600;
    }

    .breadcrumb-page .breadcrumb-item + .breadcrumb-item {
      color: #000000 !important;
      font-weight: 400 !important;
    }
    .breadcrumb-page .breadcrumb-item + .breadcrumb-item::before {
      color: #000000 !important;
    }
    .breadcrumb-page .breadcrumb-item.active {
      color: var(--theme-default) !important;
    }
    .breadcrumb-page .breadcrumb-item.active {
      font-weight: 400 !important;
    }
    .breadcrumb-page .breadcrumb.bg-primary .breadcrumb-item {
      color: #ffffff !important;
    }
    .breadcrumb-page .breadcrumb.bg-secondary .breadcrumb-item {
      color: #ffffff !important;
    }
    .breadcrumb-page .breadcrumb-primary {
      color: var(--theme-default) !important;
    }
    .breadcrumb-page .breadcrumb-primary .breadcrumb-item {
      color: var(--theme-default) !important;
    }
    .breadcrumb-page .breadcrumb-primary .breadcrumb-item + .breadcrumb-item {
      color: var(--theme-default) !important;
    }
    .breadcrumb-page .breadcrumb-primary .breadcrumb-item + .breadcrumb-item::before {
      color: var(--theme-default) !important;
    }
    .breadcrumb-page .breadcrumb-secondary {
      color: var(--theme-secondary) !important;
    }
    .breadcrumb-page .breadcrumb-secondary .breadcrumb-item {
      color: var(--theme-secondary) !important;
    }
    .breadcrumb-page .breadcrumb-secondary .breadcrumb-item + .breadcrumb-item {
      color: var(--theme-secondary) !important;
    }
    .breadcrumb-page .breadcrumb-secondary .breadcrumb-item + .breadcrumb-item::before {
      color: var(--theme-secondary) !important;
    }
    .breadcrumb-page .breadcrumb-warning {
      color: var(--warning-color) !important;
    }
    .breadcrumb-page .breadcrumb-warning .breadcrumb-item {
      color: var(--warning-color) !important;
    }
    .breadcrumb-page .breadcrumb-warning .breadcrumb-item + .breadcrumb-item {
      color: var(--warning-color) !important;
    }
    .breadcrumb-page .breadcrumb-warning .breadcrumb-item + .breadcrumb-item::before {
      color: var(--warning-color) !important;
    }
    .breadcrumb-page .breadcrumb-success {
      color: var(--success-color) !important;
    }
    .breadcrumb-page .breadcrumb-success .breadcrumb-item {
      color: var(--success-color) !important;
    }
    .breadcrumb-page .breadcrumb-success .breadcrumb-item + .breadcrumb-item {
      color: var(--success-color) !important;
    }
    .breadcrumb-page .breadcrumb-success .breadcrumb-item + .breadcrumb-item::before {
      color: var(--success-color) !important;
    }
    .breadcrumb-page .breadcrumb-danger {
      color: var(--danger-color) !important;
    }
    .breadcrumb-page .breadcrumb-danger .breadcrumb-item {
      color: var(--danger-color) !important;
    }
    .breadcrumb-page .breadcrumb-danger .breadcrumb-item + .breadcrumb-item {
      color: var(--danger-color) !important;
    }
    .breadcrumb-page .breadcrumb-danger .breadcrumb-item + .breadcrumb-item::before {
      color: var(--danger-color) !important;
    }
    .breadcrumb-page .breadcrumb-info {
      color: var(--info-color) !important;
    }
    .breadcrumb-page .breadcrumb-info .breadcrumb-item {
      color: var(--info-color) !important;
    }
    .breadcrumb-page .breadcrumb-info .breadcrumb-item + .breadcrumb-item {
      color: var(--info-color) !important;
    }
    .breadcrumb-page .breadcrumb-info .breadcrumb-item + .breadcrumb-item::before {
      color: var(--info-color) !important;
    }
    .breadcrumb-page .breadcrumb-light {
      color: var(--light-color) !important;
    }
    .breadcrumb-page .breadcrumb-light .breadcrumb-item {
      color: var(--light-color) !important;
    }
    .breadcrumb-page .breadcrumb-light .breadcrumb-item + .breadcrumb-item {
      color: var(--light-color) !important;
    }
    .breadcrumb-page .breadcrumb-light .breadcrumb-item + .breadcrumb-item::before {
      color: var(--light-color) !important;
    }
    .breadcrumb-page .color-breadcrumb .breadcrumb {
      padding: 5px 10px;
      border-radius: 5px;
    }
    .breadcrumb-page .color-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      color: var(--white) !important;
    }
    .breadcrumb-page .breadcrumb-style2 .breadcrumb-item + .breadcrumb-item::before {
      content: ">";
      width: 16px;
      text-align: center;
    }
    .breadcrumb-page .breadcrumb-style4 .breadcrumb-item i {
      padding: 5px 6px;
      background-color: var(--light-gray);
    }

/**=====================
    Breadcrumb css end
    ==========================**/
/**=====================
    2.5 Bookmark CSS start
    ==========================**/
    .bookmark ul li {
      display: inline-block;
    }
    .bookmark ul li .search-form {
      position: absolute;
      bottom: 53px;
      z-index: 1;
    }
    .bookmark ul li .search-form .form-control-search {
      top: 65px;
      position: absolute;
      transition: all linear 0.3s;
      right: -20px;
      transform: translateY(-35px) scaleY(0);
      opacity: 0;
      visibility: hidden;
    }
    .bookmark ul li .search-form .form-control-search input {
      width: 240px;
      background-color: var(--white);
      box-shadow: 0 5px 21px rgba(0, 0, 0, 0.1);
    }
    .bookmark ul li .search-form .form-control-search.open {
      transform: translateY(0px) scaleY(1);
      opacity: 1;
      visibility: visible;
      transition: all linear 0.3s;
      z-index: 100;
    }
    .bookmark ul li .search-form .form-control-search:after {
      top: 12px;
      left: 20px;
      z-index: 1;
    }
    .bookmark ul li .search-form .form-control-search:before {
      left: 50px;
      top: 9px;
      z-index: 2;
    }
    .bookmark ul li a {
      position: relative;
      color: var(--body-font-color);
    }
    .bookmark ul li a svg {
      vertical-align: middle;
      height: 20px;
      width: 20px;
    }
    .bookmark ul li + li {
      margin-left: 10px;
    }
    .bookmark ul li:last-child {
      padding-right: 0;
    }
    .bookmark ul li:last-child a {
      border-radius: 5px;
    }
    .bookmark ul li:last-child a svg {
      color: #ff9f40;
    }

    .offcanvas-bookmark.page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .bookmark ul li a {
      z-index: 99999;
      color: rgba(255, 255, 255, 0.5);
    }
    .offcanvas-bookmark:before {
      position: fixed;
      content: "";
      background-color: rgba(0, 0, 0, 0.5);
      height: 100%;
      width: 100%;
      z-index: 1;
      right: 0;
      left: 0;
    }

    body.modal-open .select2-container--open {
      width: unset !important;
      display: block;
    }
    body.modal-open .select2-container--open .select2-dropdown {
      z-index: 1076;
    }

    .grid-bookmark-view,
    .list-layout-view {
      color: rgba(48, 142, 135, 0.55);
    }
    .grid-bookmark-view.active,
    .list-layout-view.active {
      color: #308e87;
    }

    .contact-page .modal-content .modal-header {
      width: 100%;
    }
    .contact-page .modal-content .modal-body {
      width: 100%;
    }

/**=====================
      2.5 Bookmark CSS Ends
      ==========================**/
/**=====================
     user css start
     ==========================**/
     .avatar-profile-card .user-img {
      display: inline-block;
      position: relative;
    }
    .avatar-profile-card .user-img img {
      border-radius: 50%;
      padding: 8px 10px 0;
      background-color: var(--theme-secondary);
      width: unset;
      height: unset;
      border: none;
    }
    .avatar-profile-card .user-img .setting-icon {
      line-height: 0;
      position: absolute;
      top: 75%;
      right: 0;
      cursor: pointer;
    }
    [dir=rtl] .avatar-profile-card .user-img .setting-icon {
      right: unset;
      left: 0;
    }
    .avatar-profile-card .user-img .setting-icon i {
      padding: 5px;
      background-color: var(--theme-default);
      border-radius: 50%;
      color: var(--white);
      border: 1px solid var(--white);
      font-size: 12px;
    }

    .user-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .user-wrap .user-content {
      margin-left: 10px;
    }
    .user-wrap .user-content h6, .user-wrap .user-content .h6 {
      font-weight: 700;
      font-size: 14px;
    }
    .user-wrap .user-content p {
      font-size: 12px;
      color: var(--light-gray-color);
      line-height: 1;
    }
    .user-wrap .user-content p i {
      color: var(--light-gray-color);
      font-size: 12px;
      margin-left: 4px;
    }
    [dir=rtl] .user-wrap .user-content p i {
      margin-left: unset;
      margin-right: 4px;
    }
    @media (max-width: 991px) {
      .user-wrap .user-content {
        display: none;
      }
    }
    [dir=rtl] .user-wrap .user-content {
      margin-left: unset;
      margin-right: 10px;
    }

    .user-img {
      display: inline-block;
      position: relative;
    }
    .user-img img {
      width: 38px;
      height: 38px;
      border: 1px solid var(--shape-border);
      border-radius: 50%;
      background-color: var(--theme-secondary);
      padding: 3px 3px 0px 3px;
    }
    @media (max-width: 767.98px) {
      .user-img img {
        width: 35px;
        height: 35px;
      }
    }
    @media (max-width: 575.98px) {
      .user-img img {
        width: 32px;
        height: 32px;
      }
    }

/**=====================
    03.  Card CSS Start
    ==========================**/
    .card {
      border-radius: 1.5rem;
      border: unset;
      margin-bottom: 30px;
      letter-spacing: 0.5px;
      transition: all 0.3s ease;
    }
    @media (max-width: 767.98px) {
      .card {
        margin-bottom: 20px;
      }
    }
    .card .sub-title {
      padding-bottom: 0.75rem;
      font-size: 1.125rem;
    }
    .card code {
      font-size: 0.875em;
      color: var(--theme-secondary);
      word-wrap: break-word;
    }

    .card-header {
      background-color: var(--white);
      padding: 20px;
      border-bottom: 1px solid #e5e5e5;
      position: relative;
    }
    .card-header .header-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    @media (max-width: 575.98px) {
      .card-header {
        padding: 15px;
      }
    }
    .card-header p {
      color: var(--font-color);
    }
    .card-header:first-child {
      border-radius: 1.5rem 1.5rem 0 0;
    }
    .card-header.card-no-border {
      border-bottom: none !important;
    }
    .card-header > span {
      font-size: 12px;
      color: var(--sub-title);
      margin-top: 5px;
      display: block;
      letter-spacing: 1px;
    }
    .card-header .card-header-right {
      border-radius: 0 0 0 7px;
      right: 35px;
      top: 15px;
      display: inline-block;
      float: right;
      padding: 8px 0;
      position: absolute;
      background-color: var(--white);
      z-index: 1;
    }
    .card-header .card-header-right .card-option {
      text-align: right;
      width: 35px;
      height: 20px;
      overflow: hidden;
      transition: 0.3s ease-in-out;
    }
    .card-header .card-header-right .card-option li {
      display: inline-block;
    }
    .card-header .card-header-right .card-option li:first-child .fa-ellipsis {
      transition: 1s;
      font-size: 16px;
      color: var(--theme-default);
    }
    .card-header .card-header-right .card-option li:first-child .fa-ellipsis .fa-solid {
      color: unset;
    }
    .card-header .card-header-right i {
      margin: 0 5px;
      cursor: pointer;
      color: var(--dark);
      line-height: 20px;
      font-size: 12px;
    }

    .card-footer {
      background-color: var(--white);
      border-top: var(--border-color);
      padding: 20px;
    }
    .card-footer:last-child {
      border-radius: 0 0 1.5rem 1.5rem;
    }
    @media (max-width: 767.98px) {
      .card-footer {
        padding: 10px;
      }
    }

    .card-body {
      padding: 20px;
      background-color: transparent;
    }
    .card-body p:last-child {
      margin-bottom: 0;
    }
    @media (max-width: 575.98px) {
      .card-body {
        padding: 12px;
      }
    }

    .social-profile {
      text-align: center;
      background-image: url(../images/other-images/profile-bg.png);
      background-repeat: no-repeat;
      background-size: cover;
    }
    .social-profile .card-body {
      padding-left: 20px;
      padding-right: 20px;
    }
    @media (max-width: 1399px) {
      .social-profile .card-body {
        padding: 23px 15px;
      }
    }
    .social-details {
      margin-top: 15px;
    }
    .social-details h5 a, .social-details .h5 a {
      color: var(--black);
      font-weight: 700;
    }
    .social-details span {
      color: rgba(73, 80, 87, 0.7);
      font-weight: 600;
    }
    .social-details .social-follow {
      column-count: 3;
      column-gap: 30px;
      margin-top: 25px;
    }
    @media (max-width: 1399px) {
      .social-details .social-follow {
        column-gap: 23px;
      }
    }
    .social-details .social-follow li {
      position: relative;
    }
    .social-details .social-follow li h4, .social-details .social-follow li .h4 {
      font-weight: 700;
    }
    .social-details .social-follow li span {
      color: rgba(73, 80, 87, 0.7);
      font-weight: 600;
    }
    .social-details .social-follow li + li::before {
      position: absolute;
      content: "";
      width: 1px;
      height: 14px;
      background-color: rgba(73, 80, 87, 0.5);
      left: -15px;
      top: 50%;
      transform: translateY(-50%);
    }
    .social-details .card-social {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-top: 15px;
    }
    .social-details .card-social li a {
      color: var(--theme-default);
    }
    .social-img-wrap {
      background: linear-gradient(253deg, var(--theme-default) 11.51%, rgba(115, 102, 255, 0) 82.07%);
      display: inline-block;
      border-radius: 100%;
      padding: 2px;
      position: relative;
    }
    .social-img-wrap .edit-icon {
      position: absolute;
      right: 0;
      bottom: 0;
    }
    .social-img-wrap .edit-icon svg {
      width: 20px;
      height: 20px;
      border-radius: 100%;
      border: 2px dashed var(--white);
      background: var(--white);
    }
    .social-img {
      padding: 5px;
      background: var(--white);
      border-radius: 100%;
    }
    .social-img img {
      height: 68px;
      border-radius: 100%;
    }

    .card-absolute {
      margin-top: 20px;
    }
    .card-absolute .card-header {
      position: absolute;
      top: -20px;
      left: 15px;
      border-radius: 0.25rem;
      padding: 10px 15px;
    }
    @media (max-width: 991.98px) {
      .card-absolute .card-header {
        padding: 10px 15px !important;
      }
    }
    .card-absolute .card-header h5, .card-absolute .card-header .h5 {
      font-size: 17px;
    }
    .card-absolute .card-body {
      margin-top: 10px;
    }

    .dark-color-header {
      background-color: unset !important;
      color: var(--theme-default);
    }

    .card.full-card {
      position: fixed;
      top: 0;
      z-index: 99999;
      box-shadow: none;
      right: 0;
      border-radius: 0;
      border: 1px solid var(--light-border);
      width: calc(100vw - 12px);
      height: 100vh;
    }
    .card.card-load .card-loader {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      background-color: rgba(255, 255, 255, 0.7);
      z-index: 8;
      align-items: center;
      justify-content: center;
    }
    .card.card-load .card-loader i {
      margin: 0 auto;
      color: var(--theme-default);
      font-size: 20px;
    }

    .tab-img {
      height: 100px;
    }

    .dark-color-header ul li i {
      color: var(--white) !important;
    }

/**=====================
    03.  Card CSS end
    ==========================**/
/**=====================
    3.3 Cart CSS start
    ==========================**/
    .cart .total-amount {
      text-align: right !important;
      margin-top: 30px;
    }
    .cart .amount-space {
      margin-left: 40px;
    }
    .cart .cart-btn-transform {
      text-transform: capitalize;
    }
    .cart .qty-box {
      width: 25%;
      margin: 0 auto;
    }
    .cart .qty-box .input-group .btn {
      background-color: var(--light-color) !important;
      border-color: var(--light-color) !important;
      padding: 8px 12px;
    }

    .cart-buttons {
      margin-top: 30px;
    }
    .cart-buttons .cart-btn {
      float: right;
      padding-right: 85px;
    }

    .order-history table tbody tr td .input-group input {
      border: 1px solid var(--light-color) !important;
      height: 38px;
    }
    .order-history table tbody tr td .input-group a {
      height: 38px;
    }

/**=====================
    3.3 Cart CSS Ends
    ==========================**/
/**=====================
    2.12 Datatable CSS Start
    ==========================**/
    div.dt-button-background {
      display: none !important;
    }
    div.DTS div.dataTables_scrollBody table {
      z-index: 1;
    }
    div .table-avtar {
      height: 32px;
      margin-right: 10px;
    }
    div .action {
      display: flex;
    }
    div .action i {
      font-size: 16px;
    }
    div .action .pdf i {
      font-size: 20px;
      color: var(--danger-color);
    }
    div .action .edit {
      margin-right: 5px;
    }
    div .action .edit i {
      color: var(--success-color);
    }
    div .action .delete i {
      color: var(--danger-color);
    }

    #auto-generate-content_wrapper.dataTables_wrapper button {
      background-color: var(--white);
      border: 1px solid var(--theme-default);
      color: var(--theme-default);
    }

    .dataTables_wrapper {
      width: calc(100% - 1px);
      padding: 0;
    }
    .dataTables_wrapper.no-footer .dataTables_scrollBody {
      border-bottom: 1px solid var(--light-gray);
    }
    .dataTables_wrapper .dt-buttons .btn {
      border-radius: 0.25rem !important;
    }
    .dataTables_wrapper .btn-group button {
      margin-right: 5px;
    }
    .dataTables_wrapper button {
      font-weight: 400;
      padding: 0.375rem 0.75rem;
      font-size: 14px;
      border-radius: 0.25rem;
      color: var(--white);
    }
    .dataTables_wrapper + .dataTables_wrapper {
      margin-top: 20px;
    }
    .dataTables_wrapper .dataTables_paginate {
      margin-left: 15px !important;
      border: 1px solid var(--border-color);
      border-radius: 0.25rem;
      padding-top: 0;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
      margin: 0;
      color: var(--body-font-color) !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
      background: var(--theme-default);
      color: #ffffff !important;
      box-shadow: none;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
      border: 1px solid var(--theme-default);
      color: var(--dark-color) !important;
      background: transparent !important;
    }
    .dataTables_wrapper .dataTables_length {
      margin-bottom: 30px;
    }
    .dataTables_wrapper .dataTables_length select {
      border-color: var(--light-color);
      color: var(--dark-color);
      padding: 0 10px;
      margin: 0 10px;
      height: 2.7142em;
      background-color: var(--white);
    }
    .dataTables_wrapper table.dataTable {
      border: 1px solid var(--gray-200);
    }
    .dataTables_wrapper table.dataTable tbody td.select-checkbox,
    .dataTables_wrapper table.dataTable tbody th.select-checkbox {
      padding-right: 40px !important;
    }
    .dataTables_wrapper table.dataTable tbody td.select-checkbox:before,
    .dataTables_wrapper table.dataTable tbody th.select-checkbox:before {
      right: 20px;
      top: 22px;
      left: unset;
    }
    .dataTables_wrapper table.dataTable tbody td.select-checkbox:after,
    .dataTables_wrapper table.dataTable tbody th.select-checkbox:after {
      margin-top: -5px;
      margin-left: 21px;
    }
    .dataTables_wrapper table.dataTable thead th,
    .dataTables_wrapper table.dataTable thead td {
      border-bottom: 1px solid var(--border-color);
    }
    .dataTables_wrapper table.dataTable th,
    .dataTables_wrapper table.dataTable td {
      padding: 0.75rem;
      padding-bottom: 0.75rem !important;
    }
    @media (max-width: 575.98px) {
      .dataTables_wrapper table.dataTable th,
      .dataTables_wrapper table.dataTable td {
        padding: 0.5rem;
      }
    }
    .dataTables_wrapper .dataTables_filter {
      margin-bottom: 25px;
      margin-left: 15px;
    }
    .dataTables_wrapper .dataTables_filter input[type=search] {
      border: 1px solid var(--gray-200);
      background-color: var(--white);
      padding: 0 10px;
      margin-left: 10px;
      height: 37px;
      border-radius: 4px;
      color: var(--font-color);
    }
    .dataTables_wrapper .dataTables_filter input[type=search]:focus-visible {
      outline: none;
    }
    .dataTables_wrapper .dataTables_filter:focus-visible {
      outline: none;
    }

    .dataTables_scrollHeadInner {
      width: 100% !important;
    }

    table .fixedHeader-floating {
      position: fixed !important;
      background-color: var(--white);
    }
    table .box > div {
      padding: 5px 15px;
      background-color: var(--theme-default);
      display: inline-block;
      color: var(--white);
      border-radius: 5px;
      margin-bottom: 15px;
      margin-right: 15px;
    }
    table.dataTable.fixedHeader-locked, table.dataTable.fixedHeader-floating {
      width: calc(100vw - 250px) !important;
      max-width: calc(100vw - 250px) !important;
      overflow: hidden !important;
      right: 0 !important;
      z-index: 99;
      left: 260px !important;
    }
    table.dataTable:not(.fixedHeader-locked):not(.fixedHeader-floating) {
      width: 100% !important;
    }
    table.dataTable {
      border-collapse: collapse !important;
      margin-top: 0 !important;
    }
    table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_desc:before,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_desc_disabled:before,
    table.dataTable thead .sorting_desc_disabled:after {
      bottom: 12px !important;
    }
    table.dataTable input,
    table.dataTable select {
      border: 1px solid var(--gray-700);
      height: 37px;
    }

    .user-datatable tr td:first-child,
    .user-datatable tr th:first-child {
      min-width: 150px;
    }

    .jsgrid .jsgrid-button {
      width: 20px;
      height: 20px;
    }
    .jsgrid .jsgrid-delete-button {
      background-position: 0 -78px;
      width: 22px;
      height: 22px;
    }
    .jsgrid .jsgrid-edit-button {
      background-position: -2px -122px;
      width: 22px;
      height: 22px;
    }
    .jsgrid .jsgrid-insert-mode-button {
      background-position: -2px -160px;
      width: 25px;
      height: 25px;
    }
    .jsgrid .jsgrid-insert-button {
      background-position: -3px -202px;
      width: 16px;
      height: 16px;
    }

    table.dataTable.display tbody tr.even > .sorting_1 {
      background-color: rgba(245, 245, 245, 0.5);
    }

    .toolbar {
      padding: 5px 15px;
      background-color: var(--theme-default);
      display: inline-block;
      color: var(--white);
      border-radius: 5px;
      margin-bottom: 15px;
      margin-right: 15px;
    }

    code.option {
      color: var(--danger-color) !important;
    }
    code.api {
      color: var(--success-color) !important;
    }

    .dt-ext .dataTables_wrapper .page-item.active .page-link {
      background-color: var(--theme-default) !important;
      border-color: var(--theme-default) !important;
      color: var(--white) !important;
    }
    .dt-ext .dataTables_wrapper .dataTables_paginate {
      border: none;
    }
    @media (max-width: 767.98px) {
      .dt-ext .dataTables_wrapper .dataTables_paginate {
        float: none;
        margin-top: 20px !important;
        margin-left: 0 !important;
      }
    }
    @media (max-width: 575.98px) {
      .dt-ext .dataTables_wrapper .dataTables_paginate {
        margin-top: 15px !important;
      }
    }
    .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button {
      padding: 0;
      border: none;
    }
    @media (max-width: 575.98px) {
      .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
        content: "\e649";
        font-family: themify;
        font-size: 11px;
        padding: 0 5px;
      }
    }
    @media (max-width: 575.98px) {
      .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.next {
        font-size: 0;
        padding: 0;
      }
    }
    @media (max-width: 575.98px) {
      .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
        content: "\e64a";
        font-family: themify;
        font-size: 11px;
        padding: 0 5px;
      }
    }
    @media (max-width: 575.98px) {
      .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
        font-size: 0;
        padding: 0;
      }
    }
    .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.hover, .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.active {
      border: none !important;
    }
    .dt-ext .dataTables_wrapper .dataTables_paginate .page-link {
      margin-left: 0px;
      color: var(--theme-default);
    }
    .dt-ext .dataTables_wrapper button.dt-button,
    .dt-ext .dataTables_wrapper div.dt-button,
    .dt-ext .dataTables_wrapper a.dt-button,
    .dt-ext .dataTables_wrapper button.dt-button:focus:not(.disabled),
    .dt-ext .dataTables_wrapper div.dt-button:focus:not(.disabled),
    .dt-ext .dataTables_wrapper a.dt-button:focus:not(.disabled),
    .dt-ext .dataTables_wrapper button.dt-button:active:not(.disabled),
    .dt-ext .dataTables_wrapper button.dt-button.active:not(.disabled),
    .dt-ext .dataTables_wrapper div.dt-button:active:not(.disabled),
    .dt-ext .dataTables_wrapper div.dt-button.active:not(.disabled),
    .dt-ext .dataTables_wrapper a.dt-button:active:not(.disabled),
    .dt-ext .dataTables_wrapper a.dt-button.active:not(.disabled) {
      background-color: var(--theme-default);
      border-color: var(--theme-default);
      border-radius: 2px;
      color: var(--white);
      background-image: none;
      font-size: 14px;
    }
    .dt-ext .dataTables_wrapper button.dt-button.btn-success,
    .dt-ext .dataTables_wrapper div.dt-button.btn-success,
    .dt-ext .dataTables_wrapper a.dt-button.btn-success {
      background-color: var(--success-color);
      border-color: var(--success-color);
    }
    .dt-ext .dataTables_wrapper button.dt-button.btn-primary,
    .dt-ext .dataTables_wrapper div.dt-button.btn-primary,
    .dt-ext .dataTables_wrapper a.dt-button.btn-primary {
      background-color: var(--theme-default);
      border-color: var(--theme-default);
    }
    .dt-ext .dataTables_wrapper button.dt-button.btn-danger,
    .dt-ext .dataTables_wrapper div.dt-button.btn-danger,
    .dt-ext .dataTables_wrapper a.dt-button.btn-danger {
      background-color: var(--danger-color);
      border-color: var(--danger-color);
    }
    .dt-ext .dataTables_wrapper table.dataTable th.focus,
    .dt-ext .dataTables_wrapper table.dataTable td.focus {
      outline: 3px solid var(--theme-default);
    }
    .dt-ext .dataTables_wrapper table.dataTable.display tbody > tr.odd.selected > .sorting_1,
    .dt-ext .dataTables_wrapper table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
      background-color: rgba(48, 142, 135, 0.38);
    }
    .dt-ext .dataTables_wrapper table.dataTable.stripe tbody > tr.odd.selected,
    .dt-ext .dataTables_wrapper table.dataTable.stripe tbody > tr.odd > .selected,
    .dt-ext .dataTables_wrapper table.dataTable.display tbody > tr.odd.selected,
    .dt-ext .dataTables_wrapper table.dataTable.display tbody > tr.odd > .selected {
      background-color: rgba(48, 142, 135, 0.38);
    }
    .dt-ext .dataTables_wrapper table.dataTable.display tbody > tr.even.selected > .sorting_1,
    .dt-ext .dataTables_wrapper table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
      background-color: rgba(48, 142, 135, 0.38);
    }
    .dt-ext .dataTables_wrapper table.dataTable tbody > tr.selected,
    .dt-ext .dataTables_wrapper table.dataTable tbody > tr > .selected {
      background-color: rgba(48, 142, 135, 0.38);
    }

    td.highlight {
      background-color: var(--light-color) !important;
    }

    td.details-control {
      background: url("../images/details_open.png") no-repeat center center;
      cursor: pointer;
    }

    tr.shown td.details-control {
      background: url("../images/details_close.png") no-repeat center center;
    }

    .dataTables_scroll ~ .dataTables_paginate {
      margin-top: 20px !important;
    }

    .product-table th:last-child {
      min-width: 120px;
    }
    .product-table h6, .product-table .h6 {
      font-weight: 600;
      color: var(--dark-color);
    }

    table.dataTable.display tbody tr.odd > .sorting_1 {
      background-color: var(--light-color);
    }
    table.dataTable.display tbody tr.odd .badge {
      line-height: 15px;
    }
    table.dataTable.display tbody tr.even .badge {
      line-height: 15px;
    }

    .jsgrid-row .jsgrid-cell .badge,
    .jsgrid-alt-row .jsgrid-cell .badge {
      line-height: 15px !important;
    }

    .table-responsive.custom-scroll {
      overflow: auto;
    }
    .table-responsive.custom-scroll .datatable-wrapper .datatable-top {
      position: absolute;
      z-index: 1;
      top: 63px;
      right: 4px;
    }
    .table-responsive.custom-scroll .datatable-wrapper .datatable-container .datatable-table {
      margin-top: 70px;
    }
    .table-responsive.custom-scroll .datatable-wrapper .datatable-container button.bg-light-primary {
      border: 1px solid var(--light-color);
      width: 120px;
    }

    #simple.datatable-table thead tr th:nth-child(3) {
      min-width: 130px;
    }
    #simple.datatable-table thead tr th:nth-child(5) {
      min-width: 130px;
    }
    #simple.datatable-table thead tr th:nth-child(2) {
      min-width: 110px;
    }
    #simple.datatable-table thead tr th:nth-child(6) {
      min-width: 110px;
    }
    #simple.datatable-table thead tr th:first-child {
      min-width: 50px;
    }

    @media (max-width: 575.98px) {
      .paginate_button .page-link {
        font-size: 12px;
      }
    }
    @media (max-width: 360px) {
      .paginate_button .page-link {
        font-size: 11px;
      }
    }

    @media (max-width: 575.98px) {
      .autofill-datatable div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous:before {
        content: "\e64a";
        font-family: themify;
        font-size: 11px;
        padding: 0 5px;
        line-height: 3.2;
      }
    }
    @media (max-width: 575.98px) {
      .autofill-datatable div.dataTables_wrapper div.dataTables_paginate .paginate_button.next:before {
        content: "\e649";
        font-family: themify;
        font-size: 11px;
        padding: 0 5px;
        line-height: 3.2;
      }
    }

    @media (max-width: 1500px) {
      .autofill-datatable table.table thead th::after {
        top: 33px !important;
      }
    }
    @media (max-width: 1500px) {
      .autofill-datatable table.table thead th:nth-child(2) {
        min-width: 100px;
      }
    }
    @media (max-width: 1500px) {
      .autofill-datatable table.table thead th:nth-child(5) {
        min-width: 100px;
      }
    }
    @media (max-width: 1500px) {
      .autofill-datatable table.table thead th:nth-child(7) {
        min-width: 100px;
      }
    }
    [data-theme=dark] .autofill-datatable .table-light {
      --bs-table-bg: var(--card-color);
      --bs-table-striped-bg: var(--body-color);
      --bs-table-hover-bg: var(--body-color);
    }

    @media (max-width: 1630px) {
      .complex-table table thead tr th:first-child {
        min-width: 115px;
      }
    }
    @media (max-width: 1630px) {
      .complex-table table thead tr + tr th:first-child {
        min-width: 190px;
      }
    }
    @media (max-width: 1630px) {
      .complex-table table thead tr + tr th:nth-child(3) {
        min-width: 100px;
      }
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
      align-items: center;
    }

/**=====================
     2.12 Datatable CSS Ends
     ==========================**/
/**=====================
     39. Table  CSS Start
     ==========================**/
     thead,
     tbody,
     tfoot,
     tr,
     td,
     th {
      border-color: var(--table-double-color);
    }

    .table {
      margin-bottom: 0px;
    }
    .table tbody tr th,
    .table tbody tr td {
      border-bottom: 1px solid var(--light-gray);
    }
    .table > :not(:last-child) > :last-child > * {
      border-bottom-color: var(--light-gray);
    }
    .table th,
    .table td {
      padding: 0.75rem;
    }
    .table thead.bg-primary tr th {
      color: var(--white);
    }
    .table th {
      color: var(--dark);
      font-weight: 700;
    }
    .table th.f-light {
      color: var(--chart-text-color);
      opacity: 0.8;
    }
    .table td {
      color: var(--dark);
    }
    .table [class*=bg-] {
      color: var(--white);
    }
    .table .bg-light {
      color: var(--theme-body-font-color);
    }

    .table[class*=bg-] th,
    .table[class*=bg-] td {
      color: var(--white);
    }

    .typography-table tr:last-child {
      border-bottom: none;
    }
    .typography-table tr:last-child td {
      border-bottom: none;
    }
    .typography-table tr td:first-child {
      min-width: 100px;
    }
    .typography-table tr td:last-child {
      min-width: 300px;
    }

    .table-striped thead tr th p {
      margin-bottom: 0;
    }

    .table-bordered thead,
    .table-bordered tbody,
    .table-bordered tfoot,
    .table-bordered tr,
    .table-bordered td,
    .table-bordered th {
      border-color: rgba(204, 204, 204, 0.3);
    }

    .user-content td,
    .user-content th {
      border-color: var(--light-gray);
    }

    .border-bottom-primary th,
    .border-bottom-primary td {
      border-bottom: 1px solid var(--theme-default) !important;
    }

    .border-bottom-secondary th,
    .border-bottom-secondary td {
      border-bottom: 1px solid var(--theme-secondary) !important;
    }

    .border-bottom-success th,
    .border-bottom-success td {
      border-bottom: 1px solid var(--success-color) !important;
    }

    .border-bottom-danger th,
    .border-bottom-danger td {
      border-bottom: 1px solid var(--danger-color) !important;
    }

    .border-bottom-info th,
    .border-bottom-info td {
      border-bottom: 1px solid var(--info-color) !important;
    }

    .border-bottom-warning th,
    .border-bottom-warning td {
      border-bottom: 1px solid var(--warning-color) !important;
    }

    .border-bottom-light th,
    .border-bottom-light td {
      border-bottom: 1px solid var(--white) !important;
    }

    .basic-table tr {
      vertical-align: middle;
    }
    .basic-table tr:last-child {
      border-bottom: unset;
    }

    .table-inverse {
      color: var(--white);
      background-color: var(--dark);
    }
    .table-inverse th,
    .table-inverse td {
      color: var(--white);
      background-color: var(--dark);
    }

    .signal-table .table-hover tbody tr td svg {
      width: 30px;
      height: 30px;
      padding: 6px;
      border-radius: 4px;
    }

    .card-block .table-responsive .table caption {
      padding-left: 10px;
    }

    .table-dark th {
      color: var(--white);
    }

    .bootstrap-table .table tbody tr:last-child {
      border-bottom: var(--white);
    }

    .ui-components.card-block .table-responsive .table-bordered td {
      vertical-align: middle;
    }
    .ui-components .fa-spinner {
      animation: fa-spin 2s infinite linear;
    }
    .ui-components p {
      margin-bottom: 0;
    }
    .ui-components .alert-primary .alert-link {
      color: var(--white);
    }
    .ui-components .alert-primary .btn-close {
      filter: brightness(1) invert(1);
    }

    .checkbox-solid-primary.checkbox label {
      display: inline-block;
      position: relative;
      padding-left: 16px;
      cursor: pointer;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .checkbox-solid-primary.checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 19px;
      height: 19px;
      left: -2px;
      margin-left: -16px;
      border: 1px solid #efefef;
      border-radius: 3px;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }
    .checkbox-solid-primary.checkbox input[type=checkbox]:checked + label::before {
      background-color: var(--theme-default);
      border-color: var(--theme-default);
      color: var(--white);
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f00c";
      text-align: center;
      line-height: 1.2;
    }
    .checkbox-solid-primary.checkbox input[type=checkbox]:disabled + label::before {
      background-color: var(--light-gray);
      cursor: not-allowed;
    }
    .checkbox-solid-primary.checkbox label:before {
      background-color: var(--theme-default);
      border-color: var(--theme-default);
      color: var(--white);
    }

    .m-checkbox-inline .checkbox {
      display: inline-block;
    }
    .m-checkbox-inline .checkbox label {
      display: inline-block;
      position: relative;
      padding-left: 10px;
      cursor: pointer;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .m-checkbox-inline .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 19px;
      height: 19px;
      left: -3px;
      margin-left: -16px;
      border: 1px solid var(--light-gray);
      border-radius: 3px;
      background-color: var(--white);
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }
    .m-checkbox-inline label {
      margin-right: 20px;
    }
    .m-checkbox-inline .checkbox-primary input[type=checkbox]:checked + label::before {
      border-color: var(--theme-default);
      color: var(--theme-default);
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f00c";
      text-align: center;
      line-height: 1.2;
    }
    .m-checkbox-inline .checkbox-primary label::before {
      border-color: var(--theme-default);
    }
    .m-checkbox-inline .checkbox-primary input[type=checkbox]:checked + label::before {
      border-color: var(--theme-default);
      color: var(--theme-default);
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f00c";
      text-align: center;
      line-height: 1.2;
    }
    .m-checkbox-inline .checkbox-primary label::before {
      border-color: var(--theme-default);
    }
    .m-checkbox-inline .checkbox-secondary input[type=checkbox]:checked + label::before {
      border-color: var(--theme-secondary);
      color: var(--theme-secondary);
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f00c";
      text-align: center;
      line-height: 1.2;
    }
    .m-checkbox-inline .checkbox-secondary label::before {
      border-color: var(--theme-secondary);
    }
    .m-checkbox-inline .checkbox-success input[type=checkbox]:checked + label::before {
      border-color: var(--success-color);
      color: var(--success-color);
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f00c";
      text-align: center;
      line-height: 1.2;
    }
    .m-checkbox-inline .checkbox-success label::before {
      border-color: var(--success-color);
    }

    .checkbox-dark.checkbox {
      display: inline-block;
    }
    .checkbox-dark.checkbox label {
      display: inline-block;
      position: relative;
      padding-left: 16px;
      cursor: pointer;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .checkbox-dark.checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 19px;
      height: 19px;
      left: -3px;
      margin-left: -16px;
      border: 1px solid var(--dark);
      border-radius: 3px;
      background-color: var(--white);
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }
    .checkbox-dark input[type=checkbox]:checked + label::before {
      border-color: var(--dark);
      color: var(--dark);
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f00c";
      text-align: center;
      line-height: 1.2;
    }
    .checkbox-dark label::before {
      border-color: var(--dark);
    }

    .m-squar.checkbox label {
      display: inline-block;
      position: relative;
      padding-left: 16px;
      cursor: pointer;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .m-squar.checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 19px;
      height: 19px;
      left: 0;
      margin-left: -16px;
      border: 1px solid #efefef;
      background-color: var(--white);
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }
    .m-squar.checkbox input[type=checkbox] {
      opacity: 0;
    }
    .m-squar input[type=checkbox]:checked + label::before {
      color: var(--dark);
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f00c";
      text-align: center;
      line-height: 1.2;
    }
    .m-squar label::before {
      border-radius: 0;
    }

    .table-bordered td,
    .table-bordered th,
    .table-bordered tr {
      border-color: var(--light-gray);
    }

    .pills-component {
      width: 20%;
    }

    .badge-table .badge {
      display: inline-block;
      padding: 0.44em 0.7em;
      font-size: 0.75em;
      font-weight: 700;
      line-height: 1;
      color: var(--white);
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      border-radius: 0.25rem;
      font-family: Roboto, sans-serif;
    }

    .label-square i {
      margin-right: 7px;
    }
    .label-square span {
      font-size: 14px;
    }

    .card-no-border.card-header {
      border-bottom: none;
    }

    .table-striped.table-bordered > tbody > tr > *:nth-child(n+2),
    .table-striped.table-bordered > thead > tr > *:nth-child(n+2) {
      border-left: unset;
    }
    .table-striped > tbody > tr:nth-of-type(odd) > * {
      background-color: rgba(245, 245, 245, 0.7);
      color: var(--body-font-color);
      --bs-table-accent-bg: unset;
    }

    .table-striped .alert-light-primary {
      background-color: rgba(48, 142, 135, 0.3) !important;
    }

    .table-dashed {
      border-left: 2px dashed var(--light-gray) !important;
      border-right: 2px dashed var(--light-gray) !important;
    }
    .table-dashed thead,
    .table-dashed tbody,
    .table-dashed tfoot,
    .table-dashed tr,
    .table-dashed td,
    .table-dashed th {
      border-style: dashed !important;
      border-width: 2px;
      border-right: 0;
      border-left: 0;
    }

    #row_create td.highlight {
      font-weight: 600;
      color: var(--theme-default);
    }
    #row_create td.danger {
      font-weight: 600;
      color: var(--danger-color);
    }

    @media (max-width: 1199.98px) {
      .basic_table .table-responsive .table tbody tr td:nth-child(n+2) {
        min-width: 180px;
      }
    }

    @media (max-width: 767.98px) {
      .card-block .table-responsive .radio-first-col-width tbody tr td {
        min-width: 200px !important;
      }
    }

    @media (max-width: 767.98px) {
      .card-block .table-responsive .checkbox-td-width tbody tr td {
        min-width: 200px !important;
      }
    }
    .card-block .table-responsive .table-bordered tbody tr:last-child td {
      padding: 0.5rem 0.5rem !important;
      border-bottom: 0;
    }
    @media (max-width: 767.98px) {
      .card-block .table-responsive .table-bordered tbody tr td span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100px;
      }
    }
    .card-block .table-responsive .table-bordered td {
      vertical-align: middle;
    }

    @media (max-width: 1199.98px) {
      .signal-table .table.table-hover tbody tr td:nth-child(n+2) {
        min-width: 240px !important;
      }
    }

    @media (max-width: 575.98px) {
      div.dataTables_wrapper div.dataTables_paginate .paginate_button {
        padding: 1px 7px;
      }
    }
    @media (max-width: 575.98px) {
      div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous:before {
        content: "\e64a";
        font-family: themify;
        font-size: 11px;
        padding: 0 5px;
      }
    }
    @media (max-width: 575.98px) {
      div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous {
        font-size: 0;
        padding: 0;
      }
    }
    @media (max-width: 575.98px) {
      div.dataTables_wrapper div.dataTables_paginate .paginate_button.next:before {
        content: "\e649";
        font-family: themify;
        font-size: 11px;
        padding: 0 5px;
      }
    }
    @media (max-width: 575.98px) {
      div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
        font-size: 0;
        padding: 0;
      }
    }
    @media (max-width: 767.98px) {
      div.dataTables_wrapper div.dataTables_paginate {
        float: none;
        margin-top: 20px !important;
        margin-left: 0 !important;
      }
    }
    @media (max-width: 575.98px) {
      div.dataTables_wrapper div.dataTables_paginate {
        margin-top: 15px !important;
      }
    }

/**=====================
     39.Table CSS Ends
     ==========================**/
/**=====================
  GRID CSS Start
  ==========================**/
  .grid-showcase {
    margin-bottom: -10px;
  }
  .grid-showcase span {
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    background-color: var(--bg-light);
  }

  .horizontal-align.grid-showcase span {
    background-color: var(--white);
  }

  .grid-align .row {
    padding: 15px 0;
    min-height: 7rem;
  }

  .grid-vertical {
    min-height: 150px;
    padding: 10px;
    color: var(--black);
  }

  .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: var(--bg-light);
  }
  .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: unset !important;
  }

  .table-bordered.table-striped td,
  .table-bordered.table-striped th,
  .table-bordered.table-striped tr {
    border-color: var(--border-color);
  }

/**=====================
  GRID CSS end
  ==========================**/
/**=====================
    avatars CSS start
    ==========================**/
    .avatars {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
    }
    .avatars .avatar {
      position: relative;
    }
    .avatars .avatar.ratio {
      width: unset;
    }
    .avatars .avatar.ratio img {
      width: auto;
    }
    .avatars .avatar .status {
      position: absolute;
      height: 12%;
      width: 12%;
      border-radius: 100%;
      top: 12%;
      right: 4%;
    }
    .avatars .b-r-8 {
      border-radius: 8px;
    }
    .avatars .b-r-30 {
      border-radius: 30px;
    }
    .avatars .b-r-35 {
      border-radius: 35px;
    }
    .avatars .img-100 {
      width: calc(65px + 35 * (100vw - 320px) / 1600);
      height: calc(65px + 35 * (100vw - 320px) / 1600);
    }
    .avatars .img-90 {
      width: calc(55px + 35 * (100vw - 320px) / 1600);
      height: calc(55px + 35 * (100vw - 320px) / 1600);
    }
    .avatars .img-80 {
      width: calc(45px + 35 * (100vw - 320px) / 1600);
      height: calc(45px + 35 * (100vw - 320px) / 1600);
    }
    .avatars .img-70 {
      width: calc(35px + 35 * (100vw - 320px) / 1600);
      height: calc(35px + 35 * (100vw - 320px) / 1600);
    }
    .avatars .img-50 {
      width: 50px !important;
      height: 50px !important;
    }
    .avatars .img-60 {
      width: 60px !important;
      height: 60px !important;
    }
    .avatars .img-40 {
      width: 40px !important;
      height: 40px !important;
    }
    .avatars .img-30 {
      width: 35px !important;
      height: 35px !important;
    }

    .status-offline {
      background-color: var(--danger-color);
    }

    .status-online {
      background-color: var(--success-color);
    }

    .status-dnd {
      background-color: var(--warning-color);
    }

    .customers ul {
      display: inline-block;
    }
    .customers ul li img {
      border: 2px solid var(--white);
      transition: 0.5s;
    }
    .customers ul li img:hover {
      transform: translateY(-4px) scale(1.02);
      transition: 0.5s;
    }
    .customers ul li + li {
      margin-left: -7%;
    }
    .customers.avatar-group {
      margin-right: 30px;
    }
    .customers.avatar-group:last-child {
      margin-right: 0;
    }

    .avatar-showcase .ratio > * {
      position: relative;
      top: unset;
      left: unset;
    }
    .avatar-showcase .avatar-intial {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      padding: 11px 18px;
    }
    .avatar-showcase .ping {
      animation: load 1.5s ease-out infinite;
    }
    @keyframes load {
      0% {
        background-color: var(--ping-success);
        border: 0px solid var(--ping-success);
      }
      50% {
        background-color: var(--white);
        border: 3px solid var(--white);
      }
      100% {
        background-color: var(--ping-light-success);
        border: 0px solid var(--ping-light-success);
      }
    }

    .avatar-profile.bg-light-primary:hover {
      background-color: rgba(48, 142, 135, 0.1);
      color: var(--theme-default);
    }

/**=====================
    avatars CSS Ends
    ==========================**/
/**=====================
     15. Helper CSS start
     ==========================**/
     .helper-common-box {
      display: flex;
      align-items: center;
      margin-bottom: 8px;
      gap: 8px;
    }
    .helper-common-box:last-child {
      margin-bottom: 0;
    }
    .helper-common-box.helper-p-wrapper {
      gap: 12px;
      margin-bottom: 0;
      flex-wrap: wrap;
    }

    .border-wrapper {
      padding: 20px;
    }
    @media (max-width: 1199.98px) {
      .border-wrapper {
        padding: 15px;
      }
    }
    @media (max-width: 575.98px) {
      .border-wrapper {
        padding: 12px;
      }
    }
    .border-wrapper h6, .border-wrapper .h6 {
      font-weight: 600;
    }
    .border-wrapper.border {
      border: 1px solid var(--light-gray) !important;
      border-radius: 1.5rem;
    }
    .border-wrapper.helper-bg {
      border-radius: 1.5rem;
    }

    .helper-box {
      width: 40px;
      height: 40px;
      border-radius: 25%;
    }
    .helper-box.helper-text {
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 900;
    }

    .helper-radius {
      width: 60px;
      height: 30px;
    }

    .dark-helper.border {
      border: transparent !important;
    }

    .fill-wrapper {
      background-color: var(--bg-light);
    }

    .alert-light-primary {
      background-color: rgba(48, 142, 135, 0.2);
      color: #308e87;
    }

    .alert-light {
      color: var(--body-font-color);
    }

    .alert-light-light {
      background-color: rgba(245, 245, 245, 0.5);
      color: var(--body-font-color);
    }

    .alert-light-secondary {
      background-color: rgba(243, 145, 89, 0.2);
      color: #f39159;
    }

    .alert-light {
      color: var(--body-font-color);
    }

    .alert-light-light {
      background-color: rgba(245, 245, 245, 0.5);
      color: var(--body-font-color);
    }

    .alert-light-success {
      background-color: rgba(62, 185, 95, 0.2);
      color: #3eb95f;
    }

    .alert-light {
      color: var(--body-font-color);
    }

    .alert-light-light {
      background-color: rgba(245, 245, 245, 0.5);
      color: var(--body-font-color);
    }

    .alert-light-info {
      background-color: rgba(2, 162, 185, 0.2);
      color: #02a2b9;
    }

    .alert-light {
      color: var(--body-font-color);
    }

    .alert-light-light {
      background-color: rgba(245, 245, 245, 0.5);
      color: var(--body-font-color);
    }

    .alert-light-warning {
      background-color: rgba(234, 146, 0, 0.2);
      color: #ea9200;
    }

    .alert-light {
      color: var(--body-font-color);
    }

    .alert-light-light {
      background-color: rgba(245, 245, 245, 0.5);
      color: var(--body-font-color);
    }

    .alert-light-danger {
      background-color: rgba(231, 75, 43, 0.2);
      color: #e74b2b;
    }

    .alert-light {
      color: var(--body-font-color);
    }

    .alert-light-light {
      background-color: rgba(245, 245, 245, 0.5);
      color: var(--body-font-color);
    }

    .alert-light-light {
      background-color: rgba(245, 245, 245, 0.2);
      color: #f5f5f5;
    }

    .alert-light {
      color: var(--body-font-color);
    }

    .alert-light-light {
      background-color: rgba(245, 245, 245, 0.5);
      color: var(--body-font-color);
    }

    .alert-light-dark {
      background-color: rgba(41, 41, 41, 0.2);
      color: #292929;
    }

    .alert-light {
      color: var(--body-font-color);
    }

    .alert-light-light {
      background-color: rgba(245, 245, 245, 0.5);
      color: var(--body-font-color);
    }

    .light-card,
    .light-background {
      background-color: rgba(204, 204, 204, 0.7);
    }

    .gradient-border {
      display: flex;
      gap: 22px;
      flex-wrap: wrap;
      align-items: center;
    }
    @media (max-width: 1200px) {
      .gradient-border {
        gap: calc(13px + 9 * (100vw - 320px) / 880);
      }
    }

    .radius-wrapper {
      background-color: var(--light-semi-gray);
    }

    .font-wrapper {
      display: flex;
      align-items: center;
      padding: 12px 20px;
    }

    .img-30 {
      width: 30px;
    }

    .img-h-30 {
      height: 30px;
    }

    .img-40 {
      width: 40px;
    }

    .img-h-40 {
      height: 40px;
    }

    .img-50 {
      width: 50px;
    }

    .img-h-50 {
      height: 50px;
    }

    .img-60 {
      width: 60px;
    }

    .img-h-60 {
      height: 60px;
    }

    .img-70 {
      width: 70px;
    }

    .img-h-70 {
      height: 70px;
    }

    .img-80 {
      width: 80px;
    }

    .img-h-80 {
      height: 80px;
    }

    .img-90 {
      width: 90px;
    }

    .img-h-90 {
      height: 90px;
    }

    .img-100 {
      width: 100px;
    }

    .img-h-100 {
      height: 100px;
    }

/**=====================
     15. Helper CSS end
     ==========================**/
/**=====================
     Badge CSS start
     ==========================**/
     .badge-spacing {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }
    .badge-spacing .badge {
      padding: 6px 12px;
      font-size: 12px;
    }
    .badge-spacing .badge.badge svg {
      padding-top: 0px;
    }
    .badge-spacing .badge.rounded-circle {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 33px;
      width: 33px;
    }
    .badge-spacing .badge + .badge {
      margin-left: 0px;
    }
    .badge-spacing .badge.btn-p-space {
      padding: 8px 10px;
    }
    .badge-spacing .modal .modal-body p {
      font-size: 14px;
      color: var(--font-color);
    }
    .badge-spacing .modal-content {
      display: block;
    }

    .badge {
      padding: 0.44em 0.7em;
      font-weight: 500;
    }
    .badge + .badge {
      margin-left: 5px;
    }
    .badge svg {
      width: 16px;
      height: 16px;
      padding-top: 3px;
    }

    .pill-badge-primary {
      background-color: var(--theme-default);
      color: var(--white);
      border-radius: 0;
    }

    .pill-badge-secondary {
      background-color: var(--theme-secondary);
      color: var(--white);
      border-radius: 0;
    }

    .pill-badge-success {
      background-color: var(--success-color);
      color: var(--white);
      border-radius: 0;
    }

    .pill-badge-danger {
      background-color: var(--danger-color);
      color: var(--white);
      border-radius: 0;
    }

    .pill-badge-warning {
      background-color: var(--warning-color);
      color: var(--white);
      border-radius: 0;
    }

    .pill-badge-info {
      background-color: var(--info-color);
      color: var(--white);
      border-radius: 0;
    }

    .pill-badge-light {
      background-color: var(--light-color);
      color: var(--white);
      border-radius: 0;
    }

    .pill-badge-dark {
      background-color: var(--body-font-color);
      color: var(--white);
      border-radius: 0;
    }

    .badge-primary {
      background-color: var(--theme-default);
      color: var(--white);
      border-color: var(--theme-default);
    }
    .badge-primary:hover {
      background-color: var(--theme-default);
      color: var(--white);
    }

    .badge-secondary {
      background-color: var(--theme-secondary);
      color: var(--white);
      border-color: var(--theme-secondary);
    }
    .badge-secondary:hover {
      background-color: var(--theme-secondary);
      color: var(--white);
    }

    .badge-success {
      background-color: var(--success-color);
      color: var(--white);
      border-color: var(--success-color);
    }
    .badge-success:hover {
      background-color: var(--success-color);
      color: var(--white);
    }

    .badge-danger {
      background-color: var(--danger-color);
      color: var(--white);
      border-color: var(--danger-color);
    }
    .badge-danger:hover {
      background-color: var(--danger-color);
      color: var(--white);
    }

    .badge-warning {
      background-color: var(--warning-color);
      color: var(--white);
      border-color: var(--warning-color);
    }
    .badge-warning:hover {
      background-color: var(--warning-color);
      color: var(--white);
    }

    .badge-info {
      background-color: var(--info-color);
      color: var(--white);
      border-color: var(--info-color);
    }
    .badge-info:hover {
      background-color: var(--info-color);
      color: var(--white);
    }

    .badge-light {
      background-color: var(--light-color);
      color: var(--white);
      border-color: var(--light-color);
    }
    .badge-light:hover {
      background-color: var(--light-color);
      color: var(--white);
    }

    .badge-dark {
      background-color: var(--body-font-color);
      color: var(--white);
      border-color: var(--body-font-color);
    }
    .badge-dark:hover {
      background-color: var(--body-font-color);
      color: var(--white);
    }

    .badge-light-primary {
      background-color: rgba(48, 142, 135, 0.2);
    }

    .badge-light-secondary {
      background-color: rgba(243, 145, 89, 0.2);
    }

    .badge-light-success {
      background-color: rgba(62, 185, 95, 0.2);
    }

    .badge-light-danger {
      background-color: rgba(231, 75, 43, 0.2);
    }

    .badge-light-warning {
      background-color: rgba(234, 146, 0, 0.2);
    }

    .badge-light-info {
      background-color: rgba(245, 245, 245, 0.2);
    }

    .badge-light-light {
      background-color: rgba(245, 245, 245, 0.2);
    }

    .badge-light-dark {
      background-color: rgba(41, 41, 41, 0.2);
    }

    .badge-light-primary {
      color: var(--theme-default);
      font-weight: 800;
    }
    .badge-light-primary:hover {
      background-color: var(--theme-default);
      color: var(--white);
    }

    .badge-light-secondary {
      color: var(--theme-secondary);
      font-weight: 800;
    }
    .badge-light-secondary:hover {
      background-color: var(--theme-secondary);
      color: var(--white);
    }

    .badge-light-success {
      color: var(--success-color);
      font-weight: 800;
    }
    .badge-light-success:hover {
      background-color: var(--success-color);
      color: var(--white);
    }

    .badge-light-danger {
      color: var(--danger-color);
      font-weight: 800;
    }
    .badge-light-danger:hover {
      background-color: var(--danger-color);
      color: var(--white);
    }

    .badge-light-warning {
      color: var(--warning-color);
      font-weight: 800;
    }
    .badge-light-warning:hover {
      background-color: var(--warning-color);
      color: var(--white);
    }

    .badge-light-info {
      color: var(--info-color);
      font-weight: 800;
    }
    .badge-light-info:hover {
      background-color: var(--info-color);
      color: var(--white);
    }

    .badge-light-light {
      color: var(--light-color);
      font-weight: 800;
    }
    .badge-light-light:hover {
      background-color: var(--light-color);
      color: var(--white);
    }

    .badge-light-dark {
      color: var(--body-font-color);
      font-weight: 800;
    }
    .badge-light-dark:hover {
      background-color: var(--body-font-color);
      color: var(--white);
    }

    .stroke-primary {
      stroke: var(--theme-default) !important;
    }

    .stroke-secondary {
      stroke: var(--theme-secondary) !important;
    }

    .stroke-success {
      stroke: var(--success-color) !important;
    }

    .stroke-danger {
      stroke: var(--danger-color) !important;
    }

    .stroke-warning {
      stroke: var(--warning-color) !important;
    }

    .stroke-info {
      stroke: var(--info-color) !important;
    }

    .stroke-light {
      stroke: var(--light-color) !important;
    }

    .stroke-dark {
      stroke: var(--body-font-color) !important;
    }

/**=====================
    Badge CSS Ends
    ==========================**/
    .list-group .form-check-input:checked[type=checkbox].checkbox-primary,
    .list-group [type=radio].checkbox-primary {
      background-color: unset;
      border-color: var(--theme-default);
      outline: 0;
      background-color: unset;
    }
    .list-group .form-check-input:checked[type=checkbox].checkbox-primary:focus, .list-group .form-check-input:checked[type=checkbox].checkbox-primary:active, .list-group .form-check-input:checked[type=checkbox].checkbox-primary.active,
    .list-group [type=radio].checkbox-primary:focus,
    .list-group [type=radio].checkbox-primary:active,
    .list-group [type=radio].checkbox-primary.active {
      border-color: var(--theme-default);
      outline: 0;
      background-color: var(--theme-default);
    }

    .list-group .form-check-input:checked[type=checkbox].checkbox-secondary,
    .list-group [type=radio].checkbox-secondary {
      background-color: unset;
      border-color: var(--theme-secondary);
      outline: 0;
      background-color: unset;
    }
    .list-group .form-check-input:checked[type=checkbox].checkbox-secondary:focus, .list-group .form-check-input:checked[type=checkbox].checkbox-secondary:active, .list-group .form-check-input:checked[type=checkbox].checkbox-secondary.active,
    .list-group [type=radio].checkbox-secondary:focus,
    .list-group [type=radio].checkbox-secondary:active,
    .list-group [type=radio].checkbox-secondary.active {
      border-color: var(--theme-secondary);
      outline: 0;
      background-color: var(--theme-secondary);
    }

    .list-group .form-check-input:checked[type=checkbox].checkbox-success,
    .list-group [type=radio].checkbox-success {
      background-color: unset;
      border-color: var(--success-color);
      outline: 0;
      background-color: unset;
    }
    .list-group .form-check-input:checked[type=checkbox].checkbox-success:focus, .list-group .form-check-input:checked[type=checkbox].checkbox-success:active, .list-group .form-check-input:checked[type=checkbox].checkbox-success.active,
    .list-group [type=radio].checkbox-success:focus,
    .list-group [type=radio].checkbox-success:active,
    .list-group [type=radio].checkbox-success.active {
      border-color: var(--success-color);
      outline: 0;
      background-color: var(--success-color);
    }

    .list-group .form-check-input:checked[type=checkbox].checkbox-danger,
    .list-group [type=radio].checkbox-danger {
      background-color: unset;
      border-color: var(--danger-color);
      outline: 0;
      background-color: unset;
    }
    .list-group .form-check-input:checked[type=checkbox].checkbox-danger:focus, .list-group .form-check-input:checked[type=checkbox].checkbox-danger:active, .list-group .form-check-input:checked[type=checkbox].checkbox-danger.active,
    .list-group [type=radio].checkbox-danger:focus,
    .list-group [type=radio].checkbox-danger:active,
    .list-group [type=radio].checkbox-danger.active {
      border-color: var(--danger-color);
      outline: 0;
      background-color: var(--danger-color);
    }

    .list-group .form-check-input:checked[type=checkbox].checkbox-warning,
    .list-group [type=radio].checkbox-warning {
      background-color: unset;
      border-color: var(--warning-color);
      outline: 0;
      background-color: unset;
    }
    .list-group .form-check-input:checked[type=checkbox].checkbox-warning:focus, .list-group .form-check-input:checked[type=checkbox].checkbox-warning:active, .list-group .form-check-input:checked[type=checkbox].checkbox-warning.active,
    .list-group [type=radio].checkbox-warning:focus,
    .list-group [type=radio].checkbox-warning:active,
    .list-group [type=radio].checkbox-warning.active {
      border-color: var(--warning-color);
      outline: 0;
      background-color: var(--warning-color);
    }

    .list-group .form-check-input:checked[type=checkbox].checkbox-info,
    .list-group [type=radio].checkbox-info {
      background-color: unset;
      border-color: var(--info-color);
      outline: 0;
      background-color: unset;
    }
    .list-group .form-check-input:checked[type=checkbox].checkbox-info:focus, .list-group .form-check-input:checked[type=checkbox].checkbox-info:active, .list-group .form-check-input:checked[type=checkbox].checkbox-info.active,
    .list-group [type=radio].checkbox-info:focus,
    .list-group [type=radio].checkbox-info:active,
    .list-group [type=radio].checkbox-info.active {
      border-color: var(--info-color);
      outline: 0;
      background-color: var(--info-color);
    }

    .list-group .form-check-input:checked[type=checkbox].checkbox-light,
    .list-group [type=radio].checkbox-light {
      background-color: unset;
      border-color: var(--light-color);
      outline: 0;
      background-color: unset;
    }
    .list-group .form-check-input:checked[type=checkbox].checkbox-light:focus, .list-group .form-check-input:checked[type=checkbox].checkbox-light:active, .list-group .form-check-input:checked[type=checkbox].checkbox-light.active,
    .list-group [type=radio].checkbox-light:focus,
    .list-group [type=radio].checkbox-light:active,
    .list-group [type=radio].checkbox-light.active {
      border-color: var(--light-color);
      outline: 0;
      background-color: var(--light-color);
    }

    .list-group .form-check-input:checked[type=checkbox].checkbox-dark,
    .list-group [type=radio].checkbox-dark {
      background-color: unset;
      border-color: var(--body-font-color);
      outline: 0;
      background-color: unset;
    }
    .list-group .form-check-input:checked[type=checkbox].checkbox-dark:focus, .list-group .form-check-input:checked[type=checkbox].checkbox-dark:active, .list-group .form-check-input:checked[type=checkbox].checkbox-dark.active,
    .list-group [type=radio].checkbox-dark:focus,
    .list-group [type=radio].checkbox-dark:active,
    .list-group [type=radio].checkbox-dark.active {
      border-color: var(--body-font-color);
      outline: 0;
      background-color: var(--body-font-color);
    }

    .alert-dismissible {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .alert-dismissible .btn-close {
      padding: 10px 1.25rem;
      top: 10px;
      padding-right: 13px;
      opacity: 0.5;
      transition: all 0.3s ease;
    }
    .alert-dismissible .btn-close:hover {
      transition: all 0.3s ease;
      opacity: 1;
      color: inherit;
    }
    @media (max-width: 767px) {
      .alert-dismissible p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 294px;
      }
    }
    @media (max-width: 575px) {
      .alert-dismissible p {
        max-width: 102px;
      }
    }

    .border-left-wrapper {
      border-left: 4px solid var(--dark);
    }

    .alert-primary {
      background-color: var(--theme-default);
      border-color: var(--theme-default);
      color: var(--white);
    }

    .alert-secondary {
      background-color: var(--theme-secondary);
      border-color: var(--theme-secondary);
      color: var(--white);
    }

    .alert-success {
      background-color: var(--success-color);
      border-color: var(--success-color);
      color: var(--white);
    }

    .alert-danger {
      background-color: var(--danger-color);
      border-color: var(--danger-color);
      color: var(--white);
    }

    .alert-warning {
      background-color: var(--warning-color);
      border-color: var(--warning-color);
      color: var(--white);
    }

    .alert-info {
      background-color: var(--info-color);
      border-color: var(--info-color);
      color: var(--white);
    }

    .alert-light {
      background-color: var(--light-color);
      border-color: var(--light-color);
      color: var(--white);
    }

    .alert-dark {
      background-color: var(--body-font-color);
      border-color: var(--body-font-color);
      color: var(--white);
    }

    .border-light-primary {
      border-color: rgba(48, 142, 135, 0.1);
    }

    .border-light-secondary {
      border-color: rgba(243, 145, 89, 0.1);
    }

    .border-light-success {
      border-color: rgba(62, 185, 95, 0.1);
    }

    .border-light-danger {
      border-color: rgba(231, 75, 43, 0.1);
    }

    .border-light-warning {
      border-color: rgba(234, 146, 0, 0.1);
    }

    .border-light-info {
      border-color: rgba(2, 162, 185, 0.1);
    }

    .border-light-light {
      border-color: rgba(245, 245, 245, 0.1);
    }

    .border-light-dark {
      border-color: rgba(41, 41, 41, 0.1);
    }

    .outline-2x {
      border-width: 2px;
      padding: 11px 1.25rem;
    }

    .alert-icons.outline-2x {
      padding: 15px;
    }

    .alert-theme .alert {
      padding: 12px !important;
      border-radius: 0.15rem;
    }
    .alert-theme p {
      font-weight: 600;
    }

    .alert {
      border-radius: 0.15rem;
    }

    .alert-arrow {
      min-width: 55px;
      height: 55px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
    }
    .alert-arrow i {
      margin-right: 0;
      color: var(--white);
    }

    .alert-secondary .btn-close,
    .alert-warning .btn-close {
      filter: brightness(1) invert(1);
    }

    .nav-tabs .nav-link {
      color: var(--gray-700);
      font-weight: 700;
    }
    .nav-tabs .nav-link.active {
      font-weight: 700;
    }
    @media only screen and (max-width: 575.98px) {
      .nav-tabs .nav-link.active {
        border: 0;
      }
    }
    .nav-tabs .nav-link:hover {
      border: 0;
    }

    .flex-space {
      display: flex;
      gap: 16px;
    }
    @media (max-width: 575.98px) {
      .flex-space {
        justify-content: center;
      }
    }

    .tab-image {
      height: 100px;
    }

    .nav i {
      margin-right: 10px;
    }

    .nav-success .nav-link {
      color: var(--success-color);
      font-weight: 700;
    }
    .nav-success .nav-link.active {
      background-color: var(--success-color);
      color: var(--white);
    }

    .nav-primary .nav-link {
      color: var(--theme-default);
      font-weight: 700;
    }
    .nav-primary .nav-link.active {
      background-color: var(--theme-default);
      color: var(--white);
    }

    .blog-wrapper .blog-img {
      width: 100px;
      height: 100px;
    }

    .designer-details {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
    }
    @media (max-width: 1400px) {
      .designer-details {
        gap: calc(14px + 21 * (100vw - 320px) / 1080);
      }
    }
    .designer-details .designer-profile {
      display: inline-block;
    }
    .designer-details .designer-profile .designer-wrap {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .designer-details .designer-profile .designer-wrap .designer-img {
      height: 50px;
      border-radius: 100%;
    }
    .designer-details .designer-profile .designer-wrap .designer-content h6, .designer-details .designer-profile .designer-wrap .designer-content .h6 {
      font-weight: 600;
    }
    .designer-details .designer-profile .designer-wrap .designer-content p {
      color: var(--light-text);
    }

    .nav-primary .nav-link,
    .nav-pills.nav-primary .nav-link {
      color: var(--theme-default);
    }
    .nav-primary .nav-link.active,
    .nav-primary .show > .nav-link,
    .nav-pills.nav-primary .nav-link.active,
    .nav-pills.nav-primary .show > .nav-link {
      background-color: var(--theme-default);
      color: var(--white);
    }

    .nav-secondary .nav-link,
    .nav-pills.nav-secondary .nav-link {
      color: var(--theme-secondary);
    }
    .nav-secondary .nav-link.active,
    .nav-secondary .show > .nav-link,
    .nav-pills.nav-secondary .nav-link.active,
    .nav-pills.nav-secondary .show > .nav-link {
      background-color: var(--theme-secondary);
      color: var(--white);
    }

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

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

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

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

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

    .nav-dark .nav-link,
    .nav-pills.nav-dark .nav-link {
      color: var(--body-font-color);
    }
    .nav-dark .nav-link.active,
    .nav-dark .show > .nav-link,
    .nav-pills.nav-dark .nav-link.active,
    .nav-pills.nav-dark .show > .nav-link {
      background-color: var(--body-font-color);
      color: var(--white);
    }

    .border-tab.nav-primary .nav-link.active,
    .border-tab.nav-primary .nav-item.show,
    .border-tab.nav-primary .nav-link:focus,
    .border-tab.nav-primary .nav-link:hover {
      color: var(--theme-default);
      background-color: transparent;
    }
    .border-tab.nav-primary .nav-item .nav-link {
      transition: 0.3s;
    }
    .border-tab.nav-primary .nav-item .nav-link.active, .border-tab.nav-primary .nav-item .nav-link.show, .border-tab.nav-primary .nav-item .nav-link:focus {
      border-bottom: 2px solid var(--theme-default);
    }
    .border-tab.nav-primary .nav-item .nav-link.active, .border-tab.nav-primary .nav-item .nav-link.show, .border-tab.nav-primary .nav-item .nav-link:focus, .border-tab.nav-primary .nav-item .nav-link:hover {
      color: var(--theme-default);
    }

    .border-tab.nav-left.nav-primary .nav-link.active,
    .border-tab.nav-left.nav-primary .show > .nav-link {
      border-left-color: var(--theme-default);
      color: var(--theme-default);
    }

    .border-tab.nav-right.nav-primary .nav-link.active,
    .border-tab.nav-right.nav-primary .show > .nav-link {
      border-right-color: var(--theme-default);
      color: var(--theme-default);
    }

    .border-tab.nav-secondary .nav-link.active,
    .border-tab.nav-secondary .nav-item.show,
    .border-tab.nav-secondary .nav-link:focus,
    .border-tab.nav-secondary .nav-link:hover {
      color: var(--theme-secondary);
      background-color: transparent;
    }
    .border-tab.nav-secondary .nav-item .nav-link {
      transition: 0.3s;
    }
    .border-tab.nav-secondary .nav-item .nav-link.active, .border-tab.nav-secondary .nav-item .nav-link.show, .border-tab.nav-secondary .nav-item .nav-link:focus {
      border-bottom: 2px solid var(--theme-secondary);
    }
    .border-tab.nav-secondary .nav-item .nav-link.active, .border-tab.nav-secondary .nav-item .nav-link.show, .border-tab.nav-secondary .nav-item .nav-link:focus, .border-tab.nav-secondary .nav-item .nav-link:hover {
      color: var(--theme-secondary);
    }

    .border-tab.nav-left.nav-secondary .nav-link.active,
    .border-tab.nav-left.nav-secondary .show > .nav-link {
      border-left-color: var(--theme-secondary);
      color: var(--theme-secondary);
    }

    .border-tab.nav-right.nav-secondary .nav-link.active,
    .border-tab.nav-right.nav-secondary .show > .nav-link {
      border-right-color: var(--theme-secondary);
      color: var(--theme-secondary);
    }

    .border-tab.nav-success .nav-link.active,
    .border-tab.nav-success .nav-item.show,
    .border-tab.nav-success .nav-link:focus,
    .border-tab.nav-success .nav-link:hover {
      color: var(--success-color);
      background-color: transparent;
    }
    .border-tab.nav-success .nav-item .nav-link {
      transition: 0.3s;
    }
    .border-tab.nav-success .nav-item .nav-link.active, .border-tab.nav-success .nav-item .nav-link.show, .border-tab.nav-success .nav-item .nav-link:focus {
      border-bottom: 2px solid var(--success-color);
    }
    .border-tab.nav-success .nav-item .nav-link.active, .border-tab.nav-success .nav-item .nav-link.show, .border-tab.nav-success .nav-item .nav-link:focus, .border-tab.nav-success .nav-item .nav-link:hover {
      color: var(--success-color);
    }

    .border-tab.nav-left.nav-success .nav-link.active,
    .border-tab.nav-left.nav-success .show > .nav-link {
      border-left-color: var(--success-color);
      color: var(--success-color);
    }

    .border-tab.nav-right.nav-success .nav-link.active,
    .border-tab.nav-right.nav-success .show > .nav-link {
      border-right-color: var(--success-color);
      color: var(--success-color);
    }

    .border-tab.nav-danger .nav-link.active,
    .border-tab.nav-danger .nav-item.show,
    .border-tab.nav-danger .nav-link:focus,
    .border-tab.nav-danger .nav-link:hover {
      color: var(--danger-color);
      background-color: transparent;
    }
    .border-tab.nav-danger .nav-item .nav-link {
      transition: 0.3s;
    }
    .border-tab.nav-danger .nav-item .nav-link.active, .border-tab.nav-danger .nav-item .nav-link.show, .border-tab.nav-danger .nav-item .nav-link:focus {
      border-bottom: 2px solid var(--danger-color);
    }
    .border-tab.nav-danger .nav-item .nav-link.active, .border-tab.nav-danger .nav-item .nav-link.show, .border-tab.nav-danger .nav-item .nav-link:focus, .border-tab.nav-danger .nav-item .nav-link:hover {
      color: var(--danger-color);
    }

    .border-tab.nav-left.nav-danger .nav-link.active,
    .border-tab.nav-left.nav-danger .show > .nav-link {
      border-left-color: var(--danger-color);
      color: var(--danger-color);
    }

    .border-tab.nav-right.nav-danger .nav-link.active,
    .border-tab.nav-right.nav-danger .show > .nav-link {
      border-right-color: var(--danger-color);
      color: var(--danger-color);
    }

    .border-tab.nav-warning .nav-link.active,
    .border-tab.nav-warning .nav-item.show,
    .border-tab.nav-warning .nav-link:focus,
    .border-tab.nav-warning .nav-link:hover {
      color: var(--warning-color);
      background-color: transparent;
    }
    .border-tab.nav-warning .nav-item .nav-link {
      transition: 0.3s;
    }
    .border-tab.nav-warning .nav-item .nav-link.active, .border-tab.nav-warning .nav-item .nav-link.show, .border-tab.nav-warning .nav-item .nav-link:focus {
      border-bottom: 2px solid var(--warning-color);
    }
    .border-tab.nav-warning .nav-item .nav-link.active, .border-tab.nav-warning .nav-item .nav-link.show, .border-tab.nav-warning .nav-item .nav-link:focus, .border-tab.nav-warning .nav-item .nav-link:hover {
      color: var(--warning-color);
    }

    .border-tab.nav-left.nav-warning .nav-link.active,
    .border-tab.nav-left.nav-warning .show > .nav-link {
      border-left-color: var(--warning-color);
      color: var(--warning-color);
    }

    .border-tab.nav-right.nav-warning .nav-link.active,
    .border-tab.nav-right.nav-warning .show > .nav-link {
      border-right-color: var(--warning-color);
      color: var(--warning-color);
    }

    .border-tab.nav-info .nav-link.active,
    .border-tab.nav-info .nav-item.show,
    .border-tab.nav-info .nav-link:focus,
    .border-tab.nav-info .nav-link:hover {
      color: var(--info-color);
      background-color: transparent;
    }
    .border-tab.nav-info .nav-item .nav-link {
      transition: 0.3s;
    }
    .border-tab.nav-info .nav-item .nav-link.active, .border-tab.nav-info .nav-item .nav-link.show, .border-tab.nav-info .nav-item .nav-link:focus {
      border-bottom: 2px solid var(--info-color);
    }
    .border-tab.nav-info .nav-item .nav-link.active, .border-tab.nav-info .nav-item .nav-link.show, .border-tab.nav-info .nav-item .nav-link:focus, .border-tab.nav-info .nav-item .nav-link:hover {
      color: var(--info-color);
    }

    .border-tab.nav-left.nav-info .nav-link.active,
    .border-tab.nav-left.nav-info .show > .nav-link {
      border-left-color: var(--info-color);
      color: var(--info-color);
    }

    .border-tab.nav-right.nav-info .nav-link.active,
    .border-tab.nav-right.nav-info .show > .nav-link {
      border-right-color: var(--info-color);
      color: var(--info-color);
    }

    .border-tab.nav-light .nav-link.active,
    .border-tab.nav-light .nav-item.show,
    .border-tab.nav-light .nav-link:focus,
    .border-tab.nav-light .nav-link:hover {
      color: var(--light-color);
      background-color: transparent;
    }
    .border-tab.nav-light .nav-item .nav-link {
      transition: 0.3s;
    }
    .border-tab.nav-light .nav-item .nav-link.active, .border-tab.nav-light .nav-item .nav-link.show, .border-tab.nav-light .nav-item .nav-link:focus {
      border-bottom: 2px solid var(--light-color);
    }
    .border-tab.nav-light .nav-item .nav-link.active, .border-tab.nav-light .nav-item .nav-link.show, .border-tab.nav-light .nav-item .nav-link:focus, .border-tab.nav-light .nav-item .nav-link:hover {
      color: var(--light-color);
    }

    .border-tab.nav-left.nav-light .nav-link.active,
    .border-tab.nav-left.nav-light .show > .nav-link {
      border-left-color: var(--light-color);
      color: var(--light-color);
    }

    .border-tab.nav-right.nav-light .nav-link.active,
    .border-tab.nav-right.nav-light .show > .nav-link {
      border-right-color: var(--light-color);
      color: var(--light-color);
    }

    .border-tab.nav-dark .nav-link.active,
    .border-tab.nav-dark .nav-item.show,
    .border-tab.nav-dark .nav-link:focus,
    .border-tab.nav-dark .nav-link:hover {
      color: var(--body-font-color);
      background-color: transparent;
    }
    .border-tab.nav-dark .nav-item .nav-link {
      transition: 0.3s;
    }
    .border-tab.nav-dark .nav-item .nav-link.active, .border-tab.nav-dark .nav-item .nav-link.show, .border-tab.nav-dark .nav-item .nav-link:focus {
      border-bottom: 2px solid var(--body-font-color);
    }
    .border-tab.nav-dark .nav-item .nav-link.active, .border-tab.nav-dark .nav-item .nav-link.show, .border-tab.nav-dark .nav-item .nav-link:focus, .border-tab.nav-dark .nav-item .nav-link:hover {
      color: var(--body-font-color);
    }

    .border-tab.nav-left.nav-dark .nav-link.active,
    .border-tab.nav-left.nav-dark .show > .nav-link {
      border-left-color: var(--body-font-color);
      color: var(--body-font-color);
    }

    .border-tab.nav-right.nav-dark .nav-link.active,
    .border-tab.nav-right.nav-dark .show > .nav-link {
      border-right-color: var(--body-font-color);
      color: var(--body-font-color);
    }

    .material-wrapper {
      display: flex;
      gap: 12px;
    }
    @media (max-width: 576px) {
      .material-wrapper {
        flex-direction: column;
        align-items: center;
      }
    }

    .main-inbox .header-inbox {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid var(--light-gray);
      padding-bottom: 8px;
    }
    .main-inbox .header-inbox .header-left-inbox {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
    }
    .main-inbox .header-inbox .header-left-inbox .inbox-img img {
      width: 50px;
      height: 50px;
      border-radius: 100%;
    }
    .main-inbox .header-inbox .header-right-inbox {
      display: flex;
      gap: 5px;
    }
    @media (max-width: 575.98px) {
      .main-inbox .header-inbox .header-right-inbox {
        display: none;
      }
    }
    .main-inbox .body-inbox .body-h-wrapper {
      display: flex;
      padding-bottom: 6px;
      border-bottom: 1px solid var(--light-color);
      align-items: center;
    }

    .border-tab.nav-tabs {
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      margin-bottom: 30px;
    }
    .border-tab.nav-tabs .nav-item .nav-link {
      font-size: 16px;
      color: var(--dark);
      text-align: center;
      padding: 10px 25px;
      border: none;
      border-bottom: none;
      transition: 0.3s;
    }
    @media (min-width: 576px) and (max-width: 1920px) {
      .border-tab.nav-tabs .nav-item .nav-link {
        padding-top: 0;
      }
    }
    .border-tab.nav-tabs .nav-item .nav-link.active, .border-tab.nav-tabs .nav-item .nav-link.show, .border-tab.nav-tabs .nav-item .nav-link:focus, .border-tab.nav-tabs .nav-item .nav-link:hover {
      color: var(--theme-default);
    }

    .user-content .icbo {
      color: var(--theme-secondary);
    }

    .tabs-responsive-side .border-tab.nav-secondary.nav-left .nav-link:hover, .tabs-responsive-side .border-tab.nav-secondary.nav-left .nav-link.active {
      background-color: unset;
      border-left: none;
      border-radius: 0;
      transition: none;
    }

    #sideline-tab .nav-effect {
      display: inline-block;
      position: relative;
      font-weight: 700;
    }
    #sideline-tab .nav-effect::after {
      content: "";
      position: absolute;
      left: 0;
      display: inline-block;
      height: 14px;
      width: 80%;
      border-bottom: 1px solid;
      margin-top: 10px;
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1);
    }
    #sideline-tab .nav-effect:hover::after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    #bottom-tab .nav-border.tab-primary:hover {
      color: var(--theme-default);
    }
    #bottom-tab .nav-border.tab-primary:focus, #bottom-tab .nav-border.tab-primary:active, #bottom-tab .nav-border.tab-primary.active {
      color: var(--theme-default);
      border-bottom: 2px solid var(--theme-default);
    }

    #bottom-tab .nav-border.tab-secondary:hover {
      color: var(--theme-secondary);
    }
    #bottom-tab .nav-border.tab-secondary:focus, #bottom-tab .nav-border.tab-secondary:active, #bottom-tab .nav-border.tab-secondary.active {
      color: var(--theme-secondary);
      border-bottom: 2px solid var(--theme-secondary);
    }

    #bottom-tab .nav-border.tab-success:hover {
      color: var(--success-color);
    }
    #bottom-tab .nav-border.tab-success:focus, #bottom-tab .nav-border.tab-success:active, #bottom-tab .nav-border.tab-success.active {
      color: var(--success-color);
      border-bottom: 2px solid var(--success-color);
    }

    #bottom-tab .nav-border.tab-danger:hover {
      color: var(--danger-color);
    }
    #bottom-tab .nav-border.tab-danger:focus, #bottom-tab .nav-border.tab-danger:active, #bottom-tab .nav-border.tab-danger.active {
      color: var(--danger-color);
      border-bottom: 2px solid var(--danger-color);
    }

    #bottom-tab .nav-border.tab-warning:hover {
      color: var(--warning-color);
    }
    #bottom-tab .nav-border.tab-warning:focus, #bottom-tab .nav-border.tab-warning:active, #bottom-tab .nav-border.tab-warning.active {
      color: var(--warning-color);
      border-bottom: 2px solid var(--warning-color);
    }

    #bottom-tab .nav-border.tab-info:hover {
      color: var(--info-color);
    }
    #bottom-tab .nav-border.tab-info:focus, #bottom-tab .nav-border.tab-info:active, #bottom-tab .nav-border.tab-info.active {
      color: var(--info-color);
      border-bottom: 2px solid var(--info-color);
    }

    #bottom-tab .nav-border.tab-light:hover {
      color: var(--light-color);
    }
    #bottom-tab .nav-border.tab-light:focus, #bottom-tab .nav-border.tab-light:active, #bottom-tab .nav-border.tab-light.active {
      color: var(--light-color);
      border-bottom: 2px solid var(--light-color);
    }

    #bottom-tab .nav-border.tab-dark:hover {
      color: var(--body-font-color);
    }
    #bottom-tab .nav-border.tab-dark:focus, #bottom-tab .nav-border.tab-dark:active, #bottom-tab .nav-border.tab-dark.active {
      color: var(--body-font-color);
      border-bottom: 2px solid var(--body-font-color);
    }

    .tabs-responsive-side .border-tab.nav-secondary.nav-left .nav-link:hover, .tabs-responsive-side .border-tab.nav-secondary.nav-left .nav-link.active {
      background-color: unset;
      border-left: none;
      border-radius: 0;
      transition: none;
    }

    .border-tab.nav-left .nav-link {
      transition: all 0.3s ease;
      color: var(--dark);
    }
    .border-tab.nav-left .nav-link.active,
    .border-tab.nav-left .show > .nav-link {
      background-color: transparent;
      border-left-color: var(--body-font-color);
      color: var(--body-font-color);
      border-radius: 0;
      transition: all 0.3s ease;
    }

    .border-tab.nav-right .nav-link {
      border-right: 2px solid transparent;
      transition: all 0.3s ease;
      color: var(--dark);
      text-align: right;
    }
    .border-tab.nav-right .nav-link.active,
    .border-tab.nav-right .show > .nav-link {
      background-color: transparent;
      border-right-color: var(--body-font-color);
      color: var(--body-font-color);
      border-radius: 0;
      transition: all 0.3s ease;
    }

    @media (max-width: 575.98px) {
      .pills-blogger {
        justify-content: center;
        flex-wrap: wrap;
      }
    }

/**=====================
    List CSS Start
    ==========================**/
    .list-group-item.active {
      background-color: var(--theme-default);
      border-color: var(--theme-default);
      z-index: unset;
    }

    .list-light-primary {
      background-color: rgba(48, 142, 135, 0.2);
    }
    .list-light-primary:hover, .list-light-primary:active, .list-light-primary:focus {
      background-color: rgba(48, 142, 135, 0.2);
    }

    .list-hover-primary {
      background-color: unset;
    }
    .list-hover-primary:hover, .list-hover-primary:active, .list-hover-primary.active, .list-hover-primary:focus {
      background-color: rgba(48, 142, 135, 0.2);
      color: var(--dark);
      z-index: 0;
    }

    .list-light-secondary {
      background-color: rgba(243, 145, 89, 0.2);
    }
    .list-light-secondary:hover, .list-light-secondary:active, .list-light-secondary:focus {
      background-color: rgba(243, 145, 89, 0.2);
    }

    .list-hover-secondary {
      background-color: unset;
    }
    .list-hover-secondary:hover, .list-hover-secondary:active, .list-hover-secondary.active, .list-hover-secondary:focus {
      background-color: rgba(243, 145, 89, 0.2);
      color: var(--dark);
      z-index: 0;
    }

    .list-light-success {
      background-color: rgba(62, 185, 95, 0.2);
    }
    .list-light-success:hover, .list-light-success:active, .list-light-success:focus {
      background-color: rgba(62, 185, 95, 0.2);
    }

    .list-hover-success {
      background-color: unset;
    }
    .list-hover-success:hover, .list-hover-success:active, .list-hover-success.active, .list-hover-success:focus {
      background-color: rgba(62, 185, 95, 0.2);
      color: var(--dark);
      z-index: 0;
    }

    .list-light-danger {
      background-color: rgba(231, 75, 43, 0.2);
    }
    .list-light-danger:hover, .list-light-danger:active, .list-light-danger:focus {
      background-color: rgba(231, 75, 43, 0.2);
    }

    .list-hover-danger {
      background-color: unset;
    }
    .list-hover-danger:hover, .list-hover-danger:active, .list-hover-danger.active, .list-hover-danger:focus {
      background-color: rgba(231, 75, 43, 0.2);
      color: var(--dark);
      z-index: 0;
    }

    .list-light-warning {
      background-color: rgba(234, 146, 0, 0.2);
    }
    .list-light-warning:hover, .list-light-warning:active, .list-light-warning:focus {
      background-color: rgba(234, 146, 0, 0.2);
    }

    .list-hover-warning {
      background-color: unset;
    }
    .list-hover-warning:hover, .list-hover-warning:active, .list-hover-warning.active, .list-hover-warning:focus {
      background-color: rgba(234, 146, 0, 0.2);
      color: var(--dark);
      z-index: 0;
    }

    .list-light-info {
      background-color: rgba(245, 245, 245, 0.2);
    }
    .list-light-info:hover, .list-light-info:active, .list-light-info:focus {
      background-color: rgba(245, 245, 245, 0.2);
    }

    .list-hover-info {
      background-color: unset;
    }
    .list-hover-info:hover, .list-hover-info:active, .list-hover-info.active, .list-hover-info:focus {
      background-color: rgba(245, 245, 245, 0.2);
      color: var(--dark);
      z-index: 0;
    }

    .list-light-light {
      background-color: rgba(245, 245, 245, 0.2);
    }
    .list-light-light:hover, .list-light-light:active, .list-light-light:focus {
      background-color: rgba(245, 245, 245, 0.2);
    }

    .list-hover-light {
      background-color: unset;
    }
    .list-hover-light:hover, .list-hover-light:active, .list-hover-light.active, .list-hover-light:focus {
      background-color: rgba(245, 245, 245, 0.2);
      color: var(--dark);
      z-index: 0;
    }

    .list-light-dark {
      background-color: rgba(41, 41, 41, 0.1);
    }
    .list-light-dark:hover, .list-light-dark:active, .list-light-dark:focus {
      background-color: rgba(41, 41, 41, 0.1);
    }

    .list-hover-dark {
      background-color: unset;
    }
    .list-hover-dark:hover, .list-hover-dark:active, .list-hover-dark.active, .list-hover-dark:focus {
      background-color: rgba(41, 41, 41, 0.1);
      color: var(--dark);
      z-index: 0;
    }

    .list-group .list-group-item {
      padding: 11px 16px;
    }
    .list-group .list-group-item .form-check-input:focus {
      box-shadow: unset !important;
    }

    .list-behavior-1 .flex-grow-1 {
      margin-left: 16px;
    }
    @media (max-width: 1199px) {
      .list-behavior-1 .flex-grow-1 {
        margin-left: 0px;
      }
    }

    @media (max-width: 1199.98px) {
      .list-behavior-2 {
        display: none;
      }
    }
    .list-behavior-2 .flex-grow-1 {
      margin-right: 16px;
    }

    @media (max-width: 576px) {
      .main-lists-content small, .main-lists-content .small {
        display: none;
      }
    }
    @media (max-width: 414px) {
      .main-lists-content .list-wrapper {
        flex-wrap: unset;
        word-break: break-word;
      }
    }
    .main-lists-content .list-group-item.active .list-wrapper .list-content p {
      color: var(--white) !important;
    }
    .main-lists-content .list-group-item.active p {
      color: var(--white) !important;
    }

    .list-group img {
      height: 40px;
      width: 40px;
      margin-right: 10px;
    }

    .list-wrapper {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
    }
    @media (max-width: 366px) {
      .list-wrapper {
        padding-bottom: 8px;
      }
    }
    .list-wrapper .list-img {
      width: calc(40px + 15 * (100vw - 320px) / 1600);
      height: calc(40px + 15 * (100vw - 320px) / 1600);
      margin-bottom: 10px;
      border-radius: 50%;
    }
    .list-wrapper .list-content h6, .list-wrapper .list-content .h6 {
      font-weight: 700;
    }
    .list-wrapper .list-content p {
      margin-bottom: 0;
    }

    .scrollbar-wrapper {
      max-height: 270px;
      overflow: auto;
    }

    @media (max-width: 575.98px) {
      .nav-pills {
        text-align: center;
      }
      .nav-pills li {
        width: 100%;
      }
      .border-tab.nav-tabs {
        display: block;
      }
      .nav {
        display: inherit;
        text-align: center;
        border-bottom: none;
      }
    }
    .list-light-dark {
      background-color: rgba(41, 41, 41, 0.1);
    }
    @media (max-width: 1199px) {
      .list-light-dark {
        background-color: unset;
      }
      .list-light-dark:hover {
        background-color: unset;
      }
    }

    .javascript-list .flex-space {
      gap: 11px;
    }

    .list-group .list-group-item div {
      margin-right: auto;
      margin-left: 8px;
    }
    .list-group .list-group-item p {
      color: var(--body-font-color);
    }

    .list-group-horizontal-sm .list-group-item.border-left-primary, .list-group-horizontal-md .list-group-item.border-left-primary, .list-group-horizontal-lg .list-group-item.border-left-primary, .list-group-horizontal-xl .list-group-item.border-left-primary, .list-group-horizontal-xxl .list-group-item.border-left-primary {
      border-left: 4px solid var(--theme-default);
    }
    [dir=rtl] .list-group-horizontal-sm .list-group-item.border-left-primary, [dir=rtl] .list-group-horizontal-md .list-group-item.border-left-primary, [dir=rtl] .list-group-horizontal-lg .list-group-item.border-left-primary, [dir=rtl] .list-group-horizontal-xl .list-group-item.border-left-primary, [dir=rtl] .list-group-horizontal-xxl .list-group-item.border-left-primary {
      border-right: 4px solid var(--theme-default);
      border-left: unset;
    }

    .toast-primary {
      color: var(--theme-default) !important;
    }

    .list-group-horizontal-sm .list-group-item.border-left-secondary, .list-group-horizontal-md .list-group-item.border-left-secondary, .list-group-horizontal-lg .list-group-item.border-left-secondary, .list-group-horizontal-xl .list-group-item.border-left-secondary, .list-group-horizontal-xxl .list-group-item.border-left-secondary {
      border-left: 4px solid var(--theme-secondary);
    }
    [dir=rtl] .list-group-horizontal-sm .list-group-item.border-left-secondary, [dir=rtl] .list-group-horizontal-md .list-group-item.border-left-secondary, [dir=rtl] .list-group-horizontal-lg .list-group-item.border-left-secondary, [dir=rtl] .list-group-horizontal-xl .list-group-item.border-left-secondary, [dir=rtl] .list-group-horizontal-xxl .list-group-item.border-left-secondary {
      border-right: 4px solid var(--theme-secondary);
      border-left: unset;
    }

    .toast-secondary {
      color: var(--theme-secondary) !important;
    }

    .list-group-horizontal-sm .list-group-item.border-left-success, .list-group-horizontal-md .list-group-item.border-left-success, .list-group-horizontal-lg .list-group-item.border-left-success, .list-group-horizontal-xl .list-group-item.border-left-success, .list-group-horizontal-xxl .list-group-item.border-left-success {
      border-left: 4px solid var(--success-color);
    }
    [dir=rtl] .list-group-horizontal-sm .list-group-item.border-left-success, [dir=rtl] .list-group-horizontal-md .list-group-item.border-left-success, [dir=rtl] .list-group-horizontal-lg .list-group-item.border-left-success, [dir=rtl] .list-group-horizontal-xl .list-group-item.border-left-success, [dir=rtl] .list-group-horizontal-xxl .list-group-item.border-left-success {
      border-right: 4px solid var(--success-color);
      border-left: unset;
    }

    .toast-success {
      color: var(--success-color) !important;
    }

    .list-group-horizontal-sm .list-group-item.border-left-danger, .list-group-horizontal-md .list-group-item.border-left-danger, .list-group-horizontal-lg .list-group-item.border-left-danger, .list-group-horizontal-xl .list-group-item.border-left-danger, .list-group-horizontal-xxl .list-group-item.border-left-danger {
      border-left: 4px solid var(--danger-color);
    }
    [dir=rtl] .list-group-horizontal-sm .list-group-item.border-left-danger, [dir=rtl] .list-group-horizontal-md .list-group-item.border-left-danger, [dir=rtl] .list-group-horizontal-lg .list-group-item.border-left-danger, [dir=rtl] .list-group-horizontal-xl .list-group-item.border-left-danger, [dir=rtl] .list-group-horizontal-xxl .list-group-item.border-left-danger {
      border-right: 4px solid var(--danger-color);
      border-left: unset;
    }

    .toast-danger {
      color: var(--danger-color) !important;
    }

    .list-group-horizontal-sm .list-group-item.border-left-warning, .list-group-horizontal-md .list-group-item.border-left-warning, .list-group-horizontal-lg .list-group-item.border-left-warning, .list-group-horizontal-xl .list-group-item.border-left-warning, .list-group-horizontal-xxl .list-group-item.border-left-warning {
      border-left: 4px solid var(--warning-color);
    }
    [dir=rtl] .list-group-horizontal-sm .list-group-item.border-left-warning, [dir=rtl] .list-group-horizontal-md .list-group-item.border-left-warning, [dir=rtl] .list-group-horizontal-lg .list-group-item.border-left-warning, [dir=rtl] .list-group-horizontal-xl .list-group-item.border-left-warning, [dir=rtl] .list-group-horizontal-xxl .list-group-item.border-left-warning {
      border-right: 4px solid var(--warning-color);
      border-left: unset;
    }

    .toast-warning {
      color: var(--warning-color) !important;
    }

    .list-group-horizontal-sm .list-group-item.border-left-info, .list-group-horizontal-md .list-group-item.border-left-info, .list-group-horizontal-lg .list-group-item.border-left-info, .list-group-horizontal-xl .list-group-item.border-left-info, .list-group-horizontal-xxl .list-group-item.border-left-info {
      border-left: 4px solid var(--info-color);
    }
    [dir=rtl] .list-group-horizontal-sm .list-group-item.border-left-info, [dir=rtl] .list-group-horizontal-md .list-group-item.border-left-info, [dir=rtl] .list-group-horizontal-lg .list-group-item.border-left-info, [dir=rtl] .list-group-horizontal-xl .list-group-item.border-left-info, [dir=rtl] .list-group-horizontal-xxl .list-group-item.border-left-info {
      border-right: 4px solid var(--info-color);
      border-left: unset;
    }

    .toast-info {
      color: var(--info-color) !important;
    }

    .list-group-horizontal-sm .list-group-item.border-left-light, .list-group-horizontal-md .list-group-item.border-left-light, .list-group-horizontal-lg .list-group-item.border-left-light, .list-group-horizontal-xl .list-group-item.border-left-light, .list-group-horizontal-xxl .list-group-item.border-left-light {
      border-left: 4px solid var(--light-color);
    }
    [dir=rtl] .list-group-horizontal-sm .list-group-item.border-left-light, [dir=rtl] .list-group-horizontal-md .list-group-item.border-left-light, [dir=rtl] .list-group-horizontal-lg .list-group-item.border-left-light, [dir=rtl] .list-group-horizontal-xl .list-group-item.border-left-light, [dir=rtl] .list-group-horizontal-xxl .list-group-item.border-left-light {
      border-right: 4px solid var(--light-color);
      border-left: unset;
    }

    .toast-light {
      color: var(--light-color) !important;
    }

    .list-group-horizontal-sm .list-group-item.border-left-dark, .list-group-horizontal-md .list-group-item.border-left-dark, .list-group-horizontal-lg .list-group-item.border-left-dark, .list-group-horizontal-xl .list-group-item.border-left-dark, .list-group-horizontal-xxl .list-group-item.border-left-dark {
      border-left: 4px solid var(--body-font-color);
    }
    [dir=rtl] .list-group-horizontal-sm .list-group-item.border-left-dark, [dir=rtl] .list-group-horizontal-md .list-group-item.border-left-dark, [dir=rtl] .list-group-horizontal-lg .list-group-item.border-left-dark, [dir=rtl] .list-group-horizontal-xl .list-group-item.border-left-dark, [dir=rtl] .list-group-horizontal-xxl .list-group-item.border-left-dark {
      border-right: 4px solid var(--body-font-color);
      border-left: unset;
    }

    .toast-dark {
      color: var(--body-font-color) !important;
    }

    .product-box .product-img {
      position: relative;
    }
    .product-box .product-img .product-hover {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: rgba(0, 0, 0, 0.3);
      opacity: 0;
      border-radius: 100%;
      transform: scale(0);
      transition: all 0.3s ease;
    }
    .product-box .product-img .product-hover ul li {
      display: inline-block;
      box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.08);
      padding: 10px 13px;
      background-color: var(--white);
      font-size: 18px;
      border-radius: 10px;
      height: 45px;
      width: 45px;
      margin: 0 3px;
      cursor: pointer;
    }
    .product-box .product-img .product-hover ul li svg {
      height: 18px;
      width: 18px;
    }
    .product-box:hover .product-hover {
      opacity: 1;
      border-radius: 0%;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }

    @media (max-width: 1199.98px) {
      .md-sidebar .md-sidebar-aside.job-left-aside {
        top: 100%;
        position: absolute;
        left: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 3;
        width: 280px;
      }
    }

/**=====================
    List CSS End
    ==========================**/
    @media (max-width: 768px) {
      .modal-toggle-wrapper {
        padding: calc(14px + 26 * (100vw - 320px) / 448);
      }
    }
    .modal-toggle-wrapper .form-control::placeholder {
      font-size: 13px;
    }
    .modal-toggle-wrapper .modal-img {
      display: flex;
      justify-content: center;
    }
    .modal-toggle-wrapper .modal-img img {
      width: 200px;
      height: 200px;
    }
    @media (max-width: 992px) {
      .modal-toggle-wrapper .modal-img img {
        width: calc(136px + 64 * (100vw - 320px) / 672);
        height: calc(136px + 64 * (100vw - 320px) / 672);
      }
    }
    .modal-toggle-wrapper .modal-img li img {
      width: 100px;
      height: 100px;
    }
    @media (max-width: 992px) {
      .modal-toggle-wrapper .modal-img li img {
        width: calc(75px + 25 * (100vw - 320px) / 672);
        height: calc(75px + 25 * (100vw - 320px) / 672);
      }
    }
    .modal-toggle-wrapper .modal-img li + li {
      margin-left: -39px;
    }

    .modal-details h6, .modal-details .h6 {
      display: flex;
      align-items: center;
      color: var(--body-font-color);
      font-size: 16px;
      font-weight: 600;
    }
    .modal-details h6 i, .modal-details .h6 i {
      margin-right: 5px;
    }
    .modal-details p {
      padding-left: 20px;
    }

    .modal-content {
      display: flex;
      align-items: center;
      color: var(--body-font-color);
      font-size: 16px;
      font-weight: 600;
    }

    .email-right-aside .modal-content {
      display: block;
    }

    .modal-body .form-control {
      border-radius: 0.25rem;
      padding: 9px 17px;
    }

    .modal-footer {
      flex-wrap: wrap;
    }
    .modal-footer button {
      width: auto !important;
    }

    .modal-between:hover {
      border-color: transparent;
    }
    .modal-between:active {
      background-color: unset;
      border-color: transparent;
      color: var(--dark);
    }

    .custom-alert .demo-img .dot-group {
      display: flex;
      gap: 6px;
      padding: 15px 0 0;
    }
    .custom-alert .demo-img .dot-group li {
      width: 8px;
      height: 8px;
      background: var(--gray-60);
      border-radius: 100%;
    }
    .custom-alert .demo-img .modal-content .social-profile .edit-icon .icon {
      width: 26px;
      height: 27px;
      border-radius: 100%;
      border: 2px solid var(--white);
      background: var(--white);
    }
    .custom-alert .demo-img .modal-content .balance-box {
      text-align: center;
      background-image: url(../images/alert/bg-balance.png);
      background-position: right;
      background-size: cover;
    }
    .custom-alert .demo-img .modal-content .balance-box .balance-profile .balance-img {
      display: inline-block;
      padding: 5px;
      border: 2px solid var(--gray-200);
      border-left-color: var(--success-color);
      border-bottom-color: var(--success-color);
      border-radius: 100%;
      position: relative;
      margin-bottom: 15px;
    }
    .custom-alert .demo-img .modal-content .balance-box .balance-profile .balance-img img {
      background-color: var(--light-color);
      border-radius: 100%;
      height: 68px;
    }
    .custom-alert .demo-img .modal-content .balance-box .balance-profile .balance-img .edit-icon {
      width: 26px;
      height: 26px;
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid var(--white);
      background-color: rgba(48, 142, 135, 0.2);
      right: 0;
      bottom: 0;
      border-radius: 100%;
    }
    .custom-alert .demo-img .modal-content .balance-box .balance-profile .balance-img .edit-icon .icon {
      background-color: rgba(48, 142, 135, 0.2);
      border-radius: 50%;
    }
    .custom-alert .demo-img .modal-content .balance-box .balance-profile .balance-img .edit-icon .icon svg {
      width: 18px;
      height: 14px;
    }
    .custom-alert .demo-img .modal-content .balance-box .balance-profile ul {
      display: flex;
      justify-content: center;
      gap: 50px;
      margin-top: 16px;
    }
    .custom-alert .demo-img .modal-content .balance-box .balance-profile ul li {
      position: relative;
    }
    .custom-alert .demo-img .modal-content .balance-box .balance-profile ul li .balance-item {
      display: flex;
      gap: 10px;
    }
    .custom-alert .demo-img .modal-content .balance-box .balance-profile ul li .balance-item .balance-icon-wrap {
      width: 40px;
      min-width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
    }
    .custom-alert .demo-img .modal-content .balance-box .balance-profile ul li .balance-item .balance-icon-wrap.bg-light-danger {
      background-color: rgba(231, 75, 43, 0.1) !important;
      color: var(--danger-color) !important;
    }
    .custom-alert .demo-img .modal-content .balance-box .balance-profile ul li .balance-item .balance-icon-wrap.bg-light-success {
      background-color: rgba(62, 185, 95, 0.1) !important;
      color: var(--success-color) !important;
    }
    .custom-alert .demo-img .modal-content .balance-box .balance-profile ul li .balance-item .balance-icon-wrap .balance-icon {
      width: 18px;
      height: 18px;
      border-radius: 100%;
    }
    .custom-alert .demo-img .modal-content .balance-box .balance-profile ul li .balance-item .balance-icon-wrap .balance-icon .icon {
      color: var(--white);
      width: 18px;
      height: 18px;
    }
    .custom-alert .demo-img .modal-content .balance-box .balance-profile ul li .balance-item .balance-icon-wrap .balance-icon .icon svg {
      width: 14px;
      height: 14px;
      vertical-align: -1px;
    }
    .custom-alert .demo-img .modal-content .balance-box .balance-profile ul li .balance-item .badge {
      padding: 8px 10px;
    }
    .custom-alert .demo-img .modal-content .balance-box .balance-profile ul li + li::before {
      position: absolute;
      content: "";
      left: -25px;
      top: 50%;
      height: 40px;
      transform: translateY(-50%);
      border: 1px dashed var(--border-color);
    }

    .large-modal-body,
    .large-modal-header {
      display: flex;
      align-items: center;
      color: var(--body-font-color);
    }

    @media (min-width: 750px) and (max-width: 1200px) {
      .card-wrapper .balance-modal {
        display: flex;
        flex-direction: column;
      }
    }

    .modal-header .btn-close {
      position: absolute;
      top: 20px;
      right: 25px;
    }

/**=====================
    Scrollbar Css Start
    ==========================**/
    .vertical-scroll .main-lists-content .list-group-item.active .list-wrapper .list-content p {
      color: var(--body-font-color) !important;
    }

    .visible-wrapper img {
      width: calc(230px + 100 * (100vw - 320px) / 1600) !important;
      height: calc(230px + 100 * (100vw - 320px) / 1600);
      object-fit: contain;
    }

    .horizontal-scroll .horz-scroll-content .horizontal-img {
      height: 100%;
      max-width: 240px;
    }
    .horizontal-scroll .horz-scroll-content .horizontal-img img {
      height: 100%;
      object-fit: cover;
    }

/**=====================
    Scrollbar Css End
    ==========================**/
    .toasts-section .position-relative button {
      width: unset;
      height: unset;
    }

    .toast .btn-close {
      width: 5px !important;
      height: 5px !important;
    }

    .placement-toast .bd-example-toasts {
      min-height: 200px;
    }
    .placement-toast .bd-example-toasts .toast:not(.showing):not(.show) {
      opacity: 1;
      display: block;
    }

    .toast-icons {
      margin-right: 6px;
      width: 20px;
      height: 20px;
    }

    .toast-container {
      position: unset;
    }

    .toast-img img {
      width: 30px;
      height: 30px;
    }

    .bd-example-toasts {
      min-height: 400px;
    }

    .toast-body {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
    }

/**=====================
    Rating css start
    ==========================**/
    .rating {
      position: relative;
      background: transparent;
      display: flex;
      align-items: center;
      gap: 0.3em;
      overflow: hidden;
      border-radius: 20px;
    }

    .rating-value {
      display: none;
    }

    .rating-star {
      font-size: 20px;
      cursor: pointer;
      color: var(--warning-color);
      transition: filter linear 0.3s;
    }

    .feedback {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
    }
    .feedback li {
      position: relative;
      border-radius: 50%;
      background: var(--sb, var(--normal));
      box-shadow: inset 3px -3px 4px var(--sh, var(--normal-shadow));
      transition: background 0.4s, box-shadow 0.4s, transform 0.3s;
      -webkit-tap-highlight-color: transparent;
    }
    .feedback li:not(:last-child) {
      margin-right: 20px;
    }
    @media (max-width: 1399.98px) {
      .feedback li:not(:last-child) {
        margin-right: 8px;
      }
      [dir=rtl] .feedback li:not(:last-child) {
        margin-left: 8px;
        margin-right: unset;
      }
    }
    [dir=rtl] .feedback li:not(:last-child) {
      margin-left: 20px;
      margin-right: unset;
    }
    .feedback li div {
      width: 40px;
      height: 40px;
      position: relative;
      transform: perspective(240px) translateZ(4px);
    }
    .feedback li div svg {
      display: block;
      position: absolute;
      left: var(--l, 9px);
      top: var(--t, 13px);
      width: var(--w, 8px);
      height: var(--h, 2px);
      transform: rotate(var(--r, 0deg)) scale(var(--sc, 1)) translateZ(0);
      fill: none;
      stroke: var(--s);
      stroke-width: 2px;
      stroke-linecap: round;
      stroke-linejoin: round;
      transition: stroke 0.4s;
    }
    .feedback li div:before {
      display: block;
      position: absolute;
      left: var(--l, 9px);
      top: var(--t, 13px);
      width: var(--w, 8px);
      height: var(--h, 2px);
      transform: rotate(var(--r, 0deg)) scale(var(--sc, 1)) translateZ(0);
      content: "";
      z-index: var(--zi, 1);
      border-radius: var(--br, 1px);
      background: var(--b, var(--e, var(--normal-eye)));
      transition: background 0.4s;
    }
    .feedback li div:after {
      display: block;
      position: absolute;
      left: var(--l, 9px);
      top: var(--t, 13px);
      width: var(--w, 8px);
      height: var(--h, 2px);
      transform: rotate(var(--r, 0deg)) scale(var(--sc, 1)) translateZ(0);
      content: "";
      z-index: var(--zi, 1);
      border-radius: var(--br, 1px);
      background: var(--b, var(--e, var(--normal-eye)));
      transition: background 0.4s;
    }
    .feedback li div svg.eye {
      --s: var(--e, var(--normal-eye));
      --t: 17px;
      --w: 7px;
      --h: 4px;
    }
    .feedback li div svg.eye.right {
      --l: 23px;
    }
    .feedback li div svg.mouth {
      --s: var(--m, var(--normal-mouth));
      --l: 11px;
      --t: 23px;
      --w: 18px;
      --h: 7px;
    }
    .feedback li:not(.active) {
      cursor: pointer;
    }
    .feedback li:not(.active):active {
      transform: scale(0.925);
    }
    .feedback li.angry {
      --step-1-rx: -24deg;
      --step-1-ry: 20deg;
      --step-2-rx: -24deg;
      --step-2-ry: -20deg;
    }
    .feedback li.angry div:before {
      --r: 20deg;
    }
    .feedback li.angry div:after {
      --l: 23px;
      --r: -20deg;
    }
    .feedback li.angry div svg.eye {
      stroke-dasharray: 4.55;
      stroke-dashoffset: 8.15;
    }
    .feedback li.angry.active {
      -webkit-animation: angry 1s linear;
      animation: angry 1s linear;
    }
    .feedback li.angry.active div:before {
      --middle-y: -2px;
      --middle-r: 22deg;
      -webkit-animation: toggle 0.8s linear forwards;
      animation: toggle 0.8s linear forwards;
    }
    .feedback li.angry.active div:after {
      --middle-y: 1px;
      --middle-r: -18deg;
      -webkit-animation: toggle 0.8s linear forwards;
      animation: toggle 0.8s linear forwards;
    }
    .feedback li.sad {
      --step-1-rx: 20deg;
      --step-1-ry: -12deg;
      --step-2-rx: -18deg;
      --step-2-ry: 14deg;
    }
    .feedback li.sad div:before {
      --b: var(--active-tear);
      --sc: 0;
      --w: 5px;
      --h: 5px;
      --t: 15px;
      --br: 50%;
    }
    .feedback li.sad div:after {
      --b: var(--active-tear);
      --sc: 0;
      --w: 5px;
      --h: 5px;
      --t: 15px;
      --br: 50%;
      --l: 25px;
    }
    .feedback li.sad div svg.eye {
      --t: 16px;
    }
    .feedback li.sad div svg.mouth {
      --t: 24px;
      stroke-dasharray: 9.5;
      stroke-dashoffset: 33.25;
    }
    .feedback li.sad.active div:before {
      -webkit-animation: tear 0.6s linear forwards;
      animation: tear 0.6s linear forwards;
    }
    .feedback li.sad.active div:after {
      -webkit-animation: tear 0.6s linear forwards;
      animation: tear 0.6s linear forwards;
    }
    .feedback li.ok {
      --step-1-rx: 4deg;
      --step-1-ry: -22deg;
      --step-1-rz: 6deg;
      --step-2-rx: 4deg;
      --step-2-ry: 22deg;
      --step-2-rz: -6deg;
    }
    .feedback li.ok div:before {
      --l: 12px;
      --t: 17px;
      --h: 4px;
      --w: 4px;
      --br: 50%;
      box-shadow: 12px 0 0 var(--e, var(--normal-eye));
    }
    .feedback li.ok div:after {
      --l: 13px;
      --t: 26px;
      --w: 14px;
      --h: 2px;
      --br: 1px;
      --b: var(--m, var(--normal-mouth));
    }
    .feedback li.ok.active div:before {
      --middle-s-y: .35;
      -webkit-animation: toggle 0.2s linear forwards;
      animation: toggle 0.2s linear forwards;
    }
    .feedback li.ok.active div:after {
      --middle-s-x: .5;
      -webkit-animation: toggle 0.7s linear forwards;
      animation: toggle 0.7s linear forwards;
    }
    .feedback li.good {
      --step-1-rx: -14deg;
      --step-1-rz: 10deg;
      --step-2-rx: 10deg;
      --step-2-rz: -8deg;
    }
    .feedback li.good div:before {
      --b: var(--m, var(--normal-mouth));
      --w: 5px;
      --h: 5px;
      --br: 50%;
      --t: 22px;
      --zi: 0;
      opacity: 0.5;
      box-shadow: 16px 0 0 var(--b);
      filter: blur(2px);
    }
    .feedback li.good div:after {
      --sc: 0;
    }
    .feedback li.good div svg.eye {
      --t: 15px;
      --sc: -1;
      stroke-dasharray: 4.55;
      stroke-dashoffset: 8.15;
    }
    .feedback li.good div svg.mouth {
      --t: 22px;
      --sc: -1;
      stroke-dasharray: 13.3;
      stroke-dashoffset: 23.75;
    }
    .feedback li.good.active div svg.mouth {
      --middle-y: 1px;
      --middle-s: -1;
      -webkit-animation: toggle 0.8s linear forwards;
      animation: toggle 0.8s linear forwards;
    }
    .feedback li.happy div {
      --step-1-rx: 18deg;
      --step-1-ry: 24deg;
      --step-2-rx: 18deg;
      --step-2-ry: -24deg;
    }
    .feedback li.happy div:before {
      --sc: 0;
    }
    .feedback li.happy div:after {
      --b: var(--m, var(--normal-mouth));
      --l: 11px;
      --t: 23px;
      --w: 18px;
      --h: 8px;
      --br: 0 0 8px 8px;
    }
    .feedback li.happy div svg.eye {
      --t: 14px;
      --sc: -1;
    }
    .feedback li.happy.active div:after {
      --middle-s-x: .95;
      --middle-s-y: .75;
      -webkit-animation: toggle 0.8s linear forwards;
      animation: toggle 0.8s linear forwards;
    }
    .feedback li.active {
      --sb: var(--active);
      --sh: var(--active-shadow);
      --m: var(--active-mouth);
      --e: var(--active-eye);
    }
    .feedback li.active div {
      -webkit-animation: shake 0.8s linear forwards;
      animation: shake 0.8s linear forwards;
    }

    @keyframes shake {
      30% {
        transform: perspective(240px) rotateX(var(--step-1-rx, 0deg)) rotateY(var(--step-1-ry, 0deg)) rotateZ(var(--step-1-rz, 0deg)) translateZ(10px);
      }
      60% {
        transform: perspective(240px) rotateX(var(--step-2-rx, 0deg)) rotateY(var(--step-2-ry, 0deg)) rotateZ(var(--step-2-rz, 0deg)) translateZ(10px);
      }
      100% {
        transform: perspective(240px) translateZ(4px);
      }
    }
    @keyframes tear {
      0% {
        opacity: 0;
        transform: translateY(-2px) scale(0) translateZ(0);
      }
      50% {
        transform: translateY(12px) scale(0.6, 1.2) translateZ(0);
      }
      20%, 80% {
        opacity: 1;
      }
      100% {
        opacity: 0;
        transform: translateY(24px) translateX(4px) rotateZ(-30deg) scale(0.7, 1.1) translateZ(0);
      }
    }
    @keyframes toggle {
      50% {
        transform: translateY(var(--middle-y, 0)) scale(var(--middle-s-x, var(--middle-s, 1)), var(--middle-s-y, var(--middle-s, 1))) rotate(var(--middle-r, 0deg));
      }
    }
    @keyframes angry {
      40% {
        background: var(--active);
      }
      45% {
        box-shadow: inset 3px -3px 4px var(--active-shadow), inset 0 8px 10px var(--active-shadow-angry);
      }
    }
    .heart-rating {
      text-align: left;
      /*rating system 3*/
      /*selecting*/
    }
    .heart-rating .rating-system3 {
      width: auto;
      display: inline-block;
      margin: 10px 0 18px;
      position: relative;
    }
    .heart-rating span {
      display: inline-block;
      width: 10px;
      height: 10px;
      background: var(--danger-color);
      position: absolute;
      left: 20px;
    }
    .heart-rating input {
      display: none;
    }
    .heart-rating label {
      float: right;
      display: inline-block;
      width: 20px;
      height: 5px;
      background: var(--dark);
      margin: 4px;
      position: relative;
      transition: all 0.3s;
    }
    .heart-rating .text {
      color: var(--dark);
      padding: 12px 0 0;
      position: absolute;
      width: 100%;
      top: 100%;
    }
    .heart-rating .rating-system3 label {
      width: 10px;
      height: 10px;
      margin: 0 10px;
    }
    .heart-rating .rating-system3 label:last-child {
      margin-left: 0;
    }
    .heart-rating .rating-system3 label:hover,
    .heart-rating .rating-system3 label:hover ~ label {
      background: var(--theme-default);
      border-radius: 100%;
    }
    .heart-rating .rating-system3 input:checked ~ label {
      border-radius: 100%;
      background: var(--theme-default);
      box-shadow: 6px 0 var(--theme-default), 3px 1px 0 7px var(--white), 3px 1px 0 9px var(--theme-default);
    }
    .heart-rating .rating-system3 input:checked ~ label:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background: var(--theme-default);
      transform: rotate(-45deg);
      border-bottom-left-radius: 15%;
      top: 30%;
      left: 3px;
    }
    .heart-rating input:nth-of-type(5):checked ~ .text:before {
      content: "Not bad";
    }
    .heart-rating label:nth-of-type(5):hover ~ .text:before {
      content: "Not bad" !important;
    }
    .heart-rating input:nth-of-type(4):checked ~ .text:before {
      content: "Its Ok";
    }
    .heart-rating label:nth-of-type(4):hover ~ .text:before {
      content: "Its Ok" !important;
    }
    .heart-rating input:nth-of-type(3):checked ~ .text:before {
      content: "Good!";
    }
    .heart-rating label:nth-of-type(3):hover ~ .text:before {
      content: "Good!" !important;
    }
    .heart-rating input:nth-of-type(2):checked ~ .text:before {
      content: "Very Good!";
    }
    .heart-rating label:nth-of-type(2):hover ~ .text:before {
      content: "Very Good!" !important;
    }
    .heart-rating input:nth-of-type(1):checked ~ .text:before {
      content: "Awesome!!";
    }
    .heart-rating label:nth-of-type(1):hover ~ .text:before {
      content: "Awesome!!" !important;
    }

    .number-rating .card {
      display: grid;
      gap: 1rem;
      border-radius: 1rem;
      box-shadow: none;
      border: 0;
    }
    .number-rating .card .card-body {
      padding: 0;
    }
    .number-rating .card p {
      color: var(--font-color);
    }
    .number-rating .circle {
      cursor: pointer;
      width: 48px;
      height: 48px;
      background-color: rgba(48, 142, 135, 0.1);
      color: var(--theme-default);
      border-radius: 50%;
      display: grid;
      place-items: center;
    }
    @media (max-width: 1399.98px) {
      .number-rating .circle {
        width: 40px;
        height: 40px;
      }
    }
    .number-rating .ratings {
      margin: 0.5rem 0rem;
      display: flex;
      justify-content: space-between;
      font-weight: var(--fw-bold);
    }
    .number-rating .ratings .rating:is(:hover, :focus) {
      background-color: var(--theme-default);
      color: var(--face);
    }
    .number-rating .rating-selected {
      background-color: var(--theme-default);
      color: var(--face);
    }
    .number-rating .back-card {
      display: grid;
      gap: 1.25rem;
      place-items: center;
      text-align: center;
    }
    .number-rating .result {
      background-color: rgba(48, 142, 135, 0.1);
      padding: 0.75rem 1rem 0.5rem 1rem;
      border-radius: 2rem;
      color: var(--theme-default) !important;
    }
    .number-rating .greet {
      display: grid;
      gap: 0.75rem;
      margin: 0.75rem 0rem;
    }
    .number-rating .hidden {
      display: none;
    }

    .fr {
      animation: fade-slide-in 0.6s ease-out;
    }

    .fr__face {
      background-image: linear-gradient(135deg, hsl(var(--face-hue1), 90%, 55%), hsl(var(--face-hue2), 90%, 45%));
      border-radius: 50%;
      box-shadow: 0 0.5em 0.75em hsla(var(--face-hue2), 90%, 55%, 0.3);
      margin: 0 auto 2em;
      position: relative;
      width: 3em;
      height: 3em;
    }

    .fr__face-right-eye,
    .fr__face-left-eye,
    .fr__face-mouth-lower,
    .fr__face-mouth-upper {
      position: absolute;
      transition: background-color var(--trans-dur), box-shadow var(--trans-dur), color var(--trans-dur);
    }

    .fr__face-right-eye,
    .fr__face-left-eye {
      background-color: var(--face);
      border-radius: 50%;
      top: 0.75em;
      width: 0.6em;
      height: 0.6em;
    }

    .fr__face-right-eye {
      animation: right-eye 1s var(--delay-right) linear paused;
      clip-path: polygon(0 75%, 100% 0, 100% 100%, 0 100%);
      left: 0.6em;
    }

    .fr__face-left-eye {
      animation: left-eye 1s var(--delay-left) linear paused;
      clip-path: polygon(0 0, 100% 75%, 100% 100%, 0 100%);
      right: 0.6em;
    }

    .fr__face-mouth-lower,
    .fr__face-mouth-upper {
      color: var(--face);
      top: 1.75em;
      left: 0.75em;
      width: 1.5em;
      height: 0.75em;
    }

    .fr__face-mouth-lower {
      animation: mouth-lower 1s var(--delay-mouth-lower) linear paused;
      border-radius: 50% 50% 0 0/100% 100% 0 0;
      box-shadow: 0 0.125em 0 inset;
    }

    .fr__face-mouth-upper {
      animation: mouth-upper 1s var(--delay-mouth-upper) linear paused;
      border-radius: 0 0 50% 50%/0 0 100% 100%;
      box-shadow: 0 -0.125em 0 inset;
    }

    .fr__label {
      display: block;
      margin-bottom: 1.5em;
      text-align: center;
      font-size: 18px;
    }

    .fr__input {
      background-color: var(--gray1);
      background-image: linear-gradient(hsl(var(--input-hue), 90%, 45%), hsl(var(--input-hue), 90%, 45%));
      background-size: var(--percent) 100%;
      background-repeat: no-repeat;
      border-radius: 0.25em;
      display: block;
      margin: 0.5em auto 1.1em;
      width: 100%;
      max-width: 18em;
      height: 0.5em;
      transition: background-color var(--trans-dur);
      appearance: none;
      -webkit-tap-highlight-color: transparent;
    }

    .fr__input:focus {
      outline: transparent;
    }

    /* WebKit */
    .fr__input::-webkit-slider-thumb {
      background-color: var(--face);
      border: 0;
      border-radius: 50%;
      box-shadow: 0 0.125em 0.5em hsla(0, 0%, 0%, 0.3);
      width: 1.5em;
      height: 1.5em;
      transition: background-color 0.15s linear;
      -webkit-appearance: none;
      appearance: none;
    }

    .fr__input:focus::-webkit-slider-thumb,
    .fr__input::-webkit-slider-thumb:hover {
      background-color: var(--lt-gray);
    }

    /* Firefox */
    .fr__input::-moz-range-thumb {
      background-color: var(--face);
      border: 0;
      border-radius: 50%;
      box-shadow: 0 0.125em 0.5em hsla(0, 0%, 0%, 0.3);
      width: 1.5em;
      height: 1.5em;
      transition: background-color 0.15s linear;
    }

    .fr__input:focus::-moz-range-thumb,
    .fr__input::-moz-range-thumb:hover {
      background-color: var(--lt-gray);
    }

    /* Animations */
    @keyframes fade-slide-in {
      from, 16.67% {
        opacity: 0;
        transform: translateY(25%);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    @keyframes right-eye {
      from {
        clip-path: polygon(0 75%, 100% 0, 100% 100%, 0 100%);
      }
      50%, to {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      }
    }
    @keyframes left-eye {
      from {
        clip-path: polygon(0 0, 100% 75%, 100% 100%, 0 100%);
      }
      50%, to {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      }
    }
    @keyframes mouth-lower {
      from {
        border-radius: 50% 50% 0 0/100% 100% 0 0;
        top: 1.75em;
        height: 0.75em;
        visibility: visible;
      }
      40% {
        border-radius: 50% 50% 0 0/100% 100% 0 0;
        top: 1.95em;
        height: 0.25em;
        visibility: visible;
      }
      50%, to {
        border-radius: 0;
        top: 2em;
        height: 0.125em;
        visibility: hidden;
      }
    }
    @keyframes mouth-upper {
      from, 50% {
        border-radius: 0;
        box-shadow: 0 -0.125em 0 inset;
        top: 2em;
        height: 0.125em;
        visibility: hidden;
      }
      62.5% {
        border-radius: 0 0 50% 50%/0 0 100% 100%;
        box-shadow: 0 -0.125em 0 inset;
        top: 1.95em;
        height: 0.25em;
        visibility: visible;
      }
      75% {
        border-radius: 0 0 50% 50%/0 0 100% 100%;
        box-shadow: 0 -0.125em 0 inset;
        top: 1.825em;
        height: 0.5em;
        visibility: visible;
      }
      to {
        border-radius: 0 0 50% 50%/0 0 100% 100%;
        box-shadow: 0 -0.8em 0 inset;
        top: 1.75em;
        height: 0.75em;
        visibility: visible;
      }
    }
    .emoji-wrapper {
      width: 100%;
    }
    .emoji-wrapper .content {
      padding: 0 0 15px;
      display: flex;
      align-items: center;
      flex-direction: column;
    }
    .emoji-wrapper .stars {
      margin-top: 8px;
    }
    .emoji-wrapper .stars label {
      font-size: 24px;
      margin: 0 3px;
      color: var(--light-gray);
    }
    .emoji-wrapper .outer {
      height: 65px;
      width: 65px;
      overflow: hidden;
    }
    .emoji-wrapper .outer .emojis {
      height: 500%;
      display: flex;
      flex-direction: column;
    }
    .emoji-wrapper .outer .emojis li {
      height: 65px;
      width: 100%;
      list-style: none;
      transition: all 0.3s ease;
    }
    .emoji-wrapper .outer .emojis img {
      height: 52px;
      width: 52px;
    }
    .emoji-wrapper #star-2:checked ~ .content .emojis .slideImg {
      margin-top: -64px;
    }
    .emoji-wrapper #star-3:checked ~ .content .emojis .slideImg {
      margin-top: -130px;
    }
    .emoji-wrapper #star-4:checked ~ .content .emojis .slideImg {
      margin-top: -194px;
    }
    .emoji-wrapper #star-5:checked ~ .content .emojis .slideImg {
      margin-top: -262px;
    }
    .emoji-wrapper #star-1:hover ~ .content .stars .star-1,
    .emoji-wrapper #star-1:checked ~ .content .stars .star-1,
    .emoji-wrapper #star-2:hover ~ .content .stars .star-1,
    .emoji-wrapper #star-2:hover ~ .content .stars .star-2,
    .emoji-wrapper #star-2:checked ~ .content .stars .star-1,
    .emoji-wrapper #star-2:checked ~ .content .stars .star-2,
    .emoji-wrapper #star-3:hover ~ .content .stars .star-1,
    .emoji-wrapper #star-3:hover ~ .content .stars .star-2,
    .emoji-wrapper #star-3:hover ~ .content .stars .star-3,
    .emoji-wrapper #star-3:checked ~ .content .stars .star-1,
    .emoji-wrapper #star-3:checked ~ .content .stars .star-2,
    .emoji-wrapper #star-3:checked ~ .content .stars .star-3,
    .emoji-wrapper #star-4:hover ~ .content .stars .star-1,
    .emoji-wrapper #star-4:hover ~ .content .stars .star-2,
    .emoji-wrapper #star-4:hover ~ .content .stars .star-3,
    .emoji-wrapper #star-4:hover ~ .content .stars .star-4,
    .emoji-wrapper #star-4:checked ~ .content .stars .star-1,
    .emoji-wrapper #star-4:checked ~ .content .stars .star-2,
    .emoji-wrapper #star-4:checked ~ .content .stars .star-3,
    .emoji-wrapper #star-4:checked ~ .content .stars .star-4,
    .emoji-wrapper #star-5:hover ~ .content .stars .star-1,
    .emoji-wrapper #star-5:hover ~ .content .stars .star-2,
    .emoji-wrapper #star-5:hover ~ .content .stars .star-3,
    .emoji-wrapper #star-5:hover ~ .content .stars .star-4,
    .emoji-wrapper #star-5:hover ~ .content .stars .star-5,
    .emoji-wrapper #star-5:checked ~ .content .stars .star-1,
    .emoji-wrapper #star-5:checked ~ .content .stars .star-2,
    .emoji-wrapper #star-5:checked ~ .content .stars .star-3,
    .emoji-wrapper #star-5:checked ~ .content .stars .star-4,
    .emoji-wrapper #star-5:checked ~ .content .stars .star-5 {
      color: var(--warning-color);
    }
    .emoji-wrapper .footer {
      border-top: rgba(var(--border-color), 1);
      width: 100%;
      padding: 12px 12px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .emoji-wrapper .footer span {
      font-size: 17px;
      font-weight: 400;
    }
    .emoji-wrapper .footer span.numb {
      color: var(--info-color);
    }
    @media (min-width: 1200px) and (max-width: 1399.98px) {
      .emoji-wrapper .footer span {
        font-size: 14px;
      }
    }
    .emoji-wrapper .footer .text::before {
      content: "Rate your experience";
    }
    .emoji-wrapper .footer .numb::before {
      content: "0 out of 5";
    }
    .emoji-wrapper #star-1:checked ~ .footer .text::before {
      content: "I just hate it";
    }
    .emoji-wrapper #star-1:checked ~ .footer .numb::before {
      content: "1 out of 5";
    }
    .emoji-wrapper #star-2:checked ~ .footer .text::before {
      content: "I don't like it";
    }
    .emoji-wrapper #star-2:checked ~ .footer .numb::before {
      content: "2 out of 5";
    }
    .emoji-wrapper #star-3:checked ~ .footer .text::before {
      content: "This is awesome";
    }
    .emoji-wrapper #star-3:checked ~ .footer .numb::before {
      content: "3 out of 5";
    }
    .emoji-wrapper #star-4:checked ~ .footer .text::before {
      content: "I just like it";
    }
    .emoji-wrapper #star-4:checked ~ .footer .numb::before {
      content: "4 out of 5";
    }
    .emoji-wrapper #star-5:checked ~ .footer .text::before {
      content: "I just love it";
    }
    .emoji-wrapper #star-5:checked ~ .footer .numb::before {
      content: "5 out of 5";
    }
    .emoji-wrapper input[type=radio] {
      display: none;
    }

/**=====================
    Rating css end
    ==========================**/
    [class*=ribbon-wrapper] {
      position: relative;
      padding: 58px 18px 28px 18px;
    }

    .ribbon {
      padding: 0 20px;
      height: 30px;
      line-height: 30px;
      clear: left;
      position: absolute;
      top: 12px;
      left: 0px;
      color: var(--white);
      z-index: 2;
    }

    .ribbon-space-bottom {
      top: 0px;
      z-index: 1;
    }

    .ribbon-clip {
      left: -14px;
      z-index: 1;
    }
    .ribbon-clip:before {
      position: absolute;
      top: 30px;
      left: 0;
      width: 0;
      height: 0;
      content: "";
      border: 7px solid transparent;
      border-top-color: var(--dark);
      border-right-color: var(--dark);
    }

    .ribbon-primary {
      background: var(--theme-default);
    }

    .ribbon-primary.ribbon-clip:before {
      border-color: transparent;
      border-top-color: var(--theme-default);
      border-right-color: var(--theme-default);
    }

    .ribbon-bookmark.ribbon-primary:before {
      border-color: var(--theme-default);
      border-right-color: transparent;
    }
    .ribbon-bookmark.ribbon-right.ribbon-primary:before {
      border-right-color: var(--theme-default);
      border-left-color: transparent;
    }
    .ribbon-bookmark.ribbon-vertical-left.ribbon-primary:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-primary:before {
      border-right-color: var(--theme-default);
      border-bottom-color: transparent;
    }

    .ribbon-primary.ribbon-clip-bottom:before {
      border-top-color: transparent;
      border-bottom-color: var(--theme-default);
      border-right-color: var(--theme-default);
    }

    .ribbon-primary.ribbon-clip-right:before {
      border-right-color: transparent;
      border-top-color: var(--theme-default);
      border-left-color: var(--theme-default);
    }

    .ribbon-primary.ribbon-clip-bottom-right:before {
      border-top-color: transparent;
      border-bottom-color: var(--theme-default);
      border-right-color: transparent;
      border-left-color: var(--theme-default);
    }

    .ribbon-secondary {
      background: var(--theme-secondary);
    }

    .ribbon-secondary.ribbon-clip:before {
      border-color: transparent;
      border-top-color: var(--theme-secondary);
      border-right-color: var(--theme-secondary);
    }

    .ribbon-bookmark.ribbon-secondary:before {
      border-color: var(--theme-secondary);
      border-right-color: transparent;
    }
    .ribbon-bookmark.ribbon-right.ribbon-secondary:before {
      border-right-color: var(--theme-secondary);
      border-left-color: transparent;
    }
    .ribbon-bookmark.ribbon-vertical-left.ribbon-secondary:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-secondary:before {
      border-right-color: var(--theme-secondary);
      border-bottom-color: transparent;
    }

    .ribbon-secondary.ribbon-clip-bottom:before {
      border-top-color: transparent;
      border-bottom-color: var(--theme-secondary);
      border-right-color: var(--theme-secondary);
    }

    .ribbon-secondary.ribbon-clip-right:before {
      border-right-color: transparent;
      border-top-color: var(--theme-secondary);
      border-left-color: var(--theme-secondary);
    }

    .ribbon-secondary.ribbon-clip-bottom-right:before {
      border-top-color: transparent;
      border-bottom-color: var(--theme-secondary);
      border-right-color: transparent;
      border-left-color: var(--theme-secondary);
    }

    .ribbon-success {
      background: var(--success-color);
    }

    .ribbon-success.ribbon-clip:before {
      border-color: transparent;
      border-top-color: var(--success-color);
      border-right-color: var(--success-color);
    }

    .ribbon-bookmark.ribbon-success:before {
      border-color: var(--success-color);
      border-right-color: transparent;
    }
    .ribbon-bookmark.ribbon-right.ribbon-success:before {
      border-right-color: var(--success-color);
      border-left-color: transparent;
    }
    .ribbon-bookmark.ribbon-vertical-left.ribbon-success:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-success:before {
      border-right-color: var(--success-color);
      border-bottom-color: transparent;
    }

    .ribbon-success.ribbon-clip-bottom:before {
      border-top-color: transparent;
      border-bottom-color: var(--success-color);
      border-right-color: var(--success-color);
    }

    .ribbon-success.ribbon-clip-right:before {
      border-right-color: transparent;
      border-top-color: var(--success-color);
      border-left-color: var(--success-color);
    }

    .ribbon-success.ribbon-clip-bottom-right:before {
      border-top-color: transparent;
      border-bottom-color: var(--success-color);
      border-right-color: transparent;
      border-left-color: var(--success-color);
    }

    .ribbon-danger {
      background: var(--danger-color);
    }

    .ribbon-danger.ribbon-clip:before {
      border-color: transparent;
      border-top-color: var(--danger-color);
      border-right-color: var(--danger-color);
    }

    .ribbon-bookmark.ribbon-danger:before {
      border-color: var(--danger-color);
      border-right-color: transparent;
    }
    .ribbon-bookmark.ribbon-right.ribbon-danger:before {
      border-right-color: var(--danger-color);
      border-left-color: transparent;
    }
    .ribbon-bookmark.ribbon-vertical-left.ribbon-danger:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-danger:before {
      border-right-color: var(--danger-color);
      border-bottom-color: transparent;
    }

    .ribbon-danger.ribbon-clip-bottom:before {
      border-top-color: transparent;
      border-bottom-color: var(--danger-color);
      border-right-color: var(--danger-color);
    }

    .ribbon-danger.ribbon-clip-right:before {
      border-right-color: transparent;
      border-top-color: var(--danger-color);
      border-left-color: var(--danger-color);
    }

    .ribbon-danger.ribbon-clip-bottom-right:before {
      border-top-color: transparent;
      border-bottom-color: var(--danger-color);
      border-right-color: transparent;
      border-left-color: var(--danger-color);
    }

    .ribbon-warning {
      background: var(--warning-color);
    }

    .ribbon-warning.ribbon-clip:before {
      border-color: transparent;
      border-top-color: var(--warning-color);
      border-right-color: var(--warning-color);
    }

    .ribbon-bookmark.ribbon-warning:before {
      border-color: var(--warning-color);
      border-right-color: transparent;
    }
    .ribbon-bookmark.ribbon-right.ribbon-warning:before {
      border-right-color: var(--warning-color);
      border-left-color: transparent;
    }
    .ribbon-bookmark.ribbon-vertical-left.ribbon-warning:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-warning:before {
      border-right-color: var(--warning-color);
      border-bottom-color: transparent;
    }

    .ribbon-warning.ribbon-clip-bottom:before {
      border-top-color: transparent;
      border-bottom-color: var(--warning-color);
      border-right-color: var(--warning-color);
    }

    .ribbon-warning.ribbon-clip-right:before {
      border-right-color: transparent;
      border-top-color: var(--warning-color);
      border-left-color: var(--warning-color);
    }

    .ribbon-warning.ribbon-clip-bottom-right:before {
      border-top-color: transparent;
      border-bottom-color: var(--warning-color);
      border-right-color: transparent;
      border-left-color: var(--warning-color);
    }

    .ribbon-info {
      background: var(--info-color);
    }

    .ribbon-info.ribbon-clip:before {
      border-color: transparent;
      border-top-color: var(--info-color);
      border-right-color: var(--info-color);
    }

    .ribbon-bookmark.ribbon-info:before {
      border-color: var(--info-color);
      border-right-color: transparent;
    }
    .ribbon-bookmark.ribbon-right.ribbon-info:before {
      border-right-color: var(--info-color);
      border-left-color: transparent;
    }
    .ribbon-bookmark.ribbon-vertical-left.ribbon-info:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-info:before {
      border-right-color: var(--info-color);
      border-bottom-color: transparent;
    }

    .ribbon-info.ribbon-clip-bottom:before {
      border-top-color: transparent;
      border-bottom-color: var(--info-color);
      border-right-color: var(--info-color);
    }

    .ribbon-info.ribbon-clip-right:before {
      border-right-color: transparent;
      border-top-color: var(--info-color);
      border-left-color: var(--info-color);
    }

    .ribbon-info.ribbon-clip-bottom-right:before {
      border-top-color: transparent;
      border-bottom-color: var(--info-color);
      border-right-color: transparent;
      border-left-color: var(--info-color);
    }

    .ribbon-light {
      background: var(--light-color);
    }

    .ribbon-light.ribbon-clip:before {
      border-color: transparent;
      border-top-color: var(--light-color);
      border-right-color: var(--light-color);
    }

    .ribbon-bookmark.ribbon-light:before {
      border-color: var(--light-color);
      border-right-color: transparent;
    }
    .ribbon-bookmark.ribbon-right.ribbon-light:before {
      border-right-color: var(--light-color);
      border-left-color: transparent;
    }
    .ribbon-bookmark.ribbon-vertical-left.ribbon-light:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-light:before {
      border-right-color: var(--light-color);
      border-bottom-color: transparent;
    }

    .ribbon-light.ribbon-clip-bottom:before {
      border-top-color: transparent;
      border-bottom-color: var(--light-color);
      border-right-color: var(--light-color);
    }

    .ribbon-light.ribbon-clip-right:before {
      border-right-color: transparent;
      border-top-color: var(--light-color);
      border-left-color: var(--light-color);
    }

    .ribbon-light.ribbon-clip-bottom-right:before {
      border-top-color: transparent;
      border-bottom-color: var(--light-color);
      border-right-color: transparent;
      border-left-color: var(--light-color);
    }

    .ribbon-dark {
      background: var(--body-font-color);
    }

    .ribbon-dark.ribbon-clip:before {
      border-color: transparent;
      border-top-color: var(--body-font-color);
      border-right-color: var(--body-font-color);
    }

    .ribbon-bookmark.ribbon-dark:before {
      border-color: var(--body-font-color);
      border-right-color: transparent;
    }
    .ribbon-bookmark.ribbon-right.ribbon-dark:before {
      border-right-color: var(--body-font-color);
      border-left-color: transparent;
    }
    .ribbon-bookmark.ribbon-vertical-left.ribbon-dark:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-dark:before {
      border-right-color: var(--body-font-color);
      border-bottom-color: transparent;
    }

    .ribbon-dark.ribbon-clip-bottom:before {
      border-top-color: transparent;
      border-bottom-color: var(--body-font-color);
      border-right-color: var(--body-font-color);
    }

    .ribbon-dark.ribbon-clip-right:before {
      border-right-color: transparent;
      border-top-color: var(--body-font-color);
      border-left-color: var(--body-font-color);
    }

    .ribbon-dark.ribbon-clip-bottom-right:before {
      border-top-color: transparent;
      border-bottom-color: var(--body-font-color);
      border-right-color: transparent;
      border-left-color: var(--body-font-color);
    }

    .ribbon-clip-bottom-right {
      right: -14px;
      left: auto;
      bottom: 12px;
      top: auto;
    }
    .ribbon-clip-bottom-right:before {
      position: absolute;
      bottom: 30px;
      right: 0;
      width: 0;
      height: 0;
      content: "";
      border: 7px solid transparent;
      border-top-color: var(--dark);
      border-right-color: var(--dark);
    }

    .ribbon-vertical-left-wrapper {
      padding-left: 40px;
      position: relative;
    }

    .vertical-lp-space {
      padding: 58px 28px 28px 50px;
    }

    .ribbon-vertical-left {
      clear: none;
      padding: 0 5px;
      height: 60px;
      width: 30px;
      line-height: 70px;
      text-align: center;
      left: 12px;
      top: -2px;
      z-index: 1;
    }

    .ribbon-bookmark:before {
      position: absolute;
      top: 0;
      left: 100%;
      display: block;
      width: 0;
      height: 0;
      content: "";
      border: 15px solid var(--dark);
      border-right: 10px solid transparent;
      z-index: 1;
    }

    .ribbon-clip-bottom {
      left: -14px;
      bottom: 12px;
      top: auto;
      z-index: 1;
    }
    .ribbon-clip-bottom:before {
      position: absolute;
      bottom: 30px;
      left: 0;
      width: 0;
      height: 0;
      content: "";
      border: 7px solid transparent;
      border-top-color: var(--dark);
      border-right-color: var(--dark);
    }

    .clip-bp-space {
      padding: 28px 18px 58px 18px;
    }

    .ribbon-bookmark.ribbon-vertical-left:before, .ribbon-bookmark.ribbon-vertical-right:before {
      top: 100%;
      left: 0;
      margin-top: -14px;
      border-right: 15px solid var(--dark);
      border-bottom: 10px solid transparent;
    }

    .ribbon-right {
      left: auto;
      right: -2px;
      z-index: 1;
    }

    .ribbon-bookmark.ribbon-info {
      z-index: 1;
    }

    .ribbon-clip-right {
      right: -14px;
    }
    .ribbon-clip-right:before {
      position: absolute;
      top: 30px;
      right: 0;
      width: 0;
      height: 0;
      content: "";
      border: 7px solid transparent;
      border-top-color: var(--dark);
      border-right-color: var(--dark);
    }

    .ribbon-vertical-right-wrapper {
      padding-right: 40px;
      position: relative;
    }

    .vertical-rp-space {
      padding: 58px 50px 28px 28px;
    }

    .ribbon-vertical-right {
      clear: none;
      padding: 0 5px;
      height: 70px;
      width: 30px;
      line-height: 70px;
      text-align: center;
      top: -2px;
      left: auto;
      right: 12px;
      z-index: 1;
    }

    .ribbon-bookmark.ribbon-right:before {
      right: 100%;
      left: auto;
      border-right: 15px solid var(--dark);
      border-left: 10px solid transparent;
    }

/**=====================
    3.40 Timeline-v CSS Start
    ==========================**/
    .timeline-dot-primary {
      min-width: 12px;
      height: 12px;
      background-color: var(--theme-default);
      position: relative;
      z-index: 2;
    }

    .activity-dot-primary {
      min-width: 6px;
      height: 6px;
      background-color: var(--theme-default);
      border-radius: 100%;
      position: relative;
      z-index: 2;
    }

    .timeline-dot-secondary {
      min-width: 12px;
      height: 12px;
      background-color: var(--theme-secondary);
      position: relative;
      z-index: 2;
    }

    .activity-dot-secondary {
      min-width: 6px;
      height: 6px;
      background-color: var(--theme-secondary);
      border-radius: 100%;
      position: relative;
      z-index: 2;
    }

    .timeline-dot-success {
      min-width: 12px;
      height: 12px;
      background-color: var(--success-color);
      position: relative;
      z-index: 2;
    }

    .activity-dot-success {
      min-width: 6px;
      height: 6px;
      background-color: var(--success-color);
      border-radius: 100%;
      position: relative;
      z-index: 2;
    }

    .timeline-dot-danger {
      min-width: 12px;
      height: 12px;
      background-color: var(--danger-color);
      position: relative;
      z-index: 2;
    }

    .activity-dot-danger {
      min-width: 6px;
      height: 6px;
      background-color: var(--danger-color);
      border-radius: 100%;
      position: relative;
      z-index: 2;
    }

    .timeline-dot-warning {
      min-width: 12px;
      height: 12px;
      background-color: var(--warning-color);
      position: relative;
      z-index: 2;
    }

    .activity-dot-warning {
      min-width: 6px;
      height: 6px;
      background-color: var(--warning-color);
      border-radius: 100%;
      position: relative;
      z-index: 2;
    }

    .timeline-dot-info {
      min-width: 12px;
      height: 12px;
      background-color: var(--info-color);
      position: relative;
      z-index: 2;
    }

    .activity-dot-info {
      min-width: 6px;
      height: 6px;
      background-color: var(--info-color);
      border-radius: 100%;
      position: relative;
      z-index: 2;
    }

    .timeline-dot-light {
      min-width: 12px;
      height: 12px;
      background-color: var(--light-color);
      position: relative;
      z-index: 2;
    }

    .activity-dot-light {
      min-width: 6px;
      height: 6px;
      background-color: var(--light-color);
      border-radius: 100%;
      position: relative;
      z-index: 2;
    }

    .timeline-dot-dark {
      min-width: 12px;
      height: 12px;
      background-color: var(--body-font-color);
      position: relative;
      z-index: 2;
    }

    .activity-dot-dark {
      min-width: 6px;
      height: 6px;
      background-color: var(--body-font-color);
      border-radius: 100%;
      position: relative;
      z-index: 2;
    }

    .timeline-dot-primary {
      outline: 5px solid rgba(48, 142, 135, 0.25);
    }

    .activity-dot-primary {
      outline: 5px solid rgba(48, 142, 135, 0.25);
    }

    .timeline-dot-secondary {
      outline: 5px solid rgba(243, 145, 89, 0.25);
    }

    .activity-dot-secondary {
      outline: 5px solid rgba(243, 145, 89, 0.25);
    }

    .timeline-dot-success {
      outline: 5px solid rgba(62, 185, 95, 0.25);
    }

    .activity-dot-success {
      outline: 5px solid rgba(62, 185, 95, 0.25);
    }

    .timeline-dot-danger {
      outline: 5px solid rgba(231, 75, 43, 0.25);
    }

    .activity-dot-danger {
      outline: 5px solid rgba(231, 75, 43, 0.25);
    }

    .timeline-dot-warning {
      outline: 5px solid rgba(234, 146, 0, 0.25);
    }

    .activity-dot-warning {
      outline: 5px solid rgba(234, 146, 0, 0.25);
    }

    .timeline-dot-info {
      outline: 5px solid rgba(2, 162, 185, 0.25);
    }

    .activity-dot-info {
      outline: 5px solid rgba(2, 162, 185, 0.25);
    }

    .timeline-dot-light {
      outline: 5px solid rgba(245, 245, 245, 0.25);
    }

    .activity-dot-light {
      outline: 5px solid rgba(245, 245, 245, 0.25);
    }

    .timeline-dot-dark {
      outline: 5px solid rgba(41, 41, 41, 0.25);
    }

    .activity-dot-dark {
      outline: 5px solid rgba(41, 41, 41, 0.25);
    }

    .timeline-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 12px;
    }

    .time-content {
      display: flex;
      align-items: center;
      gap: 4px;
    }
    .time-content i {
      font-size: 18px;
    }

    .cd-container {
      width: 90%;
      max-width: 1170px;
      margin: 0 auto;
    }

    .cd-container::after {
      content: "";
      display: table;
      clear: both;
    }

    @media only screen and (min-width: 1170px) {
      #cd-timeline::before {
        left: 50% !important;
        margin-left: -2px;
      }
      [dir=rtl] #cd-timeline::before {
        left: unset !important;
        right: 50% !important;
        margin-left: unset;
        margin-right: -2px;
      }
      .cd-timeline-block {
        margin: 4em 0;
      }
      .cd-timeline-block:first-child {
        margin-top: 0;
      }
      .cd-timeline-block:last-child {
        margin-bottom: 0;
      }
      .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
      }
      [dir=rtl] .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: left;
      }
      .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
      }
      [dir=rtl] .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        right: auto;
        left: 122%;
        text-align: left;
      }
      .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: var(--light-color);
      }
      [dir=rtl] .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        right: auto !important;
        left: 100% !important;
        border: 15px solid transparent;
        border-left-color: var(--light-color);
      }
      .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
      }
      [dir=rtl] .cd-timeline-img {
        left: unset;
        right: 50%;
        margin-left: unset;
        margin-right: -30px;
      }
      .cd-timeline-img > i {
        font-size: 18px;
        top: 50%;
        left: 50%;
        padding: 3px;
      }
      [dir=rtl] .cd-timeline-img > i {
        left: unset;
        right: 50%;
      }
      .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
      }
      .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        animation: cd-bounce-1 0.6s;
      }
      .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
      }
      .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        animation: cd-bounce-2 0.6s;
      }
      .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        animation: cd-bounce-2-inverse 0.6s;
      }
      .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
      }
      [dir=rtl] .cd-timeline-content {
        margin-left: unset;
        margin-right: 0;
      }
      .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
      }
      [dir=rtl] .cd-timeline-content .cd-date {
        left: unset;
        right: 122%;
      }
      .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: var(--white);
      }
      [dir=rtl] .cd-timeline-content::before {
        left: unset !important;
        right: 100% !important;
        border-left-color: unset;
        border-right-color: var(--white);
      }
    }
    #cd-timeline {
      position: relative;
      padding: 2em 0;
    }
    @media (max-width: 575.98px) {
      #cd-timeline {
        margin-right: 0;
      }
      [dir=rtl] #cd-timeline {
        margin-right: unset;
        margin-left: 0;
      }
    }

    #cd-timeline::before {
      content: "";
      position: absolute;
      top: 0;
      font-size: 1.5rem;
      height: 100%;
      width: 2px;
      background: var(--light-color);
      left: -15px;
    }

    .cd-timeline-block {
      position: relative;
      margin: 30px 0;
    }
    .cd-timeline-block:after {
      content: "";
      display: table;
      clear: both;
    }
    .cd-timeline-block:first-child {
      margin-top: 0;
    }
    .cd-timeline-block:last-child {
      margin-bottom: 0;
    }

    .cd-timeline-img {
      width: 40px;
      height: 40px;
      left: 51%;
      margin-left: -30px;
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      position: absolute;
      top: 0;
      border-radius: 50px;
    }
    .cd-timeline-img i {
      display: block;
      position: relative;
      left: 45%;
      top: 44%;
      margin-left: -12px;
      margin-top: -12px;
      font-size: 20px;
      color: var(--white);
    }
    [dir=rtl] .cd-timeline-img i {
      margin-left: unset;
      left: unset;
      right: 45%;
      margin-right: -12px;
    }

    @-webkit-keyframes cd-bounce-1 {
      0% {
        opacity: 0;
      }
      60% {
        opacity: 1;
      }
    }
    @-moz-keyframes cd-bounce-1 {
      0% {
        opacity: 0;
      }
      60% {
        opacity: 1;
      }
    }
    @keyframes cd-bounce-1 {
      0% {
        opacity: 0;
        transform: scale(0.5);
      }
      60% {
        opacity: 1;
        transform: scale(1.2);
      }
      100% {
        transform: scale(1);
      }
    }
    .cd-timeline-content {
      position: relative;
      background: var(--light-color);
      border-radius: 4px;
      padding: 30px;
      box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.08);
    }
    .cd-timeline-content p {
      padding-top: 9px;
    }
    .cd-timeline-content h4, .cd-timeline-content .h4 {
      margin-bottom: 0;
    }
    .cd-timeline-content:after {
      content: "";
      display: table;
      clear: both;
    }
    .cd-timeline-content audio {
      width: 100%;
    }
    .cd-timeline-content .cd-date {
      font-size: 13px;
      display: inline-block;
      float: left;
      padding: 0.8em 0 0;
      opacity: 0.7;
    }
    [dir=rtl] .cd-timeline-content .cd-date {
      float: right;
    }

    .cd-timeline-content::before {
      content: "";
      position: absolute;
      top: 28px;
      right: 100%;
      height: 0;
      width: 0;
      border: 15px solid transparent;
      border-left: 15px solid var(--light-color);
    }
    [dir=rtl] .cd-timeline-content::before {
      border-right: 15px solid var(--light-color);
      border-left: unset;
      left: 100%;
      right: unset;
    }
    @media (max-width: 1169px) {
      .cd-timeline-content::before {
        display: none;
      }
    }

    @media only screen and (min-width: 768px) {
      .cd-timeline-content .cd-date {
        font-size: 14px;
        padding-bottom: 0;
      }
    }
    .list-group.main-lists-content {
      padding-top: 20px;
    }

    @-webkit-keyframes cd-bounce-2 {
      0% {
        opacity: 0;
      }
      60% {
        opacity: 1;
      }
    }
    @-moz-keyframes cd-bounce-2 {
      0% {
        opacity: 0;
      }
      60% {
        opacity: 1;
      }
    }
    @keyframes cd-bounce-2 {
      0% {
        opacity: 0;
        transform: translateX(-100px);
      }
      60% {
        opacity: 1;
        transform: translateX(20px);
      }
      100% {
        transform: translateX(0);
      }
    }
    @-webkit-keyframes cd-bounce-2-inverse {
      0% {
        opacity: 0;
      }
      60% {
        opacity: 1;
      }
    }
    @-moz-keyframes cd-bounce-2-inverse {
      0% {
        opacity: 0;
      }
      60% {
        opacity: 1;
      }
    }
    @keyframes cd-bounce-2-inverse {
      0% {
        opacity: 0;
        transform: translateX(100px);
      }
      60% {
        opacity: 1;
        transform: translateX(-20px);
      }
      100% {
        transform: translateX(0);
      }
    }
    @media only screen and (max-width: 1169px) {
      .cd-timeline-block .cd-timeline-img {
        left: -2px;
        height: 30px;
        width: 30px;
        margin-left: -30px;
        top: 14px;
        z-index: 2;
      }
      .cd-timeline-block .cd-timeline-img > i {
        font-size: 15px;
        top: 16px;
        left: 17px;
        padding: 3px;
      }
      [dir=rtl] .cd-timeline-block .cd-timeline-img > i {
        left: unset;
        right: 17px;
      }
      .landing-main #cd-timeline::before {
        left: -39px;
      }
      [dir=rtl] .landing-main #cd-timeline::before {
        left: unset;
        right: -39px;
      }
      .landing-main .cd-timeline-block .cd-timeline-img {
        left: -34px;
        height: 50px;
        width: 50px;
        top: 1px;
        z-index: 8;
      }
      [dir=rtl] .landing-main .cd-timeline-block .cd-timeline-img {
        left: unset;
        right: -34px;
      }
      .landing-main .cd-timeline-block .cd-timeline-img > i {
        font-size: 23px;
        top: 21px;
        left: 7px;
        padding: 3px;
      }
      [dir=rtl] .landing-main .cd-timeline-block .cd-timeline-img > i {
        left: unset;
        right: 7px;
      }
    }
    @media only screen and (max-width: 576px) {
      .cd-timeline-content {
        padding: 15px;
      }
      .cd-timeline-content h4, .cd-timeline-content .h4 {
        font-size: 18px;
      }
    }
    .main-timeline ul::before {
      left: 5px !important;
    }
    [dir=rtl] .main-timeline ul::before {
      right: 5px;
      left: unset;
    }

    .square-timeline {
      position: relative;
    }
    .square-timeline::before {
      border: 1px dashed var(--border-color);
      content: "";
      margin-left: 0px;
      position: absolute;
      top: 0;
      left: 18px;
      width: 1px;
      height: 100%;
    }
    [dir=rtl] .square-timeline::before {
      margin-left: unset;
      margin-right: 0;
      left: unset;
      right: 18px;
    }
    .square-timeline .timeline-event {
      position: relative;
    }
    .square-timeline .timeline-event:hover .timeline-event-icon {
      transform: rotate(-105deg);
      background-color: var(--theme-default);
    }
    .square-timeline .timeline-event:hover .timeline-event-wrapper .timeline-thumbnail {
      box-shadow: inset 40em 0 0 0 rgba(48, 142, 135, 0.25);
    }
    .square-timeline .timeline-event .timeline-event-wrapper {
      padding: 0 0 0 14px;
      position: relative;
      top: -7px;
      left: 38px;
      width: 95%;
    }
    [dir=rtl] .square-timeline .timeline-event .timeline-event-wrapper {
      left: unset;
      right: 38px;
      padding: 0 14px 0 0;
    }
    @media (max-width: 1200px) {
      .square-timeline .timeline-event .timeline-event-wrapper {
        width: calc(84% + 11 * (100vw - 320px) / 880);
      }
    }
    .square-timeline .timeline-event .timeline-event-wrapper .designer-details {
      padding: 20px 0;
    }
    .square-timeline .timeline-event .timeline-event-wrapper .timeline-thumbnail {
      transition: box-shadow 0.5s ease-in 0.1s;
      color: var(--dark);
      background-color: rgba(48, 142, 135, 0.25);
      box-shadow: inset 0 0 0 0em rgba(48, 142, 135, 0.25);
      display: inline-block;
      margin-bottom: 12px;
      padding: 2px 25px;
    }
    .square-timeline .timeline-event .timeline-event-wrapper .list-group-item-action:hover, .square-timeline .timeline-event .timeline-event-wrapper .list-group-item-action:active, .square-timeline .timeline-event .timeline-event-wrapper .list-group-item-action:focus {
      background-color: unset;
    }
    .square-timeline .timeline-event .timeline-event-wrapper > div {
      display: inline-block;
      width: 100%;
    }
    .square-timeline .timeline-event .timeline-event-icon {
      transition: 0.2s ease-in;
      transform: rotate(45deg);
      background-color: var(--theme-default);
      outline: 6px solid rgba(48, 142, 135, 0.25);
      display: block;
      margin: 0px;
      position: absolute;
      top: 0;
      left: 14px;
      width: 10px;
      height: 10px;
    }
    [dir=rtl] .square-timeline .timeline-event .timeline-event-icon {
      right: 14px;
      left: unset;
    }

    .list-inline {
      display: flex;
      justify-content: center;
    }
    .list-inline.events .event-list {
      display: block;
      position: relative;
      text-align: center;
      padding-top: 70px;
      margin-right: 0;
    }
    [dir=rtl] .list-inline.events .event-list {
      margin-right: unset;
      margin-left: 0;
    }
    .list-inline.events .event-list p {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      margin-bottom: 16px;
    }
    .list-inline.events .event-list .event-date {
      position: absolute;
      top: 38px;
      left: 0;
      right: 0;
      width: 75px;
      margin: 0 auto;
      border-radius: 4px;
      padding: 2px 4px;
    }
    .list-inline.events .event-list .event-date p {
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      overflow: hidden;
      line-height: 1.5;
      margin-top: 7px;
    }

    .timeline-list.timeline-border {
      border-bottom: 1px solid var(--light-color);
    }
    .timeline-list.list-inline {
      padding-bottom: 0;
    }
    .timeline-list.list-inline.events .event-list {
      padding-top: 35px;
    }
    .timeline-list.list-inline.events .event-list::before {
      content: "";
      height: 0;
      border-right: unset;
    }
    [dir=rtl] .timeline-list.list-inline.events .event-list::before {
      border-left: unset;
    }
    .timeline-list.list-inline.events .event-list .event-date {
      top: 2px;
    }
    .timeline-list.list-inline.events .event-list .event-date p {
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      overflow: hidden;
      line-height: 1.5;
      margin-top: 7px;
    }
    .timeline-list.list-inline.events .event-list .read-more-btn {
      position: relative;
      margin-bottom: 3px;
    }
    .timeline-list.list-inline .vertical-line {
      height: 45px;
      width: 1px;
      margin: 0 auto;
      position: relative;
      border: 1px dashed var(--theme-default);
    }

    .timeline-event-wrapper .list-group i {
      margin-right: 10px;
    }
    [dir=rtl] .timeline-event-wrapper .list-group i {
      margin-right: unset;
      margin-left: 10px;
    }
    .timeline-event-wrapper .list-group .list-group-item div {
      margin-right: 10px;
      margin-left: 0;
    }
    [dir=rtl] .timeline-event-wrapper .list-group .list-group-item div {
      margin-left: unset;
      margin-right: 10px;
    }

    .list-group i {
      margin-right: 10px;
    }
    [dir=rtl] .list-group i {
      margin-right: unset;
      margin-left: 10px;
    }
    @media (max-width: 1218px) {
      .list-group .list-group-item .timeline-icon {
        display: none;
      }
    }

    @media (max-width: 1400px) {
      .horizontal-timeline {
        display: none;
      }
    }

    .notification ul {
      position: relative;
    }
    .notification ul::before {
      position: absolute;
      content: "";
      border: 1px dashed var(--theme-body-font-color);
      opacity: 0.3;
      top: 12px;
      left: 2px;
      height: calc(100% - 12px);
    }
    [dir=rtl] .notification ul::before {
      left: unset;
      right: 2px;
    }
    .notification li {
      padding-bottom: 22px;
      align-items: flex-start !important;
    }
    .notification div[class*=activity-dot-] {
      margin-top: 12px;
      animation: round 1.3s ease-in-out infinite;
    }
    .notification .card .d-flex .w-100 p .badge {
      color: var(--white);
      margin-left: 10px;
      font-weight: 500;
    }
    [dir=rtl] .notification .card .d-flex .w-100 p .badge {
      margin-left: unset;
      margin-right: 10px;
    }
    .notification .card .d-flex .w-100 h6, .notification .card .d-flex .w-100 .h6 {
      margin-bottom: 5px;
      position: relative;
    }
    .notification .card .d-flex .w-100 h6 ~ p, .notification .card .d-flex .w-100 .h6 ~ p {
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      text-emphasis: inherit;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
      width: 260px;
    }
    @media (max-width: 767px) {
      .notification .card .d-flex .w-100 h6 ~ p, .notification .card .d-flex .w-100 .h6 ~ p {
        -webkit-line-clamp: unset;
        text-emphasis: unset;
        white-space: unset;
        text-overflow: unset;
        display: block;
        width: unset;
        overflow: visible;
      }
    }
    @keyframes round {
      0% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.2);
      }
      100% {
        transform: scale(1);
      }
    }
    .notification .card .d-flex .w-100 span {
      color: var(--theme-body-font-color);
    }
    .notification .card .d-flex:nth-child(2) .media-body h6 .dot-notification, .notification .card .d-flex:nth-child(2) .media-body .h6 .dot-notification {
      background-color: var(--warning-color);
      border: 5px solid rgba(234, 146, 0, 0.3);
    }
    .notification .card .d-flex:last-child {
      margin-bottom: 0 !important;
    }
    .notification .date-content {
      padding: 4px 8px;
      border-radius: 5px;
    }

    @media only screen and (max-width: 991px) {
      .notification li {
        padding-bottom: 20px;
      }
      .notification .card .card-body .d-flex .w-100 p {
        margin: 0;
      }
      .notification .card .card-body .d-flex .w-100 h6, .notification .card .card-body .d-flex .w-100 .h6 {
        margin-top: 10px;
      }
    }
    @media only screen and (max-width: 575px) {
      .notification li {
        padding-bottom: 15px;
      }
    }
    .recent-images {
      margin-top: 10px;
    }
    .recent-images ul {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px;
    }
    .recent-images li {
      border: 1px dashed var(--border-color);
      padding: 3px;
      border-radius: 2px;
    }
    .recent-images li .recent-img-wrap {
      width: 50px;
      height: 50px;
      background: var(--light-color);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .recent-images li .recent-img-wrap img {
      width: 50px;
      height: 50px;
    }

    .notification li .recent-images ul::before {
      display: none;
    }
    .notification li .recent-images li {
      padding-bottom: 3px;
    }

/**=====================
    3.40 Timeline-v CSS Ends
    ==========================**/
    .range-slider {
      height: 8px;
    }
    .range-slider .range-slider__thumb {
      background: var(--theme-default);
      width: 20px;
      height: 20px;
    }
    .range-slider .range-slider__range {
      background: var(--theme-default);
    }

    #range-slider-2 .range-slider__thumb[data-lower] {
      width: 0;
    }
    #range-slider-2 .range-slider__range {
      background-color: var(--theme-secondary);
      border-radius: 6px;
    }
    #range-slider-2 .range-slider__thumb {
      background-color: var(--theme-secondary);
    }

    #range-slider-3 {
      margin: auto;
      height: 200px;
    }

    .range-slider[data-vertical] {
      width: 8px;
    }

    #range-slider-4 {
      background: url(../images/logo/range.svg);
    }

    #range-slider-4 .range-slider__thumb {
      background: var(--success-color);
      transition: transform 0.3s;
    }
    #range-slider-4 .range-slider__range {
      background-color: var(--success-color);
    }

    #range-slider-5 .range-slider__thumb[data-lower] {
      background: url(../images/logo/range2.svg) #338e87;
      background-repeat: no-repeat;
    }
    #range-slider-5 .range-slider__thumb[data-upper] {
      background: url(../images/logo/range5.svg) #338e87;
      background-repeat: no-repeat;
    }
    #range-slider-5 .range-slider__thumb {
      width: 30px;
      height: 30px;
      border-radius: 4px;
    }
    #range-slider-5 .range-slider__range {
      background-color: var(--theme-default);
    }
    #range-slider-5 .range-slider__thumb[data-lower][data-active] {
      animation: rotate-clockwise 0.9s infinite;
    }
    #range-slider-5 .range-slider__thumb[data-upper][data-active] {
      animation: rotate-clockwise 0.9s infinite;
    }
    @keyframes rotate-clockwise {
      0% {
        transform: translate(-50%, -50%) rotate(0deg);
      }
      100% {
        transform: translate(-50%, -50%) rotate(-360deg);
      }
    }

    .range-slider .range-slider__thumb {
      z-index: 2;
    }

    .slider-range {
      height: 85px;
      display: flex;
      align-items: center;
    }

    #range-slider-6 {
      height: 60px;
      background: var(--success-color);
      overflow: hidden;
    }
    #range-slider-6 .range-slider__thumb {
      width: 18px;
      height: 38px;
      border-radius: 4px;
      background: url(../images/logo/range4.svg);
      background-color: var(--white);
      background-repeat: no-repeat;
      background-position: center;
    }
    #range-slider-6 .range-slider__range {
      border-radius: 6px;
      background: transparent;
      border: 4px solid var(--white);
      box-sizing: border-box;
    }

    .vartical-slider {
      height: 263px;
      display: flex;
      align-items: center;
    }
    @media (max-width: 1200px) {
      .vartical-slider {
        height: unset;
      }
    }

    #range-slider-3 .range-slider__range {
      background: var(--info-color);
    }
    #range-slider-3 .range-slider__thumb {
      background: var(--info-color);
    }

    #range-slider-7 .range-slider__range {
      background: linear-gradient(to right, var(--theme-default), var(--success-color));
      background-size: 200% 100%;
      background-position: 50% 0;
    }
    #range-slider-7 .range-slider__thumb {
      box-sizing: border-box;
      width: 27px;
      height: 26px;
    }
    #range-slider-7 .range-slider__thumb[data-lower] {
      background: var(--theme-default);
    }
    #range-slider-7 .range-slider__thumb[data-upper] {
      background: var(--success-color);
    }
    #range-slider-7 .range-slider__range[data-active] {
      animation: move-bg 0.75s infinite linear;
    }
    @keyframes move-bg {
      0% {
        background-position: 50% 0;
      }
      25% {
        background-position: 100% 0;
      }
      50% {
        background-position: 50% 0;
      }
      75% {
        background-position: 0% 0;
      }
      100% {
        background-position: 50% 0;
      }
    }

    .form-validation .custom-input .input-group-text {
      align-items: center;
      padding: 0.375rem 0.75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      text-align: center;
      white-space: nowrap;
      background-color: #e9ecef;
      border: 1px solid #ced4da;
      border-radius: 0.25rem;
    }
    .form-validation .custom-input .input-group > .form-control {
      position: relative;
      flex: 1 1 auto;
      width: 1%;
      min-width: 0;
    }
    .form-validation .radio-form {
      display: flex;
      gap: 18px;
      flex-wrap: wrap;
    }
    .form-validation .radio-form .form-check {
      min-height: 0;
      margin-bottom: 0;
    }
    .form-validation .radio-form .form-check-input:checked {
      background-color: var(--succes-color);
    }
    .form-validation .checkbox-checked .form-check-input:checked {
      background-color: var(--success-color);
      border-color: var(--success-color);
    }
    .form-validation .checkbox-checked .form-check-input:focus {
      box-shadow: none;
    }
    .form-validation .form-switch .form-check-input:checked {
      background-color: var(--success-color);
    }
    .form-validation .valid-form .form-check-input:checked {
      background-color: var(--succes-color);
    }

    .checkbox-checked .radio-form {
      display: flex;
      gap: 18px;
      flex-wrap: wrap;
    }
    .checkbox-checked .form-check-input.primary {
      border-color: var(--theme-default);
    }
    .checkbox-checked .form-check-input.primary:checked {
      background-color: var(--theme-default);
      border-color: var(--theme-default);
    }
    .checkbox-checked .form-check-input:focus {
      box-shadow: none;
    }
    .checkbox-checked .form-check-input.secondary {
      border-color: var(--theme-secondary);
    }
    .checkbox-checked .form-check-input.secondary:checked {
      background-color: var(--theme-secondary);
      border-color: var(--theme-secondary);
    }
    .checkbox-checked .form-check-input.info {
      border-color: var(--info-color);
    }
    .checkbox-checked .form-check-input.info:checked {
      background-color: var(--info-color);
      border-color: var(--info-color);
    }
    .checkbox-checked .form-check-input.danger {
      border-color: var(--danger-color);
    }
    .checkbox-checked .form-check-input.danger:checked {
      background-color: var(--danger-color);
      border-color: var(--danger-color);
    }
    .checkbox-checked .form-check-input.success {
      border-color: var(--success-color);
    }
    .checkbox-checked .form-check-input.success:checked {
      background-color: var(--success-color);
      border-color: var(--success-color);
    }
    .checkbox-checked.custom-checkbox .form-check-input:checked {
      background: none !important;
    }
    .checkbox-checked .form-check-input:checked {
      background-color: var(--theme-default);
      border-color: var(--theme-default);
    }

    .tooltip-valid .input-group {
      flex-wrap: nowrap;
    }

    .custom-input .form-check .form-check-input:invalid {
      border-color: var(--danger-color);
    }
    .custom-input .form-check .form-check-input:valid {
      border-color: var(--success-color);
    }
    .custom-input .form-check .form-check-input:focus {
      box-shadow: none;
    }
    .custom-input .border {
      border: 1px solid var(--light-gray) !important;
    }
    .custom-input .form-control {
      display: block;
      width: 100%;
      padding: 0.375rem 0.75rem;
      font-size: -2rem;
      font-weight: 400;
      line-height: 1.5;
      color: var(--dark-color);
      background-color: var(--white);
      background-clip: padding-box;
      border: 1px solid var(--light-gray);
      appearance: none;
      border-radius: 0.25rem;
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .custom-input .form-control:focus {
      border-color: var(--theme-default) !important;
    }

    .valid-form .form-check-input:invalid ~ .form-check-label {
      color: #dc3545;
    }
    .valid-form .form-check-input:valid ~ .form-check-label {
      color: var(--success-color);
    }

    .form-validation .form-check .form-check-input:invalid ~ .form-check-label {
      color: #dc3545;
    }
    .form-validation .form-check .form-check-input:valid ~ .form-check-label {
      color: var(--success-color);
    }

    .validation-forms .needs-validation .form-check .form-check-input:valid ~ .form-check-label {
      color: var(--success-color);
    }

    input {
      cursor: pointer;
    }

    .form-select {
      border: 1px solid var(--light-gray);
    }

    .basic-form .checkbox-checked .form-check-input:checked {
      background-color: var(--theme-default);
      border-color: var(--theme-default);
    }
    .basic-form .checkbox-checked .form-check-input:focus {
      box-shadow: none;
    }
    .basic-form .border {
      border: 1px solid var(--light-gray) !important;
    }
    .basic-form .form-control[type=file] {
      overflow: hidden;
    }
    .basic-form .form-control {
      display: block;
      width: 100%;
      padding: 0.375rem 0.75rem;
      font-size: -2rem;
      font-weight: 400;
      line-height: 1.5;
      color: var(--body-font-color);
      background-color: var(--white);
      background-clip: padding-box;
      border: 1px solid var(--light-gray);
      appearance: none;
      border-radius: 0.25rem;
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .basic-form .form-control:focus {
      border-color: var(--theme-default) !important;
    }
    .basic-form .theme-formselect {
      border-color: var(--gray-60);
      background-color: var(--light);
      font-size: 14px;
      color: #898989;
      padding: 12px 10px;
      box-shadow: none;
    }

    .custom-input .form-control {
      color: #898989;
    }
    .custom-input .form-control.form-control-color {
      padding: 0.375rem;
    }

    .form-select.btn-square.digits {
      color: #898989;
    }

    .btn-pill {
      border-radius: 60px;
    }

    .input-group-wrapper .input-group {
      margin-bottom: 16px;
    }
    .input-group-wrapper .input-group .form-control {
      font-size: 16px;
    }
    .input-group-wrapper .input-group .form-control:focus {
      border-color: var(--recent-border);
      box-shadow: unset;
    }
    .input-group-wrapper .input-group:last-child {
      margin-bottom: 0;
    }
    .input-group-wrapper .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }

    .input-group-wrapper .input-group .form-control {
      border: 1px solid var(--light-gray);
      border-radius: 8px;
    }
    .input-group-wrapper .form-control {
      padding: 0.375rem 0.75rem;
    }

    .form-check-input:checked {
      background-color: var(--theme-default);
      border-color: var(--theme-default);
    }
    .form-check-input:focus {
      box-shadow: none;
    }

    .masks-input .form-control {
      padding: 8px 12px;
    }
    .masks-input .form-control:focus {
      border-color: var(--theme-default);
    }
    .masks-input .light-card {
      background-color: var(--body-color) !important;
    }

    .main-custom-form label {
      margin-bottom: 0;
    }

    [dir=rtl] .pill-input-group span:first-child {
      border-radius: 0 5px 5px 0 !important;
    }
    [dir=rtl] .pill-input-group span:last-child {
      border-radius: 5px 0 0 5px !important;
    }

/**=====================
    3.31 Order-history CSS start
    ==========================**/
    .prooduct-details-box .close {
      position: absolute;
      top: 10px;
      right: 10px;
      height: 16px;
      cursor: pointer;
    }
    .prooduct-details-box .btn {
      line-height: 13px;
    }
    .prooduct-details-box .d-flex {
      border: 1px solid var(--light-background);
      border-radius: 10px;
      padding: 15px 0;
      width: 100%;
      gap: 12px;
      padding-left: 10px;
      position: relative;
    }
    @media only screen and (max-width: 360px) {
      .prooduct-details-box .d-flex {
        padding: 15px;
        display: block !important;
      }
    }
    @media only screen and (max-width: 360px) {
      .prooduct-details-box .d-flex .flex-grow-1 {
        margin-top: 15px;
      }
    }
    .prooduct-details-box .rating {
      color: var(--warning-color);
      letter-spacing: 0;
      margin: 5px 0;
    }
    .prooduct-details-box .rating i {
      font-size: 12px;
    }
    .prooduct-details-box .product-name a {
      color: rgba(0, 0, 0, 0.5);
      font-weight: 700;
    }
    .prooduct-details-box .product-name h6, .prooduct-details-box .product-name .h6 {
      margin-bottom: 0;
    }
    .prooduct-details-box .btn {
      position: absolute;
      right: 15px;
      bottom: 15px;
    }

    .order-history .input-group {
      text-align: right;
      max-width: 300px;
    }
    .order-history table th,
    .order-history table td {
      text-align: center;
    }
    .order-history table thead tr th {
      vertical-align: middle;
      border-top: none;
      background-color: var(--body-color);
      border: 1px solid var(--light-gray);
      padding: 1.25rem;
      font-size: 16px;
    }
    .order-history table .qty-box {
      width: 120px;
      margin: 0 auto;
      border-radius: 5px;
      overflow: hidden;
    }
    .order-history table .qty-box input {
      width: 44px;
      max-width: 44px;
      background-color: transparent;
      border: none !important;
    }
    .order-history table .qty-box .input-group {
      justify-content: space-between;
      align-items: center;
      background-color: transparent;
      border-radius: 5px;
      border: 1px solid var(--light-gray);
      overflow: hidden;
    }
    .order-history table .qty-box .btn {
      background-color: transparent;
      border: none;
      border-radius: 0 !important;
    }
    .order-history table .qty-box .btn.bootstrap-touchspin-down {
      border-right: 1px solid;
    }
    .order-history table .qty-box .btn.bootstrap-touchspin-up {
      border-left: 1px solid;
    }
    .order-history table tbody tr td {
      vertical-align: middle;
    }
    .order-history table tbody tr td .product-name a {
      font-size: 15px;
      color: var(--gray-700);
    }
    .order-history table tbody tr td .product-name .order-process {
      font-size: 13px;
      padding-left: 15px;
    }
    .order-history table tbody tr td .product-name .order-process .order-process-circle {
      position: relative;
    }
    .order-history table tbody tr td .product-name .order-process .order-process-circle:before {
      position: absolute;
      content: "";
      width: 4px;
      height: 4px;
      border-radius: 100%;
      background-color: var(--gray-700);
      left: -15px;
      top: -6px;
    }
    .order-history table tbody tr td .product-name .order-process .order-process-circle.shipped-order:before {
      background-color: var(--success-color);
    }
    .order-history table tbody tr td .product-name .order-process .order-process-circle.cancel-order:before {
      background-color: var(--danger-color);
    }

    @media only screen and (max-width: 1199px) {
      .order-history table {
        width: 900px;
        overflow: auto;
      }
    }
    .order-history-table tbody tr:nth-child(odd) td {
      background-color: rgba(245, 245, 245, 0.5) !important;
    }
    .order-history-table tbody tr:nth-child(odd) td.sorting_1 {
      background-color: var(--white) !important;
    }

/**=====================
      3.31 Order-history CSS End
      ==========================**/
      .radio-wrapper li .form-check-input:checked[type=radio] {
        background-image: none;
        box-shadow: unset;
      }

      .form-check-reverse {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        padding: 0;
      }
      .form-check-reverse .form-check-input {
        float: left;
        margin-right: 0;
        margin-left: 10px;
      }

      .custom-checkbox .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 16px;
        cursor: pointer;
        margin-top: 10px;
        margin-bottom: 10px;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      }
      .custom-checkbox .checkbox label::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f00c";
        display: inline-block;
        position: absolute;
        text-align: center;
        width: 19px;
        height: 19px;
        left: 0;
        margin-left: -16px;
        border: 1px solid var(--light-color);
        color: transparent;
        border-radius: 3px;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      }
      .custom-checkbox .checkbox .form-check-input:checked.primary ~ label::before {
        border: 1px solid var(--theme-default);
        color: var(--theme-default);
      }
      .custom-checkbox .checkbox .form-check-input:checked.secondary ~ label::before {
        border: 1px solid var(--theme-secondary);
        color: var(--theme-secondary);
      }
      .custom-checkbox .checkbox .form-check-input:checked.success ~ label::before {
        border: 1px solid var(--success-color);
        color: var(--success-color);
      }
      .custom-checkbox .checkbox .form-check-input:checked.warning ~ label::before {
        border: 1px solid var(--warning-color);
        color: var(--warning-color);
      }
      .custom-checkbox .checkbox input[type=checkbox] {
        opacity: 0;
      }
      .custom-checkbox .checkbox-primary label::before {
        border-color: var(--theme-default);
      }
      .custom-checkbox .checkbox-primary input[type=checkbox]:checked + label::before {
        border-color: var(--theme-default);
        color: var(--theme-default);
      }
      .custom-checkbox .checkbox-secondary label::before {
        border-color: var(--theme-secondary);
      }
      .custom-checkbox .checkbox-success label::before {
        border-color: var(--success-color);
      }
      .custom-checkbox .checkbox-warning label::before {
        border-color: var(--warning-color);
      }

      .main-icon-checkbox.checkbox-primary .form-check-input {
        border: 1px solid var(--gray-60);
      }
      .main-icon-checkbox.checkbox-primary input[type=checkbox] {
        opacity: 1;
      }
      .main-icon-checkbox .form-check-input:checked[type=checkbox] {
        background-image: unset;
      }
      .main-icon-checkbox .checkbox-shadow {
        box-shadow: none;
      }
      .main-icon-checkbox.checkbox label::before {
        content: "";
        width: 100%;
        height: 100%;
        margin-left: 1px;
        background-color: transparent;
        top: 0;
        display: block;
      }

      .checkbox-wrapper,
      .radio-wrapper {
        display: flex;
        gap: calc(8px + 8 * (100vw - 320px) / 1600);
        flex-wrap: wrap;
        justify-content: center;
      }
      .checkbox-wrapper li,
      .radio-wrapper li {
        position: relative;
        width: 100%;
        padding: 12px;
        border: none;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 130px;
      }
      .checkbox-wrapper li .form-check-label i,
      .radio-wrapper li .form-check-label i {
        font-size: 18px;
        padding-right: 8px;
      }
      .checkbox-wrapper .form-check-input,
      .radio-wrapper .form-check-input {
        position: absolute;
        width: 100%;
        height: 100%;
        float: none;
        margin: 0;
        top: 0;
        left: 0;
        border-radius: 0;
        background-color: transparent;
      }
      .checkbox-wrapper li .form-check-label,
      .radio-wrapper li .form-check-label {
        position: unset;
        padding: 0;
        margin-bottom: 0;
      }
      .checkbox-wrapper li .form-check-input:checked,
      .radio-wrapper li .form-check-input:checked {
        border: 2px solid var(--theme-default);
        background-color: transparent;
      }

      .filled-checkbox .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 16px;
        cursor: pointer;
        margin-top: 10px;
        margin-bottom: 10px;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      }
      .filled-checkbox .checkbox label::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f00c";
        display: inline-block;
        position: absolute;
        text-align: center;
        width: 19px;
        height: 19px;
        left: 0;
        margin-left: -16px;
        border: 1px solid #efefef;
        border-radius: 3px;
        background-color: var(--white);
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      }
      .filled-checkbox .checkbox .form-check-input {
        opacity: 0;
      }
      .filled-checkbox .checkbox-solid-warning label:before {
        background-color: var(--warning-color);
        border-color: var(--warning-color);
        color: var(--white);
      }
      .filled-checkbox .checkbox-solid-danger label:before {
        background-color: var(--danger-color);
        border-color: var(--danger-color);
        color: var(--white);
      }
      .filled-checkbox .checkbox-solid-info label:before {
        background-color: var(--info-color);
        border-color: var(--info-color);
        color: var(--white);
      }

      .main-img-checkbox .img-checkbox {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .main-img-checkbox .img-checkbox img {
        width: 100%;
        height: 220px;
        object-fit: cover;
      }
      .main-img-checkbox .img-checkbox .form-check-label {
        width: 100%;
      }
      .main-img-checkbox .main-img-cover {
        position: absolute;
        top: 15px;
        left: 15px;
        width: 24px;
        height: 24px;
      }

      .custom-radio .radio label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 19px;
        height: 19px;
        left: 0;
        margin-left: -20px;
        border: 1px solid #efefef;
        border-radius: 50%;
        background-color: var(--white);
        transition: border 0.15s ease-in-out;
      }
      .custom-radio .radio label::after {
        display: inline-block;
        position: absolute;
        content: " ";
        width: 9px;
        height: 9px;
        left: 5px;
        top: 5px;
        margin-left: -20px;
        border-radius: 50%;
        background-color: #898989;
        transform: scale(0, 0);
        transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      }
      .custom-radio .radio-secondary input[type=radio]:checked + label::before {
        border-color: var(--theme-secondary);
      }
      .custom-radio .radio-secondary input[type=radio]:checked + label::after {
        background-color: var(--theme-secondary);
      }
      .custom-radio .radio-secondary input[type=radio] + label::before {
        border-color: var(--theme-secondary);
      }
      .custom-radio .radio input[type=radio] {
        opacity: 0;
      }
      .custom-radio .radio label {
        display: inline-block;
        position: relative;
        padding-left: 10px;
        cursor: pointer;
      }
      .custom-radio .radio input[type=radio]:checked + label::after {
        transform: scale(1, 1);
      }
      .custom-radio .radio-success input[type=radio] + label::before {
        border-color: var(--success-color);
      }
      .custom-radio .radio-success input[type=radio]:checked + label::before {
        border-color: var(--success-color);
      }
      .custom-radio .radio-success input[type=radio]:checked + label::after {
        background-color: var(--success-color);
      }
      .custom-radio .radio-danger input[type=radio] + label::before {
        border-color: var(--danger-color);
      }
      .custom-radio .radio-danger input[type=radio]:checked + label::before {
        border-color: var(--danger-color);
      }
      .custom-radio .radio-danger input[type=radio]:checked + label::after {
        background-color: var(--danger-color);
      }
      .custom-radio .radio-info input[type=radio] + label::before {
        border-color: var(--info-color);
      }
      .custom-radio input[type=radio]:checked + label::before {
        border-color: var(--info-color);
      }
      .custom-radio input[type=radio]:checked + label::after {
        background-color: var(--info-color);
      }

      .radio-wrapper li .form-check-label span {
        font-size: 16px;
      }

      .icon-radio .form-check-input:checked[type=radio] {
        background-image: unset;
      }

      .radio_animated {
        position: relative;
        margin: 0 1rem 0 0;
        cursor: pointer;
      }
      .radio_animated:before {
        transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        transform: scale(0, 0);
        content: "";
        position: absolute;
        top: 0;
        left: 0.125rem;
        z-index: 1;
        width: 0.75rem;
        height: 0.75rem;
        background: var(--theme-default);
        border-radius: 50%;
      }
      .radio_animated:checked:before {
        transform: scale(1, 1);
      }
      .radio_animated:after {
        content: "";
        position: absolute;
        top: -0.25rem;
        left: -0.125rem;
        width: 1.25rem;
        height: 1.25rem;
        background: var(--white);
        border: 2px solid #ecf3fa;
        border-radius: 50%;
      }

      .animated-button label {
        margin-bottom: 0.5rem;
      }

      .checkbox_animated {
        cursor: pointer;
        position: relative;
        margin: 0 1rem 0 0;
      }
      .checkbox_animated:before {
        transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        transform: rotate(-45deg) scale(0, 0);
        content: "";
        position: absolute;
        left: 0.25rem;
        top: 0.225rem;
        z-index: 1;
        width: 0.75rem;
        height: 0.375rem;
        border: 2px solid var(--theme-default);
        border-top-style: none;
        border-right-style: none;
      }
      .checkbox_animated:after {
        content: "";
        position: absolute;
        top: -0.125rem;
        left: 0;
        width: 1.3rem;
        height: 1.3rem;
        background: var(--white);
        border: 2px solid #ecf3fa;
        cursor: pointer;
      }
      .checkbox_animated:checked:before {
        transform: rotate(-45deg) scale(1, 1);
      }

      .checkbox-radio .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 16px;
        cursor: pointer;
      }
      .checkbox-radio .checkbox input[type=checkbox] {
        opacity: 0;
      }
      .checkbox-radio .checkbox label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 19px;
        height: 19px;
        left: 0;
        margin-left: -16px;
        border: 1px solid #efefef;
        border-radius: 3px;
        background-color: var(--white);
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      }
      .checkbox-radio .checkbox-dark label::before {
        border-color: var(--dark);
      }
      .checkbox-radio .checkbox-dark input[type=checkbox]:checked + label::before {
        border-color: var(--dark);
        color: var(--dark);
      }

      .simple-radios .radio-primary input[type=radio]:checked + label::before {
        border-color: var(--theme-default);
      }
      .simple-radios .radio label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
        cursor: pointer;
      }
      .simple-radios .radio label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 19px;
        height: 19px;
        left: 0;
        margin-left: -22px;
        border: 1px solid #efefef;
        border-radius: 50%;
        background-color: var(--white);
        transition: border 0.15s ease-in-out;
      }
      .simple-radios .radio label::after {
        display: inline-block;
        position: absolute;
        content: " ";
        width: 9px;
        height: 9px;
        left: 3px;
        top: 5px;
        margin-left: -20px;
        border-radius: 50%;
        background-color: #898989;
        transform: scale(0, 0);
        transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      }
      .simple-radios .radio input[type=radio]:checked + label::after {
        transform: scale(1, 1);
      }
      .simple-radios .radio-primary input[type=radio]:checked + label::after {
        background-color: var(--theme-default);
      }
      .simple-radios .form-check-size .form-check-inline label {
        margin: 0;
      }
      .simple-radios .form-check-size .form-check-input {
        width: 18px;
        height: 18px;
        margin-top: 0;
      }
      .simple-radios .form-check-size .form-check-inline label {
        margin: 0;
      }
      .simple-radios input[type=checkbox] {
        opacity: 0;
      }

      .main-radio-toggle input .list-light-secondary {
        border: none !important;
      }
      .main-radio-toggle input .list-light-secondary:hover {
        background-color: rgba(243, 145, 89, 0.2) !important;
      }
      .main-radio-toggle input:checked ~ .list-light-secondary {
        background-color: rgba(243, 145, 89, 0.2) !important;
        border: 3px solid rgba(243, 145, 89, 0.2) !important;
      }

      .outline-chackbox .btn.btn-outline-info:hover {
        color: var(--white);
      }

      .input-group-wrapper .input-group-text {
        display: flex;
        align-items: center;
        padding: 0.375rem 0.75rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: center;
        white-space: nowrap;
        background-color: #e9ecef;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
      }

      .main-custom-form .input-group .btn.btn-outline-secondary {
        padding-bottom: 0;
      }

      .custom-input-file .input-group .form-control {
        line-height: 1.7;
        border: 1px solid var(--light-gray);
      }
      .custom-input-file .btn.btn-outline-success {
        padding: 0.375rem 1.75rem;
      }

      .main-segment-btn .dropdown-toggle {
        padding-bottom: 0;
      }
      .main-segment-btn .dropdown-toggle::after {
        content: "";
        margin-left: 0;
        border-top: 6px solid;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        vertical-align: 2px;
        color: var(--white);
      }
      .main-segment-btn .dropdown-menu {
        z-index: 3;
      }
      .main-segment-btn .btn.btn-outline-info {
        padding: 0.375rem 1.75rem;
      }

      .input-group-wrapper .input-group-text {
        border: 1px solid var(--light-gray);
      }

      .multiple-inputs .input-group .form-control {
        border: 1px solid var(--light-gray);
        padding: 0.375rem 0.75rem;
      }
      .multiple-inputs .multi-input.input-group .input-group-text:nth-child(2) {
        border-left: 1px solid #ced4da !important;
      }
      .multiple-inputs .multi-input-2.input-group .input-group-text:nth-child(3) {
        border-left: 1px solid #ced4da !important;
      }

      .wrapping-input .form-control {
        border: 1px solid var(--light-gray);
        padding: 0.375rem 0.75rem;
      }

      .variation-input .input-group .form-control {
        border: 1px solid var(--light-gray);
        padding: 0.375rem 0.75rem;
      }

      .radio-first-col-width .custom-radio .radio.radio-primary input[type=radio] + label::before {
        border-color: var(--theme-default);
      }
      .radio-first-col-width .custom-radio .radio input[type=radio]:disabled + label {
        opacity: 0.65;
      }
      .radio-first-col-width .custom-radio .radio input[type=radio]:disabled + label::before {
        cursor: not-allowed;
      }
      .radio-first-col-width .custom-radio .radio.radio-primary input[type=radio]:checked + label::after {
        background-color: var(--theme-default);
      }
      .radio-first-col-width .m-checkbox-inline .radio {
        display: inline-block;
      }

      .select-components .form-control {
        padding: 0.375rem 0.75rem;
      }
      .select-components select {
        border-color: var(--light-gray);
      }

      .card-block .table-responsive .table-bordered td {
        vertical-align: middle;
      }
      @media (max-width: 767px) {
        .card-block .table-responsive .table tbody tr td span {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          max-width: 100px;
        }
        .card-block .table-responsive .checkbox-td-width tbody tr td {
          min-width: 200px !important;
        }
        .card-block .table-responsive .radio-first-col-width tbody tr td {
          min-width: 200px !important;
        }
      }

      label {
        cursor: pointer;
      }

      .fill-radio .radio {
        position: relative;
        margin: 0 20px 15px 0;
        cursor: pointer;
        box-shadow: none;
        vertical-align: -2px;
      }
      .fill-radio .radio:checked:after {
        border-width: 10px !important;
      }
      .fill-radio .radio:checked::before {
        transform: scale(1, 1);
      }
      .fill-radio .radio::before {
        transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        transform: scale(0, 0);
        content: "";
        position: absolute;
        top: 1px;
        left: 0.19rem;
        z-index: 1;
        width: 0.586rem;
        height: 0.556rem;
        border-radius: 50%;
      }
      .fill-radio .radio::after {
        content: "";
        position: absolute;
        top: -0.25rem;
        left: -0.125rem;
        width: 1.2rem;
        height: 1.2rem;
        background: var(--white);
        border-radius: 50%;
        border-width: 1px;
        border-style: solid;
      }
      .fill-radio .radio.radio-primary::before {
        background: var(--theme-default) !important;
      }
      .fill-radio .radio.radio-border-primary::after {
        border-color: var(--theme-default) !important;
      }
      .fill-radio .radio.radio-danger::before {
        background: var(--danger-color) !important;
      }
      .fill-radio .radio.radio-border-danger::after {
        border-color: var(--danger-color) !important;
      }
      .fill-radio .radio.radio-warning::before {
        background: var(--warning-color) !important;
      }
      .fill-radio .radio.radio-border-warning::after {
        border-color: var(--warning-color) !important;
      }
      .fill-radio .radio.radio-secondary::before {
        background: var(--theme-secondary) !important;
      }
      .fill-radio .radio.radio-border-secondary::after {
        border-color: var(--theme-secondary) !important;
      }

      .main-inline-calender.input-group .flatpickr-calendar {
        background-color: var(--white);
      }
      .main-inline-calender.input-group .flatpickr-calendar.inline {
        width: 100%;
      }
      .main-inline-calender.input-group .flatpickr-rContainer {
        display: block;
      }
      .main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days {
        width: 100%;
      }
      .main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .dayContainer {
        width: 100%;
        max-width: none;
        min-width: unset;
      }
      .main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day {
        border-radius: 5px;
        width: 100%;
        max-width: unset;
      }
      .main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .flatpickr-day.selected {
        background-color: var(--theme-default);
        border-color: var(--theme-default);
      }
      .main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .flatpickr-day.today {
        border-color: var(--theme-default);
      }
      .main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .flatpickr-day.today:hover {
        border-color: var(--theme-default);
        background: var(--theme-default);
        color: var(--white);
      }
      .main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .flatpickr-day:hover {
        background: var(--theme-default);
        border-color: var(--theme-default);
        color: var(--white);
      }
      .main-inline-calender.input-group .flatpickr-weekdays {
        width: 100%;
      }
      .main-inline-calender .flatpickr-innerContainer {
        display: block;
      }
      .main-inline-calender .form-control {
        width: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
      }
      .main-inline-calender .form-control[readonly] {
        background-color: var(--bg-light);
        opacity: 1;
      }

      .flatpicker-calender.input-group .form-control {
        border: 1px solid var(--light-gray);
        padding: 8px 10px;
      }

      .timepicker-wrapper .row {
        margin-bottom: 16px;
      }
      .timepicker-wrapper .input-group .form-control {
        border: 1px solid var(--light-gray);
        padding: 8px 10px;
      }
      .timepicker-wrapper .row:last-child {
        margin-bottom: 0;
      }

      .bootstarp-calender .row:last-child {
        margin-bottom: 0;
      }

/**=====================
    2.13 Datapicker CSS Start
    ==========================**/
    .clockpicker-canvas line {
      stroke: var(--theme-default);
    }

    .clockpicker-canvas-fg,
    .clockpicker-canvas-bearing {
      fill: var(--theme-default);
    }

    .datepicker {
      z-index: 99;
    }

    .datepicker--day-name {
      color: var(--theme-default);
      font-weight: 700;
    }

    .datepicker--cell.-current- {
      color: #000000;
      border-radius: 5px;
      font-weight: bold;
      border: 2px solid var(--theme-default);
    }
    .datepicker--cell.-focus- {
      background: var(--theme-default);
      color: var(--white);
    }
    .datepicker--cell.-selected- {
      background: var(--theme-default) !important;
    }
    .datepicker--cell-day {
      width: 15.2857142857%;
    }

    .datepickers-container,
    .bootstrap-datetimepicker-widget {
      z-index: 7;
    }

    .datetime-picker .bootstrap-datetimepicker-widget.dropdown-menu {
      width: auto;
    }
    .datetime-picker .input-group-text i {
      line-height: 1.3;
    }

    .clockpicker-popover {
      border: none;
      box-shadow: rgba(0, 0, 0, 0.6);
      z-index: 7;
    }
    .clockpicker-popover .popover-content {
      background-color: rgba(48, 142, 135, 0.05);
    }

    .clockpicker-canvas-bg {
      fill: rgba(48, 142, 135, 0.38);
    }

    .clockpicker-tick:hover {
      color: inherit;
      background-color: rgba(48, 142, 135, 0.38);
    }

    .calendar-basic .md-sidebar-aside {
      background-color: var(--white);
    }
    .calendar-basic #external-events {
      padding: 20px;
      border: 1px solid var(--border-color);
    }
    .calendar-basic #external-events h4, .calendar-basic #external-events .h4 {
      margin-bottom: 14px;
    }
    .calendar-basic #external-events p {
      margin-top: 12px;
    }
    .calendar-basic #external-events .fc-h-event {
      padding: 12px;
      background-color: var(--theme-default);
      border: 1px solid var(--theme-default);
    }
    .calendar-basic #external-events .fc-h-event + .fc-h-event {
      margin-top: 10px;
    }
    .calendar-basic #external-events .fc-h-event .fc-event-main {
      font-size: 13px;
    }
    .calendar-basic .calendar-default .fc-scrollgrid {
      border: 1px solid var(--border-color) !important;
    }
    .calendar-basic .calendar-default .fc-daygrid-dot-event .fc-event-title {
      text-overflow: ellipsis;
    }
    .calendar-basic .calendar-default .fc td[role=presentation] {
      border: 0;
    }
    .calendar-basic .calendar-default .fc .fc-daygrid-day-number,
    .calendar-basic .calendar-default .fc .fc-col-header-cell-cushion {
      color: var(--body-font-color);
    }
    .calendar-basic .calendar-default .fc .fc-button .fc-icon {
      height: 23px;
    }
    .calendar-basic .calendar-default .fc-h-event {
      padding: 2px;
      background-color: var(--theme-default);
      border: 1px solid var(--theme-default);
    }
    .calendar-basic .calendar-default .fc-toolbar-chunk .fc-button-group ~ .fc-today-button {
      margin: 0 8px;
    }

    .fc-event-dragging {
      padding: 10px;
      background-color: var(--theme-default);
    }

    .fc .fc-toolbar {
      flex-wrap: wrap;
      gap: 10px;
    }
    .fc .fc-button-primary:focus {
      box-shadow: 0 0 0 0.2rem rgba(48, 142, 135, 0.5);
    }

    .main-inline-calender.input-group {
      flex-direction: column;
    }
    .main-inline-calender.input-group .form-control {
      width: 100%;
    }
    .main-inline-calender.input-group .flatpickr-calendar.inline {
      width: 100%;
    }
    .main-inline-calender.input-group .flatpickr-innerContainer {
      display: block;
    }
    .main-inline-calender.input-group .flatpickr-rContainer {
      display: block;
    }
    .main-inline-calender.input-group .flatpickr-rContainer .flatpickr-weekdays {
      width: 100%;
    }
    .main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days {
      width: 100%;
    }
    .main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .dayContainer {
      width: 100%;
      max-width: none;
      min-width: unset;
    }
    .main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day {
      border-radius: 5px;
      width: 100%;
      max-width: unset;
    }
    .main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day:hover {
      color: #ffffff;
    }

    .flatpickr-day.selected,
    .flatpickr-day .endRange {
      background-color: var(--theme-default);
      border-color: var(--theme-default);
    }
    .flatpickr-day.selected:hover,
    .flatpickr-day .endRange:hover {
      background-color: var(--theme-default);
      border-color: var(--theme-default);
    }

    .main-flatpickr .form-control:read-only {
      background-color: unset;
    }

    .flatpickr-months {
      font-size: calc(12px + 2 * (100vw - 320px) / 1600);
    }

    .flatpickr-current-month {
      font-size: calc(14px + 5 * (100vw - 320px) / 1600);
    }

    @media (max-width: 400px) {
      .flatpickr-calendar.animate {
        width: 77%;
        left: 50% !important;
        transform: translateX(-50%);
      }
    }
    .flatpickr-calendar .flatpickr-days {
      width: unset;
    }
    .flatpickr-calendar .flatpickr-days .dayContainer {
      width: unset;
      min-width: unset;
      max-width: unset;
    }

    @media (max-width: 768px) {
      .flatpicker-calender .form-control {
        font-size: 14px;
      }
    }

    .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
    }

    .timepicker-wrapper .row {
      margin-bottom: 16px;
    }
    .timepicker-wrapper .row:last-child {
      margin-bottom: 0;
    }

/**=====================
     2.13 Datapicker CSS End 
     ==========================**/
     .touchspin-wrapper .btn-touchspin {
      border-radius: 5px;
      width: 32px;
      height: 32px;
    }
    .touchspin-wrapper input[type=number] {
      width: 85px;
      padding: 3px;
      text-align: center;
      height: 30px;
    }
    .touchspin-wrapper input[type=number].spin-outline-primary {
      outline: 1px solid var(--theme-default);
      border: none;
      border-radius: 3px;
    }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    .touchspin-wrapper .touchspin-primary {
      background-color: var(--theme-default);
      border: 1px solid var(--theme-default);
      color: var(--white);
    }
    .touchspin-wrapper .spin-border-primary {
      background-color: unset;
      border: 1px solid var(--theme-default);
      color: var(--theme-default);
    }
    .touchspin-wrapper input[type=number].spin-outline-primary {
      outline: 1px solid var(--theme-default);
      border: none;
      border-radius: 3px;
    }
    .touchspin-wrapper .touchspin-secondary {
      background-color: var(--theme-secondary);
      border: 1px solid var(--theme-secondary);
      color: var(--white);
    }
    .touchspin-wrapper .spin-border-secondary {
      background-color: unset;
      border: 1px solid var(--theme-secondary);
      color: var(--theme-secondary);
    }
    .touchspin-wrapper input[type=number].spin-outline-secondary {
      outline: 1px solid var(--theme-secondary);
      border: none;
      border-radius: 3px;
    }
    .touchspin-wrapper .touchspin-success {
      background-color: var(--success-color);
      border: 1px solid var(--success-color);
      color: var(--white);
    }
    .touchspin-wrapper .spin-border-success {
      background-color: unset;
      border: 1px solid var(--success-color);
      color: var(--success-color);
    }
    .touchspin-wrapper input[type=number].spin-outline-success {
      outline: 1px solid var(--success-color);
      border: none;
      border-radius: 3px;
    }
    .touchspin-wrapper .touchspin-danger {
      background-color: var(--danger-color);
      border: 1px solid var(--danger-color);
      color: var(--white);
    }
    .touchspin-wrapper .spin-border-danger {
      background-color: unset;
      border: 1px solid var(--danger-color);
      color: var(--danger-color);
    }
    .touchspin-wrapper input[type=number].spin-outline-danger {
      outline: 1px solid var(--danger-color);
      border: none;
      border-radius: 3px;
    }
    .touchspin-wrapper .touchspin-warning {
      background-color: var(--warning-color);
      border: 1px solid var(--warning-color);
      color: var(--white);
    }
    .touchspin-wrapper .spin-border-warning {
      background-color: unset;
      border: 1px solid var(--warning-color);
      color: var(--warning-color);
    }
    .touchspin-wrapper input[type=number].spin-outline-warning {
      outline: 1px solid var(--warning-color);
      border: none;
      border-radius: 3px;
    }
    .touchspin-wrapper .touchspin-info {
      background-color: var(--info-color);
      border: 1px solid var(--info-color);
      color: var(--white);
    }
    .touchspin-wrapper .spin-border-info {
      background-color: unset;
      border: 1px solid var(--info-color);
      color: var(--info-color);
    }
    .touchspin-wrapper input[type=number].spin-outline-info {
      outline: 1px solid var(--info-color);
      border: none;
      border-radius: 3px;
    }
    .touchspin-wrapper .touchspin-light {
      background-color: var(--light-color);
      border: 1px solid var(--light-color);
      color: var(--white);
    }
    .touchspin-wrapper .spin-border-light {
      background-color: unset;
      border: 1px solid var(--light-color);
      color: var(--light-color);
    }
    .touchspin-wrapper input[type=number].spin-outline-light {
      outline: 1px solid var(--light-color);
      border: none;
      border-radius: 3px;
    }
    .touchspin-wrapper .touchspin-dark {
      background-color: var(--body-font-color);
      border: 1px solid var(--body-font-color);
      color: var(--white);
    }
    .touchspin-wrapper .spin-border-dark {
      background-color: unset;
      border: 1px solid var(--body-font-color);
      color: var(--body-font-color);
    }
    .touchspin-wrapper input[type=number].spin-outline-dark {
      outline: 1px solid var(--body-font-color);
      border: none;
      border-radius: 3px;
    }

    .pre-post-touchspin .btn-touchspin.touchspin-primary {
      background-color: var(--theme-default);
      border: 1px solid var(--theme-default);
      color: var(--white);
    }
    .pre-post-touchspin .btn-touchspin.touchspin-secondary {
      background-color: var(--theme-secondary);
      border: 1px solid var(--theme-secondary);
      color: var(--white);
    }
    .pre-post-touchspin .input-group-text {
      background-color: var(--light-gray);
      padding: 7px 14px;
      border-top-left-radius: 0 !important;
      border-bottom-left-radius: 0 !important;
    }
    .pre-post-touchspin .decrement-touchspin {
      padding: 7px 14px;
    }
    .pre-post-touchspin .input-touchspin {
      border: 1px solid var(--light-color);
      border-width: 2px;
      text-align: center;
      border-top-left-radius: 0 !important;
      border-bottom-left-radius: 0 !important;
    }
    .pre-post-touchspin .increment-touchspin {
      padding: 7px 14px;
      border-top-left-radius: 0 !important;
      border-bottom-left-radius: 0 !important;
    }
    .pre-post-touchspin .input-group {
      width: auto;
    }
    @media (max-width: 400px) {
      .pre-post-touchspin .input-group .input-touchspin {
        width: 40%;
      }
    }
    .pre-post-touchspin.bg-touchspin button[type=button] {
      border: 1px solid var(--light-color);
      border-width: 2px;
      text-align: center;
      padding: 1px 6px;
    }
    .pre-post-touchspin.bg-touchspin .btn-outline-secondary {
      border-top-left-radius: 0 !important;
      border-bottom-left-radius: 0 !important;
    }
    .pre-post-touchspin.bg-touchspin .input-touchspin {
      border-top-left-radius: 0 !important;
      border-bottom-left-radius: 0 !important;
    }

    .rounded-touchspin .btn-touchspin {
      border-radius: 50%;
    }
    .rounded-touchspin .touchspin-wrapper input[type=number].input-touchspin {
      border-radius: 15px;
    }

    .form-switch .form-check-input.switch-primary:checked {
      background-color: var(--theme-default);
      border: 1px solid var(--theme-default);
    }
    .form-switch .form-check-input.switch-secondary:checked {
      background-color: var(--theme-secondary);
      border: 1px solid var(--theme-secondary);
    }
    .form-switch .form-check-input.switch-success:checked {
      background-color: var(--success-color);
      border: 1px solid var(--success-color);
    }
    .form-switch .form-check-input.switch-danger:checked {
      background-color: var(--danger-color);
      border: 1px solid var(--danger-color);
    }
    .form-switch .form-check-input.switch-warning:checked {
      background-color: var(--warning-color);
      border: 1px solid var(--warning-color);
    }
    .form-switch .form-check-input.switch-info:checked {
      background-color: var(--info-color);
      border: 1px solid var(--info-color);
    }
    .form-switch .form-check-input.switch-light:checked {
      background-color: var(--light-color);
      border: 1px solid var(--light-color);
    }
    .form-switch .form-check-input.switch-dark:checked {
      background-color: var(--body-font-color);
      border: 1px solid var(--body-font-color);
    }

    .switch-outline .switch-state.bg-primary {
      border: 1px solid var(--theme-default);
      background-color: transparent !important;
    }
    .switch-outline .switch input:checked + .switch-state.bg-primary {
      background-color: transparent !important;
      border: 1px solid var(--theme-default);
    }
    .switch-outline .switch input:checked + .switch-state.bg-primary:before {
      background-color: var(--theme-default);
      bottom: 3px;
    }
    .switch-outline .switch input:checked + .switch-state.bg-primary:after {
      color: var(--white);
    }
    .switch-outline .switch-state.bg-dark {
      border: 1px solid var(--dark);
      background-color: transparent !important;
    }
    .switch-outline .switch input:checked + .switch-state.bg-dark {
      background-color: transparent !important;
      border: 1px solid var(--dark);
    }
    .switch-outline .switch input:checked + .switch-state.bg-dark:before {
      background-color: var(--dark);
      bottom: 3px;
    }
    .switch-outline .switch input:checked + .switch-state.bg-dark:after {
      color: var(--white);
    }
    .switch-outline .switch-state.bg-warning {
      border: 1px solid var(--warning-color);
      background-color: transparent !important;
    }
    .switch-outline .switch input:checked + .switch-state.bg-warning {
      background-color: transparent !important;
      border: 1px solid var(--warning-color);
    }
    .switch-outline .switch input:checked + .switch-state.bg-warning:before {
      background-color: var(--warning-color);
      bottom: 3px;
    }
    .switch-outline .switch input:checked + .switch-state.bg-warning:after {
      color: var(--white);
    }
    .switch-outline .switch-state.bg-success {
      border: 1px solid var(--success-color);
      background-color: transparent !important;
    }
    .switch-outline .switch input:checked + .switch-state.bg-success {
      background-color: transparent !important;
      border: 1px solid var(--success-color);
    }
    .switch-outline .switch input:checked + .switch-state.bg-success:before {
      background-color: var(--success-color);
      bottom: 3px;
    }
    .switch-outline .switch input:checked + .switch-state.bg-success:after {
      color: var(--white);
    }
    .switch-outline .switch-state.bg-info {
      border: 1px solid var(--info-color);
      background-color: transparent !important;
    }
    .switch-outline .switch input:checked + .switch-state.bg-info {
      background-color: transparent !important;
      border: 1px solid var(--info-color);
    }
    .switch-outline .switch input:checked + .switch-state.bg-info:before {
      background-color: var(--info-color);
      bottom: 3px;
    }
    .switch-outline .switch input:checked + .switch-state.bg-info:after {
      color: var(--white);
    }
    .switch-outline .switch-state.bg-danger {
      border: 1px solid var(--danger-color);
      background-color: transparent !important;
    }
    .switch-outline .switch input:checked + .switch-state.bg-danger {
      background-color: transparent !important;
      border: 1px solid var(--danger-color);
    }
    .switch-outline .switch input:checked + .switch-state.bg-danger:before {
      background-color: var(--danger-color);
      bottom: 3px;
    }
    .switch-outline .switch input:checked + .switch-state.bg-danger:after {
      color: var(--white);
    }
    .switch-outline .switch-state.bg-primary {
      border: 1px solid var(--theme-default);
      background-color: transparent !important;
    }
    .switch-outline .switch input:checked + .switch-state.bg-primary {
      background-color: transparent !important;
      border: 1px solid var(--theme-default);
    }
    .switch-outline .switch input:checked + .switch-state.bg-primary:before {
      background-color: var(--theme-default);
      bottom: 3px;
    }
    .switch-outline .switch input:checked + .switch-state.bg-primary:after {
      color: var(--white);
    }
    .switch-outline .switch-state.bg-secondary {
      border: 1px solid var(--theme-secondary);
      background-color: transparent !important;
    }
    .switch-outline .switch input:checked + .switch-state.bg-secondary {
      background-color: transparent !important;
      border: 1px solid var(--theme-secondary);
    }
    .switch-outline .switch input:checked + .switch-state.bg-secondary:before {
      background-color: var(--theme-secondary);
      bottom: 3px;
    }
    .switch-outline .switch input:checked + .switch-state.bg-secondary:after {
      color: var(--white);
    }

    .switch-outline .switch-state:before {
      background-color: var(--light-gray);
      bottom: 3px;
      color: var(--white);
    }

    .form-check-size {
      display: flex;
      gap: 22px;
      align-items: center;
      flex-wrap: wrap;
    }
    .form-check-size .form-check-inline {
      margin: 0;
      min-height: 0;
    }
    .form-check-size .form-check-inline .check-size {
      width: 36px;
      height: 18px;
      margin-top: 0;
    }

    .radius-none .form-check-input {
      border-radius: 3px;
    }

    .default-square .form-switch .form-check-input {
      background-image: url(../images/switch/square-gray.png);
    }
    .default-square .form-switch .form-check-input:checked {
      background-image: url(../images/switch/square.svg);
    }

    .switch-state {
      border-radius: 20px;
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: 0.4s;
    }
    .switch-state:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-color: var(--white);
      transition: 0.4s;
      border-radius: 20px;
    }

    .icon-state input:checked + .switch-state:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f00c";
      left: 36px;
      opacity: 1;
      transition: 0.4s;
      position: absolute;
      top: 11px;
      color: var(--dark);
    }

    .icon-state .switch-state:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f00d";
      left: 12px;
      position: absolute;
      top: 11px;
      color: var(--dark);
      transition: 0.4s;
      opacity: 0.3;
    }

    .switch {
      position: relative;
      display: inline-block;
      width: 60px;
      height: 34px;
    }
    .switch input {
      display: none;
    }
    .switch input:checked + .switch-state:before {
      transform: translateX(26px);
    }

    .d-flex {
      display: flex;
      align-items: center;
    }
    .d-flex .flex-grow-1 {
      flex: unset;
    }

    .switch-wrapper .d-flex .col-form-label {
      padding: 0;
    }

    .tg-list {
      text-align: center;
      display: flex;
      align-items: center;
    }

    .tgl-skewed:checked + .tgl-btn {
      background: var(--theme-default);
    }

    .tgl-skewed + .tgl-btn {
      overflow: hidden;
      transform: skew(-10deg);
      backface-visibility: hidden;
      transition: all 0.2s ease;
      background: var(--danger-color);
    }
    .tgl-skewed + .tgl-btn:before {
      left: 0;
      content: attr(data-tg-off);
      transform: skew(10deg);
      display: inline-block;
      transition: all 0.2s ease;
      width: 100%;
      text-align: center;
      position: absolute;
      line-height: 2em;
      font-weight: bold;
      color: var(--white);
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    }
    .tgl-skewed + .tgl-btn:after {
      transform: skew(10deg);
      display: inline-block;
      transition: all 0.2s ease;
      width: 100%;
      text-align: center;
      position: absolute;
      line-height: 2em;
      font-weight: bold;
      color: var(--white);
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
      content: attr(data-tg-on);
      left: 100%;
    }
    .tgl-skewed:checked + .tgl-btn:before {
      left: -100%;
    }
    .tgl-skewed:checked + .tgl-btn:after {
      left: 0;
    }

    .tgl {
      display: none;
    }
    .tgl + .tgl-btn {
      outline: 0;
      display: block;
      width: 4em;
      height: 2em;
      position: relative;
      cursor: pointer;
      user-select: none;
    }

    .tgl-flip + .tgl-btn {
      padding: 2px;
      transition: all 0.2s ease;
      perspective: 100px;
    }
    .tgl-flip + .tgl-btn:before {
      background: var(--danger-color);
      content: attr(data-tg-off);
      display: inline-block;
      transition: all 0.4s ease;
      width: 100%;
      text-align: center;
      line-height: 2em;
      font-weight: bold;
      color: var(--white);
      position: absolute;
      top: 0;
      left: 0;
      backface-visibility: hidden;
      border-radius: 4px;
    }
    .tgl-flip + .tgl-btn:after {
      display: inline-block;
      transition: all 0.4s ease;
      width: 100%;
      text-align: center;
      line-height: 2em;
      font-weight: bold;
      color: var(--white);
      top: 0;
      left: 0;
      backface-visibility: hidden;
      border-radius: 4px;
      content: attr(data-tg-on);
    }
    .tgl-flip + .tgl-btn:active:after {
      transform: rotateY(20deg);
    }
    .tgl-flip:checked + .tgl-btn:before {
      transform: rotateY(180deg);
    }
    .tgl-flip:checked + .tgl-btn:after {
      transform: rotateY(0);
      left: 0;
      background-color: var(--success-color);
    }

    .tg-list .tg-list-item .square-checked .switch-state::before {
      content: "";
      border-radius: 0;
    }

    .switch input:checked + .switch-state {
      background-color: var(--theme-default);
    }

    .switch-sm input:checked + .switch-state:before {
      left: -13px;
    }
    .switch-sm .switch {
      width: 25px;
      height: 16px;
      margin-top: 10px;
      margin-bottom: 0px;
    }
    .switch-sm .switch .switch-state {
      background-color: var(--light-gray);
    }
    .switch-sm .switch .switch-state:before {
      height: 8px;
      width: 8px;
      left: 4px;
      bottom: 4px;
    }
    .switch-sm.icon-state .switch input:checked + .switch-state:after {
      left: 15px;
      top: 5px;
      font-size: 6px;
    }
    .switch-sm.icon-state .switch .switch-state:after {
      top: 4px;
      left: 6px;
      font-size: 7px;
    }

    .switch-size .switch-state {
      background-color: rgba(128, 128, 128, 0.2);
    }

    .switch-lg .switch {
      width: 75px;
      height: 40px;
    }
    .switch-lg .switch .switch-state:before {
      height: 30px;
      width: 30px;
      left: 5px;
      bottom: 5px;
      top: 5px;
    }
    .switch-lg input:checked + .switch-state:before {
      left: 15px;
    }
    .switch-lg.icon-state .switch input:checked + .switch-state:after {
      left: 47px;
      top: 11px;
    }
    .switch-lg.icon-state .switch .switch-state:after {
      left: 13px;
      font-size: 18px;
      top: 11px;
    }

    .icon-switch .switch .switch-state {
      background-color: var(--light-gray);
    }

    .switch-componet .switch-state {
      background-color: var(--light-gray);
    }

    .twitter-typeahead {
      display: block !important;
    }

    .typehead-form .theme-form input[type=text] {
      color: var(--gray-60);
    }
    .typehead-form .form-control:focus {
      border-color: var(--theme-default);
    }

    .twitter-typeahead .tt-suggestion {
      color: var(--dark);
      opacity: 0.6;
      font-size: 13px;
      padding: 6px 12px;
      border-top: 1px solid #efefef;
      background: var(--white);
      cursor: pointer;
    }
    .twitter-typeahead .tt-menu {
      float: left;
      width: 100%;
      min-width: 10rem;
      margin: 0.125rem 0 0;
      font-size: 1rem;
      color: var(--dark);
      text-align: left;
      list-style: none;
      background-color: var(--white);
      background-clip: padding-box;
      border-radius: 0.25rem;
    }
    .twitter-typeahead .league-name {
      font-size: 16px;
      padding: 6px 10px 0;
    }

    #scrollable-dropdown-menu .twitter-typeahead .tt-menu .tt-dataset {
      max-height: 100px;
      overflow-y: auto;
    }

    .clipboaard-container h6, .clipboaard-container .h6 {
      line-height: 1.6;
      font-size: 14px;
    }

    .typeahead-page .theme-form input[type=search] {
      padding: 4px 0 4px 2px;
    }

/**=====================
    2.17 Form-wizard CSS Start
    ==========================**/
    /*Form Wizard One Start*/
    .form-wizard .tab {
      display: none;
    }
    .form-wizard .step {
      height: 10px;
      width: 10px;
      margin: 0 2px;
      background-color: var(--theme-default);
      border: none;
      border-radius: 50%;
      display: inline-block;
      opacity: 0.5;
    }
    .form-wizard .step.active {
      opacity: 1;
    }
    .form-wizard .step.finish {
      background-color: var(--theme-secondary);
    }

    .wizard-4 .bg-color {
      background-color: var(--white);
    }
    .wizard-4 .anchor {
      padding: 40px 30px;
    }
    @media (max-width: 1199.98px) {
      .wizard-4 .anchor {
        padding: 40px 12px;
      }
    }
    @media (max-width: 767.98px) {
      .wizard-4 .anchor {
        padding: 10px 30px;
      }
    }
    .wizard-4 .anchor li:last-child {
      position: absolute;
      bottom: 0;
      width: auto;
      padding-bottom: 0;
      left: 9%;
    }
    @media (max-width: 767.98px) {
      .wizard-4 .anchor li:last-child {
        display: none;
      }
    }
    .wizard-4 .anchor li:last-child img {
      height: 300px;
      object-fit: cover;
    }
    @media (max-width: 991.98px) {
      .wizard-4 .anchor li:last-child img {
        height: 230px;
      }
    }
    .wizard-4 .anchor .progresscont .circleblocks .user-profile {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 40px;
      padding: 40px 0;
    }
    @media (max-width: 991.98px) {
      .wizard-4 .anchor .progresscont .circleblocks .user-profile {
        gap: 30px;
      }
    }
    @media (max-width: 767.98px) {
      .wizard-4 .anchor .progresscont .circleblocks .user-profile {
        padding: 10px 0;
        gap: 12px;
      }
    }
    .wizard-4 .anchor .progresscont .circleblocks .user-profile > div {
      display: flex;
      align-items: center;
    }
    .wizard-4 .anchor .progresscont .circleblocks .user-profile > div .user-content {
      padding-left: 24px;
    }
    @media (max-width: 1199.98px) {
      .wizard-4 .anchor .progresscont .circleblocks .user-profile > div .user-content {
        padding-left: 10px !important;
      }
    }
    @media (max-width: 1199.98px) {
      .wizard-4 .anchor .progresscont .circleblocks .user-profile > div .user-content h4, .wizard-4 .anchor .progresscont .circleblocks .user-profile > div .user-content .h4 {
        font-size: 16px;
      }
    }
    .wizard-4 .anchor .progresscont .circleblocks .user-profile .circulo {
      width: 60px;
      height: 60px;
      border: 2px solid var(--theme-default);
      background-color: var(--white);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
    @media (max-width: 991.98px) {
      .wizard-4 .anchor .progresscont .circleblocks .user-profile .circulo {
        width: 45px;
        height: 45px;
      }
    }
    @media (max-width: 1199.98px) {
      .wizard-4 .anchor .progresscont .circleblocks .user-profile .circulo {
        width: 50px;
        height: 50px;
      }
    }
    @media (max-width: 767.98px) {
      .wizard-4 .anchor .progresscont .circleblocks .user-profile .circulo {
        width: 40px;
        height: 40px;
      }
    }
    .wizard-4 .anchor .progresscont .circleblocks .user-profile .circulo.activecirculo {
      transition: 0.5s ease all;
      background-color: var(--theme-default) !important;
    }
    .wizard-4 .anchor .progresscont .circleblocks .user-profile .circulo.activecirculo i {
      color: var(--white);
    }
    .wizard-4 .anchor .progresscont .circleblocks .user-profile .circulo i {
      font-size: 22px;
      color: var(--theme-default);
    }
    @media (max-width: 767.98px) {
      .wizard-4 .anchor .progresscont .circleblocks .user-profile .circulo i {
        font-size: 16px;
      }
    }
    .wizard-4 .step-container {
      background: rgba(48, 142, 135, 0.11);
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      background-position: center;
      padding: 30px 12px;
    }
    @media (max-width: 767.98px) {
      .wizard-4 .step-container {
        min-height: calc(100vh - 233px);
      }
    }
    .wizard-4 .step-container .progress {
      display: none;
    }
    .wizard-4 .step-container .wizard-title h2, .wizard-4 .step-container .wizard-title .h2 {
      color: var(--body-font-color);
    }
    .wizard-4 .step-container .wizard-title h5, .wizard-4 .step-container .wizard-title .h5 {
      color: var(--body-font-color) !important;
    }
    .wizard-4 .step-container .registration-content > div {
      width: 100%;
      min-height: inherit;
    }
    .wizard-4 .wizard-navigation {
      position: relative;
      bottom: 0;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .wizard-4 .wizard-navigation button {
      width: 7rem;
    }
    @media (max-width: 991.98px) {
      .wizard-4 .wizard-navigation button {
        width: 7rem;
      }
    }
    .wizard-4 .wizard-navigation button #submitForm {
      width: 15rem;
    }
    @media (max-width: 991.98px) {
      .wizard-4 .wizard-navigation button #submitForm {
        width: 7rem;
      }
    }
    .wizard-4 .for-light {
      display: none;
    }

    #addrescont,
    #verifycont,
    #aboutcont {
      display: none;
    }

    #submitForm {
      display: none;
    }

    .wizard {
      max-width: 670px;
      margin: 0 auto;
    }
    .wizard .wizard-content {
      box-shadow: unset;
      background-color: var(--white);
      border-radius: 5px;
    }

    .vertical-main-wizard .header-vertical-wizard {
      padding: 10px;
      background-color: var(--body-color);
      height: 100%;
      text-align: unset;
    }
    .vertical-main-wizard .header-vertical-wizard .nav-link {
      border-bottom: 1px solid var(--gray-60);
      border-radius: 0;
      padding: 14px;
    }
    .vertical-main-wizard .header-vertical-wizard .nav-link:last-child {
      border-bottom: 0;
      padding-bottom: 0;
    }
    .vertical-main-wizard .nav-pills .nav-link.active {
      background-color: transparent;
    }
    .vertical-main-wizard .nav-pills.show > .nav-link {
      background-color: transparent;
    }
    .vertical-main-wizard .nav-link .vertical-wizard {
      display: flex;
      align-items: center;
      gap: 14px;
    }
    .vertical-main-wizard .nav-link .vertical-wizard .stroke-icon-wizard {
      width: 33px;
      height: 33px;
      background-color: rgba(48, 142, 135, 0.3);
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      position: relative;
    }
    .vertical-main-wizard .nav-link .vertical-wizard .stroke-icon-wizard i {
      margin-right: 0;
      color: var(--theme-default);
    }
    .vertical-main-wizard .nav-link .vertical-wizard .vertical-wizard-content {
      color: var(--theme-default);
    }
    .vertical-main-wizard .nav-link .vertical-wizard .vertical-wizard-content h6, .vertical-main-wizard .nav-link .vertical-wizard .vertical-wizard-content .h6 {
      line-height: 1;
    }
    .vertical-main-wizard .nav-link:active, .vertical-main-wizard .nav-link.active {
      background-color: unset;
    }
    .vertical-main-wizard .nav-link:active .vertical-wizard .stroke-icon-wizard, .vertical-main-wizard .nav-link.active .vertical-wizard .stroke-icon-wizard {
      background-color: var(--theme-default);
    }
    .vertical-main-wizard .nav-link:active .vertical-wizard .stroke-icon-wizard i, .vertical-main-wizard .nav-link.active .vertical-wizard .stroke-icon-wizard i {
      color: var(--white);
      font-size: 18px;
    }
    .vertical-main-wizard .nav-link:active .vertical-wizard .stroke-icon-wizard::before, .vertical-main-wizard .nav-link.active .vertical-wizard .stroke-icon-wizard::before {
      content: "";
      width: 45px;
      height: 45px;
      border-radius: 50%;
      position: absolute;
      border: 1px solid var(--theme-default);
    }
    .vertical-main-wizard .nav-link:active .vertical-wizard .vertical-wizard-content h6, .vertical-main-wizard .nav-link:active .vertical-wizard .vertical-wizard-content .h6, .vertical-main-wizard .nav-link.active .vertical-wizard .vertical-wizard-content h6, .vertical-main-wizard .nav-link.active .vertical-wizard .vertical-wizard-content .h6 {
      color: var(--dark);
    }
    .vertical-main-wizard .nav-link:active .vertical-wizard .vertical-wizard-content p, .vertical-main-wizard .nav-link.active .vertical-wizard .vertical-wizard-content p {
      color: var(--text-gray);
    }
    .vertical-main-wizard .vartical-cart .form-control {
      width: unset;
    }

    .basic-wizard .stepper-horizontal {
      display: flex;
      width: 100%;
      margin: 0 auto;
      overflow: auto;
      margin-bottom: 24px;
    }
    .basic-wizard .stepper-horizontal .step {
      position: relative;
      padding-inline: 24px;
      z-index: 2;
      width: 100%;
    }
    .basic-wizard .stepper-horizontal .step:last-child .step-bar-left, .basic-wizard .stepper-horizontal .step:last-child .step-bar-right {
      display: none;
    }
    .basic-wizard .stepper-horizontal .step .step-circle {
      width: 32px;
      height: 32px;
      margin: 0 auto;
      border-radius: 50%;
      text-align: center;
      line-height: 28px;
      font-size: 16px;
      font-weight: 600;
      z-index: 2;
      border: 2px solid var(--gray-60);
    }
    .basic-wizard .stepper-horizontal .step.done .step-circle {
      background-color: var(--white);
      border: 2px solid var(--theme-default);
      color: var(--theme-default);
    }
    .basic-wizard .stepper-horizontal .step.done .step-circle:before {
      font-family: "FontAwesome";
      font-weight: 100;
      content: "\f00c";
    }
    .basic-wizard .stepper-horizontal .step.done .step-circle * {
      display: none;
    }
    .basic-wizard .stepper-horizontal .step.done .step-title {
      color: var(--timline-dot-line);
    }
    .basic-wizard .stepper-horizontal .step.editing .step-circle {
      background: var(--white);
      border-color: var(--theme-default);
      color: var(--theme-default);
    }
    .basic-wizard .stepper-horizontal .step.editing .step-title {
      color: var(--gray-60);
    }
    .basic-wizard .stepper-horizontal .step .step-title {
      margin-top: 8px;
      font-size: 16px;
      font-weight: 600;
    }
    .basic-wizard .stepper-horizontal .step .step-title,
    .basic-wizard .stepper-horizontal .step .step-optional {
      text-align: center;
      color: var(--gray-60);
    }
    .basic-wizard .stepper-horizontal .step .step-optional {
      font-size: 12px;
      font-style: italic;
      color: var(--danger-color);
    }
    .basic-wizard .stepper-horizontal .step .step-bar-left,
    .basic-wizard .stepper-horizontal .step .step-bar-right {
      position: absolute;
      top: 14px;
      height: 4px;
      background-color: var(--light-semi-gray);
      border: solid var(--light-semi-gray);
      border-width: 2px 0;
    }
    .basic-wizard .stepper-horizontal .step .step-bar-left {
      width: 100%;
      left: 50%;
      z-index: -1;
    }
    .basic-wizard .stepper-horizontal .step .step-bar-right {
      width: 0;
      left: 50%;
      margin-left: 1rem;
      z-index: -1;
      transition: width 500ms ease-in-out;
    }
    .basic-wizard .stepper-horizontal .step.done .step-bar-right {
      background-color: var(--theme-default);
      border-color: var(--theme-default);
      z-index: 3;
      width: calc(100% - 32px);
    }
    .basic-wizard form.none {
      display: none;
    }
    .basic-wizard form.block {
      display: block;
    }

    .horizontal-wizard-content h5, .horizontal-wizard-content .h5 {
      font-weight: 600;
    }

    .important-validation .form-label span {
      color: var(--danger-color);
    }

    .select-size.form-select {
      font-size: 14px;
    }

    .wizard-footer button.disabled {
      background-color: var(--gray-200);
      border: none;
    }
    .wizard-footer button.back {
      background-color: var(--warning-color);
    }

    .main-accordion .accordion-item {
      margin-bottom: 25px;
    }
    .main-accordion .accordion-item + .accordion-item {
      border-top: 1px solid var(--gray-60);
    }
    .main-accordion .accordion-button:not(.collapsed) {
      color: var(--theme-default);
      background-color: rgba(48, 142, 135, 0.5);
    }

    .successful-form {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      gap: 10px;
    }
    .successful-form img {
      width: 100px;
      height: 100px;
    }

    .accordion-button {
      position: relative;
      display: flex;
      align-items: center;
      width: 100%;
      padding: 1rem 1.25rem;
      font-size: 1rem;
      text-align: left;
      background-color: var(--white);
      border: 0;
      overflow-anchor: none;
      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;
    }
    .accordion-button .iconly-Arrow-Down-2 {
      position: absolute;
      right: 20px;
    }

    .inquiries-form h6, .inquiries-form .h6 {
      margin-bottom: 14px;
    }
    .inquiries-form .choose-option {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .inquiries-form .choose-option .form-check:last-child {
      margin-bottom: 0;
    }

    .form-completed img {
      height: 100px;
      margin: 0 auto;
      display: block;
    }
    .form-completed h5, .form-completed .h5 {
      text-align: center;
      margin-top: 24px;
    }

    .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      gap: 14px;
    }
    @media (max-width: 1182px) {
      .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options {
        justify-content: flex-start;
      }
    }
    .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a .horizontal-wizard {
      display: flex;
      justify-content: center;
      align-items: center;
      color: var(--dark);
      transition: all 0.3s ease;
    }
    .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a .horizontal-wizard .stroke-icon-wizard i {
      font-size: 18px;
    }
    .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a.nav-link:active .horizontal-wizard, .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a.nav-link.active .horizontal-wizard {
      color: var(--white);
      transition: all 0.3s ease;
    }
    .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a.nav-link:active .horizontal-wizard .stroke-icon-wizard span, .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a.nav-link.active .horizontal-wizard .stroke-icon-wizard span {
      color: var(--white);
    }
    .horizontal-wizard-wrapper .main-horizontal-header .form-check {
      margin-bottom: 0;
    }
    .horizontal-wizard-wrapper .nav-pills .nav-link.active {
      background-color: var(--theme-default);
    }
    .horizontal-wizard-wrapper .bank-search {
      margin-bottom: 10px;
    }
    @media (max-width: 767px) {
      .horizontal-wizard-wrapper .bank-search {
        margin-bottom: 0;
      }
    }
    .horizontal-wizard-wrapper .bank-selection {
      padding: 10px 0 0 0;
    }
    .horizontal-wizard-wrapper .bank-selection .form-check-input {
      background-image: unset;
    }
    @media (max-width: 401px) {
      .horizontal-wizard-wrapper .bank-selection .radio-wrapper {
        justify-content: center;
      }
    }
    .horizontal-wizard-wrapper .bank-selection .radio-wrapper li {
      padding: 20px;
      display: grid;
      width: 100%;
      height: 100%;
      place-content: baseline;
      text-align: center;
      align-items: unset;
      max-width: 130px;
    }
    .horizontal-wizard-wrapper .bank-selection .radio-wrapper li .form-check-label {
      margin-bottom: 0;
      padding: 6px;
    }
    .horizontal-wizard-wrapper .bank-selection .radio-wrapper li .form-check-label img {
      height: calc(45px + 7 * (100vw - 320px) / 1600);
    }
    .horizontal-wizard-wrapper .bank-selection .radio-wrapper li label {
      padding: 0 !important;
    }
    .horizontal-wizard-wrapper .bank-selection .radio-wrapper li label span {
      font-size: 14px;
    }
    .horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options {
      gap: 12px;
    }
    @media (max-width: 1400px) {
      .horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options {
        justify-content: flex-start;
      }
    }
    .horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link {
      color: var(--dark);
    }
    .horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link .horizontal-wizard {
      gap: 10px;
    }
    .horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link .horizontal-wizard .stroke-icon-wizard {
      width: 30px;
      height: 30px;
      background-color: rgba(48, 142, 135, 0.2);
      color: var(--theme-default);
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 6px;
    }
    .horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link .horizontal-wizard .stroke-icon-wizard i {
      margin-right: 0;
    }
    .horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link:active, .horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link.active {
      background-color: unset;
    }
    .horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link:active .horizontal-wizard, .horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link.active .horizontal-wizard {
      color: var(--dark);
    }
    .horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link:active .horizontal-wizard .stroke-icon-wizard, .horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link.active .horizontal-wizard .stroke-icon-wizard {
      background-color: var(--theme-default);
    }
    .horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link:active .horizontal-wizard .stroke-icon-wizard i, .horizontal-wizard-wrapper.vertical-variations .main-horizontal-header .horizontal-options .nav-link.active .horizontal-wizard .stroke-icon-wizard i {
      margin-right: 0;
      color: var(--white);
    }
    .horizontal-wizard-wrapper.vertical-variations .select-account .radio-wrapper li {
      padding: 20px;
      display: grid;
      width: 100%;
      height: 100%;
      place-content: baseline;
      text-align: unset;
      align-items: unset;
      max-width: unset;
    }
    .horizontal-wizard-wrapper.vertical-variations .select-account .radio-wrapper li .form-check-label {
      justify-content: unset;
      display: flex;
      align-items: center;
    }
    @media (max-width: 400px) {
      .horizontal-wizard-wrapper.vertical-variations .select-account .radio-wrapper li .form-check-label p {
        display: none;
      }
    }
    .horizontal-wizard-wrapper .form-check-input:checked[type=radio] {
      --bs-form-check-bg-image: unset;
    }

    .main-upgrade {
      max-width: 340px;
      margin: 0 auto;
      text-align: center;
    }
    .main-upgrade i {
      font-size: calc(40px + 10 * (100vw - 320px) / 1600);
      display: block;
      color: var(--theme-default);
    }
    .main-upgrade p {
      line-height: 1.4;
    }
    .main-upgrade .variation-box {
      display: grid;
      grid-template-columns: auto auto;
      gap: 10px;
    }

    .horizontal-wizard-wrapper.vertical-options .main-horizontal-header {
      padding-bottom: 0;
    }
    .horizontal-wizard-wrapper.vertical-options .main-horizontal-header .horizontal-options {
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 12px;
    }

    .validation-vertical-wizard.custom-input .form-check .form-check-input:invalid ~ .form-check-label {
      color: var(--danger-color);
    }

    .authentication-options .radio-wrapper li {
      padding: 20px;
      display: grid;
      width: 100%;
      height: 100%;
      place-content: baseline;
      text-align: unset;
      align-items: unset;
      max-width: unset;
    }
    .authentication-options .radio-wrapper li .form-check-label {
      display: flex;
      align-items: center;
      text-align: left;
      gap: 14px;
    }
    .authentication-options .radio-wrapper li .form-check-label i {
      padding: 0;
    }
    .authentication-options .form-check-input:checked[type=radio] {
      background-image: unset;
    }
    .authentication-options .form-check-label span > span {
      font-size: 16px;
      color: var(--dark);
      font-weight: 500;
    }
    .authentication-options .form-check-label span > span + span {
      color: var(--gray-700);
      font-size: 14px;
    }

    .main-qr-code .modal-toggle-wrapper .modal-img {
      flex-direction: column;
      align-items: center;
      margin-bottom: 22px;
    }
    @media (max-width: 480px) {
      .main-qr-code .modal-toggle-wrapper .modal-img {
        align-items: unset;
      }
    }
    @media (max-width: 480px) {
      .main-qr-code .modal-toggle-wrapper .modal-img .qr-img {
        text-align: center;
      }
    }
    .main-qr-code .modal-toggle-wrapper .modal-img .qr-img img {
      height: 100px;
      width: 100px;
    }
    .main-qr-code .modal-toggle-wrapper .modal-img .qr-content {
      margin-top: 16px;
    }
    .main-qr-code .modal-toggle-wrapper .modal-img .qr-content .alert {
      align-items: unset;
    }
    .main-qr-code .modal-toggle-wrapper .modal-img .qr-content .alert div {
      word-break: break-word;
    }
    .main-qr-code .modal-toggle-wrapper .modal-img .qr-content i {
      font-size: 20px;
      margin-right: 0;
    }
    .main-qr-code .modal-toggle-wrapper .btn {
      display: block;
      margin: auto;
      margin-top: 12px;
    }

    .modal-dialog-centered .modal-header .modal-title {
      font-weight: 700;
    }

    .authentication-body {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin: auto;
      text-align: center;
    }
    .authentication-body img {
      height: calc(200px + 220 * (100vw - 320px) / 1600);
    }
    @media (max-width: 768px) {
      .authentication-body .modal-toggle-wrapper {
        padding: unset;
      }
    }

    .shopping-wizard .shipping-form .shipping-border {
      border-right: 1px solid var(--light-gray);
    }
    @media (max-width: 1200px) {
      .shopping-wizard .shipping-form .shipping-border {
        border-right: unset;
      }
    }
    .shopping-wizard .shipping-form .shipping-options {
      display: flex;
      align-items: center;
      background-color: var(--body-color);
      flex-wrap: nowrap;
    }
    @media (max-width: 768px) {
      .shopping-wizard .shipping-form .shipping-options {
        flex-direction: column;
      }
    }
    .shopping-wizard .shipping-form .shipping-options .nav-link {
      width: 100%;
    }
    @media (min-width: 1200px) and (max-width: 1920px) {
      .shopping-wizard .shipping-form .shipping-options .nav-link {
        padding: calc(8px + 0 * (100vw - 300px) / 1620) calc(6px + 10 * (100vw - 300px) / 1620);
      }
    }
    .shopping-wizard .shipping-form .shipping-options .nav-link.active {
      background-color: var(--theme-default);
    }
    .shopping-wizard .shipping-form .shipping-options .nav-link.active h6, .shopping-wizard .shipping-form .shipping-options .nav-link.active .h6 {
      color: var(--white);
    }
    .shopping-wizard .shipping-form .shipping-options .nav-link.active i {
      background-color: rgba(245, 245, 245, 0.5);
      color: var(--theme-default);
      transition: all 0.3s ease-in-out;
    }
    .shopping-wizard .shipping-form .shipping-options .cart-options {
      display: flex;
      align-items: center;
      gap: 11px;
    }
    .shopping-wizard .shipping-form .shipping-options .cart-options i {
      font-size: 18px;
      color: var(--white);
      width: 40px;
      height: 40px;
      background-color: var(--theme-default);
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      margin: 0;
      transition: all 0.3s ease-in-out;
    }
    @media (min-width: 1200px) and (max-width: 1920px) {
      .shopping-wizard .shipping-form .shipping-options .cart-options i {
        font-size: calc(14px + 4 * (100vw - 1200px) / 720);
        width: calc(30px + 10 * (100vw - 1200px) / 720);
        height: calc(30px + 10 * (100vw - 1200px) / 720);
      }
    }
    .shopping-wizard .shipping-form .shipping-options .cart-options h6, .shopping-wizard .shipping-form .shipping-options .cart-options .h6 {
      color: var(--theme-default);
    }
    .shopping-wizard .shipping-form .shipping-info .table thead th {
      white-space: nowrap;
    }
    .shopping-wizard .shipping-form .shipping-info .table thead th:last-child {
      text-align: end;
    }
    .shopping-wizard .shipping-form .shipping-info .table tbody tr td {
      vertical-align: middle;
    }
    .shopping-wizard .shipping-form .shipping-info .table tbody tr td img {
      height: 50px;
    }
    .shopping-wizard .shipping-form .shipping-info .table tbody tr td:last-child {
      text-align: end;
    }
    .shopping-wizard .shipping-form .shipping-info .table tbody tr td span {
      color: var(--timline-dot-line);
    }
    .shopping-wizard .shipping-form .shipping-info .table tbody tr:last-child td {
      border: 0;
    }
    .shopping-wizard .shipping-form .shipping-info .table tfoot {
      font-weight: 400;
    }
    .shopping-wizard .shipping-form .shipping-info .table tfoot tr td {
      white-space: nowrap;
    }
    .shopping-wizard .shipping-form .shipping-info .table tfoot tr td:first-child {
      max-width: 370px;
    }
    .shopping-wizard .shipping-form .shipping-info .table tfoot tr td:last-child {
      min-width: 0;
      text-align: end;
    }
    .shopping-wizard .shipping-form .shipping-info .table tfoot tr:last-child td {
      border-bottom: 0;
    }
    .shopping-wizard .shipping-form .shipping-content {
      padding-top: 18px;
    }
    .shopping-wizard .shipping-form .shipping-content .shipping-wizard .shipping-title {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .shopping-wizard .shipping-form .shipping-content .shipping-wizard .shipping-title > .btn {
      background: none !important;
      border: 0;
      padding: 0 28px;
    }
    .shopping-wizard .shipping-form .shipping-content .shipping-wizard .shipping-title > .btn i {
      color: var(--theme-default);
    }
    .shopping-wizard .shipping-form .shipping-content .shipping-wizard .collect-address {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .shopping-wizard .shipping-form .shipping-content .shipping-wizard .collect-address .card-icon {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .shopping-wizard .shipping-form .shipping-content .shipping-wizard .collect-address .card-icon i {
      font-size: 16px;
      color: var(--theme-default);
    }
    .shopping-wizard .shipping-form .shipping-content .shipping-wizard .shipping-address {
      display: flex;
      flex-direction: column;
      gap: 5px;
    }
    .shopping-wizard .shipping-form .shipping-content .basic-form i {
      position: unset;
      top: unset;
      right: unset;
    }
    .shopping-wizard .shipping-form .shipping-method p {
      padding-left: 25px;
    }
    .shopping-wizard .shipping-form .proceed-next {
      transform: scaleX(-1);
    }
    .shopping-wizard .shipping-form .payment-info-wrapper .card-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    @media (max-width: 768px) {
      .shopping-wizard .shipping-form .payment-info-wrapper .card-wrapper {
        justify-content: unset;
        align-items: flex-start;
        flex-direction: column;
      }
    }
    .shopping-wizard .shipping-form .payment-info-wrapper .card-wrapper img {
      height: 50px;
    }
    .shopping-wizard .shipping-form .payment-info-wrapper .pay-info {
      display: block;
    }
    .shopping-wizard .shipping-form .payment-info-wrapper .pay-info > div {
      margin-bottom: 12px;
      display: flex;
      align-items: center;
    }
    @media (max-width: 768px) {
      .shopping-wizard .shipping-form .payment-info-wrapper .pay-info > div {
        flex-direction: column;
        align-items: flex-start;
      }
    }
    .shopping-wizard .shipping-form .order-confirm {
      text-align: center;
    }
    .shopping-wizard .shipping-form .order-confirm img {
      height: calc(58px + 34 * (100vw - 320px) / 1600);
    }
    .shopping-wizard .shipping-form .shipping-content > .active.finish-wizard1 {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .shopping-wizard .modal-header {
      border-bottom: 1px solid var(--light-gray);
    }
    .shopping-wizard .modal-footer {
      border-top: 1px solid var(--light-gray);
    }

    .avatar-upload {
      flex-direction: column;
    }
    .avatar-upload div:first-child {
      position: relative;
      max-width: 205px;
      margin: auto;
    }
    .avatar-upload div:first-child .avatar-edit {
      position: absolute;
      right: 25px;
      z-index: 1;
      top: 4px;
    }
    .avatar-upload div:first-child .avatar-edit input {
      display: none;
    }
    .avatar-upload div:first-child .avatar-edit label {
      display: inline-block;
      width: 35px;
      height: 35px;
      margin-bottom: 0;
      border-radius: 100%;
      border: 1px solid transparent;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
      cursor: pointer;
      font-weight: normal;
      transition: all 0.2s ease-in-out;
    }
    .avatar-upload div:first-child .avatar-edit label::after {
      content: "\f040";
      font-family: "FontAwesome";
      position: absolute;
      top: 10px;
      left: 0;
      right: 0;
      text-align: center;
      margin: auto;
    }
    .avatar-upload div:first-child .avatar-preview {
      width: 150px;
      height: 150px;
      position: relative;
      border-radius: 100%;
      border: 6px solid #F8F8F8;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
      margin: auto;
    }
    .avatar-upload div:first-child .avatar-preview > div {
      background-image: url("../images/avatars/1.jpg");
      width: 100%;
      height: 100%;
      border-radius: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
    .avatar-upload h6, .avatar-upload .h6 {
      text-align: center;
      padding-top: 14px;
    }

    .email-verify .card-wrapper {
      display: grid;
      place-content: center;
    }
    .email-verify .card-wrapper > div {
      align-items: center;
    }
    .email-verify .card-wrapper .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .email-verify .input-group .form-control {
      border: 1px solid var(--light-gray);
      width: unset;
    }
    @media (max-width: 420px) {
      .email-verify .input-group .form-control {
        width: 1%;
      }
    }

    .authenticate {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .authenticate span:nth-of-type(1) {
      margin-top: 12px;
    }
    .authenticate h4, .authenticate .h4 {
      margin-bottom: 12px;
    }
    .authenticate img {
      height: calc(145px + 55 * (100vw - 320px) / 1600);
    }
    .authenticate form {
      flex-direction: column;
      text-align: center;
    }
    .authenticate form .otp-generate {
      display: flex;
      gap: 12px;
      margin: 14px 0;
      justify-content: center;
    }
    .authenticate form .form-control {
      width: calc(25px + 10 * (100vw - 320px) / 1600);
      height: calc(25px + 10 * (100vw - 320px) / 1600);
      border-radius: 5px;
      text-align: center;
      padding: 0;
      display: block;
      min-width: 0;
    }
    .authenticate form div {
      display: inline-grid;
      gap: 2px;
      margin-top: 12px;
    }

    .business-horizontal.basic-form i {
      position: unset;
      top: unset;
      right: unset;
      transform: unset;
    }

    .vartical-validation .accordion .accordion-item {
      border-color: var(--light-gray);
    }

    .weight-title .sub-title {
      padding-bottom: 12px;
      font-size: unset;
    }

    .basic-wizard .stepper-horizontal .step .step-circle {
      background: var(--white);
    }

    @media (max-width: 400px) {
      .horizontal-wizard-wrapper.vertical-variations .select-account .radio-wrapper li .form-check-label span > span + span {
        display: none;
      }
    }

    /*Form Wizard Four Ends*/
/**=====================
   2.17 Form-wizard CSS Ends
   ==========================**/
   .my-gallery img {
    width: 100%;
  }

  .grid-item img {
    max-width: 100%;
    padding: 0.25rem;
    background-color: var(--white);
    border: 1px solid #dee2e6;
  }
  .grid-item .img-thumbnail {
    height: auto;
    border-radius: 0.25rem;
  }

  .comment {
    color: var(--font-color);
    font-size: italic;
  }

  .wow-animation .line p strong {
    font-weight: 700;
    font-size: 16px;
  }

/**=====================
    03.  Icons CSS Start
    ==========================**/
    .icon-main {
      font-family: var(--body-font-color) !important;
    }
    .icon-main .icon-lists {
      font-family: var(--body-font-color) !important;
      gap: 10px;
      justify-content: center;
    }
    .icon-main .icons-item {
      display: block;
      text-align: center;
      border: 1px solid var(--light-semi-gray);
      padding: 20px;
      border-radius: 4px;
      width: calc(20% - 10px);
    }
    @media (max-width: 1399px) {
      .icon-main .icons-item {
        width: calc(25% - 10px);
      }
    }
    @media (max-width: 1199px) {
      .icon-main .icons-item {
        width: calc(33% - 10px);
      }
    }
    @media (max-width: 675px) {
      .icon-main .icons-item {
        width: calc(50% - 10px);
        padding: 15px;
      }
    }
    @media (max-width: 380px) {
      .icon-main .icons-item {
        padding: 8px;
      }
    }
    .icon-main .icons-item h5, .icon-main .icons-item .h5 {
      padding-top: 10px;
      color: var(--body-font-color);
      opacity: 0.7;
    }
    .icon-main .icons-item i {
      font-size: 25px;
      color: var(--body-font-color);
      opacity: 0.7;
    }
    .icon-main .icons-item svg {
      stroke: var(--body-font-color);
      opacity: 0.7;
    }

    .icon-modal .modal-content .modal-body {
      position: relative;
      padding: 20px;
    }
    .icon-modal .modal-content .modal-body .btn-close {
      position: absolute;
      top: -10px;
      right: -10px;
      background-color: white;
      padding: 8px;
      border-radius: 100%;
      opacity: 1;
      font-size: 10px;
    }
    .icon-modal .modal-content .modal-body .icon-hover-bottom {
      text-align: center;
    }
    .icon-modal .modal-content .modal-body .form-inline {
      padding-top: 20px;
    }
    .icon-modal .modal-content .modal-body .form-inline .form-group {
      position: relative;
    }
    .icon-modal .modal-content .modal-body .form-inline .form-group i {
      position: absolute;
      top: 11px;
      right: 12px;
    }
    .icon-modal .modal-content .modal-body .form-inline .form-group .form-control {
      background-color: var(--light-gray);
      border: none;
      font-size: 16px;
    }

    .icon-hover-bottom {
      background-color: var(--body-color);
      width: 100%;
      bottom: 0;
      left: 0;
      box-shadow: 0px 0px 1px 1px var(--shape-border);
      z-index: 999;
      display: none;
    }
    .icon-hover-bottom.open {
      display: block;
    }
    .icon-hover-bottom .icon-popup {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 20px;
      font-family: "Nunito Sans", sans-serif;
    }
    @media only screen and (max-width: 767.98px) {
      .icon-hover-bottom .icon-popup {
        display: block;
      }
    }
    @media only screen and (max-width: 575.98px) {
      .icon-hover-bottom .icon-popup {
        padding: 15px;
      }
    }
    .icon-hover-bottom .icon-popup > div {
      display: inline-block;
    }
    .icon-hover-bottom .icon-popup > div .flag-icon {
      width: 60px;
      height: 60px;
    }
    .icon-hover-bottom .icon-popup .icon-class {
      margin: 0 20px;
      cursor: pointer;
    }
    @media only screen and (max-width: 480px) {
      .icon-hover-bottom .icon-popup .icon-class {
        display: none;
      }
    }
    @media only screen and (max-width: 767.98px) {
      .icon-hover-bottom .icon-popup .icon-last {
        display: block;
        margin-top: 15px;
      }
    }
    .icon-hover-bottom .icon-popup .icon-last .form-inline .form-group {
      display: initial;
    }
    .icon-hover-bottom .icon-title {
      display: block;
      color: var(--body-font-color);
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Nunito Sans", sans-serif;
    }
    .icon-hover-bottom .form-group input {
      display: inline-block;
      width: 300px;
      background-color: var(--white);
    }
    @media only screen and (max-width: 575.98px) {
      .icon-hover-bottom .form-group input {
        width: 100% !important;
      }
    }

    .iconly-icons .svg-menu {
      width: 24px;
      height: 24px;
      stroke: var(--body-font-color);
    }

    .iconModal .modal-body pre {
      margin-bottom: 0;
    }
    .iconModal .modal-body .copy-text {
      position: absolute;
      top: 12px;
      right: 12px;
    }

    .fa-fa-icon-show-div {
      display: none;
    }

    .icon-hover-bottom .icon-popup .close-icon {
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 20px;
      color: var(--body-font-color);
      cursor: pointer;
    }
    @media only screen and (max-width: 480px) {
      .icon-hover-bottom .icon-popup .icon-first {
        margin-right: 10px;
        display: inline-block;
      }
    }
    .icon-hover-bottom .icon-popup .icon-first i {
      color: var(--body-font-color);
      opacity: 0.7;
    }
    .icon-hover-bottom .icon-popup .icon-first svg {
      stroke: var(--body-font-color);
      opacity: 0.7;
    }
    .icon-hover-bottom .icon-popup .icon-first .svg-menu {
      width: 24px;
      height: 24px;
    }

    .alert {
      border-radius: 0.15rem;
      padding: 15px;
    }
    .alert svg {
      vertical-align: middle;
    }
    .alert .progress {
      margin-top: 15px;
    }
    .alert [data-notify=icon] {
      margin-right: 10px;
      line-height: 20px;
      position: absolute;
    }
    .alert [data-notify=message] {
      display: inline-block;
      width: 100%;
      text-align: center;
      margin: 0 auto;
    }
    .alert i {
      margin-right: 5px;
      font-size: 16px;
    }
    .alert p {
      margin-bottom: 0;
    }
    .alert .close {
      opacity: 1;
      display: none;
    }
    .alert .close span {
      font-size: 24px;
      font-weight: 400;
      display: inline-block;
      border-radius: 3px;
      text-shadow: none;
      padding: 0 5px;
      padding-right: 0;
    }

    .icon-hover-bottom span {
      font-family: "Nunito Sans", sans-serif;
    }
    .icon-hover-bottom label {
      font-family: "Nunito Sans", sans-serif;
    }
    .icon-hover-bottom .btn {
      font-family: "Nunito Sans", sans-serif;
    }
    @media only screen and (max-width: 575.98px) {
      .icon-hover-bottom .btn {
        margin-top: 15px;
      }
    }
    .icon-hover-bottom h5, .icon-hover-bottom .h5 {
      font-family: "Nunito Sans", sans-serif;
    }

/**=====================
    Icon css end
    ==========================**/
    .actions {
      top: -10px;
      position: relative;
      z-index: 10;
      max-width: 400px;
      margin: 0 auto;
    }

    @media only screen and (max-width: 480px) {
      .actions {
        margin-top: 0;
        left: 0;
      }
    }
    .chart-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
    }

    .riskchart path {
      stroke-width: 10px;
      stroke-dasharray: 10, 20;
      stroke-linecap: round;
    }

/**=====================
    3.19 Gallery CSS Start
    ==========================**/
    .profile-img-style img,
    .scroll-bar-wrap img {
      width: 100%;
    }

    .gallery {
      margin-bottom: -30px;
    }
    .gallery > a {
      margin-bottom: 30px;
    }
    .gallery > a:before {
      position: absolute;
      height: calc(100% - 10px);
      left: 20px;
      width: calc(100% - 40px);
      background-color: rgba(255, 255, 255, 0.27);
      top: 5px;
      transform: scale(0);
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px;
      color: rgba(0, 0, 0, 0.27);
    }
    .gallery > a:hover:before {
      transform: scale(1);
      transition: all 0.3s ease;
    }
    .gallery > a .img-thumbnail {
      border-radius: 0;
    }

    .gallery-with-description {
      margin-bottom: -30px;
    }
    .gallery-with-description a > div {
      padding: 10px;
      border: 1px solid var(--border-color);
      margin-bottom: 30px;
      border-radius: 0 0 5px 5px;
    }
    .gallery-with-description a:hover {
      text-decoration: none !important;
    }
    .gallery-with-description h4, .gallery-with-description .h4 {
      color: var(--body-font-color);
      margin-top: 15px;
      font-size: 18px;
    }
    .gallery-with-description p {
      color: var(--font-color);
    }

    .lg-backdrop {
      background-color: var(--white);
    }

    .lg-outer .lg-actions .lg-next,
    .lg-outer .lg-actions .lg-prev {
      background-color: rgb(var(--white));
      border: 1px solid var(--gray-700);
    }
    .lg-outer .lg-actions .lg-next:hover,
    .lg-outer .lg-actions .lg-prev:hover {
      color: var(--dark);
    }
    .lg-outer .lg-toolbar {
      background-color: rgba(255, 255, 255, 0.45);
      border-bottom: 1px solid var(--dark);
    }
    .lg-outer .lg-toolbar .lg-icon:hover {
      color: var(--dark);
    }
    .lg-outer #lg-counter {
      color: var(--dark);
    }
    .lg-outer .lg-sub-html {
      background-color: rgba(255, 255, 255, 0.45);
    }
    .lg-outer .lg-sub-html h4, .lg-outer .lg-sub-html .h4 {
      font-size: inherit;
      color: var(--dark);
    }
    .lg-outer .lg-sub-html p {
      color: var(--dark);
    }
    .lg-outer .lg-thumb-outer {
      background-color: var(--light-gray-color);
    }
    .lg-outer .lg-thumb-item {
      padding: 4px;
      border: 1px solid var(--light-gray-color);
      border-radius: 0;
    }
    .lg-outer .lg-thumb-item .active, .lg-outer .lg-thumb-item:hover {
      border-color: var(--black);
    }

    .gallery a:before, .gallery a:after {
      content: none;
    }
    .gallery .img-hover > div {
      overflow: hidden;
    }
    .gallery .hover-1 img {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
    }
    .gallery .hover-1 img:hover {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
    .gallery .hover-2 img {
      width: 100%;
      height: auto;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      transform: translateX(0px);
    }
    .gallery .hover-2:hover img {
      transform: translateX(40px) scale(1.2);
    }
    .gallery .hover-3 img {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
    }
    .gallery .hover-3:hover img {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    .gallery .hover-4 img {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
    }
    .gallery .hover-4:hover img {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    .gallery .hover-5 img {
      margin-left: 30px;
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
    }
    .gallery .hover-5:hover img {
      margin-left: 0;
    }
    .gallery .hover-6 img {
      -webkit-transform: rotate(15deg) scale(1.4);
      transform: rotate(15deg) scale(1.4);
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
    }
    .gallery .hover-6:hover img {
      -webkit-transform: rotate(0) scale(1);
      transform: rotate(0) scale(1);
    }
    .gallery .hover-7 img {
      -webkit-filter: blur(3px);
      filter: blur(3px);
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
    }
    .gallery .hover-7:hover img {
      -webkit-filter: blur(0);
      filter: blur(0);
    }
    .gallery .hover-8 img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
    }
    .gallery .hover-8:hover img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
    }
    .gallery .hover-9 img {
      -webkit-filter: sepia(100%);
      filter: sepia(100%);
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
    }
    .gallery .hover-9:hover img {
      -webkit-filter: sepia(0);
      filter: sepia(0);
    }
    .gallery .hover-10 img {
      -webkit-filter: grayscale(0) blur(0);
      filter: grayscale(0) blur(0);
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
    }
    .gallery .hover-10:hover img {
      -webkit-filter: grayscale(100%) blur(3px);
      filter: grayscale(100%) blur(3px);
    }
    .gallery .hover-11 img {
      opacity: 1;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
    }
    .gallery .hover-11:hover img {
      opacity: 0.5;
    }
    @-webkit-keyframes flash {
      0% {
        opacity: 0.4;
      }
      100% {
        opacity: 1;
      }
    }
    @keyframes flash {
      0% {
        opacity: 0.4;
      }
      100% {
        opacity: 1;
      }
    }
    .gallery .hover-13:hover img {
      opacity: 1;
      -webkit-animation: flash 1.5s;
      animation: flash 1.5s;
    }
    @-webkit-keyframes shine {
      100% {
        left: 125%;
      }
    }
    @keyframes shine {
      100% {
        left: 125%;
      }
    }
    .gallery .hover-14 div {
      position: relative;
    }
    .gallery .hover-14 div:before {
      position: absolute;
      top: 0;
      left: -75%;
      z-index: 2;
      display: block;
      content: "";
      width: 50%;
      height: 100%;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      -webkit-transform: skewX(-25deg);
      transform: skewX(-25deg);
    }
    .gallery .hover-14 div:hover:before {
      -webkit-animation: shine 0.75s;
      animation: shine 0.75s;
    }
    .gallery .hover-15 div {
      position: relative;
    }
    .gallery .hover-15 div:before {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      display: block;
      content: "";
      width: 0;
      height: 0;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 100%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0;
    }
    .gallery .hover-15 div:hover:before {
      -webkit-animation: circle 0.75s;
      animation: circle 0.75s;
    }

    @-webkit-keyframes circle {
      0% {
        opacity: 1;
      }
      40% {
        opacity: 1;
      }
      100% {
        width: 200%;
        height: 200%;
        opacity: 0;
      }
    }
    @keyframes circle {
      0% {
        opacity: 1;
      }
      40% {
        opacity: 1;
      }
      100% {
        width: 200%;
        height: 200%;
        opacity: 0;
      }
    }
    * {
      box-sizing: border-box;
    }
    *:after, *:before {
      box-sizing: border-box;
    }

    .grid {
      position: relative;
    }

    /* clear fix */
    .grid:after {
      content: "";
      display: block;
      clear: both;
    }

    /* ---- .grid-item ---- */
    .grid-item img {
      max-width: 100%;
      padding: 0.25rem !important;
      background-color: var(--white);
      border: 1px solid var(--border-color);
    }

    .gallery-with-description .grid-item img {
      border: 0;
      padding: 0;
    }

    @media (max-width: 991.98px) {
      .photoswipe-pb-responsive {
        padding-bottom: 25px !important;
      }
    }
    @media (max-width: 575.98px) {
      .photoswipe-pb-responsive {
        padding-bottom: 30px !important;
      }
    }

    .my-gallery.gallery-with-description img {
      border: 1px solid var(--border-color) !important;
      border-bottom: 0px !important;
    }

/**=====================
    3.19 Gallery CSS Ends
    ==========================**/
    .blog-box.blog-shadow:before {
      box-shadow: inset 0px -200px 100px -13px rgba(0, 0, 0, 0.6);
      transition: all 0.3s ease;
      border-radius: 5px;
      content: "";
      position: absolute;
      height: 100%;
      top: 0;
      width: 100%;
      bottom: 0;
    }
    .blog-box.blog-shadow:hover:before {
      transition: all 0.3s ease;
    }
    .blog-box.blog-shadow .blog-details {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 20px;
    }
    .blog-box.blog-shadow .blog-details h4, .blog-box.blog-shadow .blog-details .h4 {
      color: #ffffff;
      margin-bottom: 0;
    }
    .blog-box.blog-shadow .blog-details p {
      font-size: 14px;
      color: #ffffff;
      margin-bottom: 10px;
    }
    .blog-box.blog-shadow .blog-details .blog-social li {
      color: #ffffff;
    }
    @media (max-width: 576px) {
      .blog-box.blog-shadow .blog-details {
        padding: 15px;
      }
    }
    @media (max-width: 576px) {
      .blog-box.blog-shadow .blog-details h4, .blog-box.blog-shadow .blog-details .h4 {
        font-size: 14px;
      }
    }
    @media (max-width: 480px) {
      .blog-box.blog-shadow .blog-details {
        font-size: 14px;
      }
    }
    .blog-box .blog-details {
      padding-right: 20px;
    }
    [dir=rtl] .blog-box .blog-details {
      padding-right: unset;
      padding-left: 20px;
    }
    .blog-box .blog-details .blog-social {
      margin-top: 30px;
    }
    .blog-box .blog-details .blog-social li {
      display: inline-block;
      font-size: 14px;
      color: var(--timline-dot-line);
    }
    .blog-box .blog-details .blog-social li + li {
      padding-left: 20px;
      line-height: 1;
      padding-right: 0;
    }
    .blog-box .blog-details .blog-social li svg {
      padding-right: 5px;
      font-weight: 300;
    }
    .blog-box .blog-details .blog-social li:first-child {
      border-right: 1px solid var(--border-color);
      padding-right: 20px;
    }
    [dir=rtl] .blog-box .blog-details .blog-social li:first-child {
      border-right: unset;
      border-left: 1px solid var(--border-color);
      padding-right: unset;
      padding-left: 20px;
    }
    @media (max-width: 576px) {
      .blog-box .blog-details .blog-social li:first-child {
        margin-right: 10px;
        padding-right: 20px;
      }
    }
    @media (max-width: 360px) {
      .blog-box .blog-details .blog-social li:last-child {
        padding-left: 0;
      }
    }
    .blog-box .blog-details .blog-social svg {
      width: 19px;
    }
    @media (max-width: 576px) {
      .blog-box .blog-details .blog-social {
        margin-top: 15px;
      }
    }
    .blog-box .blog-details h4, .blog-box .blog-details .h4 {
      font-size: 18px;
      font-weight: 600;
      line-height: 1.5;
      margin-top: 20px;
    }
    @media (max-width: 576px) {
      .blog-box .blog-details h4, .blog-box .blog-details .h4 {
        margin-top: 15px;
      }
    }
    .blog-box .blog-details h3, .blog-box .blog-details .h3 {
      text-overflow: ellipsis;
      overflow: hidden;
      -webkit-line-clamp: 1;
      display: -webkit-box;
      -webkit-box-orient: vertical;
    }
    @media (max-width: 576px) {
      .blog-box .blog-details {
        padding: 20px !important;
      }
    }
    .blog-box .blog-details .single-blog-content-top {
      margin-top: 20px;
      border-top: 1px solid var(--light-semi-gray);
    }
    .blog-box .blog-details p {
      font-weight: 600;
      font-size: 14px;
      line-height: 1.8;
      letter-spacing: 0.7px;
      margin-top: 30px;
      margin-bottom: 0;
      color: var(--timline-dot-line);
      text-overflow: ellipsis;
      overflow: hidden;
      -webkit-line-clamp: 3;
      display: -webkit-box;
      -webkit-box-orient: vertical;
    }
    .blog-box .blog-date {
      color: var(--body-font-color);
    }
    .blog-box .blog-date span {
      font-size: 36px;
      font-weight: 500;
      padding-right: 5px;
    }
    .blog-box h6, .blog-box .h6 {
      margin: 15px 0;
    }
    .blog-box img {
      border-radius: 0.25rem;
    }
    .blog-box .blog-details-main .blog-social {
      margin: 20px 0;
    }
    .blog-box .blog-details-main .blog-social li {
      display: inline-block;
      font-size: 12px;
      color: var(--timline-dot-line);
      padding: 0 24px;
      border-right: 1px dotted;
    }
    .blog-box .blog-details-main .blog-social li:last-child {
      border-right: 0;
    }
    @media (max-width: 360px) {
      .blog-box .blog-details-main .blog-social li {
        padding: 0 10px;
      }
    }
    .blog-box .blog-bottom-details {
      margin: 20px;
      font-size: 14px;
      line-height: 1.714;
      font-weight: 600;
    }
    @media (max-width: 575px) {
      .blog-box.blog-list .blog-details {
        padding-top: 0;
      }
    }

    .blog-list .blog-details h3, .blog-list .blog-details .h3 {
      margin-top: 0;
      color: var(--gray-60);
      margin-bottom: 7px;
    }
    .blog-list .blog-details .blog-social {
      margin-top: 0;
    }
    .blog-list .blog-details hr {
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .blog-list .blog-details p {
      font-size: 14px;
      line-height: 1.8;
      letter-spacing: 0.7px;
      margin-top: 30px;
      margin-bottom: 0;
      color: var(--timline-dot-line);
      text-overflow: ellipsis;
      overflow: hidden;
      -webkit-line-clamp: 3;
      display: -webkit-box;
      -webkit-box-orient: vertical;
    }
    .blog-list img {
      padding: 17px;
    }

    .comment-box {
      padding-top: 30px;
      padding-bottom: 50px;
    }
    .comment-box .d-flex img {
      margin-right: 30px;
      border-radius: 10px;
      height: 90px;
      padding: 7px;
      width: 90px;
      border: 1px solid var(--light-semi-gray);
    }
    .comment-box .d-flex h6, .comment-box .d-flex .h6 {
      font-weight: 600;
      margin-bottom: 5px;
    }
    .comment-box .comment-social li {
      display: inline-block;
      color: var(--font-color);
      padding-left: 20px;
      margin-bottom: 0;
      text-transform: uppercase;
    }
    @media (max-width: 991.98px) {
      .comment-box .comment-social li {
        padding-left: 15px;
      }
    }
    .comment-box .comment-social li:first-child {
      border-right: 1px solid var(--border-color);
      padding-right: 20px;
    }
    [dir=rtl] .comment-box .comment-social li:first-child {
      border-right: unset;
      border-left: 1px solid var(--border-color);
      padding-right: unset;
      padding-left: 20px;
    }
    @media (max-width: 767.98px) {
      .comment-box .comment-social li:first-child {
        padding-left: 0;
        padding-right: 15px;
      }
      [dir=rtl] .comment-box .comment-social li:first-child {
        padding-right: 0;
        padding-left: 15px;
      }
    }
    @media (max-width: 767.98px) {
      .comment-box .comment-social {
        margin-bottom: 5px;
      }
    }
    @media (max-width: 1199.98px) {
      .comment-box .comment-social {
        margin-left: 0;
      }
    }
    @media (max-width: 767.98px) {
      .comment-box .comment-social {
        margin-bottom: 5px;
      }
    }
    @media (max-width: 1199.98px) {
      .comment-box .comment-social {
        margin-left: 0;
      }
    }
    .comment-box ul ul {
      margin-left: 135px;
    }
    .comment-box li {
      margin-bottom: 30px;
    }
    .comment-box li:last-child {
      margin-bottom: 0;
    }
    .comment-box li i {
      padding-right: 10px;
    }
    .comment-box p {
      font-size: 14px;
      line-height: 2;
      color: var(--gray-600);
      text-align: justify;
      margin-bottom: 0;
    }

    .learning-details .comment-box .comment-social li svg {
      padding-right: 10px;
    }

    .learning-card .blog-box {
      position: relative;
      max-height: 100%;
      align-items: center;
    }
    .learning-card .blog-box .blog-details h5, .learning-card .blog-box .blog-details .h5 {
      text-overflow: ellipsis;
      overflow: hidden;
      -webkit-line-clamp: 1;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      margin-top: 0;
      color: var(--font-color);
      font-weight: 500;
    }
    @media (max-width: 1570px) {
      .learning-card .blog-box .blog-details p {
        -webkit-line-clamp: 2;
      }
    }
    .learning-card .blog-box .top-radius-blog {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
    .learning-card .filter-cards-view .job-filter:first-child {
      margin-bottom: 30px;
    }
    .learning-card .job-filter .faq-form .form-control {
      font-size: 14px;
    }
    .learning-card .job-filter .faq-form .search-icon {
      width: 16px;
      height: 13px;
      top: 50%;
      transform: translate(0, -50%);
    }
    .learning-card .accordion-button:not(.collapsed) {
      background-color: transparent;
      box-shadow: unset;
    }
    .learning-card .categories {
      padding: 0 0 30px 0;
    }
    .learning-card .categories ul li {
      padding: 10px 15px;
    }
    .learning-card .categories ul li:hover {
      background-color: var(--categorie-hover);
    }
    .learning-card .categories .learning-header {
      padding-left: 15px;
    }
    .learning-card .categories .learning-header span {
      font-weight: 700;
    }
    .learning-card .card-header {
      border-radius: 1.5rem !important;
    }
    @media (max-width: 1676px) {
      .learning-card .blog-box .blog-details-main .blog-social li {
        padding: 0 10px;
      }
    }
    .learning-card.default-according .card .card-header i {
      position: unset;
      left: unset;
      font-size: unset;
      top: unset;
    }

    @media screen and (min-width: 1200px) and (max-width: 1366px) {
      .learning-comment {
        margin-left: -14px !important;
        float: left !important;
      }
    }
    @media (max-width: 1199.98px) {
      .comment-box .comment-social {
        margin-left: 0;
      }
    }
    @media (max-width: 767.98px) {
      .comment-box .comment-social li:first-child {
        padding-left: 0;
        padding-right: 15px;
      }
      .comment-box .d-flex h5, .comment-box .d-flex .h5 {
        margin-bottom: 10px;
      }
      .blog-box .blog-details .blog-social li + li {
        padding-left: 25px;
      }
    }
    @media (max-width: 575.98px) {
      .comment-box .d-flex {
        display: block !important;
      }
      .comment-box ul ul {
        margin-left: 30px;
      }
      .comment-box .d-flex img {
        height: 50px;
        width: 50px;
        padding: 3px;
        margin-bottom: 10px;
      }
      .blog-single .blog-box .blog-details {
        padding: 0;
      }
      .blog-box .blog-details .blog-social li + li {
        padding-left: 20px;
      }
      .blog-box .blog-details .blog-social li + li > span {
        display: none;
      }
    }
    @media screen and (max-width: 1660px) and (min-width: 1200px) {
      .xl-60 {
        max-width: 60%;
        flex: 0 0 60%;
      }
      .xl-50 {
        max-width: 50%;
        flex: 0 0 50%;
      }
      .xl-100 {
        max-width: 100%;
        flex: 0 0 100%;
      }
      .xl-23 {
        max-width: 23%;
        flex: 0 0 23%;
      }
      .xl-25 {
        max-width: 25%;
        flex: 0 0 25%;
      }
      .xl-40 {
        max-width: 40%;
        flex: 0 0 40%;
      }
      .xl-4 {
        max-width: 33.33%;
        flex: 0 0 33.33%;
      }
    }
    .learning-header {
      margin-bottom: 10px;
    }

    .upcoming-course .d-flex + .d-flex {
      margin-top: 30px;
    }

    .filter-cards-view .form-check-input {
      margin-right: 5px;
    }
    .filter-cards-view .form-check-input:focus {
      border-color: var(--theme-default) !important;
    }

    .blog-box .blog-details .blog-social li i {
      padding-right: 5px;
      font-weight: 300;
    }

    .blog-box {
      position: relative;
      max-height: 100%;
      align-items: center;
    }
    @media screen and (max-width: 1366px) and (min-width: 1200px) {
      .blog-box.blog-list .blog-bottom-content {
        display: none;
      }
    }

    @media only screen and (max-width: 360px) {
      .blog-box .blog-details p {
        line-height: 1.5;
      }
    }
    @media (max-width: 575.98px) {
      .blog-box .blog-details p {
        margin-top: 15px;
      }
    }
    @media (max-width: 1570px) {
      .blog-box .blog-details p {
        -webkit-line-clamp: 2;
      }
    }

/**=====================
    5.6 add-post CSS Start
    ==========================**/
    .toolbar-box .ql-toolbar.ql-snow {
      border: 0;
    }
    .toolbar-box .ql-container.ql-snow {
      border: 0;
      min-height: 100px;
    }
    .toolbar-box .ql-editor p:nth-child(3) {
      margin: 12px 0;
    }
    .toolbar-box .ql-editor p:nth-child(8), .toolbar-box .ql-editor p:nth-child(9) {
      margin: 12px 0;
    }
    .toolbar-box .ql-bold:hover,
    .toolbar-box .ql-italic:hover,
    .toolbar-box .ql-underline:hover,
    .toolbar-box .ql-list:hover,
    .toolbar-box .ql-link:hover,
    .toolbar-box .ql-image:hover {
      color: var(--theme-default);
    }
    .toolbar-box .ql-bold:hover svg .ql-stroke,
    .toolbar-box .ql-bold:hover svg .ql-fill,
    .toolbar-box .ql-italic:hover svg .ql-stroke,
    .toolbar-box .ql-italic:hover svg .ql-fill,
    .toolbar-box .ql-underline:hover svg .ql-stroke,
    .toolbar-box .ql-underline:hover svg .ql-fill,
    .toolbar-box .ql-list:hover svg .ql-stroke,
    .toolbar-box .ql-list:hover svg .ql-fill,
    .toolbar-box .ql-link:hover svg .ql-stroke,
    .toolbar-box .ql-link:hover svg .ql-fill,
    .toolbar-box .ql-image:hover svg .ql-stroke,
    .toolbar-box .ql-image:hover svg .ql-fill {
      stroke: var(--theme-default);
    }
    .toolbar-box .ql-bold button.ql-active .ql-stroke,
    .toolbar-box .ql-italic button.ql-active .ql-stroke,
    .toolbar-box .ql-underline button.ql-active .ql-stroke,
    .toolbar-box .ql-list button.ql-active .ql-stroke,
    .toolbar-box .ql-link button.ql-active .ql-stroke,
    .toolbar-box .ql-image button.ql-active .ql-stroke {
      stroke: var(--theme-default);
    }

    .add-post .btn-showcase {
      margin-bottom: -10px;
      justify-content: end;
      margin-top: 20px;
    }

    @media only screen and (max-width: 360px) {
      .add-post form .m-checkbox-inline label:last-child {
        margin-bottom: 0;
      }
    }
    @media (max-width: 575.98px) {
      .add-post form .m-checkbox-inline label {
        margin-right: 15px;
      }
    }

    .ql-editor.ql-blank::before {
      color: var(--font-color) !important;
    }

/**=====================
      5.6 add-post CSS Ends
      ==========================**/
/**=====================
    3.22 Job-search CSS Start
    ==========================**/
    .filter-cards-view .job-filter:first-child {
      margin-bottom: 30px;
    }
    .filter-cards-view .checkbox-animated {
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .filter-cards-view .checkbox-animated label {
      margin-bottom: 0.5rem;
    }

    .job-accordion.default-according .card .btn-link {
      border: none;
      font-size: 16px;
      font-weight: 700;
      border-bottom: 1px solid var(--light-gray);
    }
    .job-accordion.default-according .card + .card {
      margin-top: 30px;
    }
    @media (max-width: 1199px) {
      .job-accordion.default-according .card .btn-link {
        border: 1px solid var(--light-semi-gray);
      }
      .job-accordion.default-according .card .card-body {
        border: 1px solid var(--light-semi-gray);
        border-top: none;
      }
    }
    .job-accordion .card {
      margin-bottom: 30px;
    }

    .location-checkbox span {
      color: #999999;
      padding-left: 33px;
    }
    .location-checkbox label {
      margin-bottom: 0.5rem;
    }

    .animate-chk label {
      margin-bottom: 0.5rem;
    }

    .job-search .d-flex {
      align-items: flex-start;
    }
    @media (max-width: 575px) {
      .job-search .d-flex {
        display: block !important;
        text-align: center;
      }
    }
    .job-search .d-flex img {
      margin-bottom: 10px;
    }
    @media (max-width: 575.98px) {
      .job-search .d-flex img {
        margin-bottom: 15px;
      }
    }
    .job-search .d-flex h5, .job-search .d-flex .h5 {
      display: unset;
      align-content: unset;
      justify-content: unset;
    }
    .job-search .d-flex p {
      margin-top: 5px;
    }
    .job-search .d-flex span {
      margin-left: 5px;
    }
    .job-search .d-flex .flex-grow-1 p {
      margin-top: 0;
      color: var(--light-gray-color);
    }
    @media (max-width: 575.98px) {
      .job-search .d-flex .flex-grow-1 h5 a, .job-search .d-flex .flex-grow-1 .h5 a {
        display: block;
      }
    }
    @media (max-width: 575.98px) {
      .job-search .d-flex .flex-grow-1 h5 .pull-right, .job-search .d-flex .flex-grow-1 .h5 .pull-right {
        float: none;
        margin-top: 3px;
        display: block;
      }
    }
    @media (max-width: 575.98px) {
      .job-search .d-flex .flex-grow-1 h5 a, .job-search .d-flex .flex-grow-1 .h5 a {
        display: block;
      }
    }
    @media (max-width: 575.98px) {
      .job-search .d-flex .flex-grow-1 h5 .pull-right, .job-search .d-flex .flex-grow-1 .h5 .pull-right {
        float: none;
        margin-top: 3px;
        display: block;
      }
    }
    @media (max-width: 575.98px) {
      .job-search .d-flex .m-r-20 {
        margin-right: 0;
      }
      [dir=rtl] .job-search .d-flex .m-r-20 {
        margin-left: 0;
      }
    }
    .job-search p {
      margin-top: 10px;
      line-height: 1.7;
    }
    .job-search h5, .job-search .h5 {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    @media (max-width: 576px) {
      .job-search p {
        margin-top: 10px;
      }
    }
    .job-search .job-description ul {
      list-style-type: disc;
      list-style-position: inside;
    }
    .job-search .job-description ul li {
      margin-bottom: 10px;
    }

    .m-r-20 {
      margin-right: 20px;
    }

    .job-pagination {
      margin-bottom: 30px;
    }
    .job-pagination nav ul {
      justify-content: center;
    }
    .job-pagination .pagination .disabled {
      cursor: not-allowed;
      opacity: 0.5;
    }
    .job-pagination .pagination .disabled a {
      background-color: var(--light-semi-gray);
    }

    .job-description {
      margin-top: 30px;
    }
    @media (max-width: 575.98px) {
      .job-description {
        margin-top: 15px;
      }
    }
    .job-description h4, .job-description .h4 {
      font-weight: 700;
    }

    .job-search .job-description .theme-form {
      margin-top: 30px;
      margin-bottom: 30px;
    }
    @media (max-width: 575.98px) {
      .job-search .job-description .theme-form {
        margin-top: 15px;
        margin-bottom: 15px;
      }
    }
    @media (max-width: 575.98px) {
      .job-search .job-description .theme-form .xs-mt-period {
        margin-top: 15px;
      }
    }
    .job-search .job-description .theme-form .row div[class^=col-] + div[class^=col-] .select2-container {
      margin-top: 21px;
    }
    @media (max-width: 575.98px) {
      .job-search .job-description .theme-form .row div[class^=col-] + div[class^=col-] .select2-container {
        margin-top: 2px;
      }
    }

    @media (max-width: 575.98px) {
      .xl-mt-job {
        margin-bottom: 15px;
      }
    }
    @media (max-width: 1366px) {
      .xl-mt-job {
        margin-bottom: 20px;
      }
    }

    .select2-container .select2-selection--single {
      border-radius: 0.375rem !important;
      height: 46px !important;
      padding: 12px;
    }

    .select2-container--default .select2-selection--single {
      border: 1px solid var(--border-color);
    }

    .select-date .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 9px;
      right: 12px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 21px;
    }

    .job-search .job-description .theme-form .row div[class^=col-] .job-select2 ~ .select2-container {
      margin-top: 0 !important;
    }

/**=====================
    3.22 Job-search CSS End
    ==========================**/
    .treejs .treejs-node__halfchecked > .treejs-checkbox:before, .treejs .treejs-node__checked > .treejs-checkbox:before {
      background-color: var(--theme-default) !important;
      border-color: var(--theme-default) !important;
    }

/**=====================
  2.33 Tour CSS Start
  ==========================**/
  .introjs-helperLayer {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  }

  .introjs-tooltipReferenceLayer {
    background-color: transparent;
  }

  .introjs-helperNumberLayer {
    color: var(--white);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    background: var(--danger-color);
    background: linear-gradient(to bottom, var(--theme-default) 0%, var(--theme-default) 100%);
    border: 3px solid var(--white);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  }

  .introjs-arrow {
    border: 12px solid var(--white);
  }
  .introjs-arrow.top {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: var(--theme-default);
    border-left-color: transparent;
  }
  .introjs-arrow.top-right {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: var(--theme-default);
    border-left-color: transparent;
  }
  .introjs-arrow.top-middle {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: var(--theme-default);
    border-left-color: transparent;
  }
  .introjs-arrow.right {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: var(--theme-default);
  }
  .introjs-arrow.right-bottom {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: var(--theme-default);
  }
  .introjs-arrow.bottom {
    border-top-color: var(--theme-default);
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  .introjs-arrow.left {
    border-top-color: transparent;
    border-right-color: var(--theme-default);
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  .introjs-arrow.left-bottom {
    border-top-color: transparent;
    border-right-color: var(--theme-default);
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

  .introjs-tooltip {
    background-color: var(--theme-default);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
    color: var(--white);
    border-color: var(--theme-default);
    min-width: calc(275px + 35 * (100vw - 320px) / 1600);
    max-width: 400px;
    min-height: 90px;
  }

  .introjs-button {
    border: 1px solid var(--light-semi-gray);
    text-shadow: 1px 1px 0 var(--white);
    color: var(--body-font-color) !important;
    background-color: var(--white);
    background-image: linear-gradient(var(--white), var(--white));
    font-size: 13px;
  }
  .introjs-button:hover {
    border-color: var(--light-semi-gray);
  }
  .introjs-button:focus, .introjs-button:active {
    background-image: linear-gradient(var(--light-gray), var(--light-semi-gray));
  }

  .introjs-skipbutton {
    color: var(--theme-default);
  }

  .introjs-prevbutton.introjs-fullbutton {
    border: 1px solid var(--light-semi-gray);
  }

  .introjs-disabled {
    color: var(--theme-default);
    border-color: var(--light-semi-gray);
  }
  .introjs-disabled:hover, .introjs-disabled:focus {
    color: var(--theme-default);
    border-color: var(--light-semi-gray);
  }

  .introjs-bullets ul li a {
    background: var(--light-gray);
  }
  .introjs-bullets ul li a:hover {
    background: var(--white);
  }
  .introjs-bullets ul li a.active {
    background: var(--white);
  }

  .introjs-progress {
    background-color: var(--light-color);
  }

  .introjs-progressbar {
    background-color: var(--theme-default);
  }

  .introjs-hint:hover > .introjs-hint-pulse {
    border: 5px solid var(--gray-60);
  }

  .introjs-hint-pulse {
    border: 5px solid var(--gray-60);
    background-color: var(--gray-60);
  }

  .introjs-hint-dot {
    border: 10px solid var(--gray-60);
  }

  .flex-grow-1 .tour-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .flex-grow-1 .tour-wrapper .tour-dot {
    font-size: 5px;
  }

  .tour-blog {
    height: 350px;
  }
  @media (max-width: 992px) {
    .tour-blog {
      height: calc(200px + 150 * (100vw - 320px) / 672);
    }
  }
  .tour-blog img {
    height: 100%;
    object-fit: cover;
  }

  .info h6, .info .h6 {
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  }
  .info span {
    font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  }

  .tour-email {
    display: flex;
    flex-direction: column;
  }
  @media (max-width: 576px) {
    .tour-email {
      align-items: center;
    }
  }

  .block-ellipsis {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .profile-img-style h5, .profile-img-style .h5 {
    line-height: 25px;
  }

  .list-inline .list-inline-item.b-r-gray {
    border-right: 1px solid var(--gray-60);
  }
  [dir=rtl] .list-inline .list-inline-item.b-r-gray {
    border-right: unset;
    border-left: 1px solid var(--gray-60);
  }
  .list-inline .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
  }
  [dir=rtl] .list-inline .list-inline-item:not(:last-child) {
    margin-left: 0.5rem;
    margin-right: unset;
  }

  .social-tour {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 26px;
  }
  .social-tour .list-inline {
    display: flex;
    justify-content: center;
    gap: calc(12px + 14 * (100vw - 320px) / 1600);
  }
  .social-tour .list-inline .list-inline-item {
    margin-right: 0;
  }
  .social-tour .list-inline .list-inline-item a {
    padding: 0px;
  }
  .social-tour .list-inline .list-inline-item a i {
    font-size: 18px;
  }
  @media (max-width: 599px) {
    .social-tour .list-inline {
      display: none;
    }
  }
  .social-tour .float-sm-end {
    min-width: 81px;
  }

  .tour-mb-space {
    margin-bottom: calc(2px + 6 * (100vw - 320px) / 1600);
  }

  .like-comment .list-inline {
    justify-content: flex-start;
  }
  @media (max-width: 324px) {
    .like-comment .list-inline {
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: 8px;
    }
  }

/**=====================
    2.33 Tour CSS Ends
    ==========================**/
/**=====================
    2.35 Typeahead-search CSS Start
    ==========================**/
    .Typeahead {
      width: 100%;
    }
    .Typeahead * {
      box-sizing: border-box;
    }
    .Typeahead *:before {
      box-sizing: border-box;
    }
    .Typeahead *:after {
      box-sizing: border-box;
    }
    .Typeahead .tt-hint {
      display: none !important;
    }

    .u-cf:before {
      content: " ";
      display: table;
    }
    .u-cf:after {
      content: " ";
      display: table;
      clear: both;
    }

    .u-hidden {
      display: none !important;
    }

    .u-posRelative {
      position: relative;
    }

    .Typeahead-spinner {
      position: absolute;
      top: 14px;
      right: 18px;
      display: none;
      color: #c5c5c5;
    }

    .ProfileCard-avatar svg {
      height: 18px;
      vertical-align: bottom;
    }
    .ProfileCard-avatar svg path {
      color: #7e7c7c !important;
    }
    .ProfileCard-avatar svg polygon {
      color: #7e7c7c !important;
    }

    .Typeahead-hint {
      width: 100%;
      padding: 5px 8px;
      font-size: 24px;
      line-height: 30px;
      border: 1px dashed #024e6a;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      position: absolute;
      top: 0;
      left: 0;
      color: #ccd6dd;
      opacity: 1;
    }

    .Typeahead-menu {
      position: absolute;
      top: 100%;
      left: 0;
      padding: 15px;
      z-index: 100;
      display: none;
      width: 100%;
      overflow: hidden;
      background-color: #ffffff;
      box-shadow: 0 5px 10px rgba(var(--black), 0.2);
    }

    .Typeahead-menu.is-open {
      display: block;
    }

    .Typeahead-selectable {
      cursor: pointer;
    }
    .Typeahead-selectable + .Typeahead-selectable {
      border-top: 1px dashed #ccd6dd;
    }

    .ProfileCard {
      position: relative;
      padding: 10px;
      border: 1px dashed #cccccc !important;
      margin-bottom: 10px;
      border-radius: 10px;
    }
    .ProfileCard:hover {
      color: #414345;
      background: #f8f8f8;
    }
    .ProfileCard:hover .ProfileCard-avatar {
      border-color: #f5f8fa;
    }
    .ProfileCard:hover .ProfileCard-screenName {
      color: #ffffff;
    }
    .ProfileCard:hover .ProfileCard-stat-label {
      color: #ffffff;
    }

    .ProfileCard-avatar {
      position: absolute;
      border-radius: 5px;
    }

    .ProfileCard-details {
      padding-left: 35px;
      float: left;
    }

    .ProfileCard-realName {
      display: inline-block;
      color: var(--gray-700);
    }

    .ProfileCard-screenName {
      display: inline-block;
      color: var(--gray-700);
    }

    .ProfileCard-description {
      margin-top: 5px;
      font-size: 14px;
      line-height: 18px;
    }

    .ProfileCard-stats {
      float: right;
      text-align: right;
    }

    .ProfileCard-stat {
      display: inline-block;
      font-size: 12px;
      line-height: 16px;
      text-transform: uppercase;
    }
    .ProfileCard-stat + .ProfileCard-stat {
      margin-left: 5px;
    }

    .ProfileCard-stat-label {
      color: var(--gray-700);
      font-weight: 500;
    }

    .ProfileCard.is-active {
      color: #ffffff;
      background: var(--theme-default);
    }
    .ProfileCard.is-active .ProfileCard-screenName {
      color: #ffffff;
    }
    .ProfileCard.is-active .ProfileCard-stat-label {
      color: #ffffff;
    }

    .EmptyMessage {
      position: relative;
      padding: 10px;
      font-size: 14px;
      line-height: 30px;
      text-align: center;
    }

    .Typeahead-spinner {
      width: 1rem;
      height: 1rem;
    }

    .sey-container {
      display: none;
      position: absolute;
      box-shadow: 1px 2px 6px;
      background-color: #fff;
      color: #333;
      transition: left 0.1s ease-in-out;
      z-index: 1;
    }

    .sey-list {
      padding: 0;
      margin: 0;
      list-style-type: none;
    }

    .sey-show {
      display: block;
    }

    .sey-hide {
      display: none;
    }

    .sey-empty {
      cursor: default;
      padding: 7px;
    }

    .sey-item {
      cursor: pointer;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      padding: 7px;
    }
    .sey-item:hover {
      background-color: #444;
      color: #fff;
    }

    .sey-selected {
      background-color: #333;
      color: #fff;
    }

    .sey-char-highlight {
      font-weight: bold;
    }

    .sey-category-id {
      background-color: #eee;
      color: #aaa;
      text-align: right;
      text-transform: capitalize;
      font-style: italic;
      font-size: 12px;
      box-shadow: 1px 0px 1px;
      padding: 7px;
    }

/**=====================
  2.35 Typeahead-search CSS Ends
  ==========================**/
/**=====================
     sidebar css start
     ==========================**/
     .page-sidebar {
      margin-top: 77px;
      position: fixed;
      top: 0;
      left: 0;
      width: 253px;
      height: 100vh;
      box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
      z-index: 3;
      background: var(--white);
      transition: 0.5s all;
    }
    @media (max-width: 991.98px) {
      .page-sidebar {
        margin-top: 70px;
      }
    }
    @media (max-width: 767.98px) {
      .page-sidebar {
        margin-top: 67px;
      }
    }
    @media (max-width: 680px) {
      .page-sidebar {
        margin-top: 65px;
      }
    }
    @media (max-width: 575.98px) {
      .page-sidebar {
        margin-top: 63px;
      }
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+1) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+1) .stroke-icon {
      stroke: #f8c0a0;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+2) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+2) .stroke-icon {
      stroke: #49c1b9;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+3) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+3) .stroke-icon {
      stroke: #ef8570;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+4) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+4) .stroke-icon {
      stroke: #4f4f4f;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+5) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+5) .stroke-icon {
      stroke: #f8c0a0;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+6) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+6) .stroke-icon {
      stroke: #49c1b9;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+7) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+7) .stroke-icon {
      stroke: #49c1b9;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+8) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+8) .stroke-icon {
      stroke: #4f4f4f;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+9) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+9) .stroke-icon {
      stroke: #4f4f4f;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+10) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+10) .stroke-icon {
      stroke: #73d08c;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+11) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+11) .stroke-icon {
      stroke: #ffb438;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+12) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+12) .stroke-icon {
      stroke: #ef8570;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+13) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+13) .stroke-icon {
      stroke: #ffb438;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+14) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+14) .stroke-icon {
      stroke: #ffb438;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+15) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+15) .stroke-icon {
      stroke: #4f4f4f;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+16) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+16) .stroke-icon {
      stroke: #ef8570;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+17) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+17) .stroke-icon {
      stroke: #ef8570;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+18) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+18) .stroke-icon {
      stroke: #0bdefc;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+19) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+19) .stroke-icon {
      stroke: #ef8570;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+20) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+20) .stroke-icon {
      stroke: #73d08c;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+21) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+21) .stroke-icon {
      stroke: #f8c0a0;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+22) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+22) .stroke-icon {
      stroke: #4f4f4f;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+23) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+23) .stroke-icon {
      stroke: #49c1b9;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+24) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+24) .stroke-icon {
      stroke: #4f4f4f;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+25) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+25) .stroke-icon {
      stroke: #4f4f4f;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+26) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+26) .stroke-icon {
      stroke: #ef8570;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+27) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+27) .stroke-icon {
      stroke: #ef8570;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+28) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+28) .stroke-icon {
      stroke: #4f4f4f;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+29) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+29) .stroke-icon {
      stroke: #49c1b9;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+30) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+30) .stroke-icon {
      stroke: #73d08c;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+31) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+31) .stroke-icon {
      stroke: #ffb438;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+32) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+32) .stroke-icon {
      stroke: #f8c0a0;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+33) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+33) .stroke-icon {
      stroke: #0bdefc;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+34) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+34) .stroke-icon {
      stroke: #f8c0a0;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+35) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+35) .stroke-icon {
      stroke: #ef8570;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+36) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+36) .stroke-icon {
      stroke: #0bdefc;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+37) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+37) .stroke-icon {
      stroke: #0bdefc;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+38) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+38) .stroke-icon {
      stroke: #ffb438;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+39) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+39) .stroke-icon {
      stroke: #ffb438;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+40) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+40) .stroke-icon {
      stroke: #73d08c;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+41) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+41) .stroke-icon {
      stroke: #73d08c;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+42) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+42) .stroke-icon {
      stroke: #0bdefc;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+43) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+43) .stroke-icon {
      stroke: #ef8570;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+44) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+44) .stroke-icon {
      stroke: #49c1b9;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+45) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+45) .stroke-icon {
      stroke: #4f4f4f;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+46) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+46) .stroke-icon {
      stroke: #73d08c;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+47) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+47) .stroke-icon {
      stroke: #f8c0a0;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+48) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+48) .stroke-icon {
      stroke: #ffb438;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+49) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+49) .stroke-icon {
      stroke: #ffb438;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+50) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+50) .stroke-icon {
      stroke: #4f4f4f;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+51) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+51) .stroke-icon {
      stroke: #ffb438;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+52) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+52) .stroke-icon {
      stroke: #0bdefc;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+53) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+53) .stroke-icon {
      stroke: #f8c0a0;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+54) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+54) .stroke-icon {
      stroke: #ffb438;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+55) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+55) .stroke-icon {
      stroke: #ef8570;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+56) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+56) .stroke-icon {
      stroke: #ffb438;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+57) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+57) .stroke-icon {
      stroke: #ef8570;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+58) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+58) .stroke-icon {
      stroke: #ef8570;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+59) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+59) .stroke-icon {
      stroke: #49c1b9;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+60) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+60) .stroke-icon {
      stroke: #49c1b9;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+61) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+61) .stroke-icon {
      stroke: #ffb438;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+62) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+62) .stroke-icon {
      stroke: #ef8570;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+63) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+63) .stroke-icon {
      stroke: #49c1b9;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+64) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+64) .stroke-icon {
      stroke: #73d08c;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+65) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+65) .stroke-icon {
      stroke: #ef8570;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+66) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+66) .stroke-icon {
      stroke: #f8c0a0;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+67) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+67) .stroke-icon {
      stroke: #f8c0a0;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+68) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+68) .stroke-icon {
      stroke: #ef8570;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+69) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+69) .stroke-icon {
      stroke: #49c1b9;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+70) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+70) .stroke-icon {
      stroke: #49c1b9;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+71) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+71) .stroke-icon {
      stroke: #73d08c;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+72) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+72) .stroke-icon {
      stroke: #73d08c;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+73) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+73) .stroke-icon {
      stroke: #0bdefc;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+74) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+74) .stroke-icon {
      stroke: #49c1b9;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+75) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+75) .stroke-icon {
      stroke: #4f4f4f;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+76) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+76) .stroke-icon {
      stroke: #49c1b9;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+77) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+77) .stroke-icon {
      stroke: #f8c0a0;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+78) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+78) .stroke-icon {
      stroke: #ef8570;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+79) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+79) .stroke-icon {
      stroke: #ffb438;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+80) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+80) .stroke-icon {
      stroke: #ef8570;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+81) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+81) .stroke-icon {
      stroke: #4f4f4f;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+82) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+82) .stroke-icon {
      stroke: #0bdefc;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+83) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+83) .stroke-icon {
      stroke: #73d08c;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+84) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+84) .stroke-icon {
      stroke: #49c1b9;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+85) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+85) .stroke-icon {
      stroke: #49c1b9;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+86) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+86) .stroke-icon {
      stroke: #73d08c;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+87) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+87) .stroke-icon {
      stroke: #f8c0a0;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+88) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+88) .stroke-icon {
      stroke: #ffb438;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+89) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+89) .stroke-icon {
      stroke: #ef8570;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+90) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+90) .stroke-icon {
      stroke: #4f4f4f;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+91) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+91) .stroke-icon {
      stroke: #0bdefc;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+92) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+92) .stroke-icon {
      stroke: #ffb438;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+93) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+93) .stroke-icon {
      stroke: #0bdefc;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+94) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+94) .stroke-icon {
      stroke: #49c1b9;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+95) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+95) .stroke-icon {
      stroke: #0bdefc;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+96) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+96) .stroke-icon {
      stroke: #f8c0a0;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+97) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+97) .stroke-icon {
      stroke: #49c1b9;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+98) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+98) .stroke-icon {
      stroke: #0bdefc;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+99) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+99) .stroke-icon {
      stroke: #ef8570;
    }
    .page-sidebar[sidebar-layout=iconcolor-sidebar] .sidebar-menu li:nth-child(7n+100) .stroke-icon, .page-sidebar.iconcolor-sidebar .sidebar-menu li:nth-child(7n+100) .stroke-icon {
      stroke: #4f4f4f;
    }
    @media (max-width: 575.98px) {
      .page-sidebar {
        width: 240px;
      }
    }
    .page-sidebar .logo-wrapper {
      justify-content: space-between;
      padding: 18px 24px;
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
      background-color: var(--theme-default);
    }
    @media (max-width: 1199.98px) {
      .page-sidebar .logo-wrapper {
        padding: 19px 24px;
      }
    }
    .page-sidebar .logo-wrapper .close-btn.sidebar-close {
      display: none;
    }
    @media (max-width: 991px) {
      .page-sidebar .logo-wrapper .close-btn.sidebar-close {
        display: block;
      }
    }
    .page-sidebar .sidebar-menu .shape {
      margin-top: 10px;
      margin-bottom: -6px;
    }
    .page-sidebar .sidebar-menu .shape1 {
      position: absolute;
      width: 11px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      z-index: 1;
    }
    .page-sidebar .sidebar-menu .shape1 .line {
      position: relative;
      width: 4px;
      height: 40px;
      background-color: var(--white);
      border: 1px solid var(--shape-border);
      border-radius: 5px;
    }
    .page-sidebar .sidebar-menu .shape1 .line::before, .page-sidebar .sidebar-menu .shape1 .line::after {
      position: absolute;
      content: "";
      z-index: -1;
      width: 8px;
      display: inline-block;
      height: 8px;
      background-color: var(--black);
      border-radius: 100%;
      left: -4px;
      margin-left: 0.5px;
    }
    .page-sidebar .sidebar-menu .shape1 .line::before {
      top: -5px;
    }
    .page-sidebar .sidebar-menu .shape1 .line::after {
      bottom: -5px;
    }
    .page-sidebar .sidebar-menu .shape1-left {
      left: 11%;
    }
    .page-sidebar .sidebar-menu .shape1-right {
      right: 15.5%;
    }
    .page-sidebar .sidebar-menu .shape1-right .line::before, .page-sidebar .sidebar-menu .shape1-right .line::after {
      left: -3px;
    }
    .page-sidebar .sidebar-submenu {
      margin-left: 20px;
      margin-top: 10px;
      margin-bottom: 10px;
      animation: fadeIn 0.4s;
      display: none;
      flex-direction: column;
      border-left: 2px solid var(--theme-default);
    }
    .page-sidebar .sidebar-submenu li {
      display: block;
      padding: 0 10px;
    }
    .page-sidebar .sidebar-submenu li .submenu-title {
      display: flex;
      align-items: center;
    }
    .page-sidebar .sidebar-submenu li .submenu-title i {
      color: var(--gray-700);
      margin-left: auto;
    }
    .page-sidebar .sidebar-submenu li .according-submenu li a {
      color: var(--gray-700);
      opacity: 0.7;
    }
    .page-sidebar .sidebar-submenu a {
      position: relative;
      letter-spacing: 0.5px;
      color: var(--gray-700);
      padding: 4px;
      display: block;
      padding-left: 15px;
      font-size: 15px;
    }
    .page-sidebar .sidebar-submenu a::before {
      position: absolute;
      content: "";
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 4px;
      height: 4px;
      border-radius: 100%;
      background: var(--gray-700);
      transition: 0.5s all;
    }
    .page-sidebar .sidebar-link {
      font-weight: 500;
      padding: 12px 20px;
      border-radius: 11px;
      display: flex;
      align-items: center;
      gap: 10px;
      color: var(--body-font-color);
    }
    .page-sidebar .sidebar-link svg {
      width: 18px;
      height: 18px;
      stroke: var(--body-font-color);
      transition: 0.5s all;
    }
    .page-sidebar .sidebar-link .arrow {
      width: 15px;
      height: 15px;
      margin-left: auto;
      transition: 0.5s all;
    }
    .page-sidebar .sidebar-link span {
      margin-bottom: -2px;
    }

    .sidebar-menu {
      position: relative;
      padding: 15px 25px;
      height: calc(100vh - 70px);
      overflow: auto;
      display: flex;
    }
    .sidebar-menu .sidebar-list {
      border-bottom: 1px solid var(--border-color);
      display: block;
      width: 100%;
    }
    .sidebar-menu .sidebar-list.active .sidebar-link {
      background-color: rgba(48, 142, 135, 0.2);
      color: var(--theme-default);
      border-bottom: none;
    }
    .sidebar-menu .sidebar-list.active .sidebar-link .stroke-icon {
      color: var(--theme-default);
    }
    .sidebar-menu .sidebar-list.active .sidebar-link .iconly-Arrow-Right-2 {
      transform: rotate(90deg) !important;
    }
    .sidebar-menu .sidebar-list:hover .sidebar-link i {
      color: var(--theme-default);
    }
    .sidebar-menu .sidebar-list:hover .sidebar-link a {
      color: var(--theme-default);
    }
    .sidebar-menu .sidebar-list:hover .sidebar-link h6, .sidebar-menu .sidebar-list:hover .sidebar-link .h6 {
      color: var(--theme-default);
    }
    .sidebar-menu .sidebar-list .iconly-Arrow-Right-2 {
      transition: all 0.4s ease-in-out;
      transform: rotate(0deg) !important;
      font-size: 16px !important;
    }
    .sidebar-menu .sidebar-list i.fa-thumbtack {
      visibility: hidden;
      position: absolute;
      top: -7px;
      right: -7px;
      color: #ffffff;
      z-index: 9999;
      font-size: 11px;
      opacity: 0;
      padding: 4px 6px;
      border-radius: 50%;
      background-color: var(--theme-default);
      border: 1px solid rgba(255, 255, 255, 0.6);
    }
    .sidebar-menu .sidebar-list .pin-title {
      order: -1;
    }
    .sidebar-menu .sidebar-list .sidebar-submenu > li.active .submenu-title {
      color: var(--body-font-color);
    }
    .sidebar-menu .sidebar-list .sidebar-submenu > li.active .submenu-title i {
      color: var(--body-font-color);
    }
    .sidebar-menu .sidebar-list.pined {
      order: -1 !important;
    }
    .sidebar-menu .sidebar-list:hover i.fa-thumbtack {
      visibility: visible;
      cursor: pointer;
      opacity: 1;
    }
    .sidebar-menu .sidebar-list:hover .sidebar-link {
      background-color: rgba(48, 142, 135, 0.2);
      color: var(--theme-default);
    }
    .sidebar-menu .sidebar-list:hover .sidebar-link .stroke-icon {
      stroke: var(--theme-default);
    }
    .sidebar-menu .sidebar-list .sidebar-link {
      padding: 12px 10px;
      border-radius: 5px;
    }
    .sidebar-menu .sidebar-list .sidebar-link.active {
      background-color: rgba(48, 142, 135, 0.2);
      color: var(--theme-default);
      border-bottom: none;
    }
    .sidebar-menu .sidebar-list .sidebar-link.active .stroke-icon {
      color: var(--theme-default);
    }
    .sidebar-menu .sidebar-list .sidebar-link.active .iconly-Arrow-Right-2 {
      transform: rotate(90deg) !important;
    }
    .sidebar-menu .sidebar-list .sidebar-link.active h6, .sidebar-menu .sidebar-list .sidebar-link.active .h6 {
      color: var(--theme-default);
    }
    .sidebar-menu .sidebar-list .sidebar-link .stroke-icon {
      color: var(--body-font-color);
    }
    .sidebar-menu .sidebar-list .sidebar-link .iconly-Arrow-Right-2 {
      margin-left: auto;
    }
    .sidebar-menu .sidebar-list .sidebar-link .badge {
      background-color: var(--theme-default);
      color: var(--white);
      border-radius: 50%;
      padding: 0.357rem 0.5rem;
      margin-left: auto;
      line-height: 0.9;
    }
    .sidebar-menu .sidebar-list a.active {
      color: var(--theme-default);
    }
    .sidebar-menu .sidebar-list a.active::before {
      background-color: var(--theme-default);
    }
    .sidebar-menu .sidebar-list:last-child {
      border-bottom: none;
    }
    .sidebar-menu .sidebar-list h6, .sidebar-menu .sidebar-list .h6 {
      font-weight: 600;
      font-size: 16px;
    }
    .sidebar-menu .sidebar-title {
      padding: 9px 0 9px 5px;
      color: var(--light-gray-color);
      font-size: 14px;
      text-transform: uppercase;
    }

    .nav-sub-childmenu {
      display: none;
      position: relative !important;
      right: 0;
      width: 100%;
      padding: 0;
    }
    .nav-sub-childmenu.opensubchild {
      display: block;
    }
    .nav-sub-childmenu li a {
      padding: 6px 45px;
      padding-left: 56px !important;
    }
    .nav-sub-childmenu li a:after {
      display: none;
    }

    .md-sidebar {
      position: relative;
    }
    .md-sidebar .md-sidebar-toggle {
      display: none;
      width: fit-content;
      text-transform: capitalize;
      margin-bottom: 20px;
    }

    @media only screen and (max-width: 1199.98px) {
      .md-sidebar .md-sidebar-toggle {
        display: block;
      }
      .md-sidebar .md-sidebar-aside {
        position: absolute;
        top: 40px;
        left: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 3;
        width: 280px;
      }
    }
    @media only screen and (max-width: 1199.98px) and (max-width: 340px) {
      .md-sidebar .md-sidebar-aside {
        width: 255px;
      }
    }
    @media only screen and (max-width: 1199.98px) {
      .md-sidebar .md-sidebar-aside.open {
        opacity: 1;
        visibility: visible;
      }
      .md-sidebar .job-sidebar {
        background-color: var(--white);
        padding: 20px;
      }
    }
    .page-sidebar .left-arrow {
      display: none;
    }
    .page-sidebar .right-arrow {
      display: none;
    }
    .page-sidebar .sidebar-menu .sidebar-list .sidebar-link.active svg.stroke-icon {
      stroke: var(--theme-default);
    }
    .page-sidebar .sidebar-menu .sidebar-list .sidebar-submenu li.active .according-submenu li a.active {
      color: var(--theme-default);
    }

    .page-sidebar .sidebar-submenu .according-submenu:not(.active) {
      display: none;
    }
    .page-sidebar .sidebar-submenu .according-submenu.active {
      display: block;
    }
    .page-sidebar .sidebar-submenu .sidebar-list:not(.active) .sidebar-submenu {
      display: none;
    }

    /**==horizontal==**/
    .page-wrapper.horizontal-sidebar {
      margin-left: unset !important;
    }
    [dir=rtl] .page-wrapper.horizontal-sidebar {
      margin-right: 0 !important;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper {
      margin-left: unset !important;
    }
    [dir=rtl] .page-wrapper.horizontal-sidebar .page-body-wrapper {
      margin-right: unset !important;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar {
      height: 52px;
      line-height: inherit;
      background: var(--white);
      box-shadow: 0px 9px 24px rgba(89, 102, 122, 0.05);
      overflow-x: hidden;
      z-index: 1;
      overflow-y: visible;
      position: fixed;
      width: 100vw;
      z-index: 3;
      border-top: 0;
      margin-top: 78px;
    }
    [dir=rtl] .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar {
      direction: ltr;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .logo-wrapper {
      display: none !important;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .user-wrap {
      display: none !important;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu {
      flex-direction: row !important;
      padding: 0 !important;
      height: unset;
      overflow: hidden;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .line {
      display: none;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-main-title {
      display: none;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list {
      position: relative;
      padding: 10px 0;
      display: inline-block;
      border-bottom: 0;
      width: unset;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list.active .sidebar-submenu {
      display: block !important;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list.active .sidebar-submenu a.active {
      color: var(--theme-default);
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list.active .sidebar-link {
      background-color: transparent;
      color: var(--theme-default);
      border-bottom: none;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list.active .sidebar-link .stroke-icon {
      color: var(--theme-default);
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-link {
      white-space: nowrap;
      line-height: 23px;
      text-decoration: none;
      text-transform: capitalize;
      padding: 5px 15px;
      margin: 0 3px;
      letter-spacing: 0.04em;
      position: relative;
      border-radius: 5px;
      font-weight: 500;
      transition: all 0.3s ease;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-link .feather {
      transform: rotate(90deg) !important;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-link.active {
      background-color: transparent;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-link.active .iconly-Arrow-Right-2 {
      transform: rotate(0deg) !important;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-link .badge {
      display: none;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list i.fa-thumbtack {
      visibility: hidden;
      position: absolute;
      top: 19px;
      right: 0px;
      color: var(--theme-default);
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-submenu {
      position: fixed;
      z-index: 4;
      width: 200px;
      margin-top: 10px;
      box-shadow: 0 0 5px rgba(15, 34, 58, 0.15);
      padding: 15px;
      border: 1 solid var(--border-color);
      background: var(--white);
      display: none !important;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-submenu li {
      padding: 0;
      position: relative;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-submenu li a.active {
      color: var(--theme-default);
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-submenu li a.active .svg-menu {
      stroke: var(--theme-default);
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-submenu li a:hover {
      color: var(--theme-default);
      letter-spacing: 1.5px;
      transition: all 0.3s ease;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-submenu li .according-submenu {
      display: none;
      position: absolute;
      left: 176px;
      border: 1 solid var(--border-color);
      background: var(--white);
      top: 0;
      margin-left: 0;
      margin-top: 0;
      padding: 15px;
      box-shadow: 0 0 5px rgba(15, 34, 58, 0.15);
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-submenu li .according-submenu li a {
      white-space: nowrap;
      background: transparent;
      padding: 4px 10px;
      display: block;
      letter-spacing: 0.06em;
      font-weight: 500;
      transition: all 0.3s ease;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-submenu li .according-submenu li a:hover {
      color: var(--theme-default);
      letter-spacing: 1.5px;
      transition: all 0.3s ease;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list .sidebar-submenu li:hover .according-submenu {
      display: block !important;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-list:hover .sidebar-submenu {
      display: block !important;
    }
    @media (min-width: 992px) {
      .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .simplebar-wrapper .simplebar-mask {
        top: 0;
      }
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .simplebar-wrapper .simplebar-mask .simplebar-content {
      display: flex;
    }
    [dir=rtl] .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-submenu {
      margin-left: 20px;
      margin-right: unset;
    }
    [dir=rtl] .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-submenu li a {
      padding-left: 15px;
      padding-right: unset;
    }
    [dir=rtl] .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu .sidebar-submenu li a::before {
      right: unset;
      left: 0;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .left-arrow {
      left: 0;
      bottom: 0;
      position: absolute;
      top: 0px;
      padding: 10px;
      background: var(--white);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1;
      cursor: pointer;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .left-arrow.disabled {
      display: none;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .right-arrow {
      right: 0;
      bottom: 0;
      position: absolute;
      top: 0px;
      padding: 10px;
      background: var(--white);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1;
      cursor: pointer;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar .right-arrow.disabled {
      display: none;
    }
    .page-wrapper.horizontal-sidebar .page-body-wrapper .page-body {
      margin-top: 50px;
    }
    .page-wrapper.horizontal-sidebar .page-header {
      border-bottom: 1px solid var(--border-color);
    }
    @media (min-width: 1200px) {
      .page-wrapper.horizontal-sidebar .page-header .close-btn {
        display: none;
      }
    }

    .page-wrapper.compact-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .simplebar-wrapper .simplebar-content .sidebar-list.pined {
      order: -1 !important;
    }

    .page-sidebar .sidebar-menu .sidebar-list {
      position: relative;
    }
    .page-sidebar .sidebar-menu .pin-title {
      display: none;
      order: -1;
    }
    .page-sidebar .sidebar-menu .pin-title.show {
      display: block;
    }

    .page-wrapper.compact-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .simplebar-wrapper .simplebar-content {
      display: grid;
    }

    .page-wrapper.horizontal-sidebar .horizontal-logo {
      display: flex !important;
    }
    .page-wrapper.compact-wrapper .horizontal-logo {
      display: none !important;
    }

/**=====================
     sidebar css end
     ==========================**/
/**=====================
     header css start
     ==========================**/
     .page-wrapper {
      position: relative;
    }
    .page-wrapper .page-body-wrapper {
      background-color: var(--body-color);
    }
    @media (min-width: 1200px) {
      .page-wrapper .page-body-wrapper {
        margin-left: 253px;
        transition: 0.5s all;
      }
    }
    @media (min-width: 1200px) {
      [dir=rtl] .page-wrapper .page-body-wrapper {
        margin-left: unset;
        margin-right: 253px;
      }
    }
    .page-wrapper .page-body-wrapper .page-body {
      min-height: calc(100vh - 136px);
      padding: 0 15px 0 15px;
      position: relative;
      transition: 0.5s;
    }
    @media (max-width: 991.98px) {
      .page-wrapper .page-body-wrapper .page-body {
        padding: 0;
      }
    }
    .page-wrapper.sidebar-open .page-body-wrapper {
      margin-left: 0;
      transition: 0.5s all;
    }
    [dir=rtl] .page-wrapper.sidebar-open .page-body-wrapper {
      margin-left: unset;
      margin-right: 0;
    }
    .page-wrapper.sidebar-open .page-sidebar {
      left: -263px;
      transition: 0.5s all;
    }
    [dir=rtl] .page-wrapper.sidebar-open .page-sidebar {
      left: unset;
      right: -263px;
    }
    .page-header {
      width: 100%;
      margin: 0;
      box-shadow: 0px 4px 34px rgba(10, 75, 85, 0.05);
    }
    .page-header .svg-color {
      width: 20px;
      height: 20px;
    }

    .page-header .logo-wrapper {
      width: 253px;
      justify-content: space-between;
      padding: 15px 16px;
      background-color: var(--theme-default);
    }
    @media (max-width: 1199px) {
      .page-header .logo-wrapper {
        background-color: unset;
      }
    }
    @media (max-width: 991.98px) {
      .page-header .logo-wrapper {
        width: 230px;
      }
    }
    @media (max-width: 767.98px) {
      .page-header .logo-wrapper {
        width: 170px;
        padding: 14px 0 14px 14px;
      }
      [dir=rtl] .page-header .logo-wrapper {
        padding: 14px 14px 14px 0;
      }
    }
    @media (max-width: 480px) and (min-width: 420px) {
      .page-header .logo-wrapper {
        width: 154px;
      }
    }
    @media (max-width: 420px) {
      .page-header .logo-wrapper {
        width: auto;
      }
    }
    .page-header .logo-wrapper .close-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      border-radius: 50%;
      height: 38px;
      background-color: rgba(249, 247, 246, 0.2392156863);
      transition: 0.3s all;
      color: #ffffff;
    }
    @media (max-width: 1199px) {
      .page-header .logo-wrapper .close-btn {
        background-color: rgba(48, 142, 135, 0.2);
        color: var(--theme-default);
      }
    }
    @media (max-width: 767.98px) {
      .page-header .logo-wrapper .close-btn {
        width: 35px;
        height: 35px;
      }
    }
    .page-header .logo-wrapper .close-btn .svg-color {
      stroke: #ffffff;
    }
    @media (max-width: 1199px) {
      .page-header .logo-wrapper .close-btn .svg-color {
        stroke: var(--theme-default);
      }
    }
    .page-header .logo-wrapper .close-btn:hover {
      background-color: var(--body-color);
    }
    @media (max-width: 1199px) {
      .page-header .logo-wrapper .close-btn:hover {
        background-color: rgba(48, 142, 135, 0.2);
      }
    }
    .page-header .logo-wrapper .close-btn:hover .svg-color {
      stroke: var(--theme-default) !important;
    }
    @media (max-width: 767.98px) {
      .page-header .logo-wrapper img {
        width: 100px;
      }
    }
    @media (max-width: 575.98px) {
      .page-header .logo-wrapper img {
        width: 90px;
      }
    }
    @media (max-width: 420px) {
      .page-header .logo-wrapper img {
        display: none !important;
      }
    }
    .page-header .logo-wrapper .dark-logo {
      display: none;
    }
    @media (max-width: 1199px) {
      .page-header .logo-wrapper .dark-logo {
        display: block;
      }
    }
    @media (max-width: 1199px) {
      .page-header .logo-wrapper .light-logo {
        display: none;
      }
    }

    header {
      background-color: var(--white);
      position: sticky;
      top: 0;
      z-index: 5;
    }
    @media (max-width: 991px) {
      header {
        z-index: 3;
      }
    }
    header ul[class*=header-] {
      display: flex;
      align-items: center;
    }
    header ul[class*=header-] > li {
      margin-left: 14px;
    }
    [dir=rtl] header ul[class*=header-] > li {
      margin-right: 14px;
      margin-left: unset;
    }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      header ul[class*=header-] > li {
        margin-left: 8px;
      }
      [dir=rtl] header ul[class*=header-] > li {
        margin-right: 8px;
      }
    }
    @media (max-width: 575.98px) {
      header ul[class*=header-] > li {
        margin-left: 10px;
      }
      [dir=rtl] header ul[class*=header-] > li {
        margin-right: 10px;
      }
    }
    @media (max-width: 1199.98px) {
      header ul[class*=header-] > li {
        padding: 4px 10px;
      }
    }
    @media (max-width: 767.98px) {
      header ul[class*=header-] > li {
        padding: 4px 6px;
      }
    }
    header ul[class*=header-] > li:nth-child(8) {
      height: 38px;
      border-radius: 79px;
      border: 1px solid var(--shape-border);
      background-color: var(--body-color);
      align-items: center;
      justify-content: flex-start;
      padding: 0;
      display: flex;
    }
    @media (max-width: 767px) {
      header ul[class*=header-] > li:nth-child(8) {
        display: none;
      }
    }
    header ul[class*=header-] > li:nth-child(8) .cloud-mode {
      cursor: pointer;
      background-color: var(--theme-default);
      border-radius: 79px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 8px 14px 8px 10px;
    }
    [dir=rtl] header ul[class*=header-] > li:nth-child(8) .cloud-mode {
      padding: 8px 10px 8px 14px;
    }
    header ul[class*=header-] > li:nth-child(8) .cloud-mode svg {
      width: 20px;
      height: 20px;
      stroke: var(--white);
    }
    header ul[class*=header-] > li:nth-child(8) .cloud-mode h3, header ul[class*=header-] > li:nth-child(8) .cloud-mode .h3 {
      color: #ffffff;
      font-size: calc(14px + 2 * (100vw - 300px) / 1620);
      font-weight: 700;
      text-transform: capitalize;
      position: relative;
    }
    header ul[class*=header-] > li:nth-child(8) .cloud-mode h3::before, header ul[class*=header-] > li:nth-child(8) .cloud-mode .h3::before {
      content: "";
      position: absolute;
      top: 1px;
      right: -3px;
      border: 0.7px solid #ffffff;
      height: 4px;
      width: 4px;
      border-radius: 50%;
    }
    header ul[class*=header-] > li:nth-child(n+2):not(:nth-child(8)):not(:last-child) {
      width: 38px;
      height: 38px;
      border: 1px solid var(--shape-border);
      background-color: var(--body-color);
      border-radius: 30px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    @media (max-width: 767.98px) {
      header ul[class*=header-] > li:nth-child(n+2):not(:nth-child(8)):not(:last-child) {
        width: 35px;
        height: 35px;
      }
    }
    @media (max-width: 575.98px) {
      header ul[class*=header-] > li:nth-child(n+2):not(:nth-child(8)):not(:last-child) {
        width: auto;
        height: auto;
        border: none;
        background: unset;
      }
    }
    header ul[class*=header-] > li:first-child {
      margin-left: 0;
      display: block;
    }
    [dir=rtl] header ul[class*=header-] > li:first-child {
      margin-right: 0;
    }
    @media (min-width: 991px) and (max-width: 1180px) {
      header ul[class*=header-] > li:first-child {
        display: none;
      }
    }
    @media (max-width: 680px) {
      header ul[class*=header-] > li:first-child {
        display: none;
      }
    }
    @media (max-width: 767.98px) {
      header ul[class*=header-] > li > a > .svg-color,
      header ul[class*=header-] > li .search-icon > .svg-color {
        width: 16px;
        height: 16px;
      }
    }
    @media (max-width: 767.98px) {
      header ul[class*=header-] > li .search {
        margin-left: 0;
      }
    }
    header ul[class*=header-] > li.profile-nav {
      cursor: pointer;
    }
    header ul[class*=header-] > li.profile-nav .custom-menu .profile-body {
      width: 158px;
      padding: 18px;
    }
    header ul[class*=header-] > li.profile-nav .custom-menu .profile-body li {
      padding: 10px 0;
    }
    header ul[class*=header-] > li.profile-nav .custom-menu .profile-body li:first-child {
      padding-top: 0;
    }
    header ul[class*=header-] > li.profile-nav .custom-menu .profile-body li + li {
      border-top: 1px solid var(--gray-200);
    }
    header ul[class*=header-] > li.profile-nav .custom-menu .profile-body li:last-child {
      padding-bottom: 0;
    }
    header ul[class*=header-] > li.profile-nav .custom-menu .profile-body li svg {
      width: 18px;
      height: 18px;
    }
    @media (max-width: 575.98px) {
      header ul[class*=header-] > li.profile-nav .custom-menu .profile-body {
        width: 100%;
      }
    }
    @media (max-width: 1199.98px) {
      header ul[class*=header-] > li.profile-nav {
        padding: 0;
      }
    }
    header ul[class*=header-] .weather-menu {
      margin-left: 14px;
    }
    header ul[class*=header-] .weather-menu .btn {
      border-radius: 30px;
    }
    header ul[class*=header-] .weather-menu .btn span {
      text-transform: uppercase;
    }
    header ul[class*=header-] .weather-menu .btn span sup {
      top: -0.8em;
    }
    header ul[class*=header-] .weather-menu .btn span sup svg {
      width: 4px;
      height: 4px;
    }
    header ul[class*=header-] .weather-menu .btn:nth-child(1) {
      padding: 12px;
      margin-right: -40px;
      z-index: 9;
      border: 0;
    }
    header ul[class*=header-] .weather-menu .btn:last-child {
      background-color: var(--body-color);
      border: 1px solid var(--shape-border);
    }
    header ul[class*=header-] .weather-menu .btn {
      padding: 12px 10px 12px 44px;
      position: relative;
      z-index: 1;
    }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      header ul[class*=header-] .weather-menu .btn {
        padding: 10px 8px 10px 38px;
      }
    }
    header a .svg-color {
      transition: 0.5s all;
    }
    header a:hover .svg-color {
      transition: 0.5s all;
      stroke: var(--theme-default);
    }
    header .page-main-header {
      display: flex;
      justify-content: space-between;
      padding: 15px 30px;
      align-items: center;
    }
    @media (max-width: 1199.98px) {
      header .page-main-header {
        padding: 15px 20px;
      }
    }
    @media (max-width: 991px) {
      header .page-main-header {
        padding: 15px 16px;
      }
    }
    @media (max-width: 767.98px) {
      header .page-main-header {
        padding: 14px;
      }
    }
    header .header-left {
      display: flex;
      align-items: center;
      gap: 14px;
    }
    @media (max-width: 340px) {
      header .header-left {
        gap: 0;
      }
    }
    header .header-left .horizontal-logo a {
      display: none;
    }
    header .form-group-header {
      background-color: var(--body-color);
      border: 1px solid var(--shape-border);
      border-radius: 30px;
    }
    @media (min-width: 1500px) {
      header .form-group-header {
        width: 530px;
      }
    }
    @media (max-width: 1499.99px) {
      header .form-group-header {
        width: 300px;
      }
    }
    @media (max-width: 1199.98px) {
      header .form-group-header {
        width: 196px;
      }
    }
    header .form-group-header .Typeahead {
      padding: 11px 20px;
    }
    header .form-group-header .search-bg {
      font-size: 16px;
    }
    header .search-full {
      background-color: var(--white);
      position: absolute;
      right: 0;
      z-index: 1;
      height: 0;
      width: 0;
      transform: scale(0);
      transition: all 0.3s ease;
    }
    header .search-full.open {
      height: 100%;
      width: 100%;
      animation: zoomIn 0.5s ease-in-out;
      transform: scale(1);
      transition: all 0.3s ease;
    }
    header .search-full .form-group::before {
      position: absolute;
      left: 30px;
      top: 22px;
      z-index: 2;
      content: "\f002";
      font-size: 16px;
      color: var(--font-color);
      font-family: FontAwesome;
    }
    @media (max-width: 440px) {
      header .search-full .form-group::before {
        top: 11px;
      }
    }
    header .search-full .form-group .close-search {
      position: absolute;
      font-size: 15px;
      right: 30px;
      top: 22px;
      color: var(--font-color);
      cursor: pointer;
    }
    @media (max-width: 440px) {
      header .search-full .form-group .close-search {
        top: 11px;
      }
    }
    header .search-full input {
      position: absolute;
      top: 13px;
      line-height: 30px;
      padding-left: 60px;
      width: 100% !important;
      background-color: var(--white);
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
    }
    @media (max-width: 440px) {
      header .search-full input {
        top: 0;
      }
    }
    header .profile-name .svg-color,
    header .header-right h6 .svg-color,
    header .header-right .h6 .svg-color {
      width: 12px;
      height: 12px;
    }
    header .profile-box {
      background: var(--white);
      border: 1px solid var(--shape-border);
      border-radius: 30px;
      padding: 6px 12px;
      align-items: center;
      cursor: pointer;
      gap: 4px;
    }
    @media (max-width: 1199.98px) {
      header .profile-box {
        border: none;
        box-shadow: none;
        padding: 0;
      }
      header .profile-box .profile-name {
        display: none;
      }
    }
    @media (max-width: 575.98px) {
      header .profile-box img {
        width: 25px;
        height: 25px;
      }
    }
    header .profile-menu li {
      padding: 10px 12px;
    }
    header .profile-menu li a {
      display: flex;
      gap: 10px;
    }
    @media (max-width: 1199.98px) {
      header .profile-menu {
        min-width: 150px;
      }
    }
    header .profile-menu:not(.language-menu) {
      top: 55px;
    }
    @media (max-width: 1199.98px) {
      header .profile-menu:not(.language-menu) {
        top: 40px;
      }
    }
    @media (max-width: 575.98px) {
      header .profile-menu:not(.language-menu) {
        top: 45px;
      }
    }
    header .language-menu {
      min-width: 90px;
    }
    header .language-menu li:nth-child(n+2) {
      border-top: 1px solid var(--shape-border);
    }
    header .custom-menu h5, header .custom-menu .h5,
    header .custom-menu h6,
    header .custom-menu .h6 {
      font-weight: 600;
    }
    header .title {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    header .custom-menu .bg-primary-light {
      padding: 15px 20px;
    }
    header .dropdown-title {
      padding: 14px 20px;
      text-align: center;
      border-bottom: 1px dashed var(--border-color);
    }
    header .cart-dropdown {
      width: 300px;
      box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
    }
    header .cart-dropdown ul {
      padding: 0 0 15px;
    }
    header .cart-dropdown li {
      margin: 0 15px;
      padding: 10px 0;
    }
    header .cart-dropdown li .d-flex {
      align-items: center;
      position: relative;
    }
    header .cart-dropdown li .d-flex .flex-grow-1 {
      margin-right: 20px;
    }
    header .cart-dropdown li .d-flex .flex-grow-1 span {
      letter-spacing: 0.8px;
    }
    [dir=rtl] header .cart-dropdown li .d-flex .flex-grow-1 {
      margin-right: unset;
      margin-left: 20px;
    }
    header .cart-dropdown li + li {
      margin-top: 0;
      border-top: 1px dashed var(--border-color);
    }
    header .cart-dropdown li:last-child {
      padding: 20px 15px;
      border-top: none;
    }
    header .cart-dropdown p {
      line-height: 1.3;
      margin-top: 3px;
      opacity: 0.6;
    }
    header .cart-dropdown .close-circle {
      position: absolute;
      right: 0;
      top: 0;
    }
    [dir=rtl] header .cart-dropdown .close-circle {
      right: unset;
      left: 0;
    }
    header .cart-dropdown .close-circle a {
      width: 17px;
      height: 17px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    header .cart-dropdown .close-circle svg {
      width: 14px;
      stroke: #ffffff;
    }
    header .cart-dropdown .qty-box {
      margin: 5px 0;
    }
    header .cart-dropdown .qty-box .input-group {
      width: 80px;
      background-color: transparent;
    }
    header .cart-dropdown .qty-box .input-group input {
      background-color: transparent;
    }
    header .cart-dropdown .qty-box .input-group input,
    header .cart-dropdown .qty-box .input-group .btn {
      font-size: 10px;
      font-family: "Nunito Sans", sans-serif;
      font-weight: 700;
    }
    header .cart-dropdown .qty-box .input-group .btn {
      padding: 0px 7px;
      background-color: rgba(48, 142, 135, 0.1) !important;
      border-color: rgba(48, 142, 135, 0.1) !important;
      border-radius: 100%;
      font-size: 14px;
      color: var(--body-font-color);
    }
    header .cart-dropdown .font-primary {
      margin: 8px 8px 0px;
    }
    header .cart-dropdown .total {
      margin: 0;
      padding: 15px;
      background-color: var(--body-color);
      border: none;
    }
    header .cart-dropdown .total h6, header .cart-dropdown .total .h6 {
      font-family: "Nunito Sans", sans-serif;
      font-weight: 500;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 0.5px;
    }
    header .cart-dropdown .total h6 span, header .cart-dropdown .total .h6 span {
      font-size: 14px;
      float: right;
    }
    header .cart-dropdown .view-checkout {
      text-decoration: unset;
    }
    header .notification-dropdown {
      min-width: 335px;
    }
    header .notification-dropdown .title {
      justify-content: space-between;
    }
    header .notification-dropdown .title span {
      font-size: 13px;
    }
    header .notification-dropdown ul.activity-timeline {
      position: relative;
      padding: 10px 0;
    }
    header .notification-dropdown ul.activity-timeline .d-flex {
      align-items: center;
    }
    header .notification-dropdown ul.activity-timeline .d-flex .activity-line {
      position: absolute;
      top: 20px;
      height: 72%;
      border-left: 1px dashed var(--font-color);
      margin: 0 auto;
      left: 26px;
      z-index: 1;
    }
    header .notification-dropdown ul.activity-timeline .d-flex .flex-grow-1 {
      display: block;
      margin-left: 15px;
    }
    header .notification-dropdown ul.activity-timeline .d-flex .flex-grow-1 h6 span, header .notification-dropdown ul.activity-timeline .d-flex .flex-grow-1 .h6 span {
      margin-left: 5px;
      color: var(--body-font-color);
    }
    @media (max-width: 586px) {
      header .notification-dropdown ul.activity-timeline .d-flex .flex-grow-1 h6 span .circle-color, header .notification-dropdown ul.activity-timeline .d-flex .flex-grow-1 .h6 span .circle-color {
        width: 8px !important;
        height: 8px !important;
      }
    }
    header .notification-dropdown ul.activity-timeline .d-flex .flex-grow-1 h5, header .notification-dropdown ul.activity-timeline .d-flex .flex-grow-1 .h5 {
      font-size: 14px;
      margin-top: 6px;
    }
    header .notification-dropdown ul.activity-timeline .d-flex .flex-grow-1 p {
      color: var(--body-font-color);
      opacity: 0.6;
      font-size: 14px;
      margin-top: 3px;
      margin-bottom: 0;
    }
    header .notification-dropdown ul.activity-timeline .d-flex .flex-grow-1 p:first-child {
      font-size: 12px;
    }
    header .notification-dropdown ul.activity-timeline .d-flex .activity-dot-primary,
    header .notification-dropdown ul.activity-timeline .d-flex .activity-dot-secondary {
      left: 4px;
    }
    header .notification-dropdown ul li {
      padding: 10px 20px;
    }
    header .notification-dropdown ul .bg-primary-light {
      margin-bottom: 10px;
    }
    header .bookmark-dropdown {
      min-width: 300px;
    }
    header .bookmark-dropdown .input-group {
      border: none;
    }
    header .bookmark-dropdown .input-group .form-control {
      border: 1px solid var(--shape-border);
      border-right: none;
      border-radius: 30px;
    }
    header .bookmark-dropdown .input-group .input-group-text {
      border: 1px solid var(--shape-border);
      border-radius: 30px;
    }
    header .bookmark-dropdown ul {
      padding: 10px 0;
    }
    header .bookmark-dropdown ul li {
      display: block;
      padding: 10px 15px;
    }
    header .bookmark-dropdown ul li .d-flex a {
      font-weight: 600;
    }
    header .bookmark-dropdown ul li:nth-child(n+2) {
      border-top: none;
    }
    header .bookmark-dropdown ul li:nth-child(n+2):hover {
      background-color: rgba(48, 142, 135, 0.2);
      cursor: pointer;
    }
    header .bookmark-dropdown ul li:hover a {
      color: var(--theme-default);
    }
    header .bookmark-dropdown ul li:hover .icon-star {
      stroke: var(--info-color);
    }
    header .bookmark-dropdown ul li .icon-star {
      width: 16px;
      height: 16px;
    }
    header .bookmark-dropdown ul li .flex-shrink-0 a {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    header .bookmark-dropdown a {
      justify-content: space-between;
    }
    header .bookmark-dropdown a,
    header .bookmark-dropdown h5,
    header .bookmark-dropdown .h5 {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    header .bookmark-dropdown .icon-star {
      width: 16px;
      height: 16px;
    }
    header .bookmark-dropdown .starred {
      stroke: var(--info-color);
    }
    header .bookmark-dropdown .input-group {
      box-shadow: none;
    }
    @media (max-width: 575.98px) {
      header .custom-menu {
        position: fixed;
        width: calc(100% - 200px);
        min-width: unset;
        top: 45px;
        right: 10px;
      }
      [dir=rtl] header .custom-menu {
        right: unset;
        left: 10px;
      }
    }
    @media only screen and (max-width: 480px) {
      header .custom-menu {
        width: 300px;
      }
    }
    @media only screen and (max-width: 360px) {
      header .custom-menu {
        width: 280px;
      }
    }
    header .header-right .custom-dropdown .translate_wrapper .current_lang .flag-icon {
      font-size: 16px;
    }
    header .header-right .custom-dropdown .translate_wrapper .current_lang h6, header .header-right .custom-dropdown .translate_wrapper .current_lang .h6 {
      display: inline-flex;
      margin-left: 1px;
    }
    header .header-right i {
      font-size: 20px;
      line-height: 1.8;
    }
    @media (max-width: 575.98px) {
      header .header-right i {
        font-size: 15px !important;
      }
    }
    @media (max-width: 586px) {
      header .header-right i {
        font-size: 17px;
      }
    }
    header .header-right svg {
      width: 20px;
      height: 20px;
      stroke: var(--body-font-color);
      fill: var(--white);
    }
    @media (max-width: 575.98px) {
      header .header-right svg {
        width: 15px !important;
        height: 15px !important;
      }
    }
    @media (max-width: 586px) {
      header .header-right svg {
        width: 17px !important;
        height: 17px !important;
      }
    }
    header .header-right a {
      color: var(--body-font-color);
    }
    header .btn-activity-primary {
      background-color: rgba(48, 142, 135, 0.1);
      border: 1px solid rgba(48, 142, 135, 0.1);
      border-radius: 30px;
      width: 32px;
      height: 32px;
    }
    header .btn-activity-primary .svg-color {
      stroke: var(--theme-default);
    }
    header .btn-activity-primary:hover .svg-color {
      stroke: var(--theme-default);
    }
    header .btn-activity-secondary {
      background-color: rgba(243, 145, 89, 0.1);
      border: 1px solid rgba(243, 145, 89, 0.1);
      border-radius: 30px;
      width: 32px;
      height: 32px;
    }
    header .btn-activity-secondary .svg-color {
      stroke: var(--theme-secondary);
    }
    header .btn-activity-secondary:hover .svg-color {
      stroke: var(--theme-secondary);
    }
    header .btn-activity-danger {
      background-color: rgba(231, 75, 43, 0.1);
      border: 1px solid rgba(231, 75, 43, 0.1);
      border-radius: 30px;
      width: 32px;
      height: 32px;
    }
    header .btn-activity-danger .svg-color {
      stroke: var(--danger-color);
    }
    header .btn-activity-danger:hover .svg-color {
      stroke: var(--danger-color);
    }
    header .circle-dot-primary {
      background-color: rgba(48, 142, 135, 0.1);
      border-radius: 100%;
      padding: 3px;
      font-size: 5px;
      color: var(--theme-default);
    }
    header .circle-dot-primary .circle-color {
      width: 8px;
      height: 8px;
      background-color: var(--theme-default);
      border-radius: 30px;
      stroke: var(--theme-default);
    }
    header .circle-dot-secondary {
      background-color: rgba(243, 145, 89, 0.1);
      border-radius: 100%;
      padding: 3px;
      font-size: 5px;
      color: var(--theme-secondary);
    }
    header .circle-dot-secondary .circle-color {
      stroke: var(--theme-secondary);
      width: 8px;
      height: 8px;
      background-color: var(--theme-secondary);
      border-radius: 30px;
    }

    .page-wrapper.horizontal-sidebar .page-header .header-left .horizontal-logo a {
      display: block;
    }
    @media (max-width: 991px) {
      .page-wrapper.horizontal-sidebar .page-header .header-left .horizontal-logo a {
        display: none;
      }
    }

    header ul[class*=header-] > li {
      position: relative;
    }
    header ul[class*=header-] > li .badge {
      position: absolute;
      top: -6px;
      right: -6px;
      padding: 3px 6px 5px;
    }
    @media (max-width: 575.98px) {
      header ul[class*=header-] > li .badge {
        padding: 1px 4px 3px;
        top: -4px;
        right: -4px;
      }
    }

/**=====================
     header css end
     ==========================**/
     footer {
      background-color: var(--white);
      padding: 19px 15px;
      bottom: 0;
      left: 0;
    }
    footer p {
      font-size: 14px;
      font-weight: 600;
    }
    footer p .footer-icon {
      width: 19px;
      height: 19px;
      stroke: var(--footer-icon);
      fill: var(--footer-icon);
    }
    @media (max-width: 767.98px) {
      footer {
        padding: 14px;
      }
      footer .row p {
        text-align: center;
      }
      footer .row p.float-end {
        float: unset !important;
      }
    }
    @media (max-width: 575.98px) {
      footer p {
        font-size: 12px;
      }
    }

    .page-wrapper.sidebar-close {
      margin-left: 0;
      transition: 0.5s all;
    }
    .page-wrapper.sidebar-close .footer {
      left: -263px;
      transition: 0.5s all;
    }

/**=====================
    5.6 Select2 CSS Start
    ==========================**/
    .dropzone {
      background-color: rgba(48, 142, 135, 0.1);
      margin-right: auto;
      margin-left: auto;
      padding: 50px;
      border: 2px dashed var(--theme-default);
      border-radius: 15px;
      border-image: none;
      box-sizing: border-box;
      min-height: 150px;
      position: relative;
      overflow: auto;
      overflow-x: hidden;
    }
    .dropzone.dropzone-secondary {
      border: 2px dashed var(--theme-secondary);
    }
    .dropzone.dropzone-secondary i {
      color: var(--theme-secondary);
    }
    @media (max-width: 360px) {
      .dropzone .note {
        min-width: unset !important;
      }
    }
    .dropzone .dz-preview {
      margin: 28px 18px !important;
      box-shadow: unset;
    }
    .dropzone .dz-preview .dz-details {
      top: unset;
      bottom: -6px;
      position: relative;
      padding-bottom: 6px;
      background-color: unset;
    }
    .dropzone .dz-preview:hover .dz-error-message {
      display: none !important;
    }
    .dropzone .dz-error-mark .dz-remove {
      position: relative;
    }

    .dz-preview .dz-remove {
      cursor: pointer;
    }

    .dropzone-secondary .dz-preview .dz-remove {
      color: var(--theme-secondary);
    }

    .select2 {
      max-width: 100%;
    }

    .add-post #cke_text-box {
      border: 1px solid var(--light-semi-gray);
    }
    .add-post form .m-checkbox-inline label {
      margin-bottom: 0;
    }
    .add-post form .form-control {
      border: 1px solid var(--light-semi-gray);
    }
    [data-theme=dark] .add-post form .form-control::placeholder {
      color: var(--light-color);
    }
    [data-theme=dark] .add-post form .form-control {
      border-color: var(--light-color);
    }
    .add-post form .col-form-label {
      padding-bottom: 0;
      padding-top: 0;
    }
    .add-post form .col-form-label .select2-container--default {
      margin-top: 10px;
      max-width: 100%;
    }
    .add-post form .col-form-label .select2-container--default .selection .select2-selection .select2-search__field {
      padding: 2px;
    }
    .add-post form .col-form-label .select2-container--default .select2-selection--multiple {
      border: 1px solid var(--light-semi-gray);
      max-width: 100%;
    }
    .add-post form .col-form-label .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      margin-top: 6px !important;
    }
    .add-post .select2-container--default .select2-selection--multiple .select2-selection__choice {
      background-color: var(--theme-default);
      border: 1px solid var(--theme-default);
      color: var(--white);
    }
    .add-post .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
      color: var(--white);
      float: right;
      margin-left: 0.5rem;
    }
    .add-post .dropzone {
      margin-bottom: 30px;
    }

    .select2-container--open .select2-dropdown {
      z-index: 7;
    }

    .select2-container {
      width: 100% !important;
    }
    .select2-container.select2 .selection {
      display: block !important;
    }

    .select2-drpdwn .select2-selection {
      border-radius: 0 !important;
      border-color: var(--light-color) !important;
      height: 40px !important;
      padding: 5px;
    }
    .select2-drpdwn .form-control {
      border-radius: 5px;
    }
    .select2-drpdwn .form-control-primary {
      border-color: var(--theme-default);
      color: var(--theme-default);
    }
    .select2-drpdwn .form-control-secondary {
      border-color: var(--theme-secondary);
      color: var(--theme-secondary);
    }
    .select2-drpdwn .form-control-success {
      border-color: var(--success-color);
      color: var(--success-color);
    }
    .select2-drpdwn .form-control-info {
      border-color: var(--info-color);
      color: var(--info-color);
    }
    .select2-drpdwn .form-control-warning {
      border-color: var(--warning-color);
      color: var(--warning-color);
    }
    .select2-drpdwn .form-control-danger {
      border-color: var(--danger-color);
      color: var(--danger-color);
    }
    .select2-drpdwn .form-control-inverse {
      border-color: var(--dark-color);
      color: var(--dark-color);
    }
    .select2-drpdwn .form-control-primary-fill {
      background-color: var(--theme-default);
      color: var(--white);
    }
    .select2-drpdwn .form-control-secondary-fill {
      background-color: var(--theme-secondary);
      color: var(--white);
    }
    .select2-drpdwn .form-control-success-fill {
      background-color: var(--success-color);
      color: var(--white);
    }
    .select2-drpdwn .form-control-info-fill {
      background-color: var(--info-color);
      color: var(--white);
    }
    .select2-drpdwn .form-control-warning-fill {
      background-color: var(--warning-color);
      color: var(--white);
    }
    .select2-drpdwn .form-control-danger-fill {
      background-color: var(--danger-color);
      color: var(--white);
    }
    .select2-drpdwn .form-control-inverse-fill {
      background-color: var(--dark-color);
      color: var(--white);
    }

    .filepond--drop-label .filepond--label-action {
      color: var(--danger-color);
      text-decoration: none;
    }

    .filepond--list .filepond--file {
      background-color: var(--theme-default);
    }

    .customLook {
      display: inline-block;
      min-width: 0;
      border: none;
    }
    .customLook .tagify__tag {
      margin-top: 0;
    }
    .customLook .tagify__tag:only-of-type .tagify__tag__removeBtn {
      display: none;
    }
    .customLook .tagify__tag:hover .tagify__tag__removeBtn {
      transform: none;
      opacity: 1;
      margin-left: -1ch;
    }
    .customLook .tagify__tag__removeBtn {
      opacity: 0;
      transform: translateX(-6px) scale(0.5);
      margin-left: -3ch;
      transition: 0.12s;
    }
    .customLook + button {
      color: var(--theme-default);
      font: bold 1.4em/1.65 Arial;
      border: 0;
      background: none;
      box-shadow: 0 0 0 2px inset var(--theme-default);
      border-radius: 50%;
      width: 1.65em;
      height: 1.65em;
      cursor: pointer;
      outline: none;
      transition: 0.1s ease-out;
      margin: 0 0 0 5px;
      vertical-align: unset;
    }
    .customLook + button:hover {
      box-shadow: 0 0 0 5px inset var(--theme-default);
    }
    .customLook .tagify__input {
      display: none;
    }

    .tagify--empty .tagify__input::before {
      color: var(--font-color);
    }

    .customSuggestionsList > div {
      max-height: 300px;
      min-height: 50px;
      border: 2px solid var(--light-color);
      overflow: auto;
    }
    .customSuggestionsList .empty {
      color: var(--theme-default);
      font-size: 20px;
      text-align: center;
      padding: 1em;
    }

    .tagify__dropdown.extra-properties .tagify__dropdown__item > img {
      display: inline-block;
      vertical-align: middle;
      height: 20px;
      transform: scale(0.75);
      margin-right: 5px;
      border-radius: 2px;
      transition: 0.12s ease-out;
    }
    .tagify__dropdown.extra-properties .tagify__dropdown__item:hover > img {
      transform: none;
      margin-right: 12px;
    }
    .tagify__dropdown.extra-properties .tagify__dropdown__item--active > img {
      transform: none;
      margin-right: 12px;
    }

    .tagify.countries .tagify__input {
      min-width: 175px;
    }
    .tagify.countries tag {
      white-space: nowrap;
    }
    .tagify.countries tag img {
      display: inline-block;
      height: 16px;
      margin-right: 3px;
      border-radius: 2px;
      pointer-events: none;
    }

    .tagify--select {
      width: 100%;
    }

    .tagify__dropdown__wrapper {
      background: var(--white);
      border-color: var(--light-gray);
    }

    .tagify__dropdown__item--active {
      background-color: var(--gray-60);
      color: var(--body-font-color);
    }

    .tagify {
      --tags-focus-border-color: var(--light-border);
      --tags-border-color: var(--light-border) !important;
      border-color: var(--light-border) !important;
    }

    .tagify__input {
      color: var(--dark-color);
    }

    .tagify--select::after {
      color: var(--font-color);
    }
    .international-num input {
      width: calc(240px + 10 * (100vw - 320px) / 1600);
      padding: 10px;
      border-radius: 2px;
      border: 1px solid var(--light-border);
    }
    .international-num input:focus {
      outline-color: var(--light-border);
    }
    .international-num input::placeholder {
      color: var(--gray-60);
    }
    .international-num .results ul {
      border: 1px solid var(--light-border);
      margin-top: 12px;
      padding: 8px;
      line-height: 1.9;
    }

    .iti--allow-dropdown .iti__flag {
      background-image: url("../images/forms/flags.png");
    }

    .select-box {
      position: relative;
      display: flex;
      width: 400px;
      flex-direction: column;
    }
    .select-box .options-container {
      background: var(--light-color);
      color: var(--body-font-color);
      max-height: 0;
      width: 100%;
      opacity: 0;
      transition: all 0.4s;
      border-radius: 0 0 8px 8px;
      overflow: hidden;
      order: 1;
    }
    .select-box .options-container::-webkit-scrollbar {
      width: 8px;
      border-radius: 0 8px 8px 0;
    }
    .select-box .options-container::-webkit-scrollbar-thumb {
      border-radius: 0 8px 8px 0;
    }
    .select-box .options-container.active {
      max-height: 240px;
      opacity: 1;
      overflow-y: scroll;
      margin-top: 53px;
    }
    @media (min-width: 1007px) and (max-width: 1920px) {
      .select-box .options-container.active {
        max-width: calc(265px + 135 * (100vw - 1007px) / 913);
      }
    }
    @media (min-width: 768px) and (max-width: 1006px) {
      .select-box .options-container.active {
        max-width: calc(295px + 55 * (100vw - 1007px) / 238);
      }
    }
    @media (max-width: 767px) {
      .select-box .options-container.active {
        max-width: calc(242px + 173 * (100vw - 320px) / 447);
        margin-top: 46px;
      }
    }
    .select-box .options-container.active + .selected-box::after {
      transform: rotateX(180deg);
      top: -6px;
    }
    .select-box .options-container.active ~ .search-box input {
      opacity: 1;
      pointer-events: auto;
    }
    .select-box .selection-option {
      padding: 12px 24px;
      cursor: pointer;
    }
    .select-box .selection-option:hover {
      background: var(--gray-60);
    }
    .select-box .selection-option .radio {
      display: none;
    }
    .select-box label {
      cursor: pointer;
    }

    .selected-box {
      background: var(--light-color);
      color: var(--font-color);
      position: relative;
      order: 0;
      padding: 12px 24px;
      cursor: pointer;
    }
    @media (min-width: 1007px) and (max-width: 1920px) {
      .selected-box {
        max-width: calc(265px + 135 * (100vw - 1007px) / 913);
      }
    }
    @media (min-width: 768px) and (max-width: 1006px) {
      .selected-box {
        max-width: calc(295px + 55 * (100vw - 1007px) / 238);
      }
    }
    @media (max-width: 767px) {
      .selected-box {
        max-width: calc(242px + 173 * (100vw - 320px) / 447);
      }
    }
    .selected-box::after {
      content: "\f078";
      font-family: "FontAwesome";
      position: absolute;
      height: 100%;
      width: 32px;
      right: 10px;
      top: 12px;
      transition: all 0.4s;
    }

    .search-box input {
      width: 100%;
      padding: 12px 16px;
      font-size: 16px;
      position: absolute;
      z-index: 1;
      border: 2px solid var(--light-color);
      opacity: 0;
      pointer-events: none;
      transition: all 0.4s;
      border-radius: 6px;
    }
    @media (min-width: 1007px) and (max-width: 1920px) {
      .search-box input {
        max-width: calc(265px + 135 * (100vw - 1007px) / 913);
      }
    }
    @media (min-width: 768px) and (max-width: 1006px) {
      .search-box input {
        max-width: calc(295px + 55 * (100vw - 1007px) / 238);
      }
    }
    @media (max-width: 767px) {
      .search-box input {
        max-width: calc(242px + 173 * (100vw - 320px) / 447);
        padding: 9px 16px;
      }
    }
    .search-box input:focus {
      outline: none;
    }

    .tagify__tag:hover:not([readonly]) div::before {
      --tag-bg-inset: unset !important;
    }

    @media (max-width: 360px) {
      .add-post form .m-checkbox-inline label {
        margin-bottom: 8px !important;
      }
    }

/**=====================
      5.6 Select2 CSS Ends
      ==========================**/
      .box-layout {
        background-image: url(../images/other-images/boxbg.jpg);
        background-blend-mode: overlay;
        background-color: rgba(255, 255, 255, 0.5);
        overflow: hidden;
      }
      @media only screen and (min-width: 1280px) {
        .box-layout .box-col-12 {
          flex: 0 0 100%;
          max-width: 100%;
        }
        .box-layout .box-col-6 {
          flex: 0 0 50%;
          max-width: 50%;
        }
        .box-layout .box-col-3 {
          flex: 0 0 25%;
          max-width: 25%;
        }
        .box-layout .box-col-7 {
          flex: 0 0 60%;
          max-width: 60%;
        }
        .box-layout .box-col-5 {
          flex: 0 0 40%;
          max-width: 40%;
        }
        .box-layout .box-col-8 {
          flex: 0 0 70%;
          max-width: 70%;
        }
        .box-layout .box-col-4e {
          flex: 0 0 30%;
          max-width: 30%;
        }
        .box-layout .box-col-4 {
          flex: 0 0 33.33%;
          max-width: 33%;
        }
        .box-layout .box-col-8 {
          flex: 0 0 66.67%;
          max-width: 66.67%;
        }
        .box-layout .box-col-8e {
          flex: 0 0 66.67%;
          max-width: 66.67%;
        }
        .box-layout .box-col-none {
          display: none !important;
        }
        .box-layout .page-wrapper {
          margin-left: 0px;
        }
        .box-layout .page-wrapper .page-header .header-wrapper .nav-right > ul > li .form-group .Typeahead .u-posRelative input {
          width: 96px !important;
        }
        .box-layout .page-wrapper.compact-wrapper:not(.sidebar-open) .page-header {
          padding-left: 0;
        }
        .box-layout .page-wrapper.compact-wrapper:not(.sidebar-open) .footer {
          padding-left: 270px;
        }
        .box-layout .page-wrapper.sidebar-open .page-body-wrapper .page-sidebar {
          left: -263px !important;
          transition: 0.5s all !important;
        }
        .box-layout .page-wrapper.sidebar-open .page-body-wrapper .page-body {
          margin-left: 0 !important;
          transition: 0.5s all !important;
        }
        .box-layout .page-wrapper.sidebar-open .page-body-wrapper .footer {
          padding-left: 20px !important;
          transition: 0.5s all !important;
        }
        .box-layout .learning-filter {
          order: -1;
        }
        .box-layout .artist-table .appointment-table.customer-table table tr td:last-child {
          min-width: 100px;
        }
        .box-layout .md-sidebar .md-sidebar-toggle {
          display: block;
        }
        .box-layout .md-sidebar .md-sidebar-aside {
          position: absolute;
          top: 40px;
          left: 0;
          opacity: 0;
          visibility: hidden;
          z-index: 3;
          width: 280px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        }
        .box-layout .md-sidebar .md-sidebar-aside.open {
          opacity: 1;
          visibility: visible;
        }
        .box-layout .widget-1.mb-xl-0 {
          margin-bottom: 25px !important;
        }
        .box-layout .radial-progress-card .radial-chart-wrap {
          margin-right: -10px;
        }
        .box-layout .currency-widget div[class*=bg-light-] {
          display: none;
        }
        .box-layout .box-order .order-1 {
          order: 1 !important;
        }
        .box-layout .activity-card .appointment-table.customer-table {
          height: 187px;
        }
        .box-layout .transaction-table tr td:first-child {
          min-width: 150px;
        }
        .box-layout .welcome-card .welcome-img {
          height: 170px;
          bottom: -22px;
        }
        .box-layout .purchase-card img {
          margin: -210px auto 0;
          width: 80%;
        }
        .box-layout .purchase-card.discover {
          margin-top: 90px;
        }
        .box-layout .purchase-card.discover img {
          margin-top: -90px;
          width: 64%;
        }
        .box-layout .apache-cotainer-large > div,
        .box-layout .apache-cotainer-large canvas,
        .box-layout #line-visual > div,
        .box-layout #line-visual canvas,
        .box-layout #line-visulH > div,
        .box-layout #line-visulH canvas {
          width: 100% !important;
        }
        .box-layout .page-wrapper.box-layout, .box-layout.page-wrapper.box-layout {
          padding-top: 40px;
          margin-top: 0 !important;
        }
        .box-layout .page-wrapper.compact-wrapper, .box-layout.page-wrapper.compact-wrapper {
          margin-top: 40px;
        }
        .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper {
          width: 230px;
          top: 40px;
          border-radius: 10px 0 0 10px;
          overflow: hidden;
        }
        .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .logo-wrapper, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .logo-wrapper {
          box-shadow: 0 8px 6px -6px rgba(89, 102, 122, 0.1);
        }
        .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-link, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-link {
          margin-top: 10px;
          margin-bottom: 20px;
          height: calc(100vh - 182px);
        }
        .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-sidebar, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .page-sidebar {
          top: 40px;
          left: unset;
          z-index: 8;
          height: auto;
          transition: 0.5s all;
        }
        .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .page-sidebar .main-sidebar .sidebar-menu {
          height: calc(100vh - 157px);
          overflow-x: hidden;
        }
        .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .page-body {
          min-height: calc(100vh - 173px);
          margin-top: 0;
          overflow: scroll;
          max-height: calc(100vh - 220px);
          padding-bottom: 30px;
          margin-left: 253px;
        }
        .box-layout .page-wrapper.compact-wrapper footer, .box-layout.page-wrapper.compact-wrapper footer {
          width: 1280px;
          margin: 0 auto;
          padding-left: 270px;
          margin-bottom: 40px !important;
          position: fixed;
          left: 50%;
          z-index: 7;
          transform: translate(-50%, 0);
          border-radius: 0;
        }
        .box-layout .page-wrapper.horizontal-sidebar .page-body-wrapper, .box-layout.page-wrapper.horizontal-sidebar .page-body-wrapper {
          width: 1280px;
          margin: 0 auto !important;
          overflow-x: unset;
          position: relative;
        }
        .box-layout .page-wrapper.horizontal-sidebar .page-body-wrapper .sidebar-wrapper, .box-layout.page-wrapper.horizontal-sidebar .page-body-wrapper .sidebar-wrapper {
          width: 230px;
          top: 40px;
          border-radius: 10px 0 0 10px;
          overflow: hidden;
        }
        .box-layout .page-wrapper.horizontal-sidebar .page-body-wrapper .sidebar-wrapper .logo-wrapper, .box-layout.page-wrapper.horizontal-sidebar .page-body-wrapper .sidebar-wrapper .logo-wrapper {
          box-shadow: 0 8px 6px -6px rgba(89, 102, 122, 0.1);
        }
        .box-layout .page-wrapper.horizontal-sidebar .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-link, .box-layout.page-wrapper.horizontal-sidebar .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-link {
          margin-top: 10px;
          margin-bottom: 20px;
          height: calc(100vh - 182px);
        }
        .box-layout .page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar, .box-layout.page-wrapper.horizontal-sidebar .page-body-wrapper .page-sidebar {
          width: 1280px;
          margin: 0;
          overflow-x: hidden;
          position: relative;
          top: 0;
        }
        .box-layout .page-wrapper.horizontal-sidebar .page-body-wrapper .page-body, .box-layout.page-wrapper.horizontal-sidebar .page-body-wrapper .page-body {
          margin-top: 0;
          min-height: calc(100vh - 310px);
          max-height: calc(100vh - 230px);
          overflow: scroll;
        }
        .box-layout .page-wrapper.horizontal-sidebar footer, .box-layout.page-wrapper.horizontal-sidebar footer {
          width: 1280px;
          margin: 0 auto;
          padding-left: 15px;
          margin-bottom: 40px !important;
          position: fixed;
          left: 50%;
          z-index: 7;
          transform: translate(-50%, 0);
          border-radius: 0;
        }
        .box-layout .page-wrapper .page-header, .box-layout.page-wrapper .page-header {
          max-width: 1280px;
          margin: 0 auto;
          left: 0;
          right: 0;
          transition: 0.5s;
          margin-top: 40px;
          width: unset;
        }
        .box-layout .page-wrapper .page-header .header-wrapper, .box-layout.page-wrapper .page-header .header-wrapper {
          border-radius: 10px 10px 0 0;
        }
        .box-layout .page-wrapper .page-body-wrapper, .box-layout.page-wrapper .page-body-wrapper {
          width: 1280px;
          box-shadow: 4px 11px 25px rgba(0, 0, 0, 0.07);
          margin: 0 auto;
          overflow: hidden;
        }
        .box-layout .page-wrapper .page-body-wrapper .todo .todo-list-wrapper #todo-list li .task-responsive, .box-layout.page-wrapper .page-body-wrapper .todo .todo-list-wrapper #todo-list li .task-responsive {
          min-width: 1087px;
          overflow: auto;
        }
        .box-layout .page-wrapper .page-body-wrapper .active-order-table, .box-layout.page-wrapper .page-body-wrapper .active-order-table {
          max-width: 443px;
          overflow: auto;
        }
        .box-layout .page-wrapper .page-body-wrapper .active-order-table table tbody tr td p, .box-layout.page-wrapper .page-body-wrapper .active-order-table table tbody tr td p {
          width: 100px;
        }
        .box-layout .page-wrapper .page-body-wrapper .activity .d-flex .gradient-round.gradient-line-1:after, .box-layout.page-wrapper .page-body-wrapper .activity .d-flex .gradient-round.gradient-line-1:after {
          height: 57px;
          bottom: -64px;
        }
        .box-layout .page-wrapper .page-body-wrapper .activity .d-flex .gradient-round.small-line:after, .box-layout.page-wrapper .page-body-wrapper .activity .d-flex .gradient-round.small-line:after {
          height: 36px;
          bottom: -43px;
        }
        .box-layout .page-wrapper .page-body-wrapper .activity .d-flex .gradient-round.medium-line:after, .box-layout.page-wrapper .page-body-wrapper .activity .d-flex .gradient-round.medium-line:after {
          height: 40px;
          bottom: -48px;
        }
        .box-layout .page-wrapper .page-body-wrapper .blockquote-footer, .box-layout.page-wrapper .page-body-wrapper .blockquote-footer {
          margin-left: 0;
          width: 100%;
        }
        .box-layout .page-wrapper .page-body-wrapper .footer-fix, .box-layout.page-wrapper .page-body-wrapper .footer-fix {
          padding-left: 230px;
        }
        .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-content, .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .call-content {
          display: flex;
          align-items: center;
          justify-content: center;
          min-width: 300px;
        }
        .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-content > div, .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .call-content > div {
          z-index: 8;
          background-color: rgba(255, 255, 255, 0.75);
          background-blend-mode: overlay;
          width: 100%;
          padding: 30px;
          left: 15px;
        }
        .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-content button, .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .call-content button {
          width: 40%;
          font-size: 14px;
          margin: 0 auto;
        }
        .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-icons, .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .call-icons {
          margin-top: 20px;
          margin-bottom: 20px;
        }
        .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-icons ul li, .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .call-icons ul li {
          border: 1px dashed #717171;
          width: 50px;
          height: 50px;
          padding: 8px;
        }
        .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .receiver-img, .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .receiver-img {
          margin-top: 30px;
          margin-bottom: 30px;
        }
        .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .receiver-img img, .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .receiver-img img {
          width: 38%;
        }
        .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .total-time h2, .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .total-time .h2, .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .total-time h2, .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .total-time .h2 {
          font-size: 28px;
          color: #717171;
        }
        .box-layout .page-wrapper .page-body-wrapper canvas#myLineCharts, .box-layout.page-wrapper .page-body-wrapper canvas#myLineCharts {
          width: 100%;
        }
        .box-layout .page-wrapper .page-body-wrapper .chat-right-aside, .box-layout.page-wrapper .page-body-wrapper .chat-right-aside {
          flex: 0 0 60%;
          max-width: 60%;
          overflow: hidden;
        }
        .box-layout .page-wrapper .page-body-wrapper .caller-img, .box-layout.page-wrapper .page-body-wrapper .caller-img {
          position: absolute;
          width: 100%;
          max-width: 100%;
          left: 15px;
        }
        .box-layout .page-wrapper .page-body-wrapper .caller-img img, .box-layout.page-wrapper .page-body-wrapper .caller-img img {
          opacity: 0.7;
        }
        .box-layout .page-wrapper .page-body-wrapper .browser-widget img, .box-layout.page-wrapper .page-body-wrapper .browser-widget img {
          height: 65px;
        }
        .box-layout .page-wrapper .page-body-wrapper .custom-card .card-header img, .box-layout.page-wrapper .page-body-wrapper .custom-card .card-header img {
          margin-top: -73px;
        }
        .box-layout .page-wrapper .page-body-wrapper .custom-card .card-profile img, .box-layout.page-wrapper .page-body-wrapper .custom-card .card-profile img {
          height: 130px;
          top: -17px;
        }
        .box-layout .page-wrapper .page-body-wrapper .select2, .box-layout.page-wrapper .page-body-wrapper .select2 {
          width: 901.781px;
        }
        .box-layout .page-wrapper ul.close_icon > li label, .box-layout.page-wrapper ul.close_icon > li label {
          padding: 0;
        }
        .box-layout .page-wrapper ul.close_icon > li label:after, .box-layout.page-wrapper ul.close_icon > li label:after {
          display: none;
        }
        .box-layout .page-wrapper .bookmark ul, .box-layout.page-wrapper .bookmark ul {
          margin-right: -1px;
        }
        .box-layout .page-wrapper #batchDelete .jsgrid-grid-header .jsgrid-table tr th .btn, .box-layout.page-wrapper #batchDelete .jsgrid-grid-header .jsgrid-table tr th .btn {
          padding-left: 20px;
          padding-right: 20px;
        }
        .box-layout .page-wrapper .btn-group-showcase .btn-radio .btn-group .radio input[type=radio], .box-layout.page-wrapper .btn-group-showcase .btn-radio .btn-group .radio input[type=radio] {
          display: none;
        }
        .box-layout .page-wrapper .d-flex.bitcoin-graph, .box-layout.page-wrapper .d-flex.bitcoin-graph {
          display: block;
        }
        .box-layout .page-wrapper .d-flex.bitcoin-graph .top-bitcoin, .box-layout.page-wrapper .d-flex.bitcoin-graph .top-bitcoin {
          display: inline-block;
          vertical-align: middle;
        }
        .box-layout .page-wrapper .d-flex.bitcoin-graph .flex-grow-1, .box-layout.page-wrapper .d-flex.bitcoin-graph .flex-grow-1 {
          margin-top: 30px;
        }
        .box-layout .page-wrapper .d-flex.bitcoin-graph .flex-grow-1 .bitcoin-content .bitcoin-numbers h6, .box-layout .page-wrapper .d-flex.bitcoin-graph .flex-grow-1 .bitcoin-content .bitcoin-numbers .h6, .box-layout.page-wrapper .d-flex.bitcoin-graph .flex-grow-1 .bitcoin-content .bitcoin-numbers h6, .box-layout.page-wrapper .d-flex.bitcoin-graph .flex-grow-1 .bitcoin-content .bitcoin-numbers .h6 {
          font-size: 14PX;
        }
        .box-layout .page-wrapper .d-flex.bitcoin-graph .flex-grow-1 .bitcoin-content.text-right, .box-layout.page-wrapper .d-flex.bitcoin-graph .flex-grow-1 .bitcoin-content.text-right {
          text-align: center !important;
        }
        .box-layout .page-wrapper .alert.inverse p, .box-layout.page-wrapper .alert.inverse p {
          max-width: 238px;
          display: block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
        }
        .box-layout .page-wrapper .auth-bg-effect .second-effect, .box-layout.page-wrapper .auth-bg-effect .second-effect {
          left: 55%;
        }
        .box-layout .page-wrapper .auth-bg-video video, .box-layout.page-wrapper .auth-bg-video video {
          min-width: 67%;
          width: 67%;
        }
        .box-layout .page-wrapper .page-builder .ge-canvas.ge-layout-desktop, .box-layout.page-wrapper .page-builder .ge-canvas.ge-layout-desktop {
          margin-top: 40px;
        }
        .box-layout .page-wrapper .page-builder .ge-addRowGroup, .box-layout.page-wrapper .page-builder .ge-addRowGroup {
          margin-bottom: 10px;
        }
        .box-layout .page-wrapper .pricing-wrapper-card, .box-layout.page-wrapper .pricing-wrapper-card {
          padding: 50px 20px;
        }
        .box-layout .page-wrapper .card .blog-box.blog-grid.set-min-height, .box-layout.page-wrapper .card .blog-box.blog-grid.set-min-height {
          min-height: 400px;
        }
        .box-layout .page-wrapper .flot-chart-placeholder#donut-color-chart-morris-daily, .box-layout.page-wrapper .flot-chart-placeholder#donut-color-chart-morris-daily {
          min-height: 430px;
        }
        .box-layout .page-wrapper .flot-chart-placeholder#donut-color-chart-morris, .box-layout.page-wrapper .flot-chart-placeholder#donut-color-chart-morris {
          min-height: 430px;
        }
        .box-layout .page-wrapper .box-col-12, .box-layout.page-wrapper .box-col-12 {
          flex: 0 0 100%;
          max-width: 100%;
        }
        .box-layout .page-wrapper .box-col-6, .box-layout.page-wrapper .box-col-6 {
          flex: 0 0 50%;
          max-width: 50%;
        }
        .box-layout .page-wrapper .box-col-3, .box-layout.page-wrapper .box-col-3 {
          flex: 0 0 25%;
          max-width: 25%;
        }
        .box-layout .page-wrapper .box-col-7, .box-layout.page-wrapper .box-col-7 {
          flex: 0 0 60%;
          max-width: 60%;
        }
        .box-layout .page-wrapper .box-col-5, .box-layout.page-wrapper .box-col-5 {
          flex: 0 0 40%;
          max-width: 40%;
        }
        .box-layout .page-wrapper .box-col-8, .box-layout.page-wrapper .box-col-8 {
          flex: 0 0 70%;
          max-width: 70%;
        }
        .box-layout .page-wrapper .box-col-4e, .box-layout.page-wrapper .box-col-4e {
          flex: 0 0 30%;
          max-width: 30%;
        }
        .box-layout .page-wrapper .box-col-4, .box-layout.page-wrapper .box-col-4 {
          flex: 0 0 33.33%;
          max-width: 33%;
        }
        .box-layout .page-wrapper .box-col-8e, .box-layout.page-wrapper .box-col-8e {
          flex: 0 0 66.67%;
          max-width: 66.67%;
        }
        .box-layout .page-wrapper .box-col-none, .box-layout.page-wrapper .box-col-none {
          display: none !important;
        }
        .box-layout .page-wrapper .chat-box .chat-right-aside, .box-layout.page-wrapper .chat-box .chat-right-aside {
          flex: 0 0 100%;
          max-width: calc(100% - 15px);
          overflow: hidden;
        }
        .box-layout .page-wrapper .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i, .box-layout.page-wrapper .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i {
          font-size: 19px;
        }
        .box-layout .page-wrapper .chat-box .toogle-bar, .box-layout.page-wrapper .chat-box .toogle-bar {
          display: inline-block;
          margin-right: 0 !important;
        }
        .box-layout .page-wrapper .chat-menu, .box-layout.page-wrapper .chat-menu {
          right: 0;
          opacity: 0;
          transform: translateY(-30px);
          visibility: hidden;
          top: 81px;
          position: absolute;
          z-index: 9;
          transition: all linear 0.3s;
        }
        .box-layout .page-wrapper .chat-menu.show, .box-layout.page-wrapper .chat-menu.show {
          opacity: 1;
          visibility: visible;
          transform: translateY(0px);
          transition: all linear 0.3s;
          padding-bottom: 25px;
        }
        .box-layout .page-wrapper .ct-10.total-chart .ct-chart-bar .ct-series .ct-bar, .box-layout.page-wrapper .ct-10.total-chart .ct-chart-bar .ct-series .ct-bar {
          stroke-width: 23px !important;
        }
        .box-layout .page-wrapper .email-wrap .email-body .email-compose .cke_contents.cke_reset, .box-layout.page-wrapper .email-wrap .email-body .email-compose .cke_contents.cke_reset {
          max-height: 165px;
        }
        .box-layout .page-wrapper .email-wrap .row .col-xl-6, .box-layout.page-wrapper .email-wrap .row .col-xl-6 {
          padding-left: 12px;
        }
        .box-layout .page-wrapper .email-wrap .row .col-xl-3 + .col-xl-3, .box-layout.page-wrapper .email-wrap .row .col-xl-3 + .col-xl-3 {
          padding-right: 12px;
        }
        .box-layout .page-wrapper .email-wrap .email-right-aside .email-body .inbox, .box-layout.page-wrapper .email-wrap .email-right-aside .email-body .inbox {
          height: 644px;
        }
        .box-layout .page-wrapper .email-wrap .email-content .email-top .user-emailid:after, .box-layout.page-wrapper .email-wrap .email-content .email-top .user-emailid:after {
          right: -10px;
        }
        .box-layout .page-wrapper .todo .notification-popup, .box-layout.page-wrapper .todo .notification-popup {
          right: 320px;
        }
        .box-layout .page-wrapper .touchspin, .box-layout.page-wrapper .touchspin {
          padding: 0 10px;
        }
        .box-layout .page-wrapper .vertical-menu-main, .box-layout.page-wrapper .vertical-menu-main {
          width: 1280px;
          margin: 0 auto;
          left: 0;
          right: 0;
        }
        .box-layout .page-wrapper .vertical-menu-main .mega-menu, .box-layout.page-wrapper .vertical-menu-main .mega-menu {
          width: 1050px !important;
          max-width: 1050px !important;
          left: -320px !important;
        }
        .box-layout .page-wrapper .comingsoon video, .box-layout.page-wrapper .comingsoon video {
          min-width: 67%;
          width: 67%;
        }
        .box-layout .btn-group-showcase .btn {
          padding: 0.375rem 30px;
        }
        .box-layout .job-sidebar {
          background-color: var(--white);
          padding: 20px;
        }
        .box-layout .default-dashboard .transaction-history table tbody tr td {
          min-width: 100px;
        }
        .box-layout .default-dashboard .transaction-history table tbody tr td:first-child {
          min-width: 195px;
        }
        .box-layout .default-dashboard .transaction-history table tbody tr td:nth-child(2) {
          min-width: 110px;
        }
        .box-layout .default-dashboard .manage-invoice table tbody tr td:nth-child(2) {
          min-width: 123px;
        }
        .box-layout .default-dashboard .manage-invoice table tbody tr td:nth-child(3) {
          min-width: 70px;
        }
        .box-layout .default-dashboard .manage-invoice table tbody tr td:nth-child(4) {
          min-width: 115px;
        }
        .box-layout .default-dashboard .manage-invoice table tbody tr td:nth-child(5) {
          min-width: 70px;
        }
        .box-layout .dashboard-3 .graphic-design .header-top .d-flex .flex-shrink-0 {
          height: 45px;
          width: 45px;
        }
        .box-layout .dashboard-3 .graphic-design ul li:nth-child(3) {
          display: none;
        }
        .box-layout .dashboard-3 .graphic-design ul li:last-child {
          display: none;
        }
        .box-layout .dashboard-3 .performance-card .nav {
          display: none;
        }
        .box-layout .dashboard-3 .assignment-table table tbody tr td {
          min-width: 162px;
        }
        .box-layout .dashboard-2 .selling-product .card-body ul li .recent-text p {
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box !important;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          white-space: normal;
        }
        .box-layout .dashboard-2 .selling-product .card-body ul li .flex-grow-1 h6, .box-layout .dashboard-2 .selling-product .card-body ul li .flex-grow-1 .h6 {
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box !important;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          white-space: normal;
        }
        .box-layout .dashboard-2 .target-card .card-body {
          margin-top: 10px;
        }
        .box-layout .box-order-1 {
          order: 1 !important;
        }
        .box-layout .box-order-2 {
          order: 2 !important;
        }
        .box-layout .manager-card .job-sidebar {
          padding: 0;
          background-color: transparent;
        }
        .box-layout header .form-group-header {
          width: 300px;
        }
        .box-layout .user-profile .ttl-info span {
          overflow: hidden;
        }
      }

      @media (max-width: 575px) {
        .dashboard-2 .analytics-card .header-top .nav {
          display: none;
        }
      }
      .dashboard-2 .analytics-card .sale-chart-box .d-flex li .statistic-content {
        color: var(--font-color);
        font-size: 14px;
        font-weight: 600;
      }
      .dashboard-2 .analytics-card .sale-chart-box .d-flex li .statistic-content span {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin-right: 5px;
      }
      .dashboard-2 .analytics-card .sale-chart-box .d-flex li .statistic-content span.primary-dot {
        background-color: var(--theme-default);
      }
      .dashboard-2 .analytics-card .sale-chart-box .d-flex li .statistic-content span.secondary-dot {
        background-color: var(--theme-secondary);
      }
      .dashboard-2 .analytics-card .sale-chart-box .d-flex li h5, .dashboard-2 .analytics-card .sale-chart-box .d-flex li .h5 {
        color: var(--body-font-color);
        font-size: calc(16px + 8 * (100vw - 300px) / 1620);
        font-weight: 800;
      }
      .dashboard-2 .analytics-card .sale-chart-box .d-flex li .statistic-num span {
        font-size: 12px;
        font-weight: 600;
        margin-left: 15px;
      }
      .dashboard-2 .analytics-card .sale-chart-box .d-flex li + li {
        padding-left: 25px;
        margin-left: 25px;
      }
      @media (max-width: 360px) {
        .dashboard-2 .analytics-card .sale-chart-box .d-flex li + li {
          padding-left: 20px;
          margin-left: 0;
        }
      }
      .dashboard-2 .user-status table thead tr th {
        color: var(--font-color);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.5px;
        text-transform: uppercase;
      }
      .dashboard-2 .user-status table thead tr th:first-child {
        padding-left: 0;
      }
      @media (max-width: 370px) {
        .dashboard-2 .user-status table thead tr th:nth-child(2) {
          display: none;
        }
      }
      .dashboard-2 .user-status table tbody tr {
        vertical-align: middle;
      }
      .dashboard-2 .user-status table tbody tr td {
        padding: 9px 0;
      }
      @media (max-width: 1430px) and (min-width: 1400px) {
        .dashboard-2 .user-status table tbody tr td .gap-3 {
          gap: 6px !important;
        }
      }
      .dashboard-2 .user-status table tbody tr td:first-child {
        padding-left: 0;
      }
      @media (max-width: 370px) {
        .dashboard-2 .user-status table tbody tr td:nth-child(2) {
          display: none;
        }
      }
      .dashboard-2 .user-status table tbody tr td:last-child {
        min-width: 70px;
      }
      .dashboard-2 .user-status table tbody tr td .d-flex .flex-grow-1 h6, .dashboard-2 .user-status table tbody tr td .d-flex .flex-grow-1 .h6 {
        color: var(--body-font-color);
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
      }
      .dashboard-2 .user-status table tbody tr td .d-flex .flex-grow-1 h6 span, .dashboard-2 .user-status table tbody tr td .d-flex .flex-grow-1 .h6 span {
        color: var(--font-color);
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
      }
      .dashboard-2 .user-status table tbody tr td h3, .dashboard-2 .user-status table tbody tr td .h3 {
        color: var(--body-font-color);
        font-size: 14px;
        font-weight: 600;
      }
      .dashboard-2 .user-status table tbody tr td .progress {
        height: 6px;
      }
      .dashboard-2 .sale-card .card-header .header-top {
        align-items: flex-start;
      }
      .dashboard-2 .sale-card .card-header .header-top h3, .dashboard-2 .sale-card .card-header .header-top .h3 {
        color: var(--body-font-color);
        font-size: calc(16px + 8 * (100vw - 300px) / 1620);
        font-weight: 800;
      }
      .dashboard-2 .sale-card .card-header .header-top span {
        color: var(--font-color);
        font-size: 16px;
        font-weight: 600;
      }
      .dashboard-2 .sale-card .card-body .current-sale-container .overview-wrapper {
        position: relative;
        z-index: 1;
      }
      .dashboard-2 .sale-card .card-body .current-sale-container .back-bar-container {
        position: absolute;
        width: calc(100% + 24px);
        bottom: -30px;
        margin: 0 auto !important;
        left: -19px;
      }
      @media (max-width: 1640px) and (min-width: 1400px) {
        .dashboard-2 .sale-card .card-body .current-sale-container .back-bar-container {
          bottom: -55px;
        }
      }
      @media (max-width: 1300px) and (min-width: 1200px) {
        .dashboard-2 .sale-card .card-body .current-sale-container .back-bar-container {
          bottom: -55px;
        }
      }
      @media (max-width: 1090px) and (min-width: 992px) {
        .dashboard-2 .sale-card .card-body .current-sale-container .back-bar-container {
          bottom: -55px;
        }
      }
      @media (max-width: 820px) {
        .dashboard-2 .sale-card .card-body .current-sale-container .back-bar-container {
          bottom: -55px;
        }
      }
      @media (max-width: 1530px) {
        .dashboard-2 .selling-product .card-header .dropdown {
          display: none;
        }
      }
      .dashboard-2 .selling-product .card-body ul li {
        padding: 8px 0;
      }
      .dashboard-2 .selling-product .card-body ul li:last-child {
        padding-bottom: 0px;
      }
      .dashboard-2 .selling-product .card-body ul li .flex-shrink-0 {
        height: 35px;
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border-width: 1px !important;
        border-style: solid;
      }
      .dashboard-2 .selling-product .card-body ul li .flex-shrink-0 svg {
        width: 21px;
        height: 21px;
      }
      .dashboard-2 .selling-product .card-body ul li .flex-grow-1 h6, .dashboard-2 .selling-product .card-body ul li .flex-grow-1 .h6 {
        color: var(--body-font-color);
        font-weight: 600;
      }
      @media (max-width: 1760px) {
        .dashboard-2 .selling-product .card-body ul li .flex-grow-1 h6, .dashboard-2 .selling-product .card-body ul li .flex-grow-1 .h6 {
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box !important;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          white-space: normal;
        }
      }
      .dashboard-2 .selling-product .card-body ul li .flex-grow-1 p {
        color: var(--font-color);
        font-weight: 600;
      }
      .dashboard-2 .selling-product .card-body ul li .recent-text h5, .dashboard-2 .selling-product .card-body ul li .recent-text .h5 {
        color: var(--body-font-color);
        font-size: 14px;
        font-weight: 600;
      }
      .dashboard-2 .selling-product .card-body ul li .recent-text p {
        color: var(--font-color);
        font-size: 12px;
        font-weight: 400;
      }
      @media (max-width: 1740px) {
        .dashboard-2 .selling-product .card-body ul li .recent-text p {
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box !important;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          white-space: normal;
        }
      }
      .dashboard-2 .best-sell .card-body thead tr th {
        text-transform: capitalize;
        font-weight: 700;
        color: var(--font-color);
        padding: 10px;
      }
      @media (max-width: 1870px) and (min-width: 767px) {
        .dashboard-2 .best-sell .card-body thead tr th {
          padding: 10px 0;
        }
      }
      .dashboard-2 .best-sell .card-body thead tr th:first-child {
        padding-left: 0;
      }
      @media (max-width: 1600px) and (min-width: 1400px) {
        .dashboard-2 .best-sell .card-body thead tr th:nth-child(5) {
          display: none;
        }
      }
      @media (max-width: 1300px) and (min-width: 1200px) {
        .dashboard-2 .best-sell .card-body thead tr th:nth-child(5) {
          display: none;
        }
      }
      @media (max-width: 1500px) and (min-width: 1200px) {
        .dashboard-2 .best-sell .card-body thead tr th:nth-child(3) {
          display: none;
        }
      }
      .dashboard-2 .best-sell .card-body tbody tr {
        vertical-align: middle;
      }
      .dashboard-2 .best-sell .card-body tbody tr td {
        color: var(--body-font-color);
        font-weight: 600;
        padding: 10px;
        border: 0;
      }
      @media (max-width: 730px) {
        .dashboard-2 .best-sell .card-body tbody tr td {
          min-width: 100px;
        }
      }
      @media (max-width: 1870px) and (min-width: 767px) {
        .dashboard-2 .best-sell .card-body tbody tr td {
          padding: 10px 0;
        }
      }
      .dashboard-2 .best-sell .card-body tbody tr td:first-child {
        padding-left: 0;
      }
      @media (max-width: 730px) {
        .dashboard-2 .best-sell .card-body tbody tr td:first-child {
          min-width: 170px;
        }
      }
      .dashboard-2 .best-sell .card-body tbody tr td:last-child {
        padding-right: 0;
      }
      @media (max-width: 730px) {
        .dashboard-2 .best-sell .card-body tbody tr td:nth-child(3) {
          min-width: 170px;
        }
      }
      @media (max-width: 1600px) and (min-width: 1400px) {
        .dashboard-2 .best-sell .card-body tbody tr td:nth-child(5) {
          display: none;
        }
      }
      @media (max-width: 1300px) and (min-width: 1200px) {
        .dashboard-2 .best-sell .card-body tbody tr td:nth-child(5) {
          display: none;
        }
      }
      @media (max-width: 1500px) and (min-width: 1200px) {
        .dashboard-2 .best-sell .card-body tbody tr td:nth-child(3) {
          display: none;
        }
      }
      .dashboard-2 .best-sell .card-body tbody tr td .d-flex .flex-grow-1 h6, .dashboard-2 .best-sell .card-body tbody tr td .d-flex .flex-grow-1 .h6 {
        font-weight: 600;
        color: var(--body-font-color);
      }
      .dashboard-2 .best-sell .card-body tbody tr td .d-flex .flex-grow-1 p {
        color: var(--font-color);
        font-weight: 600;
      }
      .dashboard-2 .best-sell .card-body tbody tr td .btn {
        padding: 7px 18px;
        min-width: 115px;
      }
      .dashboard-2 .value-chart .card-body {
        padding: 30px;
      }
      @media (max-width: 767px) {
        .dashboard-2 .value-chart .card-body {
          padding: 10px 30px;
        }
      }
      .dashboard-2 .value-chart .sales-chart,
      .dashboard-2 .value-chart .visitor-chart {
        min-height: 150px !important;
      }
      .dashboard-2 .value-chart .valuechart-detail {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
      }
      .dashboard-2 .value-chart .valuechart-detail .badge {
        font-weight: 600;
        padding: 4px 9px;
      }
      .dashboard-2 .value-chart .valuechart-detail .badge.badge-primary {
        box-shadow: 0px 0px 15px 0px rgba(48, 142, 135, 0.4);
      }
      .dashboard-2 .value-chart .valuechart-detail .badge.badge-secondary {
        box-shadow: 0px 0px 15px 0px rgba(243, 145, 89, 0.4);
      }
      .dashboard-2 .value-chart .valuechart-detail h2, .dashboard-2 .value-chart .valuechart-detail .h2 {
        color: var(--body-font-color);
        font-size: calc(14px + 6 * (100vw - 300px) / 1620);
        font-weight: 700;
        margin-top: 18px;
      }
      .dashboard-2 .value-chart .valuechart-detail p {
        color: var(--font-color);
        font-size: 12px;
        font-weight: 600;
      }
      .dashboard-2 .value-chart:hover {
        transform: translateY(-5px);
        transition: 0.5s;
      }
      .dashboard-2 .recent-order table thead tr th {
        text-transform: capitalize;
        font-weight: 700;
        color: var(--font-color);
        padding: 10px;
      }
      .dashboard-2 .recent-order table thead tr th:first-child {
        padding-left: unset;
      }
      @media (max-width: 1500px) and (min-width: 1200px) {
        .dashboard-2 .recent-order table thead tr th:nth-child(2) {
          display: none;
        }
      }
      @media (max-width: 1730px) and (min-width: 1400px) {
        .dashboard-2 .recent-order table thead tr th:nth-child(4) {
          display: none;
        }
      }
      @media (max-width: 1300px) and (min-width: 1200px) {
        .dashboard-2 .recent-order table thead tr th:nth-child(4) {
          display: none;
        }
      }
      .dashboard-2 .recent-order table tbody tr {
        vertical-align: middle;
      }
      .dashboard-2 .recent-order table tbody tr td {
        vertical-align: middle;
        min-width: 100px;
        padding: 10px;
        color: var(--body-font-color);
      }
      @media (max-width: 730px) {
        .dashboard-2 .recent-order table tbody tr td {
          min-width: 120px;
        }
      }
      @media (max-width: 1770px) {
        .dashboard-2 .recent-order table tbody tr td {
          padding: 10px 5px;
          min-width: 82px;
        }
      }
      .dashboard-2 .recent-order table tbody tr td:first-child {
        padding-left: unset;
      }
      @media (max-width: 730px) {
        .dashboard-2 .recent-order table tbody tr td:first-child {
          min-width: 170px;
        }
      }
      @media (max-width: 1500px) and (min-width: 1200px) {
        .dashboard-2 .recent-order table tbody tr td:nth-child(2) {
          display: none;
        }
      }
      @media (max-width: 730px) {
        .dashboard-2 .recent-order table tbody tr td:nth-child(2) {
          min-width: 140px;
        }
      }
      @media (max-width: 1730px) and (min-width: 1400px) {
        .dashboard-2 .recent-order table tbody tr td:nth-child(4) {
          display: none;
        }
      }
      @media (max-width: 1300px) and (min-width: 1200px) {
        .dashboard-2 .recent-order table tbody tr td:nth-child(4) {
          display: none;
        }
      }
      .dashboard-2 .recent-order table tbody tr td:last-child {
        padding-right: 0;
      }
      .dashboard-2 .recent-order table tbody tr td:last-child h6, .dashboard-2 .recent-order table tbody tr td:last-child .h6 {
        font-weight: 600;
      }
      .dashboard-2 .recent-order table tbody tr td:last-child h6 span, .dashboard-2 .recent-order table tbody tr td:last-child .h6 span {
        color: var(--font-color);
        font-weight: 600;
      }
      .dashboard-2 .recent-order table tbody tr td .d-flex .flex-grow-1 h6, .dashboard-2 .recent-order table tbody tr td .d-flex .flex-grow-1 .h6 {
        font-weight: 600;
        color: var(--body-font-color);
      }
      .dashboard-2 .recent-order table tbody tr td .d-flex .flex-grow-1 p {
        color: var(--font-color);
        font-weight: 600;
      }
      .dashboard-2 .recent-order table tbody tr td .status-showcase {
        text-align: right;
      }
      .dashboard-2 .recent-order table tbody tr td .status-showcase p {
        margin-bottom: 0;
        line-height: unset;
        color: var(--font-color);
        font-size: 12px;
        font-weight: 600;
      }
      .dashboard-2 .recent-order table tbody tr td .status-showcase .progress {
        height: 6px;
      }
      .dashboard-2 .target-card .card-header ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      @media (max-width: 1600px) and (min-width: 1400px) {
        .dashboard-2 .target-card .card-header ul {
          flex-direction: column;
        }
      }
      @media (max-width: 680px) and (min-width: 576px) {
        .dashboard-2 .target-card .card-header ul {
          flex-direction: column;
        }
      }
      @media (max-width: 575px) {
        .dashboard-2 .target-card .card-header ul {
          justify-content: space-evenly;
        }
      }
      .dashboard-2 .target-card .card-header ul li {
        min-width: 155px;
        padding: 22px 12px;
        border-radius: 20px;
      }
      @media (max-width: 1800px) and (min-width: 1600px) {
        .dashboard-2 .target-card .card-header ul li {
          min-width: 145px;
        }
      }
      @media (max-width: 1740px) and (min-width: 1600px) {
        .dashboard-2 .target-card .card-header ul li {
          min-width: 115px;
        }
      }
      @media (max-width: 1600px) and (min-width: 1400px) {
        .dashboard-2 .target-card .card-header ul li {
          min-width: 155px;
          padding: 12px;
        }
      }
      @media (max-width: 1040px) and (min-width: 576px) {
        .dashboard-2 .target-card .card-header ul li {
          min-width: 140px;
        }
      }
      @media (max-width: 690px) and (min-width: 576px) {
        .dashboard-2 .target-card .card-header ul li {
          min-width: 120px;
        }
      }
      @media (max-width: 680px) and (min-width: 576px) {
        .dashboard-2 .target-card .card-header ul li {
          padding: 12px;
          min-width: 140px;
        }
      }
      @media (max-width: 360px) {
        .dashboard-2 .target-card .card-header ul li {
          min-width: 110px;
        }
      }
      .dashboard-2 .target-card .card-header ul .bg-light-primary {
        box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.03);
      }
      .dashboard-2 .target-card .card-header ul .bg-light-primary h3, .dashboard-2 .target-card .card-header ul .bg-light-primary .h3 {
        color: var(--body-font-color);
        font-weight: 800;
        font-size: calc(14px + 4 * (100vw - 300px) / 1620);
      }
      .dashboard-2 .target-card .card-header ul .bg-light-primary p {
        color: var(--font-color);
        font-size: 12px;
        font-weight: 400;
        margin-top: 3px;
      }
      .dashboard-2 .target-card .card-header ul .bg-light-primary h6, .dashboard-2 .target-card .card-header ul .bg-light-primary .h6 {
        font-size: 16px;
        font-weight: 800;
        margin-top: 6px;
      }
      .dashboard-2 .target-card .card-header ul .bg-primary {
        filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.03));
      }
      @media (max-width: 1600px) and (min-width: 1400px) {
        .dashboard-2 .target-card .card-header ul .bg-primary {
          margin-top: 10px;
        }
      }
      @media (max-width: 1530px) and (min-width: 1400px) {
        .dashboard-2 .target-card .card-header ul .bg-primary {
          margin-top: 22px;
        }
      }
      @media (max-width: 680px) and (min-width: 576px) {
        .dashboard-2 .target-card .card-header ul .bg-primary {
          margin-top: 10px;
        }
      }
      .dashboard-2 .target-card .card-header ul .bg-primary h3, .dashboard-2 .target-card .card-header ul .bg-primary .h3 {
        color: var(--white);
        font-size: calc(14px + 4 * (100vw - 300px) / 1620);
        font-weight: 800;
      }
      .dashboard-2 .target-card .card-header ul .bg-primary p {
        color: var(--white);
        font-size: 12px;
        font-weight: 400;
        margin-top: 3px;
      }
      .dashboard-2 .target-card .card-header ul .bg-primary h6, .dashboard-2 .target-card .card-header ul .bg-primary .h6 {
        color: var(--white);
        font-size: 16px;
        font-weight: 700;
        margin-top: 6px;
      }
      .dashboard-2 .target-card .card-body {
        margin-top: 30px;
      }
      @media (max-width: 1870px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body {
          margin-top: 38px;
        }
      }
      @media (max-width: 1830px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body {
          margin-top: 48px;
        }
      }
      @media (max-width: 1780px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body {
          margin-top: 54px;
        }
      }
      @media (max-width: 1730px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body {
          margin-top: 60px;
        }
      }
      @media (max-width: 1700px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body {
          margin-top: 68px;
        }
      }
      @media (max-width: 1630px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body {
          margin-top: 81px;
        }
      }
      @media (max-width: 1600px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body {
          margin-top: 8px;
        }
      }
      @media (max-width: 1350px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body {
          margin-top: 20px;
        }
      }
      @media (max-width: 1270px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body {
          margin-top: 42px;
        }
      }
      @media (max-width: 1230px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body {
          margin-top: 60px;
        }
      }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .dashboard-2 .target-card .card-body {
          margin-top: 8px;
        }
      }
      @media (max-width: 1120px) and (min-width: 992px) {
        .dashboard-2 .target-card .card-body {
          margin-top: 28px;
        }
      }
      @media (max-width: 1060px) and (min-width: 992px) {
        .dashboard-2 .target-card .card-body {
          margin-top: 45px;
        }
      }
      @media (max-width: 1020px) and (min-width: 992px) {
        .dashboard-2 .target-card .card-body {
          margin-top: 63px;
        }
      }
      @media (max-width: 991px) and (min-width: 768px) {
        .dashboard-2 .target-card .card-body {
          margin-top: 9px;
        }
      }
      @media (max-width: 820px) and (min-width: 768px) {
        .dashboard-2 .target-card .card-body {
          margin-top: 40px;
        }
      }
      @media (max-width: 767px) and (min-width: 576px) {
        .dashboard-2 .target-card .card-body {
          margin-top: 45px;
        }
      }
      @media (max-width: 750px) and (min-width: 576px) {
        .dashboard-2 .target-card .card-body {
          margin-top: 55px;
        }
      }
      @media (max-width: 720px) and (min-width: 576px) {
        .dashboard-2 .target-card .card-body {
          margin-top: 66px;
        }
      }
      @media (max-width: 690px) and (min-width: 576px) {
        .dashboard-2 .target-card .card-body {
          margin-top: 66px;
        }
      }
      @media (max-width: 680px) and (min-width: 576px) {
        .dashboard-2 .target-card .card-body {
          margin-top: 0;
        }
      }
      @media (max-width: 630px) and (min-width: 576px) {
        .dashboard-2 .target-card .card-body {
          margin-top: 20px;
        }
      }
      @media (max-width: 575px) {
        .dashboard-2 .target-card .card-body {
          margin-top: 0;
        }
      }
      .dashboard-2 .target-card .card-body .main-img {
        position: relative;
        z-index: 1;
      }
      .dashboard-2 .target-card .card-body .animate-img .right-1 {
        left: 7%;
        top: 26%;
        position: absolute;
        z-index: -1;
        animation: move1 8s linear infinite;
      }
      .dashboard-2 .target-card .card-body .animate-img .right-2 {
        left: 26%;
        top: 12%;
        position: absolute;
        z-index: -1;
        animation: displayTransition 1.2s infinite;
      }
      .dashboard-2 .target-card .card-body .animate-img .right-3 {
        right: 17%;
        top: 1%;
        position: absolute;
        z-index: -1;
        animation: move1 8s linear infinite;
      }
      .dashboard-2 .target-card .card-body .animate-img .right-4 {
        right: 1%;
        top: 16%;
        position: absolute;
        z-index: -1;
        animation: displayTransition 1.2s infinite;
      }
      .dashboard-2 .target-card .card-body .animate-img .right-5 {
        position: absolute;
        z-index: -1;
        top: 68px;
        right: 48px;
        animation: displayTransition 1.5s infinite;
      }
      @media (max-width: 1870px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 46px;
          top: 66px;
        }
      }
      @media (max-width: 1820px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 42px;
          top: 63px;
        }
      }
      @media (max-width: 1770px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          top: 60px;
        }
      }
      @media (max-width: 1720px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 38px;
          top: 56px;
        }
      }
      @media (max-width: 1630px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          top: 53px;
        }
      }
      @media (max-width: 1590px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 33px;
          top: 52px;
        }
      }
      @media (max-width: 1550px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          top: 48px;
        }
      }
      @media (max-width: 1470px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          top: 44px;
          right: 29px;
        }
      }
      @media (max-width: 1430px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          top: 41px;
        }
      }
      @media (min-width: 1200px) and (max-width: 1399.98px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          top: 75px;
          right: 73px;
        }
      }
      @media (max-width: 1380px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 60px;
        }
      }
      @media (max-width: 1360px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 57px;
        }
      }
      @media (max-width: 1340px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 48px;
        }
      }
      @media (max-width: 1320px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          top: 71px;
        }
      }
      @media (max-width: 1260px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          top: 68px;
        }
      }
      @media (max-width: 1230px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          top: 66px;
          right: 43px;
        }
      }
      @media (max-width: 1210px) and (min-width: 1200px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          top: 63px;
        }
      }
      @media (max-width: 1199px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          top: 74px;
          right: 61px;
        }
      }
      @media (max-width: 1180px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          top: 75px;
          right: 56px;
        }
      }
      @media (max-width: 1160px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 48px;
        }
      }
      @media (max-width: 1130px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 47px;
          top: 71px;
        }
      }
      @media (max-width: 1100px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          top: 69px;
        }
      }
      @media (max-width: 1080px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          top: 65px;
          right: 43px;
        }
      }
      @media (max-width: 1030px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          top: 61px;
          right: 38px;
        }
      }
      @media (max-width: 1000px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          top: 56px;
        }
      }
      @media (max-width: 991px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          top: 75px;
          right: 102px;
        }
      }
      @media (max-width: 980px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 93px;
        }
      }
      @media (max-width: 960px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 86px;
        }
      }
      @media (max-width: 940px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 73px;
        }
      }
      @media (max-width: 915px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 62px;
        }
      }
      @media (max-width: 890px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 49px;
        }
      }
      @media (max-width: 820px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 44px;
          top: 68px;
        }
      }
      @media (max-width: 790px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 44px;
          top: 65px;
        }
      }
      @media (max-width: 750px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 40px;
          top: 62px;
        }
      }
      @media (max-width: 720px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 37px;
          top: 57px;
        }
      }
      @media (max-width: 660px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 33px;
          top: 52px;
        }
      }
      @media (max-width: 600px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 29px;
          top: 45px;
        }
      }
      @media (max-width: 575px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 177px;
          top: 76px;
        }
      }
      @media (max-width: 560px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 155px;
        }
      }
      @media (max-width: 530px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 137px;
        }
      }
      @media (max-width: 510px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 108px;
        }
      }
      @media (max-width: 490px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 87px;
        }
      }
      @media (max-width: 360px) {
        .dashboard-2 .target-card .card-body .animate-img .right-5 {
          right: 34px;
          top: 50px;
        }
      }
      .dashboard-2 .timeline-card .activity-timeline .d-flex .activity-line {
        position: absolute;
        top: 74px;
        height: 66%;
        width: 4px;
        border-left: 1px dashed var(--font-color);
        margin: 0 auto;
        left: 30px;
        z-index: 1;
      }
      @media (max-width: 1600px) and (min-width: 1200px) {
        .dashboard-2 .timeline-card .activity-timeline .d-flex .activity-line {
          left: 27px;
        }
      }
      @media (max-width: 575px) {
        .dashboard-2 .timeline-card .activity-timeline .d-flex .activity-line {
          left: 22px;
        }
      }
      .dashboard-2 .timeline-card .activity-timeline .d-flex .activity-dot-secondary {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        min-height: 20px;
        min-width: 20px;
        background-color: var(--white);
        border: 5px solid var(--theme-secondary);
        position: relative;
        z-index: 1;
        outline: unset;
        box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.03);
      }
      @media (max-width: 1600px) and (min-width: 1200px) {
        .dashboard-2 .timeline-card .activity-timeline .d-flex .activity-dot-secondary {
          width: 15px;
          height: 15px;
          min-height: 15px;
          min-width: 15px;
        }
      }
      .dashboard-2 .timeline-card .activity-timeline .d-flex .activity-dot-primary {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        min-height: 20px;
        min-width: 20px;
        background-color: var(--white);
        border: 5px solid var(--theme-default);
        position: relative;
        z-index: 1;
        outline: unset;
        box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.03);
      }
      @media (max-width: 1600px) and (min-width: 1200px) {
        .dashboard-2 .timeline-card .activity-timeline .d-flex .activity-dot-primary {
          width: 15px;
          height: 15px;
          min-height: 15px;
          min-width: 15px;
        }
      }
      .dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 {
        display: block;
        margin-left: 8px;
      }
      .dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 p {
        color: var(--body-font-color);
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0;
      }
      .dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 span {
        color: var(--body-font-color);
        font-size: 14px;
        font-weight: 600;
      }
      @media (max-width: 1590px) {
        .dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 span.f-w-700 {
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box !important;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          white-space: normal;
        }
      }
      .dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 .activity-text {
        color: var(--font-color);
        font-size: 12px;
        font-weight: 600;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
      }
      .dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 .img-wrapper {
        display: flex;
        align-items: center;
        margin-top: 10px;
      }
      .dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 .img-wrapper li {
        width: 100px;
        height: 65px;
        border-radius: 5px;
        background-color: rgba(48, 142, 135, 0.1);
        display: flex;
      }
      @media (max-width: 1450px) and (min-width: 1200px) {
        .dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 .img-wrapper li {
          width: 80px;
          height: 55px;
        }
      }
      @media (max-width: 600px) {
        .dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 .img-wrapper li {
          width: 85px;
          height: 50px;
        }
      }
      .dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 .img-wrapper li img {
        margin: auto;
      }
      .dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 .img-wrapper li + li {
        margin-left: 20px;
      }
      .dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 .badge-primary {
        color: var(--white) !important;
        font-size: 10px;
      }
      .dashboard-2 .timeline-card .activity-timeline .d-flex .circle-dot-secondary {
        background-color: rgba(243, 145, 89, 0.25);
        border-radius: 100%;
        padding: 3px;
        font-size: 10px;
        color: var(--theme-secondary);
        animation: round 1.3s ease-in-out infinite;
      }
      @media (max-width: 1580px) and (min-width: 1200px) {
        .dashboard-2 .timeline-card .activity-timeline .d-flex .circle-dot-secondary {
          font-size: 7px;
        }
      }
      @media (max-width: 1550px) and (min-width: 1400px) {
        .dashboard-2 .timeline-card .activity-timeline .d-flex .circle-dot-secondary {
          display: none;
        }
      }
      @media (max-width: 1020px) {
        .dashboard-2 .timeline-card .activity-timeline .d-flex .circle-dot-secondary {
          font-size: 7px;
        }
      }
      @media (max-width: 630px) and (min-width: 576px) {
        .dashboard-2 .timeline-card .activity-timeline .d-flex .circle-dot-secondary {
          display: none;
        }
      }
      .dashboard-2 .timeline-card .activity-timeline .d-flex .circle-dot-primary {
        background-color: rgba(48, 142, 135, 0.25);
        border-radius: 100%;
        padding: 3px;
        font-size: 10px;
        color: var(--theme-default);
        animation: round 1.3s ease-in-out infinite;
      }
      @media (max-width: 1580px) and (min-width: 1200px) {
        .dashboard-2 .timeline-card .activity-timeline .d-flex .circle-dot-primary {
          font-size: 7px;
        }
      }
      @media (max-width: 1550px) and (min-width: 1400px) {
        .dashboard-2 .timeline-card .activity-timeline .d-flex .circle-dot-primary {
          display: none;
        }
      }
      @media (max-width: 1020px) {
        .dashboard-2 .timeline-card .activity-timeline .d-flex .circle-dot-primary {
          font-size: 7px;
        }
      }
      @media (max-width: 630px) and (min-width: 576px) {
        .dashboard-2 .timeline-card .activity-timeline .d-flex .circle-dot-primary {
          display: none;
        }
      }
      .dashboard-2 .timeline-card .activity-timeline .d-flex + .d-flex {
        margin-top: 12px;
      }
      @media (max-width: 1320px) and (min-width: 1200px) {
        .dashboard-2 .radial-card {
          height: 350px;
        }
      }
      .dashboard-2 .radial-card .radial-chart {
        position: relative;
      }
      @media (min-width: 1200px) and (max-width: 1500px) {
        .dashboard-2 .radial-card .radial-chart {
          width: 100%;
        }
      }
      @media (min-width: 1200px) and (max-width: 1500px) {
        .dashboard-2 .radial-card .radial-text {
          display: none;
        }
      }
      .dashboard-2 .radial-card .text-center {
        min-width: 358px;
      }
      @media (max-width: 1820px) and (min-width: 1200px) {
        .dashboard-2 .radial-card .text-center {
          min-width: 290px;
        }
      }
      @media (max-width: 1580px) and (min-width: 1200px) {
        .dashboard-2 .radial-card .text-center {
          min-width: 100px;
        }
      }
      @media (max-width: 1020px) and (min-width: 992px) {
        .dashboard-2 .radial-card .text-center {
          min-width: 290px;
        }
      }
      @media (max-width: 767px) and (min-width: 576px) {
        .dashboard-2 .radial-card .text-center {
          min-width: 270px;
        }
      }
      @media (max-width: 420px) {
        .dashboard-2 .radial-card .text-center {
          min-width: 280px;
        }
      }
      .dashboard-2 .radial-card .content-label {
        text-align: center;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: -20px;
      }
      @media (max-width: 575px) {
        .dashboard-2 .radial-card .content-label {
          display: none;
        }
      }
      .dashboard-2 .radial-card .content-label p {
        font-size: 14px;
        font-weight: 600;
      }
      .dashboard-2 .radial-card .content-label h4, .dashboard-2 .radial-card .content-label .h4 {
        color: var(--body-font-color);
        font-weight: 700;
        font-size: calc(14px + 6 * (100vw - 300px) / 1620);
      }
      .dashboard-2 .radial-card .radial-content {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .dashboard-2 .radial-card .radial-content h4, .dashboard-2 .radial-card .radial-content .h4 {
        color: var(--body-font-color);
        font-size: 16px;
        font-weight: 600;
      }
      .dashboard-2 .radial-card .radial-content h3, .dashboard-2 .radial-card .radial-content .h3 {
        color: var(--body-font-color);
        font-weight: 700;
        font-size: calc(14px + 6 * (100vw - 300px) / 1620);
      }
      .dashboard-2 .radial-card .radial-content hr {
        border-color: #888;
        margin-top: 7px;
        margin-bottom: 0;
      }
      .dashboard-2 .radial-card .radial-content .progress-widget {
        color: var(--theme-default);
        font-size: calc(14px + 6 * (100vw - 300px) / 1620);
        font-weight: 600;
        margin-top: 30px;
      }
      .dashboard-2 .radial-card .radial-content .progress-widget span {
        color: var(--body-font-color);
        font-size: calc(14px + 6 * (100vw - 300px) / 1620);
        font-weight: 700;
      }
      .dashboard-2 .radial-card .radial-content .progress-animate {
        overflow: inherit;
        margin: 0;
        border-radius: 0px;
        height: 7px;
        background-color: rgba(48, 142, 135, 0.1);
      }
      .dashboard-2 .radial-card .radial-content .progress-animate .progress-gradient-primary {
        background-image: linear-gradient(to right, transparent, var(--theme-default));
        position: relative;
      }
      .dashboard-2 .radial-card .radial-content .btn-primary {
        margin-top: 40px;
        font-weight: 700 !important;
      }
      @media (max-width: 575px) {
        .dashboard-2 .radial-card .radial-content .btn-primary {
          margin-top: 25px;
        }
      }
      .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box {
        padding: 20px;
        border-radius: 24px;
        box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.03);
      }
      .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
      }
      @media (min-width: 1400px) and (max-width: 1470px) {
        .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top {
          justify-content: center;
        }
      }
      @media (max-width: 600px) and (min-width: 576px) {
        .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top {
          justify-content: center;
        }
      }
      .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .i {
        font-size: 22px;
      }
      @media (min-width: 1200px) and (max-width: 1600px) {
        .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .i {
          font-size: 16px;
        }
      }
      @media (min-width: 1400px) and (max-width: 1470px) {
        .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .i {
          display: none;
        }
      }
      @media (max-width: 740px) {
        .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .i {
          font-size: 16px;
        }
      }
      @media (max-width: 600px) and (min-width: 576px) {
        .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .i {
          display: none;
        }
      }
      .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge {
        font-weight: 600;
        font-size: 10px;
        border-radius: 200px;
        padding: 6px 15px;
      }
      @media (min-width: 1200px) and (max-width: 1600px) {
        .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge {
          padding: 5px;
        }
      }
      @media (min-width: 1400px) and (max-width: 1470px) {
        .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge {
          display: none;
        }
      }
      @media (max-width: 740px) {
        .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge {
          padding: 5px;
        }
      }
      @media (max-width: 600px) and (min-width: 576px) {
        .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge {
          display: none;
        }
      }
      .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge.badge-primary {
        box-shadow: 0px 0px 15px 0px rgba(48, 142, 135, 0.4);
      }
      .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge.badge-secondary {
        box-shadow: 0px 0px 15px 0px rgba(243, 145, 89, 0.4);
      }
      .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content h4, .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .h4 {
        font-size: 16px;
        font-weight: 600;
        margin-top: 16px;
      }
      .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content p {
        color: var(--black);
        font-size: 16px;
        font-weight: 500;
      }
      @media (max-width: 1702px) {
        .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content p {
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box !important;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          white-space: normal;
        }
      }
      .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content h6, .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .h6 {
        color: var(--black);
        font-size: calc(14px + 4 * (100vw - 300px) / 1620);
        font-weight: 600;
        margin: 10px 0;
      }
      .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content h6 span, .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .h6 span {
        color: #888;
        font-size: calc(14px + 4 * (100vw - 300px) / 1620);
        font-weight: 600;
        text-decoration: line-through;
      }
      .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .input-group {
        border: 1px dashed var(--black);
        border-radius: 3px;
        width: 80px;
        margin: 0 auto;
      }
      .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .input-group .input-group-text {
        border: 0;
        padding: 7px;
        background-color: var(--white);
        cursor: pointer;
      }
      .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .input-group .input-group-text .svg-color {
        width: 10px;
        height: 10px;
      }
      .dashboard-2 .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .input-group input {
        padding: 0;
        text-align: center;
        border-radius: 0;
        color: var(--black) !important;
        border-right: 1px dashed var(--black);
        border-left: 1px dashed var(--black);
      }
      .dashboard-2 .items-slider .swiper .swiper-button-next {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        opacity: 0;
        transition: all 0.5s ease;
        background-color: var(--theme-default);
        border-radius: 50%;
        margin-top: -10px;
        z-index: 2;
      }
      .dashboard-2 .items-slider .swiper .swiper-button-next::after {
        font-size: 9px;
        color: var(--white);
      }
      .dashboard-2 .items-slider .swiper .swiper-button-prev {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        opacity: 0;
        transition: all 0.5s ease;
        background-color: var(--theme-default);
        border-radius: 50%;
        margin-top: -10px;
        z-index: 2;
      }
      .dashboard-2 .items-slider .swiper .swiper-button-prev::after {
        font-size: 9px;
        color: var(--white);
      }
      .dashboard-2 .items-slider .swiper:hover .swiper-button-next {
        position: absolute;
        right: 20px;
        opacity: 1;
      }
      .dashboard-2 .items-slider .swiper:hover .swiper-button-prev {
        position: absolute;
        left: 20px;
        opacity: 1;
      }
      @keyframes round {
        0% {
          transform: scale(1);
        }
        50% {
          transform: scale(1.2);
        }
        100% {
          transform: scale(1);
        }
      }
      @keyframes displayTransition {
        0% {
          opacity: 0;
        }
        100% {
          opacity: 1;
        }
      }
      @keyframes move1 {
        0% {
          transform: rotate(0deg) translateX(15px) rotate(0deg);
        }
        100% {
          transform: rotate(360deg) translateX(15px) rotate(-360deg);
        }
      }

      .dashboard-3 .todo-list ul li {
        align-items: center;
      }
      .dashboard-3 .todo-list ul li .flex-shrink-0 .form-check {
        min-height: 38px;
      }
      .dashboard-3 .todo-list ul li .flex-shrink-0 .form-check .form-check-label::before {
        width: 22px;
        height: 22px;
        line-height: 1.5;
      }
      .dashboard-3 .todo-list ul li .flex-grow-1 h5, .dashboard-3 .todo-list ul li .flex-grow-1 .h5 {
        color: var(--body-font-color);
        font-size: 14px;
        font-weight: 600;
      }
      @media (max-width: 1680px) {
        .dashboard-3 .todo-list ul li .flex-grow-1 h5, .dashboard-3 .todo-list ul li .flex-grow-1 .h5 {
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box !important;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          white-space: normal;
        }
      }
      .dashboard-3 .todo-list ul li .flex-grow-1 h6, .dashboard-3 .todo-list ul li .flex-grow-1 .h6 {
        color: var(--font-color);
        font-size: 12px;
        font-weight: 600;
      }
      @media (max-width: 1680px) {
        .dashboard-3 .todo-list ul li .flex-grow-1 h6, .dashboard-3 .todo-list ul li .flex-grow-1 .h6 {
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box !important;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          white-space: normal;
        }
      }
      .dashboard-3 .todo-list ul li span {
        padding: 4px 8px;
        border-radius: 5px;
        font-weight: 600;
        min-width: 70px;
        color: var(--body-font-color);
        font-size: 13px;
        background-color: var(--body-color);
        border: 1px solid var(--light-gray);
      }
      @media (max-width: 1580px) and (min-width: 1400px) {
        .dashboard-3 .todo-list ul li span {
          display: none;
        }
      }
      .dashboard-3 .todo-list ul li + li {
        margin-top: 11px;
      }
      @media (min-width: 1200px) and (max-width: 1399.98px) {
        .dashboard-3 .todo-list ul li + li {
          margin-top: 7px;
        }
      }
      .dashboard-3 .assignment-table table thead tr th {
        text-transform: capitalize;
        font-weight: 700;
        padding: 9px !important;
        color: var(--font-color);
      }
      .dashboard-3 .assignment-table table thead tr th:first-child {
        padding-left: unset;
      }
      @media (max-width: 1690px) and (min-width: 1200px) {
        .dashboard-3 .assignment-table table thead tr th:last-child {
          display: none;
        }
      }
      .dashboard-3 .assignment-table table tbody tr {
        vertical-align: middle;
      }
      .dashboard-3 .assignment-table table tbody tr td {
        padding: 8px 9px;
        color: var(--body-font-color);
      }
      @media (max-width: 1870px) and (min-width: 1200px) {
        .dashboard-3 .assignment-table table tbody tr td {
          min-width: 100px;
        }
      }
      @media (max-width: 1730px) and (min-width: 1200px) {
        .dashboard-3 .assignment-table table tbody tr td {
          padding: 9px 5px;
        }
      }
      @media (max-width: 1199.98px) {
        .dashboard-3 .assignment-table table tbody tr td {
          min-width: 140px;
        }
      }
      .dashboard-3 .assignment-table table tbody tr td:first-child {
        padding-left: unset;
      }
      @media (max-width: 1690px) and (min-width: 1200px) {
        .dashboard-3 .assignment-table table tbody tr td:last-child {
          display: none;
        }
      }
      .dashboard-3 .assignment-table table tbody tr td .d-flex .flex-grow-1 h6, .dashboard-3 .assignment-table table tbody tr td .d-flex .flex-grow-1 .h6 {
        font-weight: 600;
        color: var(--body-font-color);
      }
      @media (max-width: 1420px) {
        .dashboard-3 .assignment-table table tbody tr td .d-flex .flex-grow-1 h6, .dashboard-3 .assignment-table table tbody tr td .d-flex .flex-grow-1 .h6 {
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box !important;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          white-space: normal;
        }
      }
      .dashboard-3 .assignment-table table tbody tr td .d-flex .flex-grow-1 p {
        color: var(--font-color);
        font-weight: 600;
      }
      .dashboard-3 .assignment-table table tbody tr td .btn {
        padding: 7px 18px;
        min-width: 115px;
      }
      @media (max-width: 1360px) {
        .dashboard-3 .assignment-table table tbody tr td h6, .dashboard-3 .assignment-table table tbody tr td .h6 {
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box !important;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          white-space: normal;
        }
      }
      .dashboard-3 .assignment-table table tbody tr:last-child td {
        padding-bottom: 0 !important;
      }
      .dashboard-3 .default-datepicker .datepicker {
        width: unset;
      }
      .dashboard-3 .default-datepicker .datepicker .datepicker--nav {
        border-bottom: 0;
        color: var(--theme-default);
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
        justify-content: space-evenly;
        padding: 12px;
      }
      .dashboard-3 .default-datepicker .datepicker .datepicker--nav .datepicker--nav-action path {
        stroke: var(--black);
      }
      .dashboard-3 .default-datepicker .datepicker .datepicker--nav .datepicker--nav-title {
        background-color: rgba(48, 142, 135, 0.1);
        padding: 8px 15px;
      }
      .dashboard-3 .default-datepicker .datepicker .datepicker--days-names {
        margin: 10px 0;
      }
      .dashboard-3 .default-datepicker .datepicker .datepicker--cell {
        color: var(--body-font-color);
        font-size: 14px;
        font-weight: 700;
        padding: 25px 10px;
        width: 14.285714%;
      }
      .dashboard-3 .default-datepicker .datepicker .datepicker--cell.-other-month- {
        color: var(--font-color);
        font-weight: 500;
      }
      .dashboard-3 .default-datepicker .datepicker .datepicker--cell.-current- {
        border-radius: 20px;
        color: var(--white);
        background: var(--theme-default);
        box-shadow: 0px 4px 27px 0px rgba(48, 142, 135, 0.38);
      }
      .dashboard-3 .default-datepicker .datepicker--cell.-focus- {
        border-radius: 0;
        color: var(--theme-default);
        background: transparent;
        box-shadow: none;
      }
      .dashboard-3 .details-table table thead tr th {
        text-transform: capitalize;
        font-weight: 700;
        padding: 9px;
        color: var(--font-color);
      }
      .dashboard-3 .details-table table thead tr th:first-child {
        padding-left: unset;
      }
      @media (max-width: 1690px) and (min-width: 1200px) {
        .dashboard-3 .details-table table thead tr th:nth-child(3) {
          display: none;
        }
      }
      .dashboard-3 .details-table table tbody tr {
        vertical-align: middle;
      }
      .dashboard-3 .details-table table tbody tr td {
        padding: 9px;
        color: var(--body-font-color);
      }
      @media (max-width: 1742px) and (min-width: 1200px) {
        .dashboard-3 .details-table table tbody tr td {
          padding: 9px 5px;
        }
      }
      @media (max-width: 1199.98px) {
        .dashboard-3 .details-table table tbody tr td {
          min-width: 132px;
        }
      }
      .dashboard-3 .details-table table tbody tr td:first-child {
        padding-left: unset;
      }
      @media (max-width: 1690px) and (min-width: 1200px) {
        .dashboard-3 .details-table table tbody tr td:nth-child(3) {
          display: none;
        }
      }
      .dashboard-3 .details-table table tbody tr td .d-flex .flex-grow-1 h6, .dashboard-3 .details-table table tbody tr td .d-flex .flex-grow-1 .h6 {
        font-weight: 600;
        color: var(--body-font-color);
      }
      @media (max-width: 1470px) {
        .dashboard-3 .details-table table tbody tr td .d-flex .flex-grow-1 h6, .dashboard-3 .details-table table tbody tr td .d-flex .flex-grow-1 .h6 {
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box !important;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          white-space: normal;
        }
      }
      .dashboard-3 .details-table table tbody tr td .d-flex .flex-grow-1 p {
        color: var(--font-color);
        font-weight: 600;
      }
      .dashboard-3 .details-table table tbody tr td .btn {
        padding: 7px 18px;
        min-width: 115px;
      }
      @media (max-width: 1390px) and (min-width: 1200px) {
        .dashboard-3 .details-table table tbody tr td .btn {
          min-width: 95px;
        }
      }
      @media (max-width: 1355px) and (min-width: 1200px) {
        .dashboard-3 .details-table table tbody tr td .btn {
          min-width: 80px;
        }
      }
      @media (max-width: 1340px) {
        .dashboard-3 .details-table table tbody tr td h6, .dashboard-3 .details-table table tbody tr td .h6 {
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box !important;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          white-space: normal;
        }
      }
      .dashboard-3 .details-table table tbody tr:last-child td {
        padding-bottom: 0 !important;
      }
      .dashboard-3 .course-table table tbody tr td {
        padding: 5px;
        padding-bottom: 5px !important;
        color: var(--body-font-color);
      }
      .dashboard-3 .course-table table tbody tr td:first-child {
        padding-left: unset;
      }
      @media (max-width: 1450px) and (min-width: 1400px) {
        .dashboard-3 .course-table table tbody tr td:nth-child(2) {
          display: none;
        }
      }
      .dashboard-3 .course-table table tbody tr td:nth-child(2) h5, .dashboard-3 .course-table table tbody tr td:nth-child(2) .h5 {
        font-size: 14px;
        font-weight: 600;
      }
      .dashboard-3 .course-table table tbody tr td:nth-child(2) p {
        color: var(--font-color);
        font-size: 12px;
        font-weight: 600;
      }
      .dashboard-3 .course-table table tbody tr td:last-child {
        color: var(--font-color);
        font-size: 12px;
        font-weight: 600;
      }
      @media (max-width: 1736px) and (min-width: 1400px) {
        .dashboard-3 .course-table table tbody tr td:last-child {
          display: none;
        }
      }
      @media (max-width: 1010px) and (min-width: 992px) {
        .dashboard-3 .course-table table tbody tr td:last-child {
          display: none;
        }
      }
      @media (max-width: 360px) {
        .dashboard-3 .course-table table tbody tr td:last-child {
          display: none;
        }
      }
      .dashboard-3 .course-table table tbody tr td .d-flex .flex-grow-1 h5, .dashboard-3 .course-table table tbody tr td .d-flex .flex-grow-1 .h5 {
        font-weight: 600;
        color: var(--body-font-color);
      }
      .dashboard-3 .course-table table tbody tr td .d-flex .flex-grow-1 p {
        color: var(--font-color);
        font-weight: 600;
      }
      .dashboard-3 .course-table table tbody tr:last-child td {
        padding-bottom: 3px !important;
      }
      .dashboard-3 .notice-board .d-flex .flex-grow-1 h6, .dashboard-3 .notice-board .d-flex .flex-grow-1 .h6 {
        font-weight: 600;
        color: var(--body-font-color);
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
      }
      .dashboard-3 .notice-board .d-flex .flex-grow-1 .text-truncate {
        font-weight: 600;
        color: var(--font-color);
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
      }
      .dashboard-3 .notice-board .d-flex + .d-flex {
        margin-top: 22px;
      }
      @media (max-width: 1199.98px) {
        .dashboard-3 .notice-board .d-flex + .d-flex {
          margin-top: 31px;
        }
      }
      .dashboard-3 .performance-card .performance-header {
        display: flex;
        align-items: center;
      }
      @media (max-width: 340px) {
        .dashboard-3 .performance-card .performance-header {
          display: none;
        }
      }
      .dashboard-3 .performance-card .performance-header li {
        display: flex;
        align-items: center;
      }
      .dashboard-3 .performance-card .performance-header li .circle {
        width: 12px;
        height: 12px;
        border-radius: 50%;
      }
      .dashboard-3 .performance-card .performance-header li p {
        color: var(--body-font-color);
        font-weight: 600;
      }
      @media (max-width: 1600px) and (min-width: 1200px) {
        .dashboard-3 .performance-card .nav {
          display: none;
        }
      }
      @media (max-width: 670px) {
        .dashboard-3 .performance-card .nav {
          display: none;
        }
      }
      @media (max-width: 1650px) and (min-width: 1400px) {
        .dashboard-3 .pie-card .card-header .dropdown {
          display: none;
        }
      }
      .dashboard-3 .pie-card .revenue-category .pie-chart {
        min-height: 300px;
      }
      .dashboard-3 .pie-card .revenue-category .pie-chart svg text {
        transform: scale(1.4) translate(-45px, -40px);
      }
      @media (min-width: 1200px) and (max-width: 1399.98px) {
        .dashboard-3 .pie-card .revenue-category .pie-chart svg text {
          transform: scale(1.4) translate(-54px, -40px);
        }
      }
      @media (max-width: 575.98px) {
        .dashboard-3 .pie-card .revenue-category .pie-chart svg text {
          transform: scale(1.4) translate(-73px, -35px);
        }
      }
      @media (max-width: 460px) {
        .dashboard-3 .pie-card .revenue-category .pie-chart svg text {
          transform: scale(1.4) translate(-57px, -35px);
        }
      }
      .dashboard-3 .pie-card .revenue-category .donut-legend {
        padding: 20px 0 0;
      }
      @media (max-width: 680px) and (min-width: 576px) {
        .dashboard-3 .pie-card .revenue-category .donut-legend {
          display: none;
        }
      }
      .dashboard-3 .pie-card .revenue-category .donut-legend > span {
        display: inline-block;
        margin-right: 8px;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 500;
      }
      @media (max-width: 1769px) and (min-width: 1400px) {
        .dashboard-3 .pie-card .revenue-category .donut-legend > span:nth-child(4) {
          display: none;
        }
      }
      @media (max-width: 1250px) and (min-width: 1200px) {
        .dashboard-3 .pie-card .revenue-category .donut-legend > span:nth-child(4) {
          display: none;
        }
      }
      @media (max-width: 1080px) and (min-width: 992px) {
        .dashboard-3 .pie-card .revenue-category .donut-legend > span:nth-child(4) {
          display: none;
        }
      }
      @media (max-width: 960px) and (min-width: 576px) {
        .dashboard-3 .pie-card .revenue-category .donut-legend > span:nth-child(4) {
          display: none;
        }
      }
      @media (max-width: 1430px) and (min-width: 1400px) {
        .dashboard-3 .pie-card .revenue-category .donut-legend > span:nth-child(3) {
          display: none;
        }
      }
      @media (max-width: 1870px) and (min-width: 1770px) {
        .dashboard-3 .pie-card .revenue-category .donut-legend > span {
          margin-right: 6px;
        }
      }
      @media (max-width: 1847px) and (min-width: 1770px) {
        .dashboard-3 .pie-card .revenue-category .donut-legend > span {
          margin-right: 3px;
        }
      }
      @media (max-width: 1800px) and (min-width: 1770px) {
        .dashboard-3 .pie-card .revenue-category .donut-legend > span {
          margin-right: 1px;
        }
      }
      .dashboard-3 .pie-card .revenue-category .donut-legend > span > i {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 25px;
        margin-right: 7px;
        margin-top: -3px;
        vertical-align: middle;
      }
      @media (max-width: 1430px) and (min-width: 1400px) {
        .dashboard-3 .upcoming-card .dropdown {
          display: none;
        }
      }
      .dashboard-3 .upcoming-card .upcoming-class .activity-day {
        margin-top: 19px;
      }
      .dashboard-3 .upcoming-card .upcoming-class .activity-day h6, .dashboard-3 .upcoming-card .upcoming-class .activity-day .h6 {
        color: var(--font-color);
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
      }
      .dashboard-3 .upcoming-card .upcoming-class ul {
        padding: 15px;
        border-radius: 10px;
        border: 1px solid var(--light-gray);
        margin-top: 7px;
      }
      .dashboard-3 .upcoming-card .upcoming-class ul li .flex-shrink-0 h5, .dashboard-3 .upcoming-card .upcoming-class ul li .flex-shrink-0 .h5 {
        color: var(--font-color);
        font-size: 18px;
        font-weight: 600;
      }
      .dashboard-3 .upcoming-card .upcoming-class ul li .flex-grow-1 h6, .dashboard-3 .upcoming-card .upcoming-class ul li .flex-grow-1 .h6 {
        color: var(--font-color);
        font-size: 12px;
        font-weight: 600;
        margin-left: 5px;
      }
      @media (max-width: 1480px) {
        .dashboard-3 .upcoming-card .upcoming-class ul li .flex-grow-1 h6, .dashboard-3 .upcoming-card .upcoming-class ul li .flex-grow-1 .h6 {
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box !important;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          white-space: normal;
        }
      }
      .dashboard-3 .upcoming-card .upcoming-class ul li .flex-grow-1 p {
        color: var(--body-font-color);
        font-size: 14px;
        font-weight: 600;
        margin-left: 5px;
      }
      @media (max-width: 1776px) {
        .dashboard-3 .upcoming-card .upcoming-class ul li .flex-grow-1 p {
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box !important;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          white-space: normal;
        }
      }
      .dashboard-3 .upcoming-card .upcoming-class ul li + li {
        margin-top: 13px;
      }
      @media (min-width: 1200px) and (max-width: 1399.98px) {
        .dashboard-3 .upcoming-card .upcoming-class ul li + li {
          margin-top: 15px;
        }
      }
      .dashboard-3 .upcoming-card .upcoming-class ul .circle-dot-primary {
        background-color: rgba(48, 142, 135, 0.25);
        border-radius: 100%;
        padding: 3px;
        font-size: 8px;
        color: var(--theme-default);
        animation: round 1.3s ease-in-out infinite;
      }
      .dashboard-3 .upcoming-card .upcoming-class ul .circle-dot-secondary {
        background-color: rgba(243, 145, 89, 0.25);
        border-radius: 100%;
        padding: 3px;
        font-size: 8px;
        color: var(--theme-secondary);
        animation: round 1.3s ease-in-out infinite;
      }
      .dashboard-3 .graphic-design .header-top {
        align-items: flex-start;
      }
      .dashboard-3 .graphic-design .header-top .d-flex .flex-shrink-0 {
        height: 57px;
        width: 57px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(48, 142, 135, 0.1);
        border: 2px solid rgba(48, 142, 135, 0.3);
      }
      @media (max-width: 1540px) {
        .dashboard-3 .graphic-design .header-top .d-flex .flex-shrink-0 {
          height: 45px;
          width: 45px;
        }
      }
      .dashboard-3 .graphic-design .header-top .d-flex .flex-grow-1 h5, .dashboard-3 .graphic-design .header-top .d-flex .flex-grow-1 .h5 {
        color: var(--body-font-color);
        font-size: 18px;
        font-weight: 600;
      }
      .dashboard-3 .graphic-design .header-top .d-flex .flex-grow-1 p {
        color: var(--font-color);
        font-size: 14px;
        font-weight: 600;
      }
      .dashboard-3 .graphic-design ul {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        border-top: 1px solid var(--shape-border);
        padding-top: 20px;
        margin: 20px 20px 0 20px;
      }
      @media (max-width: 1540px) {
        .dashboard-3 .graphic-design ul {
          padding-top: 10px;
        }
      }
      .dashboard-3 .graphic-design ul li {
        display: flex;
        align-items: center;
      }
      .dashboard-3 .graphic-design ul li i {
        color: var(--body-font-color);
        font-size: 20px;
      }
      .dashboard-3 .graphic-design ul li h5, .dashboard-3 .graphic-design ul li .h5 {
        color: var(--body-font-color);
        font-size: 14px;
        font-weight: 600;
        margin-bottom: -4px;
      }
      @media (max-width: 1640px) and (min-width: 1200px) {
        .dashboard-3 .graphic-design ul li:nth-child(3) {
          display: none;
        }
      }
      @media (max-width: 1100px) and (min-width: 992px) {
        .dashboard-3 .graphic-design ul li:nth-child(3) {
          display: none;
        }
      }
      @media (max-width: 920px) and (min-width: 768px) {
        .dashboard-3 .graphic-design ul li:nth-child(3) {
          display: none;
        }
      }
      @media (max-width: 460px) {
        .dashboard-3 .graphic-design ul li:nth-child(3) {
          display: none;
        }
      }
      @media (max-width: 1330px) and (min-width: 1200px) {
        .dashboard-3 .graphic-design ul li:nth-child(4) {
          display: none;
        }
      }
      @media (max-width: 1199px) and (min-width: 992px) {
        .dashboard-3 .graphic-design ul li:nth-child(4) {
          display: none;
        }
      }
      @media (max-width: 340px) {
        .dashboard-3 .graphic-design ul li:nth-child(4) {
          display: none;
        }
      }
      .dashboard-3 .graphic-design ul li + li {
        border-left: 2px solid var(--border-color);
        padding-left: 15px;
      }
      @media (max-width: 1730px) and (min-width: 1200px) {
        .dashboard-3 .graphic-design ul li + li {
          padding-left: 8px;
        }
      }
      @media (max-width: 1640px) and (min-width: 1200px) {
        .dashboard-3 .graphic-design ul li + li {
          padding-left: 20px;
        }
      }
      .dashboard-3 .graphic-design .card-body .crypto-dashborad-chart {
        margin-bottom: -20px;
      }

      .table-bordernone td {
        border: none !important;
      }

      .default-dashboard div.dataTables_wrapper,
      .dashboard-2 div.dataTables_wrapper,
      .dashboard-3 div.dataTables_wrapper,
      .general-widget div.dataTables_wrapper {
        position: unset;
      }
      .default-dashboard div.dataTables_wrapper .dataTables_info,
      .dashboard-2 div.dataTables_wrapper .dataTables_info,
      .dashboard-3 div.dataTables_wrapper .dataTables_info,
      .general-widget div.dataTables_wrapper .dataTables_info {
        padding-left: 24px;
        color: var(--font-color);
        font-family: "Nunito Sans", sans-serif;
        font-weight: 500;
      }
      @media (max-width: 1230px) {
        .default-dashboard div.dataTables_wrapper .dataTables_info,
        .dashboard-2 div.dataTables_wrapper .dataTables_info,
        .dashboard-3 div.dataTables_wrapper .dataTables_info,
        .general-widget div.dataTables_wrapper .dataTables_info {
          display: none;
        }
      }
      .default-dashboard div.dataTables_wrapper .dataTables_paginate,
      .dashboard-2 div.dataTables_wrapper .dataTables_paginate,
      .dashboard-3 div.dataTables_wrapper .dataTables_paginate,
      .general-widget div.dataTables_wrapper .dataTables_paginate {
        margin-right: 24px;
        font-family: "Nunito Sans", sans-serif;
        color: var(--font-color);
        border: none;
      }
      .default-dashboard div.dataTables_wrapper .dataTables_paginate .paginate_button,
      .dashboard-2 div.dataTables_wrapper .dataTables_paginate .paginate_button,
      .dashboard-3 div.dataTables_wrapper .dataTables_paginate .paginate_button,
      .general-widget div.dataTables_wrapper .dataTables_paginate .paginate_button {
        border: none;
        padding: 2px 9px;
        border-radius: 3px;
        margin: 0 6px !important;
        font-weight: 500;
      }
      .default-dashboard div.dataTables_wrapper .dataTables_paginate .paginate_button .disabled:hover,
      .dashboard-2 div.dataTables_wrapper .dataTables_paginate .paginate_button .disabled:hover,
      .dashboard-3 div.dataTables_wrapper .dataTables_paginate .paginate_button .disabled:hover,
      .general-widget div.dataTables_wrapper .dataTables_paginate .paginate_button .disabled:hover {
        border: none !important;
      }
      .default-dashboard div.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
      .dashboard-2 div.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
      .dashboard-3 div.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
      .general-widget div.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        border: none;
      }
      .default-dashboard div.dataTables_wrapper .dataTables_length,
      .dashboard-2 div.dataTables_wrapper .dataTables_length,
      .dashboard-3 div.dataTables_wrapper .dataTables_length,
      .general-widget div.dataTables_wrapper .dataTables_length {
        margin-bottom: 26px;
      }
      .default-dashboard div.dataTables_wrapper .dataTables_length label,
      .dashboard-2 div.dataTables_wrapper .dataTables_length label,
      .dashboard-3 div.dataTables_wrapper .dataTables_length label,
      .general-widget div.dataTables_wrapper .dataTables_length label {
        display: none !important;
      }
      .default-dashboard div.dataTables_wrapper div.dataTables_filter,
      .dashboard-2 div.dataTables_wrapper div.dataTables_filter,
      .dashboard-3 div.dataTables_wrapper div.dataTables_filter,
      .general-widget div.dataTables_wrapper div.dataTables_filter {
        position: absolute;
        top: 17px;
        right: 30px;
      }
      @media (max-width: 1170px) and (min-width: 576px) {
        .default-dashboard div.dataTables_wrapper div.dataTables_filter,
        .dashboard-2 div.dataTables_wrapper div.dataTables_filter,
        .dashboard-3 div.dataTables_wrapper div.dataTables_filter,
        .general-widget div.dataTables_wrapper div.dataTables_filter {
          display: none;
        }
      }
      @media (max-width: 575px) {
        .default-dashboard div.dataTables_wrapper div.dataTables_filter,
        .dashboard-2 div.dataTables_wrapper div.dataTables_filter,
        .dashboard-3 div.dataTables_wrapper div.dataTables_filter,
        .general-widget div.dataTables_wrapper div.dataTables_filter {
          left: 18px;
          right: unset;
          margin-top: 34px;
        }
      }
      [dir=rtl] .default-dashboard div.dataTables_wrapper div.dataTables_filter,
      [dir=rtl] .dashboard-2 div.dataTables_wrapper div.dataTables_filter,
      [dir=rtl] .dashboard-3 div.dataTables_wrapper div.dataTables_filter,
      [dir=rtl] .general-widget div.dataTables_wrapper div.dataTables_filter {
        left: 30px;
        right: unset;
      }
      .default-dashboard div.dataTables_wrapper div.dataTables_filter input[type=search],
      .dashboard-2 div.dataTables_wrapper div.dataTables_filter input[type=search],
      .dashboard-3 div.dataTables_wrapper div.dataTables_filter input[type=search],
      .general-widget div.dataTables_wrapper div.dataTables_filter input[type=search] {
        width: 150px !important;
        height: 34px;
        border-radius: 6px;
        border-style: solid;
      }
      @media (max-width: 575px) {
        .default-dashboard div.dataTables_wrapper div.dataTables_filter input[type=search],
        .dashboard-2 div.dataTables_wrapper div.dataTables_filter input[type=search],
        .dashboard-3 div.dataTables_wrapper div.dataTables_filter input[type=search],
        .general-widget div.dataTables_wrapper div.dataTables_filter input[type=search] {
          height: 27px;
        }
      }
      .default-dashboard div.dataTables_wrapper table.dataTable,
      .dashboard-2 div.dataTables_wrapper table.dataTable,
      .dashboard-3 div.dataTables_wrapper table.dataTable,
      .general-widget div.dataTables_wrapper table.dataTable {
        margin-top: 13px;
        border: none;
        margin-bottom: 0px !important;
      }
      @media (max-width: 575px) {
        .default-dashboard div.dataTables_wrapper table.dataTable,
        .dashboard-2 div.dataTables_wrapper table.dataTable,
        .dashboard-3 div.dataTables_wrapper table.dataTable,
        .general-widget div.dataTables_wrapper table.dataTable {
          margin-top: 42px !important;
        }
      }
      .default-dashboard div.dataTables_wrapper table.dataTable.display tbody tr.odd,
      .default-dashboard div.dataTables_wrapper table.dataTable.display tbody tr.even,
      .dashboard-2 div.dataTables_wrapper table.dataTable.display tbody tr.odd,
      .dashboard-2 div.dataTables_wrapper table.dataTable.display tbody tr.even,
      .dashboard-3 div.dataTables_wrapper table.dataTable.display tbody tr.odd,
      .dashboard-3 div.dataTables_wrapper table.dataTable.display tbody tr.even,
      .general-widget div.dataTables_wrapper table.dataTable.display tbody tr.odd,
      .general-widget div.dataTables_wrapper table.dataTable.display tbody tr.even {
        background-color: transparent !important;
      }
      .default-dashboard div.dataTables_wrapper table.dataTable.display tbody tr.odd > .sorting_1,
      .default-dashboard div.dataTables_wrapper table.dataTable.display tbody tr.even > .sorting_1,
      .dashboard-2 div.dataTables_wrapper table.dataTable.display tbody tr.odd > .sorting_1,
      .dashboard-2 div.dataTables_wrapper table.dataTable.display tbody tr.even > .sorting_1,
      .dashboard-3 div.dataTables_wrapper table.dataTable.display tbody tr.odd > .sorting_1,
      .dashboard-3 div.dataTables_wrapper table.dataTable.display tbody tr.even > .sorting_1,
      .general-widget div.dataTables_wrapper table.dataTable.display tbody tr.odd > .sorting_1,
      .general-widget div.dataTables_wrapper table.dataTable.display tbody tr.even > .sorting_1 {
        background-color: transparent !important;
      }
      .default-dashboard div.dataTables_wrapper table.dataTable thead > tr > th,
      .dashboard-2 div.dataTables_wrapper table.dataTable thead > tr > th,
      .dashboard-3 div.dataTables_wrapper table.dataTable thead > tr > th,
      .general-widget div.dataTables_wrapper table.dataTable thead > tr > th {
        border: none !important;
        border-bottom: 1px solid var(--light-gray) !important;
        text-transform: capitalize;
        font-weight: 700;
        color: var(--font-color);
      }
      .default-dashboard div.dataTables_wrapper table.dataTable thead > tr > th:before, .default-dashboard div.dataTables_wrapper table.dataTable thead > tr > th:after,
      .dashboard-2 div.dataTables_wrapper table.dataTable thead > tr > th:before,
      .dashboard-2 div.dataTables_wrapper table.dataTable thead > tr > th:after,
      .dashboard-3 div.dataTables_wrapper table.dataTable thead > tr > th:before,
      .dashboard-3 div.dataTables_wrapper table.dataTable thead > tr > th:after,
      .general-widget div.dataTables_wrapper table.dataTable thead > tr > th:before,
      .general-widget div.dataTables_wrapper table.dataTable thead > tr > th:after {
        display: none;
      }
      .default-dashboard div.dataTables_wrapper table.dataTable tbody > tr > td,
      .dashboard-2 div.dataTables_wrapper table.dataTable tbody > tr > td,
      .dashboard-3 div.dataTables_wrapper table.dataTable tbody > tr > td,
      .general-widget div.dataTables_wrapper table.dataTable tbody > tr > td {
        border-bottom: none;
      }
      .default-dashboard .card-header .header-top .nav,
      .dashboard-2 .card-header .header-top .nav,
      .dashboard-3 .card-header .header-top .nav,
      .general-widget .card-header .header-top .nav {
        background-color: var(--body-color);
        border: 1px solid var(--light-gray);
        border-radius: 5px;
      }
      .default-dashboard .card-header .header-top .nav .nav-item a,
      .dashboard-2 .card-header .header-top .nav .nav-item a,
      .dashboard-3 .card-header .header-top .nav .nav-item a,
      .general-widget .card-header .header-top .nav .nav-item a {
        padding: 6px 8px;
        color: var(--body-font-color);
        font-weight: 600;
      }
      .default-dashboard .card-header .header-top .nav-pills .nav-link.active,
      .dashboard-2 .card-header .header-top .nav-pills .nav-link.active,
      .dashboard-3 .card-header .header-top .nav-pills .nav-link.active,
      .general-widget .card-header .header-top .nav-pills .nav-link.active {
        background-color: var(--theme-default);
        border-radius: 5px;
        color: var(--white);
      }
      .default-dashboard .dropdown .btn,
      .dashboard-2 .dropdown .btn,
      .dashboard-3 .dropdown .btn,
      .general-widget .dropdown .btn {
        padding: 4px 14px;
        background-color: var(--body-color);
        border: 1px solid var(--light-gray);
        font-family: "Nunito Sans", sans-serif;
        color: var(--body-font-color);
        border-radius: 5px;
      }
      .default-dashboard .dropdown .btn:active,
      .dashboard-2 .dropdown .btn:active,
      .dashboard-3 .dropdown .btn:active,
      .general-widget .dropdown .btn:active {
        background-color: var(--body-color) !important;
        border: 1px solid var(--light-gray) !important;
      }
      .default-dashboard .comman-round,
      .dashboard-2 .comman-round,
      .dashboard-3 .comman-round,
      .general-widget .comman-round {
        height: 35px;
        width: 35px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(48, 142, 135, 0.1);
        border: 2px solid rgba(48, 142, 135, 0.1);
      }

      .default-dashboard .welcome-banner .welcome-card {
        background-color: var(--theme-default);
        border-radius: 24px 24px 0 0;
        overflow: hidden;
        height: 180px;
        display: flex;
        align-items: center;
        position: relative;
      }
      .default-dashboard .welcome-banner .welcome-card .img-1 {
        right: 4px;
        animation: up-down 4s infinite;
      }
      @media (max-width: 767px) {
        .default-dashboard .welcome-banner .welcome-card .img-1 {
          display: none;
        }
      }
      @media (min-width: 991px) and (max-width: 1360px) {
        .default-dashboard .welcome-banner .welcome-card .img-1 {
          display: none;
        }
      }
      .default-dashboard .welcome-banner .welcome-card .img-2 {
        top: 0;
        animation: myOrbit 9s linear infinite;
      }
      .default-dashboard .welcome-banner .welcome-card .img-3 {
        animation: up-down 4s infinite;
      }
      @media (max-width: 767px) {
        .default-dashboard .welcome-banner .welcome-card .img-3 {
          width: 60px;
        }
      }
      @media (min-width: 991px) and (max-width: 1360px) {
        .default-dashboard .welcome-banner .welcome-card .img-3 {
          width: 60px;
        }
      }
      .default-dashboard .welcome-banner .welcome-card .img-4 {
        bottom: -25px;
        left: 27%;
        animation: 8s linear 0s infinite normal none running move1;
      }
      @media (max-width: 767px) {
        .default-dashboard .welcome-banner .welcome-card .img-4 {
          width: 60px;
        }
      }
      @media (min-width: 991px) and (max-width: 1360px) {
        .default-dashboard .welcome-banner .welcome-card .img-4 {
          width: 60px;
        }
      }
      .default-dashboard .welcome-banner .welcome-card .img-5 {
        right: 169px;
        top: -14px;
        animation: myOrbit 9s linear infinite;
      }
      @media (max-width: 767px) {
        .default-dashboard .welcome-banner .welcome-card .img-5 {
          width: 55px;
          right: 104px;
        }
      }
      @media (min-width: 991px) and (max-width: 1360px) {
        .default-dashboard .welcome-banner .welcome-card .img-5 {
          width: 55px;
          right: 104px;
        }
      }
      .default-dashboard .welcome-banner p {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 19px;
      }
      @media (max-width: 1550px) {
        .default-dashboard .welcome-banner p {
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box !important;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          white-space: normal;
        }
      }
      .default-dashboard .welcome-banner span {
        padding: 10px 8px;
        background-color: var(--body-color);
        border: 1px solid var(--light-gray);
        border-radius: 6px;
        font-weight: 700;
      }
      .default-dashboard .welcome-banner span svg {
        width: 18px;
        height: 18px;
      }
      .default-dashboard .welcome-banner h1, .default-dashboard .welcome-banner .h1 {
        font-size: calc(18px + 12 * (100vw - 300px) / 1620);
      }
      .default-dashboard .welcome-banner h1 img, .default-dashboard .welcome-banner .h1 img {
        width: 20px;
        height: auto;
        cursor: pointer;
        animation-name: wave-animation;
        animation-duration: 2.5s;
        animation-iteration-count: infinite;
        transform-origin: 70% 70%;
      }
      @media (max-width: 1540px) {
        .default-dashboard .earning-card .dropdown {
          display: none;
        }
      }
      .default-dashboard .earning-card span svg {
        height: 18px;
        width: 18px;
      }
      [dir=rtl] .default-dashboard .earning-card #earnings-chart {
        direction: ltr;
      }
      .default-dashboard .earning-card .card-body h2, .default-dashboard .earning-card .card-body .h2 {
        font-size: calc(16px + 9 * (100vw - 300px) / 1620);
      }
      .default-dashboard .job-card .card-header p {
        color: var(--body-font-color);
      }
      .default-dashboard .job-card .card-header p span {
        color: var(--font-color);
        font-weight: 700;
      }
      .default-dashboard .job-card .card-body li {
        padding: 11px 16px;
        background-color: var(--body-color);
        border: 1px solid var(--light-gray);
        border-radius: 10px;
      }
      @media (max-width: 1460px) and (min-width: 1399.98px) {
        .default-dashboard .job-card .card-body li:first-child {
          display: none;
        }
      }
      @media (max-width: 1280px) and (min-width: 1200px) {
        .default-dashboard .job-card .card-body li:first-child {
          display: none;
        }
      }
      @media (max-width: 480px) {
        .default-dashboard .job-card .card-body li:first-child {
          display: none;
        }
      }
      @media (max-width: 380px) {
        .default-dashboard .job-card .card-body li:first-child {
          padding: 11px 10px;
        }
      }
      .default-dashboard .job-card .card-body li .d-flex .flex-shrink-0 {
        width: 45px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
      }
      @media (max-width: 380px) {
        .default-dashboard .job-card .card-body li .d-flex .flex-shrink-0 {
          width: 35px;
          height: 32px;
        }
      }
      .default-dashboard .job-card .card-body li .d-flex .flex-shrink-0.bg-light-primary svg {
        stroke: var(--theme-default);
      }
      .default-dashboard .job-card .card-body li .d-flex .flex-shrink-0.bg-light-secondary svg {
        stroke: var(--theme-secondary);
      }
      .default-dashboard .job-card .card-body li .d-flex .flex-shrink-0 svg {
        width: 20px;
        height: 20px;
      }
      @media (max-width: 380px) {
        .default-dashboard .job-card .card-body li .d-flex .flex-shrink-0 svg {
          width: 15px;
          height: 15px;
        }
      }
      .default-dashboard .job-card .card-body li .d-flex .flex-grow-1 {
        text-align: center;
      }
      .default-dashboard .job-card .card-body li .d-flex .flex-grow-1 h3, .default-dashboard .job-card .card-body li .d-flex .flex-grow-1 .h3 {
        font-size: calc(16px + 6 * (100vw - 300px) / 1620);
      }
      .default-dashboard .job-card .card-body li .d-flex .flex-grow-1 p {
        color: var(--font-color);
        font-weight: 600;
      }
      @media (max-width: 1720px) {
        .default-dashboard .job-card .card-body li .d-flex .flex-grow-1 p {
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box !important;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          white-space: normal;
        }
      }
      .default-dashboard .job-card .card-body li:hover {
        transform: translateY(-5px);
        transition: 0.5s;
      }
      .default-dashboard .job-card .card-body li:hover .flex-shrink-0 svg {
        animation: tada 1.5s ease infinite;
      }
      .default-dashboard .job-card .card-body table thead tr th {
        color: var(--font-color);
        padding-left: 9px;
        padding-right: 9px;
      }
      .default-dashboard .job-card .card-body table tbody tr:last-child td {
        padding-bottom: 0;
        border: none;
      }
      .default-dashboard .job-card .card-body table tbody tr:hover td:last-child .d-flex .flex-grow-1 h6, .default-dashboard .job-card .card-body table tbody tr:hover td:last-child .d-flex .flex-grow-1 .h6 {
        color: var(--theme-default);
      }
      .default-dashboard .job-card .card-body table tbody tr td {
        font-weight: 600;
        padding: 11px 9px;
      }
      @media (max-width: 1720px) {
        .default-dashboard .job-card .card-body table tbody tr td {
          padding: 11px 6px;
        }
      }
      @media (max-width: 1665px) {
        .default-dashboard .job-card .card-body table tbody tr td {
          padding: 11px 4px;
        }
      }
      .default-dashboard .job-card .card-body table tbody tr td .d-flex .flex-shrink-0 img {
        border-radius: 50%;
        border: 1px solid var(--shape-border);
      }
      .default-dashboard .job-card .card-body table tbody tr td .d-flex .flex-grow-1 h6, .default-dashboard .job-card .card-body table tbody tr td .d-flex .flex-grow-1 .h6 {
        transition: all 0.4s;
        font-weight: 600;
        color: var(--dark);
      }
      @media (max-width: 1665px) {
        .default-dashboard .job-card .card-body table tbody tr td .d-flex .flex-grow-1 h6, .default-dashboard .job-card .card-body table tbody tr td .d-flex .flex-grow-1 .h6 {
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box !important;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          white-space: normal;
        }
      }
      .default-dashboard .transaction-history table {
        margin-top: 13px !important;
      }
      @media (max-width: 1855px) and (min-width: 1200px) {
        .default-dashboard .transaction-history table thead tr th {
          padding: 11px 9px !important;
        }
      }
      @media (max-width: 1780px) and (min-width: 1200px) {
        .default-dashboard .transaction-history table thead tr th {
          padding: 11px 7px !important;
        }
      }
      @media (max-width: 1705px) and (min-width: 1200px) {
        .default-dashboard .transaction-history table thead tr th {
          padding: 11px 3px !important;
        }
      }
      @media (max-width: 1480px) and (min-width: 1399.98px) {
        .default-dashboard .transaction-history table thead tr th {
          padding: 5px 3px !important;
        }
      }
      @media (max-width: 1630px) and (min-width: 1200px) {
        .default-dashboard .transaction-history table thead tr th:nth-child(2) {
          display: none;
        }
      }
      .default-dashboard .transaction-history table tbody tr td {
        font-weight: 600;
        color: var(--dark);
      }
      @media (max-width: 1855px) and (min-width: 1200px) {
        .default-dashboard .transaction-history table tbody tr td {
          padding: 12px 9px;
        }
      }
      @media (max-width: 1780px) and (min-width: 1200px) {
        .default-dashboard .transaction-history table tbody tr td {
          padding: 12px 7px;
        }
      }
      @media (max-width: 1480px) and (min-width: 1399.98px) {
        .default-dashboard .transaction-history table tbody tr td {
          padding: 5px 7px;
        }
      }
      @media (max-width: 1199.98px) {
        .default-dashboard .transaction-history table tbody tr td:first-child {
          min-width: 192px;
        }
      }
      @media (max-width: 1630px) and (min-width: 1200px) {
        .default-dashboard .transaction-history table tbody tr td:nth-child(2) {
          display: none;
        }
      }
      @media (max-width: 1199.98px) {
        .default-dashboard .transaction-history table tbody tr td:nth-child(2) {
          min-width: 105px;
        }
      }
      .default-dashboard .transaction-history table tbody tr td .d-flex .flex-shrink-0 {
        height: 35px;
        width: 35px;
        background-color: var(--body-color);
        border: 1px solid var(--light-gray);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
      }
      .default-dashboard .transaction-history table tbody tr td .d-flex .flex-grow-1 a h6, .default-dashboard .transaction-history table tbody tr td .d-flex .flex-grow-1 a .h6 {
        font-weight: 600;
        color: var(--body-font-color);
      }
      .default-dashboard .transaction-history table tbody tr td .d-flex .flex-grow-1 h6, .default-dashboard .transaction-history table tbody tr td .d-flex .flex-grow-1 .h6 {
        font-weight: 600;
        color: var(--dark);
      }
      .default-dashboard .transaction-history table tbody tr td .d-flex .flex-grow-1 p {
        color: var(--font-color);
        font-weight: 600;
      }
      .default-dashboard .transaction-history table tbody tr td .btn {
        padding: 7px 18px;
        min-width: 115px;
      }
      .default-dashboard .audit-log .d-flex {
        padding: 17px 0;
      }
      @media (max-width: 1480px) and (min-width: 1399.98px) {
        .default-dashboard .audit-log .d-flex {
          padding: 13px 0;
        }
      }
      .default-dashboard .audit-log .d-flex:last-child {
        padding-bottom: 0px;
      }
      .default-dashboard .audit-log .d-flex:last-child .flex-shrink-0::before {
        display: none;
      }
      .default-dashboard .audit-log .d-flex .flex-shrink-0 {
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: relative;
      }
      .default-dashboard .audit-log .d-flex .flex-shrink-0::before {
        position: absolute;
        content: "";
        width: 2px;
        height: 75%;
        top: 55%;
        left: 45%;
        transform: translateY(100%);
        background-color: var(--light-gray);
      }
      @media (max-width: 1480px) and (min-width: 1399.98px) {
        .default-dashboard .audit-log .d-flex .flex-shrink-0::before {
          top: 39%;
        }
      }
      .default-dashboard .audit-log .d-flex .flex-grow-1 a h6, .default-dashboard .audit-log .d-flex .flex-grow-1 a .h6 {
        font-weight: 600;
        color: var(--body-font-color);
      }
      @media (max-width: 1860px) {
        .default-dashboard .audit-log .d-flex .flex-grow-1 a h6, .default-dashboard .audit-log .d-flex .flex-grow-1 a .h6 {
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box !important;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          white-space: normal;
        }
      }
      .default-dashboard .audit-log .d-flex .flex-grow-1 p {
        font-weight: 600;
        color: var(--font-color);
      }
      .default-dashboard .audit-log .d-flex span {
        padding: 6px 8px;
        border-radius: 5px;
        font-weight: 600;
        min-width: 70px;
        background-color: var(--body-color);
        border: 1px solid var(--light-gray);
      }
      @media (min-width: 1400px) and (max-width: 1480px) {
        .default-dashboard .audit-log .d-flex span {
          display: none;
        }
      }
      .default-dashboard .investment-card ul li {
        padding: 0 22px;
        border-right: 1px solid var(--light-gray);
      }
      @media (min-width: 1399.98px) and (max-width: 1710px) {
        .default-dashboard .investment-card ul li {
          margin: 16px 0;
        }
      }
      @media (min-width: 1399.98px) and (max-width: 1590px) {
        .default-dashboard .investment-card ul li {
          margin: 47px 0 15px 0;
          padding: 0 12px;
        }
      }
      @media (max-width: 1480px) and (min-width: 1399.98px) {
        .default-dashboard .investment-card ul li {
          margin: 24px 0 15px 0;
        }
      }
      [dir=rtl] .default-dashboard .investment-card ul li {
        border-left: 1px solid var(--light-gray);
        border-right: unset;
      }
      .default-dashboard .investment-card ul li:last-child {
        border-right: none;
      }
      [dir=rtl] .default-dashboard .investment-card ul li:last-child {
        border-left: none;
      }
      .default-dashboard .investment-card ul li p {
        color: var(--font-color);
        font-weight: 600;
      }
      .default-dashboard .investment-card ul li h6, .default-dashboard .investment-card ul li .h6 {
        color: var(--body-font-color);
        font-weight: 600;
      }
      .default-dashboard .latest-activity .d-flex {
        padding: 8px 0;
      }
      .default-dashboard .latest-activity .d-flex:last-child {
        padding-bottom: 0px;
      }
      .default-dashboard .latest-activity .d-flex:last-child .flex-shrink-0::before {
        display: none;
      }
      .default-dashboard .latest-activity .d-flex .flex-shrink-0 {
        height: 35px;
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border-width: 2px !important;
        border-style: solid;
      }
      .default-dashboard .latest-activity .d-flex .flex-shrink-0 svg {
        width: 21px;
        height: 21px;
      }
      .default-dashboard .latest-activity .d-flex .flex-grow-1 a h6, .default-dashboard .latest-activity .d-flex .flex-grow-1 a .h6 {
        font-weight: 600;
        color: var(--body-font-color);
      }
      @media (max-width: 1750px) {
        .default-dashboard .latest-activity .d-flex .flex-grow-1 a h6, .default-dashboard .latest-activity .d-flex .flex-grow-1 a .h6 {
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box !important;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          white-space: normal;
        }
      }
      .default-dashboard .latest-activity .d-flex .flex-grow-1 p {
        font-weight: 600;
        color: var(--font-color);
      }
      @media (max-width: 1750px) {
        .default-dashboard .latest-activity .d-flex .flex-grow-1 p {
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box !important;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          white-space: normal;
        }
      }
      .default-dashboard .latest-activity .d-flex span {
        padding: 4px 8px;
        border-radius: 5px;
        font-weight: 600;
        min-width: 70px;
        background-color: var(--body-color);
        border: 1px solid var(--light-gray);
        color: var(--dark);
      }
      @media (max-width: 1480px) and (min-width: 1399.98px) {
        .default-dashboard .latest-activity .d-flex span {
          display: none;
        }
      }
      @media (max-width: 1320px) and (min-width: 1200px) {
        .default-dashboard .growthcard .header-top .nav {
          display: none;
        }
      }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .default-dashboard .growthcard .header-top .nav {
          display: none;
        }
      }
      @media (max-width: 575.98px) {
        .default-dashboard .growthcard .header-top .nav {
          display: none;
        }
      }
      .default-dashboard .growthcard .growth-chart .apexcharts-canvas svg .apexcharts-inner .apexcharts-area-series {
        transform: translate(5px, -40px);
      }
      .default-dashboard .top-user li {
        padding: 8px 0;
      }
      @media (min-width: 768px) and (max-width: 1199.98px) {
        .default-dashboard .top-user li {
          padding: 9px 0;
        }
      }
      .default-dashboard .top-user li div.d-flex div a h6, .default-dashboard .top-user li div.d-flex div a .h6 {
        font-weight: 600;
        color: var(--body-font-color);
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
      }
      .default-dashboard .top-user li div.d-flex div p {
        color: var(--font-color);
        font-weight: 600;
      }
      .default-dashboard .top-user li div.d-flex div p svg {
        height: 13px;
        width: 13px;
        stroke: var(--font-color);
      }
      .default-dashboard .top-user li span {
        color: var(--font-color);
        font-weight: 600;
      }
      @media (min-width: 992px) and (max-width: 1060px) {
        .default-dashboard .top-user li span {
          display: none;
        }
      }
      @media (max-width: 360px) {
        .default-dashboard .top-user li span {
          display: none;
        }
      }
      .default-dashboard .top-user li button {
        min-width: 95px;
      }
      @media (min-width: 1200px) and (max-width: 1800px) {
        .default-dashboard .top-user li button {
          padding: 6px 0;
        }
      }
      @media (max-width: 1630px) and (min-width: 1399.98px) {
        .default-dashboard .top-user li button {
          display: none;
        }
      }
      .default-dashboard .news-update .d-flex {
        padding: 9px 0;
      }
      @media (min-width: 1200px) and (max-width: 1399.98px) {
        .default-dashboard .news-update .d-flex {
          padding: 8px 0;
        }
      }
      .default-dashboard .news-update .d-flex .flex-grow-1 h6, .default-dashboard .news-update .d-flex .flex-grow-1 .h6 {
        font-weight: 600;
        color: var(--body-font-color);
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
      }
      .default-dashboard .news-update .d-flex .flex-grow-1 .text-truncate {
        font-weight: 600;
        color: var(--font-color);
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
        line-height: 1.1;
      }
      .default-dashboard .news-update .d-flex span {
        padding: 4px 8px;
        border-radius: 5px;
        font-weight: 600;
        min-width: 70px;
        color: var(--body-font-color);
        font-size: 13px;
        background-color: var(--body-color);
        border: 1px solid var(--light-gray);
      }
      @media (max-width: 1655px) and (min-width: 1399.98px) {
        .default-dashboard .news-update .d-flex span {
          display: none;
        }
      }
      @media (max-width: 1350px) and (min-width: 1200px) {
        .default-dashboard .news-update .d-flex span {
          display: none;
        }
      }
      .default-dashboard .news-update .d-flex:last-child {
        padding-bottom: 0px;
      }
      .default-dashboard .manage-invoice table thead tr th {
        color: var(--font-color);
        font-weight: 700;
        font-size: 14px;
        padding: 10px !important;
        text-transform: capitalize;
      }
      .default-dashboard .manage-invoice table thead tr th:first-child {
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-bottom: 0 !important;
      }
      .default-dashboard .manage-invoice table thead tr th:first-child .form-check {
        padding-left: 17px;
        min-height: 34px;
      }
      .default-dashboard .manage-invoice table thead tr th:nth-child(2) {
        padding-left: 0 !important;
      }
      @media (min-width: 1200px) and (max-width: 1720px) {
        .default-dashboard .manage-invoice table thead tr th:nth-child(4) {
          display: none;
        }
      }
      @media (min-width: 1200px) and (max-width: 1399.98px) {
        .default-dashboard .manage-invoice table thead tr th:nth-child(5) {
          display: none;
        }
      }
      @media (max-width: 1450px) and (min-width: 1399.98px) {
        .default-dashboard .manage-invoice table thead tr th {
          padding: 10px 5px;
        }
      }
      @media (min-width: 1200px) and (max-width: 1399.98px) {
        .default-dashboard .manage-invoice table thead tr th {
          padding: 9px 10px;
        }
      }
      .default-dashboard .manage-invoice table tbody tr td {
        padding: 4px 7px;
        vertical-align: middle;
      }
      @media (max-width: 1450px) and (min-width: 1399.98px) {
        .default-dashboard .manage-invoice table tbody tr td {
          padding: 1px 5px;
        }
      }
      @media (min-width: 1200px) and (max-width: 1399.98px) {
        .default-dashboard .manage-invoice table tbody tr td {
          padding: 1px 10px;
        }
      }
      .default-dashboard .manage-invoice table tbody tr td h6, .default-dashboard .manage-invoice table tbody tr td .h6 {
        color: var(--body-font-color);
      }
      .default-dashboard .manage-invoice table tbody tr td:first-child {
        padding-right: 0 !important;
        padding-left: 0 !important;
      }
      .default-dashboard .manage-invoice table tbody tr td:first-child .form-check {
        padding-left: 17px;
        min-height: 34px;
      }
      .default-dashboard .manage-invoice table tbody tr td:nth-child(2) {
        padding-left: 0 !important;
      }
      @media (max-width: 1199.98px) {
        .default-dashboard .manage-invoice table tbody tr td:nth-child(2) {
          min-width: 123px;
        }
      }
      @media (max-width: 1199.98px) {
        .default-dashboard .manage-invoice table tbody tr td:nth-child(3) {
          min-width: 70px;
        }
      }
      @media (max-width: 1720px) and (min-width: 1200px) {
        .default-dashboard .manage-invoice table tbody tr td:nth-child(4) {
          display: none !important;
        }
      }
      @media (max-width: 1199.98px) {
        .default-dashboard .manage-invoice table tbody tr td:nth-child(4) {
          min-width: 115px;
        }
      }
      @media (max-width: 1399.98px) and (min-width: 1200px) {
        .default-dashboard .manage-invoice table tbody tr td:nth-child(5) {
          display: none;
        }
      }
      @media (max-width: 1199.98px) {
        .default-dashboard .manage-invoice table tbody tr td:nth-child(5) {
          min-width: 70px;
        }
      }
      .default-dashboard .manage-invoice table tbody tr td p {
        color: var(--font-color);
      }
      .default-dashboard .manage-invoice table tbody tr td .btn {
        padding: 7px 18px;
        min-width: 115px;
      }
      .default-dashboard .total-invest .income-chart {
        display: flex;
        justify-content: center;
        align-items: center;
      }
      @media (max-width: 460px) {
        .default-dashboard .total-invest .income-chart {
          width: 100%;
        }
      }
      @media (max-width: 767px) {
        .default-dashboard .total-invest .income-chart .Incomechrt {
          margin: 0 0 -60px 0;
        }
      }
      .default-dashboard .total-invest .income-chart .apexcharts-canvas {
        min-height: 120px !important;
      }
      .default-dashboard .total-invest .income-chart .apexcharts-canvas svg {
        min-height: 120px !important;
      }
      .default-dashboard .total-invest .invest-content {
        margin-top: -50px;
      }
      @media (max-width: 1490px) and (min-width: 1399.98px) {
        .default-dashboard .total-invest .invest-content {
          margin-top: -26px;
        }
      }
      @media (max-width: 767px) {
        .default-dashboard .total-invest .invest-content {
          margin-top: 0;
        }
      }
      @media (max-width: 460px) {
        .default-dashboard .total-invest .invest-content {
          width: 100%;
        }
      }
      .default-dashboard .total-invest .invest-content .stroke-icon {
        width: 30px;
        height: 30px;
        display: block;
        margin: 0 auto;
      }
      .default-dashboard .total-invest .invest-content .btn {
        box-shadow: 0px 0px 15px 0px rgba(48, 142, 135, 0.4);
        padding: 0px 8px;
        margin-top: 5px;
      }
      .default-dashboard .total-invest .invest-content .btn span {
        background-color: var(--white);
        height: 6px;
        width: 6px;
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 3px;
      }
      .default-dashboard .total-invest .invest-content h3, .default-dashboard .total-invest .invest-content .h3 {
        color: var(--body-font-color);
      }
      .default-dashboard .total-invest .invest-content p {
        font-size: 16px;
        font-weight: 600;
        color: var(--font-color);
      }
      .default-dashboard .total-invest .invest-content p.des-title {
        margin-top: 13px;
      }
      .default-dashboard .total-invest .invest-content p.description-title {
        margin-top: 19px;
      }
      @keyframes tada {
        0% {
          transform: scaleX(1);
        }
        10% {
          transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        }
        20% {
          transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        }
        30% {
          transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        }
        50% {
          transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        }
        70% {
          transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        }
        90% {
          transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        }
        40% {
          transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        }
        60% {
          transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        }
        80% {
          transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        }
        100% {
          transform: scaleX(1);
        }
      }
      @keyframes wave-animation {
        0% {
          transform: rotate(0deg);
        }
        10% {
          transform: rotate(14deg);
        }
        20% {
          transform: rotate(-8deg);
        }
        30% {
          transform: rotate(14deg);
        }
        40% {
          transform: rotate(-4deg);
        }
        50% {
          transform: rotate(10deg);
        }
        60% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(0deg);
        }
      }
      @keyframes up-down {
        0% {
          transform: translateY(0);
        }
        50% {
          transform: translateY(-10px);
        }
        100% {
          transform: translateY(0);
        }
      }
      @keyframes myOrbit {
        0% {
          transform: rotate(0deg) translateX(10px) rotate(0deg);
        }
        100% {
          transform: rotate(360deg) translateX(10px) rotate(-360deg);
        }
      }
      @keyframes move1 {
        0% {
          transform: rotate(0deg) translateX(15px) rotate(0deg);
        }
        100% {
          transform: rotate(360deg) translateX(15px) rotate(-360deg);
        }
      }

      .text-title-gray {
        color: var(--light-gray-color);
        font-weight: 400;
        font-size: 12px;
      }

/**=====================
    Progress CSS Start
    ==========================**/
    .progress-showcase .progress {
      margin-bottom: 10px;
    }
    .progress-showcase .progress:last-child {
      margin-bottom: 0;
    }

    .sm-progress-bar {
      height: 8px;
    }

    .lg-progress-bar {
      height: 20px;
    }

    .progress-wrapper {
      height: 1px;
    }

    .progress-number button {
      width: 2rem;
      height: 2rem;
    }

    .progress-btn {
      background-color: var(--light-chartist-grid-color);
      border-color: var(--light-chartist-grid-color);
    }

    .small-progressbar {
      position: relative;
      overflow: visible;
    }
    .small-progressbar::after {
      position: absolute;
      content: "";
      top: -2px;
      right: -9px;
      background-color: var(--theme-default);
      width: 12px;
      height: 12px;
      border-radius: 100%;
    }
    .small-progressbar .progress-label {
      position: absolute;
      top: -26px;
      right: -6px;
      font-weight: 700;
    }
    .small-progressbar .animate-circle {
      position: absolute;
      top: -11px;
      right: -18px;
      height: 30px;
      width: 30px;
      border: 14px solid var(--theme-default);
      border-radius: 70px;
      animation: heart 1s ease-in-out;
      animation-iteration-count: infinite;
    }

    @keyframes heart {
      0% {
        transform: scale(0);
        opacity: 0;
      }
      25% {
        transform: scale(0.1);
        opacity: 1;
      }
      50% {
        transform: scale(0.5);
        opacity: 0.3;
      }
      75% {
        transform: scale(0.8);
        opacity: 0.5;
      }
      100% {
        transform: scale(1);
        opacity: 0;
      }
    }
    .progress-b-space .progress {
      margin-bottom: 35px;
    }

    .progress-bar {
      background-color: var(--theme-default);
    }

/**=====================
    Progress CSS Ends
    ==========================**/
    .pagination-primary .page-item .page-link {
      color: var(--theme-default) !important;
    }
    .pagination-primary .page-item .page-link:hover {
      background-color: var(--theme-default) !important;
      border-color: var(--theme-default) !important;
      color: var(--white) !important;
    }
    .pagination-primary .page-item .page-link:focus {
      box-shadow: none !important;
    }
    .pagination-primary .page-item.active .page-link {
      color: var(--white) !important;
      background-color: var(--theme-default) !important;
      border-color: var(--theme-default);
    }

    .pagination-secondary .page-item .page-link {
      color: var(--theme-secondary) !important;
    }
    .pagination-secondary .page-item .page-link:hover {
      background-color: var(--theme-secondary) !important;
      border-color: var(--theme-secondary) !important;
      color: var(--white) !important;
    }
    .pagination-secondary .page-item .page-link:focus {
      box-shadow: none !important;
    }
    .pagination-secondary .page-item.active .page-link {
      color: var(--white) !important;
      background-color: var(--theme-secondary) !important;
      border-color: var(--theme-secondary);
    }

    .pagination-warning .page-item .page-link {
      color: var(--warning-color) !important;
    }
    .pagination-warning .page-item .page-link:hover {
      background-color: var(--warning-color) !important;
      border-color: var(--warning-color) !important;
      color: var(--white) !important;
    }
    .pagination-warning .page-item .page-link:focus {
      box-shadow: none !important;
    }
    .pagination-warning .page-item.active .page-link {
      color: var(--white) !important;
      background-color: var(--warning-color) !important;
      border-color: var(--warning-color);
    }

    .pagination-success .page-item .page-link {
      color: var(--success-color) !important;
    }
    .pagination-success .page-item .page-link:hover {
      background-color: var(--success-color) !important;
      border-color: var(--success-color) !important;
      color: var(--white) !important;
    }
    .pagination-success .page-item .page-link:focus {
      box-shadow: none !important;
    }
    .pagination-success .page-item.active .page-link {
      color: var(--white) !important;
      background-color: var(--success-color) !important;
      border-color: var(--success-color);
    }

    .pagination-danger .page-item .page-link {
      color: var(--danger-color) !important;
    }
    .pagination-danger .page-item .page-link:hover {
      background-color: var(--danger-color) !important;
      border-color: var(--danger-color) !important;
      color: var(--white) !important;
    }
    .pagination-danger .page-item .page-link:focus {
      box-shadow: none !important;
    }
    .pagination-danger .page-item.active .page-link {
      color: var(--white) !important;
      background-color: var(--danger-color) !important;
      border-color: var(--danger-color);
    }

    .pagination-info .page-item .page-link {
      color: var(--info-color) !important;
    }
    .pagination-info .page-item .page-link:hover {
      background-color: var(--info-color) !important;
      border-color: var(--info-color) !important;
      color: var(--white) !important;
    }
    .pagination-info .page-item .page-link:focus {
      box-shadow: none !important;
    }
    .pagination-info .page-item.active .page-link {
      color: var(--white) !important;
      background-color: var(--info-color) !important;
      border-color: var(--info-color);
    }

    .pagination-light .page-item .page-link {
      color: var(--light-color) !important;
    }
    .pagination-light .page-item .page-link:hover {
      background-color: var(--light-color) !important;
      border-color: var(--light-color) !important;
      color: var(--white) !important;
    }
    .pagination-light .page-item .page-link:focus {
      box-shadow: none !important;
    }
    .pagination-light .page-item.active .page-link {
      color: var(--white) !important;
      background-color: var(--light-color) !important;
      border-color: var(--light-color);
    }

    .outline-pagination .page-item.active .page-link, .outline-pagination .page-item:hover .page-link {
      border-color: var(--theme-default);
      background-color: unset;
    }
    .outline-pagination .page-item .page-link {
      color: var(--theme-default);
    }

    .pagination-secondary .page-item.disabled .page-link {
      background-color: var(--light-color);
    }

    .pagination-danger .disabled .page-link {
      color: rgba(231, 75, 43, 0.5) !important;
    }

    .pagination {
      --bs-pagination-border-color: var(--border-light-color);
    }
    .pagination .page-item .page-link.rounded-circle {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 35px;
      height: 35px;
    }
    .pagination .page-item.disabled .page-link {
      border-color: var(--border-light-color);
    }
    .pagination .page-item.active {
      z-index: 1;
    }
    @media (max-width: 572px) {
      .pagination.pagination-lg .page-link {
        padding: 10px 17px;
        font-size: 16px;
      }
    }
    @media (max-width: 572px) {
      .pagination.justify-content-end, .pagination.justify-content-start {
        justify-content: center !important;
      }
    }

    .pagination-secondary .disabled {
      cursor: not-allowed;
      opacity: 0.5;
    }

    .pagination .active .page-link {
      color: var(--black) !important;
    }

/**=====================
   3.6 Checkout CSS start
   ==========================**/
   .checkout .checkout-details {
    background-color: rgba(245, 245, 245, 0.5);
    border: 1px solid var(--gray-60);
    padding: 40px;
  }
  .checkout .checkout-details .order-place {
    margin-top: 15px;
  }

  .order-box .title-box {
    padding-bottom: 20px;
    font-size: 22px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 20px;
  }
  .order-box .title-box span {
    width: 35%;
    float: right;
    font-weight: 600;
    text-align: right;
  }
  .order-box .title-box h4, .order-box .title-box .h4 {
    font-weight: 600;
  }
  .order-box .title-box .checkbox-title {
    display: flex;
    justify-content: space-between;
  }
  .order-box .sub-total li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .order-box .sub-total li .count {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    width: 35%;
    float: right;
    text-align: right;
  }
  .order-box .sub-total .shipping-class {
    margin-bottom: 12px;
  }
  .order-box .sub-total .shipping-class .shopping-checkout-option {
    margin-top: -4px;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: var(--theme-default);
    font-weight: 400;
    width: 35%;
    float: right;
    text-align: right;
  }
  .order-box .total {
    position: relative;
    margin-bottom: 30px;
  }
  .order-box .total li {
    position: relative;
    display: block;
    font-weight: 400;
    line-height: 20px;
    font-size: 18px;
  }
  .order-box .qty {
    position: relative;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 30px;
  }
  .order-box .qty li {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .order-box .qty li span {
    float: right;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    width: 35%;
    text-align: right;
  }

  .radio-option {
    position: relative;
  }

  .img-paypal {
    width: 30%;
    margin-left: 15px;
  }

/**=====================
    86. Checkout CSS Ends
    ==========================**/
/**=====================
    Responsive CSS Start
    ==========================**/
    @media screen and (max-width: 1199px) {
      .checkout .checkout-details {
        padding: 25px;
      }
      .order-box .title-box span {
        width: 30%;
      }
      .order-box .sub-total li .count {
        width: 38%;
      }
      .order-box .sub-total .shipping-class .shopping-checkout-option {
        width: 46%;
      }
      .order-box .qty li span {
        width: 38%;
      }
      .order-box .total li .count {
        width: 38%;
      }
    }
    @media screen and (max-width: 991px) {
      .order-box .sub-total .shipping-class .shopping-checkout-option {
        width: 38%;
      }
    }
    @media screen and (max-width: 575px) {
      .checkout .checkout-details {
        padding: 15px;
      }
      .order-box .sub-total .shipping-class .shopping-checkout-option {
        width: 50%;
      }
      .order-box .sub-total li .count {
        width: 50%;
      }
    }
/**=====================
   3.6 Checkout CSS ends
   ==========================**/
   .swal-modal .swal-title {
    font-size: 24px;
  }
  .swal-modal .swal-title:not(:last-child) {
    margin-bottom: 5px;
  }
  .swal-modal .swal-title:first-child {
    margin-top: 15px;
  }
  .swal-modal .swal-text {
    font-size: 17px;
  }
  .swal-modal .swal-footer {
    margin-top: 0;
    padding: 20px 14px;
  }
  .swal-modal.alert-light-dark {
    background-color: var(--white);
  }

  .swal-icon--warning.swal-icon:first-child {
    margin-top: 25px;
  }

/**=====================
   3.5 Chat CSS Start
   ==========================**/
   .radial-bar.radial-bar-lg > img, .radial-bar.radial-bar-lg:after {
    width: 70px;
    height: 70px;
    margin-left: 15px;
    margin-top: 15px;
    line-height: 70px;
  }

  .radial-bar.radial-bar-sm > img, .radial-bar.radial-bar-sm:after {
    width: 35px;
    height: 35px;
    margin-left: 7.5px;
    margin-top: 7.5px;
    line-height: 35px;
  }

  .radial-bar.radial-bar-xs > img, .radial-bar.radial-bar-xs:after {
    width: 20px;
    height: 20px;
    margin-left: 5.5px;
    margin-top: 4.5px;
    line-height: 21px;
  }

  .chart-block canvas {
    width: 100% !important;
  }
  .chart-block .chart-overflow {
    overflow: hidden;
    text-align: center;
  }

  .candidcahrt {
    width: 100%;
    height: 470px;
  }

  .amcharts-export-canvas {
    position: absolute;
    display: none;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--white);
  }
  .amcharts-export-canvas .canvas-container {
    transition: opacity 0.5s ease-out;
  }
  .amcharts-export-canvas.active {
    display: block;
  }
  .amcharts-export-canvas.dropbox .canvas-container {
    opacity: 0.5;
  }

  .flot-chart-container {
    box-sizing: border-box;
    width: 100%;
    height: 400px;
  }
  .flot-chart-container #toggling-series-flot {
    width: 79% !important;
  }

  .all-chart .flot-chart-container {
    height: 350px;
  }

  .flot-chart-placeholder {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
  }
  .flot-chart-placeholder .legend table {
    border-spacing: 5px;
  }

  .morris-hover {
    position: absolute;
    z-index: 1;
  }
  .morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: var(--gray-700);
    background: var(--white);
    border: solid 1px var(--light-gray);
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    text-align: center;
  }
  .morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0;
  }
  .morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0;
  }

  .chart-sparkline {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    background: rgba(49, 49, 49, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    color: var(--white);
    font: 10px "Nunito Sans", sans-serif;
    text-align: left;
    white-space: nowrap;
    padding: 5px;
    border: 1px solid rgba(49, 49, 49, 0.75);
    box-sizing: content-box;
    z-index: 10000;
    border-radius: 5px;
  }
  .chart-sparkline .jqsfield {
    color: var(--white);
    font: 10px "Nunito Sans", sans-serif;
    text-align: left;
  }

  .radial-bar {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background-color: transparent;
    box-sizing: content-box;
    width: 80px;
    height: 80px;
    font-size: 18px;
    background-clip: content-box;
  }
  .radial-bar:after {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    color: var(--color-fiord);
    content: attr(data-label);
    background-color: var(--white);
    z-index: 1;
    width: 56px;
    height: 56px;
    margin-left: 12px;
    margin-top: 12px;
    line-height: 56px;
  }
  .radial-bar > img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    color: var(--color-fiord);
    z-index: 3;
    width: 56px;
    height: 56px;
    margin-left: 12px;
    margin-top: 12px;
    line-height: 56px;
  }

  .radial-bar-danger.radial-bar-20 {
    background-image: linear-gradient(90deg, rgba(204, 204, 204, 0.5), transparent 50%, transparent), linear-gradient(162deg, var(--danger-color) 50%, rgba(204, 204, 204, 0.5), var(--light-semi-gray));
  }

  .radial-bar.radial-bar-lg {
    width: 100px;
    height: 100px;
    font-size: 20px;
  }
  .radial-bar.radial-bar-sm {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }
  .radial-bar.radial-bar-xs {
    width: 30px;
    height: 30px;
    font-size: 8px;
  }
  .pieLabel div {
    color: var(--white) !important;
  }
  .pieLabel div input[type=checkbox] {
    margin: 7px;
  }

  .knob-chart {
    min-height: 255px;
  }
  .knob-chart .chart-clock-main {
    position: relative;
    width: 200px;
    margin: 45px auto;
  }
  .knob-chart .chart-clock-main .clock-large {
    position: absolute;
    left: -48px;
    top: -45px;
  }
  .knob-chart .chart-clock-main .clock-medium {
    position: absolute;
    left: 2px;
    top: 5px;
  }
  .knob-chart .chart-clock-main .clock-small {
    position: absolute;
    left: 15px;
    top: 55px;
  }

  .peity-charts svg {
    width: 100%;
    height: 250px;
  }
  .peity-charts.peity-chart-primary svg polygon {
    fill: rgba(48, 142, 135, 0.2);
  }
  .peity-charts.peity-chart-primary svg polyline {
    stroke: var(--theme-default);
  }

  .bar-odd-even svg rect:nth-child(odd) {
    fill: var(--theme-default);
  }
  .bar-odd-even svg rect:nth-child(even) {
    fill: var(--theme-secondary);
  }

  .donut-peity svg path:nth-child(odd) {
    fill: var(--theme-default);
  }
  .donut-peity svg path:nth-child(even) {
    fill: var(--theme-secondary);
  }

  .small-donut ~ svg path:nth-child(odd),
  .small-donut svg path:nth-child(odd),
  .donut-peity2 ~ svg path:nth-child(odd),
  .donut-peity2 svg path:nth-child(odd),
  .pie-peity ~ svg path:nth-child(odd),
  .pie-peity svg path:nth-child(odd) {
    fill: var(--theme-default);
  }
  .small-donut ~ svg path:nth-child(even),
  .small-donut svg path:nth-child(even),
  .donut-peity2 ~ svg path:nth-child(even),
  .donut-peity2 svg path:nth-child(even),
  .pie-peity ~ svg path:nth-child(even),
  .pie-peity svg path:nth-child(even) {
    fill: var(--light-semi-gray);
  }

  .small-donut2 ~ svg path:nth-child(odd) {
    fill: var(--theme-secondary);
  }

  .small-donut3 ~ svg path:nth-child(odd) {
    fill: var(--success-color);
  }

  .small-donut4 ~ svg path:nth-child(odd) {
    fill: var(--info-color);
  }

  .small-donut5 ~ svg path:nth-child(odd) {
    fill: var(--warning-color);
  }

  .small-donut6 ~ svg path:nth-child(odd) {
    fill: var(--danger-color);
  }

  p.data-attributes svg {
    margin-right: 10px;
  }

  .knob-block {
    position: relative;
  }
  .knob-block input {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    margin-left: 0 !important;
    margin-top: -3px !important;
  }

  .knob-input-disable input {
    display: none !important;
  }

  .apex-chart {
    margin: 0 auto;
  }

  .apexcharts-toolbar {
    z-index: 1 !important;
  }

  .apexcharts-menu-item {
    width: 110px;
  }

  .word-tree {
    height: 400px;
  }

  .ct-series-a .ct-slice-pie,
  .ct-series-a .ct-slice-donut-solid,
  .ct-series-a .ct-area {
    fill: var(--theme-default);
  }
  .ct-series-a .ct-point,
  .ct-series-a .ct-line,
  .ct-series-a .ct-bar,
  .ct-series-a .ct-slice-donut {
    stroke: var(--theme-default);
  }

  .ct-series-b .ct-point,
  .ct-series-b .ct-line,
  .ct-series-b .ct-bar,
  .ct-series-b .ct-slice-donut {
    stroke: var(--theme-secondary);
  }
  .ct-series-b .ct-slice-pie,
  .ct-series-b .ct-slice-donut-solid,
  .ct-series-b .ct-area {
    fill: var(--theme-secondary);
  }

  .apache-cotainer {
    width: 100%;
    height: 350px;
    margin: 0;
  }

  .boxplot-cotainer {
    height: 420px;
  }

  .apache-cotainer-large {
    width: 100%;
    height: 500px;
    margin: 0;
  }

  .test-buttons button + button {
    margin-left: 10px;
  }

  .clip-chart-wrapper .test-chart-block {
    margin-bottom: -30px;
  }

  #echart-gauge .test-chart {
    width: 100%;
    height: 395px;
  }

  .polar-line {
    height: 350px;
  }

  #dotted {
    height: 390px;
  }

  .apexcharts-canvas .apexcharts-tooltip,
  .apexcharts-canvas .apexcharts-xaxistooltip,
  .apexcharts-canvas .apexcharts-yaxistooltip {
    z-index: 1;
  }

  @media (max-width: 1346px) {
    .flot-chart-container .flot-chart-placeholder ~ p.float-end {
      float: left !important;
    }
    [dir=rtl] .flot-chart-container .flot-chart-placeholder ~ p.float-end {
      float: right !important;
    }
  }

  .bar-chart-widget .apexcharts-legend {
    bottom: 0 !important;
  }
  .bar-chart-widget .apexcharts-legend .apexcharts-legend-series {
    margin: 0 10px !important;
  }
  .bar-chart-widget .apexcharts-legend .apexcharts-legend-marker {
    margin-right: 5px;
  }
  .bar-chart-widget .top-content {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .bar-chart-widget .earning-details {
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    letter-spacing: 1px;
  }
  .bar-chart-widget .earning-details i {
    font-size: 230px;
    position: absolute;
    opacity: 0.1;
    right: -30px;
    top: 0;
  }
  .bar-chart-widget .earning-details i:hover {
    transform: rotate(-5deg) scale(1.1);
    transition: all 0.3s ease;
  }
  .bar-chart-widget .num {
    font-weight: 600;
  }
  .bar-chart-widget .num .color-bottom {
    color: var(--black);
  }

  @media (max-width: 767.98px) {
    .bar-chart-widget .earning-details i {
      right: 0;
    }
  }
  @media (max-width: 575.98px) {
    .bar-chart-widget .earning-details i {
      right: -30px;
    }
  }
  @media (max-width: 360px) {
    .bar-chart-widget .earning-details i {
      right: -73px;
    }
  }
  @media (max-width: 360px) {
    .bar-chart-widget .bottom-content .num {
      font-size: 17px;
    }
  }

/**=====================
    3.5 Chat CSS End
    ==========================**/
/**=====================
     14. Chat CSS Start
     ==========================**/
     .status-circle {
      width: 12px;
      height: 12px;
      position: absolute;
      top: 4px;
      left: 44px;
      border-radius: 50%;
      border: 2px solid var(--white);
    }

    .user-image {
      float: left;
      width: 52px;
      height: 52px;
      margin-right: 5px;
    }
    .user-image .about {
      float: left;
      margin-top: 5px;
      padding-left: 10px;
    }
    .user-image .about .name {
      color: var(--font-color);
      letter-spacing: 1px;
      font-weight: 500;
    }

    .left-sidebar-wrapper {
      padding: 20px;
      border-radius: 10px 0 0 10px;
      z-index: 1;
      border: 2px solid var(--white);
      border-right: unset;
      /* ===== Scrollbar CSS ===== */
      /* Firefox */
      /* Chrome, Edge, and Safari */
    }
    @media (max-width: 767.98px) {
      .left-sidebar-wrapper {
        border-radius: 10px;
        padding: 10px;
      }
    }
    .left-sidebar-wrapper * {
      scrollbar-width: auto;
      scrollbar-color: rgba(48, 142, 135, 0.5) var(--white);
    }
    .left-sidebar-wrapper *::-webkit-scrollbar {
      width: 12px;
    }
    .left-sidebar-wrapper *::-webkit-scrollbar-track {
      background: var(--white);
    }
    .left-sidebar-wrapper *::-webkit-scrollbar-thumb {
      background-color: rgba(48, 142, 135, 0.3);
      border-radius: 10px;
      width: 5px;
      border: 3px solid var(--white);
    }
    .left-sidebar-wrapper .left-sidebar-chat .input-group .input-group-text {
      background-color: rgba(204, 204, 204, 0.2);
      padding-right: 0;
      margin-right: 1px;
      border-right: none;
    }
    .left-sidebar-wrapper .left-sidebar-chat .input-group .input-group-text svg {
      width: 16px;
      height: 16px;
    }
    .left-sidebar-wrapper .left-sidebar-chat .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .left-sidebar-wrapper .left-sidebar-chat .input-group .form-control {
      border-left: unset;
      background-color: rgba(204, 204, 204, 0.2);
    }
    .left-sidebar-wrapper .left-sidebar-chat .input-group .form-control:focus, .left-sidebar-wrapper .left-sidebar-chat .input-group .form-control:focus-visible {
      border-color: rgba(204, 204, 204, 0.8);
      box-shadow: unset;
    }
    .left-sidebar-wrapper .advance-options ul {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding: 0;
    }
    .left-sidebar-wrapper .advance-options ul .nav-item .nav-link {
      color: var(--body-font-color);
      border-bottom: 2px solid transparent;
      background-color: transparent;
      padding: 16px 57px;
      text-decoration: unset;
    }
    @media (max-width: 1855px) {
      .left-sidebar-wrapper .advance-options ul .nav-item .nav-link {
        padding: 16px 45px;
      }
    }
    @media (max-width: 1663px) {
      .left-sidebar-wrapper .advance-options ul .nav-item .nav-link {
        padding: 16px 30px;
      }
    }
    @media (max-width: 1423px) {
      .left-sidebar-wrapper .advance-options ul .nav-item .nav-link {
        padding: 16px 28px;
      }
    }
    .left-sidebar-wrapper .advance-options ul .nav-item .nav-link:active, .left-sidebar-wrapper .advance-options ul .nav-item .nav-link.active {
      border-bottom: 2px solid var(--theme-default);
      color: var(--theme-default);
    }
    .left-sidebar-wrapper .advance-options .common-space {
      padding: 11px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .left-sidebar-wrapper .advance-options .common-space p {
      margin: 0;
      color: var(--font-color);
    }
    .left-sidebar-wrapper .advance-options .common-space .header-top .btn {
      padding: 6px 12px;
    }
    .left-sidebar-wrapper .advance-options .common-space .header-top .btn:hover i {
      color: var(--white);
    }
    .left-sidebar-wrapper .advance-options .chats-user {
      border-bottom: unset;
      height: 552px;
      overflow-y: auto;
    }
    @media (max-width: 767.98px) {
      .left-sidebar-wrapper .advance-options .chats-user {
        height: 200px;
      }
    }
    .left-sidebar-wrapper .advance-options .chats-user li {
      gap: 10px;
      width: 100%;
      border-bottom: 1px solid rgba(204, 204, 204, 0.5);
      cursor: pointer;
      padding: 11px;
    }
    .left-sidebar-wrapper .advance-options .chats-user li:hover {
      background-color: rgba(204, 204, 204, 0.2);
    }
    @media (max-width: 1505px) {
      .left-sidebar-wrapper .advance-options .chats-user li {
        flex-wrap: wrap;
        gap: 1px;
      }
    }
    .left-sidebar-wrapper .advance-options .chats-user li:last-child {
      border-bottom: unset;
    }
    .left-sidebar-wrapper .advance-options .chats-user li .chat-time {
      display: flex;
      gap: 10px;
      align-items: center;
    }
    .left-sidebar-wrapper .advance-options .chats-user li .chat-time > div {
      text-align: left;
    }
    @media (max-width: 1498px) {
      .left-sidebar-wrapper .advance-options .chats-user li > div {
        width: 100%;
        text-align: end;
      }
    }

    .active-profile {
      position: relative;
    }
    .active-profile img {
      width: 42px;
      height: 42px;
    }
    @media (max-width: 1650px) {
      .active-profile img {
        width: 33px;
        height: 33px;
      }
    }
    .active-profile .status {
      position: absolute;
      height: 14px;
      width: 14px;
      border-radius: 100%;
      bottom: 5%;
      right: -2px;
      border: 3px solid var(--white);
    }
    @media (max-width: 1600px) {
      .active-profile .status {
        width: 11px;
        height: 11px;
        border: 2px solid var(--white);
      }
    }

    .contact-edit i {
      color: var(--gray-700);
      cursor: pointer;
    }
    .contact-edit i::after {
      content: unset;
    }
    .contact-edit svg {
      cursor: pointer;
      width: 18px;
      height: 18px;
    }
    @media (max-width: 360px) {
      .contact-edit svg {
        width: 14px;
        height: 14px;
      }
    }
    .contact-edit .dropdown-menu .dropdown-item:hover {
      background-color: var(--light-background);
      opacity: 1;
      text-decoration: unset;
    }
    .contact-edit.chat-alert {
      width: 40px;
      height: 40px;
      background: var(--light-background);
      display: fke;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 5px;
    }
    @media (max-width: 360px) {
      .contact-edit.chat-alert {
        width: 32px;
        height: 32px;
      }
    }
    @media (max-width: 340px) {
      .contact-edit.chat-alert {
        display: none;
      }
    }

    .search-contacts {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }
    .search-contacts .form-control {
      padding-inline: 35px;
    }
    .search-contacts .form-control:focus {
      box-shadow: unset;
      border-color: rgba(204, 204, 204, 0.8);
    }
    .search-contacts svg {
      stroke: var(--body-font-color);
      width: 18px;
      height: 18px;
      left: 10px;
      top: 13px;
      position: absolute;
    }
    .search-contacts .mic-search {
      right: 10px;
      top: 8px;
      position: absolute;
      left: unset;
    }

    .contact-wrapper {
      padding-top: 14px;
      border-bottom: unset;
      height: 504px;
      overflow-y: auto;
    }
    .contact-wrapper > p {
      line-height: 0;
      margin: 0;
      padding: 12px 0;
      font-size: 18px;
      font-weight: 500;
      color: var(--body-font-color);
    }
    .contact-wrapper ul li {
      width: 100%;
      cursor: pointer;
    }
    .contact-wrapper ul li .chat-time {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .contact-wrapper ul li .chat-time img {
      width: 42px;
      height: 42px;
    }
    @media (max-width: 1650px) {
      .contact-wrapper ul li .chat-time img {
        width: 33px;
        height: 33px;
      }
    }
    .contact-wrapper ul li .chat-time > div span {
      color: var(--body-font-color);
    }
    .contact-wrapper ul li svg {
      width: 18px;
      height: 18px;
    }
    .contact-wrapper ul:last-child .common-space {
      padding-bottom: unset;
    }

    .right-sidebar-chat {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      z-index: 0;
      border: 2px solid var(--white);
      border-left: unset;
    }
    @media (max-width: 767px) {
      .right-sidebar-chat {
        border-radius: 10px;
      }
    }

    .right-sidebar-title {
      padding: 13px 25px;
      display: flex;
      justify-content: space-between;
    }
    .right-sidebar-title .common-space {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .right-sidebar-title .common-space .chat-time {
      display: flex;
      gap: 10px;
      align-items: center;
    }
    .right-sidebar-title .common-space .chat-time .active-profile img {
      width: 42px;
      height: 42px;
    }
    @media (max-width: 360px) {
      .right-sidebar-title .common-space .chat-time .active-profile img {
        width: 36px;
        height: 36px;
      }
    }
    .right-sidebar-title .common-space .chat-time div p {
      margin: 0;
      color: var(--font-color);
    }
    .right-sidebar-title .common-space .chat-time ul li img {
      width: 42px;
      height: 42px;
    }
    .right-sidebar-title .common-space .chat-time.group-chat ul {
      display: flex;
    }
    .right-sidebar-title .common-space .chat-time.group-chat ul li img {
      border: 3px solid transparent;
    }
    .right-sidebar-title .common-space .chat-time.group-chat ul li + li {
      margin-left: -12px;
    }
    .right-sidebar-title .common-space .chat-time.group-chat ul li + li img {
      border: 3px solid var(--white);
    }
    .right-sidebar-title .common-space .chat-time.group-chat ul li img {
      width: 38px;
      height: 38px;
    }
    .right-sidebar-title .common-space .chat-time.group-chat ul li .profile-count {
      width: 38px;
      height: 38px;
    }
    @media (min-width: 768px) and (max-width: 1199px) {
      .right-sidebar-title .common-space .chat-time.group-chat ul li:nth-child(2), .right-sidebar-title .common-space .chat-time.group-chat ul li:nth-child(3), .right-sidebar-title .common-space .chat-time.group-chat ul li:nth-child(5), .right-sidebar-title .common-space .chat-time.group-chat ul li:nth-child(6) {
        display: none;
      }
    }
    @media (min-width: 341px) and (max-width: 410px) {
      .right-sidebar-title .common-space .chat-time.group-chat ul li:nth-child(2), .right-sidebar-title .common-space .chat-time.group-chat ul li:nth-child(3), .right-sidebar-title .common-space .chat-time.group-chat ul li:nth-child(5), .right-sidebar-title .common-space .chat-time.group-chat ul li:nth-child(6) {
        display: none;
      }
    }
    @media (max-width: 1045px) {
      .right-sidebar-title .common-space .chat-time.group-chat > div span,
      .right-sidebar-title .common-space .chat-time.group-chat > div p {
        display: none;
      }
    }

    .msger-chat {
      flex: 1;
      overflow-y: auto;
      padding: 10px;
      background: var(--body-color);
      height: 620px;
    }
    .msger-chat::-webkit-scrollbar {
      width: 6px;
    }
    .msger-chat::-webkit-scrollbar-track {
      background: #ddd;
    }
    .msger-chat::-webkit-scrollbar-thumb {
      background: #bdbdbd;
    }

    .msg {
      display: flex;
      align-items: flex-end;
      margin-bottom: 10px;
    }
    .msg:last-of-type {
      margin: 0;
    }

    .msg-img {
      width: 50px;
      height: 50px;
      margin-right: 10px;
      background: #ddd;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      border-radius: 50%;
    }

    .msg-bubble {
      max-width: 450px;
      padding: 15px;
      border-radius: 15px;
    }

    .msg-info {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
    }

    .msg-info-name {
      margin-right: 10px;
      font-weight: bold;
    }

    .msg-info-time {
      font-size: 0.85em;
    }

    .left-msg .msg-img {
      background-image: url(../images/blog/4.jpg);
      width: 33px;
      height: 33px;
    }
    @media (max-width: 1200px) {
      .left-msg .msg-img {
        min-width: 16px;
        min-height: 16px;
      }
    }
    .left-msg .msg-bubble {
      position: relative;
      border-radius: 15px;
      background: var(--white);
      color: var(--font-color);
      width: calc(100% - 33px);
    }

    .right-msg {
      flex-direction: row-reverse;
    }
    .right-msg .msg-bubble {
      color: #ffffff;
      background: var(--theme-default);
      width: calc(100% - 33px);
    }
    .right-msg .msg-img {
      margin: 0 0 0 10px;
      background-image: url(../images/blog/comment.jpg);
      width: 33px;
      height: 33px;
    }
    [dir=rtl] .right-msg .msg-img {
      margin: 0 10px 0 0;
    }
    @media (max-width: 1200px) {
      .right-msg .msg-img {
        min-width: 16px;
        min-height: 16px;
      }
    }

    .msger-inputarea {
      display: flex;
      padding: 10px;
      border-top: 1px solid var(--border-color);
      background: var(--white);
      align-items: center;
    }
    .msger-inputarea .dropdown-toggle::after {
      content: unset;
    }
    .msger-inputarea .dropdown-toggle .dropdown-menu {
      inset: unset !important;
    }
    .msger-inputarea .dropdown-form {
      position: relative;
    }
    .msger-inputarea .dropdown-form i {
      font-size: 16px;
      font-weight: 900;
      color: var(--theme-default);
      cursor: pointer;
      padding: 0;
    }
    .msger-inputarea .dropdown-form .chat-icon {
      position: absolute;
      left: 0 !important;
      bottom: 22px !important;
      background: transparent;
      box-shadow: unset;
    }
    [dir=rtl] .msger-inputarea .dropdown-form .chat-icon {
      left: unset !important;
      right: 0 !important;
    }
    .msger-inputarea .dropdown-form .chat-icon div {
      width: 47px;
      height: 47px;
      border-radius: 50%;
      background-color: var(--white);
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      opacity: 1;
    }
    .msger-inputarea .dropdown-form .chat-icon div svg {
      width: 42px;
      height: 42px;
      cursor: pointer;
    }
    .msger-inputarea .dropdown-form .chat-icon div:nth-child(1) svg {
      fill: var(--gray-700);
      stroke: none;
    }
    .msger-inputarea .dropdown-form .chat-icon div:nth-child(2) svg {
      stroke: var(--gray-700);
      fill: none;
    }
    .msger-inputarea .dropdown-form .chat-icon div:hover {
      background-color: var(--theme-default);
      opacity: 1;
    }
    .msger-inputarea .dropdown-form .chat-icon div:hover:nth-child(1) svg {
      fill: var(--white);
    }
    .msger-inputarea .dropdown-form .chat-icon div:hover:nth-child(2) svg {
      stroke: var(--white);
    }
    .msger-inputarea .msger-send-btn i {
      color: var(--white);
    }
    .msger-inputarea * {
      padding: 10px;
      border: none;
      border-radius: 3px;
      font-size: 1em;
    }

    .msger-input {
      flex: 1;
      background: transparent;
    }
    .msger-input:focus, .msger-input:focus-visible {
      outline: unset;
    }

    .fg-emoji-container {
      left: calc(10px + 1395 * (100vw - 320px) / 1600) !important;
    }
    @media (min-width: 860px) and (max-width: 945px) {
      .fg-emoji-container {
        left: 417px !important;
      }
    }
    @media (min-width: 686px) and (max-width: 860px) {
      .fg-emoji-container {
        left: 360px !important;
      }
    }
    @media (min-width: 588px) and (max-width: 770px) {
      .fg-emoji-container {
        left: 200px !important;
      }
    }
    @media (min-width: 546px) and (max-width: 588px) {
      .fg-emoji-container {
        left: 144px !important;
      }
    }
    @media (min-width: 500px) and (max-width: 546px) {
      .fg-emoji-container {
        left: 88px !important;
      }
    }
    @media (max-width: 500px) {
      .fg-emoji-container {
        left: 22px !important;
        width: 262px !important;
      }
    }
    .fg-emoji-container .fg-emoji-nav {
      background-color: var(--chart-text-color);
    }
    .fg-emoji-container #fg-emoji-picker-move {
      display: none;
    }

    .open-emoji {
      padding: 0;
    }
    .open-emoji button {
      z-index: 0;
      position: relative;
      padding: 0 14px;
      background: transparent;
    }
    .open-emoji button::before {
      content: "\f118";
      font-family: "FontAwesome";
      z-index: 1;
      position: relative;
      font-size: 20px;
      color: var(--gray-60);
    }

    .second-btn {
      z-index: 0;
      position: relative;
      padding: 0 14px;
      background: transparent;
    }
    .second-btn::before {
      content: "\f118";
      font-family: "FontAwesome";
      z-index: 1;
      position: relative;
      font-size: 20px;
      color: var(--theme-default);
    }

    .msger-send-btn {
      margin-left: 10px;
      background: var(--theme-default);
      width: 40px;
      height: 39px;
      font-weight: bold;
      cursor: pointer;
      transition: all 0.23s;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .msger-send-btn svg {
      width: 1px;
      height: 12px;
    }

    .custom-name {
      width: 42px;
      height: 42px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50px;
    }
    @media (max-width: 1650px) {
      .custom-name {
        width: 33px;
        height: 33px;
      }
    }

/**=====================
    14.  Chat CSS Ends
    ==========================**/
    .choices__inner {
      border: var(--bs-border-width) solid var(--bs-border-color);
      background: unset;
    }

    .choices__input {
      background: unset;
    }

    .choices__list--multiple .choices__item {
      background-color: var(--theme-default);
      border: 1px solid var(--theme-default);
      color: var(--white);
      border-radius: 4px;
      cursor: default;
      float: left;
      margin-right: 5px;
      padding: 3px 12px;
      margin-top: 2px;
    }

    .choices__heading {
      font-weight: 700;
      color: var(--body-font-color);
    }

    .choices[data-type*=text] .choices__button {
      margin-bottom: 0;
      border-left: 0;
    }

    .choices[data-type*=select-multiple] .choices__button {
      margin-bottom: 0;
      border-left: 0;
    }

    .faq-widgets {
      align-items: center;
    }
    .faq-widgets .flex-grow-1 h5, .faq-widgets .flex-grow-1 .h5 {
      font-weight: 600;
    }
    .faq-widgets .flex-grow-1 p {
      padding-right: 20px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .faq-widgets svg {
      width: 100px;
      height: 80px;
      opacity: 0.5;
    }
    @media (max-width: 575.98px) {
      .faq-widgets svg {
        width: 60px;
        height: 60px;
      }
    }
    @media (max-width: 1399.98px) {
      .faq-widgets svg {
        width: 80px;
        height: 80px;
      }
    }
    @media only screen and (max-width: 480px) {
      .faq-widgets svg {
        width: 45px;
        height: 45px;
      }
    }

    .faq-accordion .card .btn-link svg {
      margin-left: 20px;
    }
    .faq-accordion.default-according {
      margin-bottom: 30px;
    }
    .faq-accordion.default-according .card .btn-link {
      display: flex;
    }
    .faq-accordion.default-according .card .btn-link svg {
      width: 20px;
      height: 20px;
      margin-right: 10px;
    }
    .faq-accordion.default-according .card .faq-header {
      position: relative;
      padding: 30px;
    }
    .faq-accordion.default-according .card .faq-header svg {
      position: absolute;
      right: 30px;
      top: 30px;
      width: 20px;
      height: 20px;
    }
    .faq-accordion.default-according .card .faq-header span {
      margin-top: 3px;
    }
    .faq-accordion.default-according .faq-body {
      padding: 20px !important;
    }
    .faq-accordion.default-according .card-mb-faq {
      margin-bottom: 30px;
    }

    .faq-title {
      margin: 30px 0;
    }
    .faq-title h4, .faq-title .h4 {
      color: var(--gray);
      font-weight: 600;
    }

    .faq-accordion.default-according {
      margin-bottom: 30px;
    }
    .faq-accordion.default-according .card .btn-link {
      display: flex;
    }
    .faq-accordion.default-according .card .btn-link svg {
      width: 20px;
      height: 20px;
      margin-right: 10px;
    }
    .faq-accordion.default-according .card .faq-header {
      position: relative;
      padding: 25px;
    }
    .faq-accordion.default-according .card .faq-header svg {
      position: absolute;
      right: 30px;
      top: 30px;
      width: 20px;
      height: 20px;
    }
    .faq-accordion.default-according .card .faq-header span {
      margin-top: 3px;
    }
    .faq-accordion.default-according .faq-body {
      padding: 20px !important;
    }
    .faq-accordion.default-according .card-mb-faq {
      margin-bottom: 30px;
    }

    .faq-form {
      position: relative;
    }
    .faq-form .search-icon {
      position: absolute;
      right: 12px;
      top: 8px;
      width: 20px;
      height: 20px;
    }

    .job-filter .faq-form .search-icon {
      top: 10px;
      width: 16px;
      height: 16px;
    }

    .navigation-option ul li {
      position: relative;
      padding: 8px 8px 8px 0;
    }
    .navigation-option ul li a {
      padding-left: 40px;
      color: var(--body-font-color);
    }
    .navigation-option ul li a svg {
      position: absolute;
      width: 15px;
      height: 15px;
      top: 11px;
      left: 15px;
    }

    .navigation-btn {
      margin-bottom: 20px;
    }
    .navigation-btn a {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .navigation-btn a svg {
      width: 15px;
      height: 15px;
    }

    .badge.pull-right {
      padding-top: 6px;
    }

    .updates-faq-main {
      margin-bottom: 20px;
    }
    .updates-faq-main a {
      font-weight: 500;
    }
    .updates-faq-main:last-child {
      margin-bottom: 0;
    }
    .updates-faq-main .flex-grow-1 {
      flex: 1 !important;
    }

    .updates-faq {
      width: 40px;
      height: 40px;
      border: 2px solid var(--theme-default);
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 20px;
    }
    .updates-faq svg {
      width: 18px;
      height: 18px;
    }

    .updates-bottom-time p {
      margin-bottom: 2px;
    }
    .updates-bottom-time p + p {
      color: var(--light-gray-color);
    }

    .updates-faq-main {
      margin-bottom: 20px;
    }
    .updates-faq-main a {
      font-weight: 600;
      color: var(--theme-default);
    }
    .updates-faq-main:last-child {
      margin-bottom: 0;
    }

    .pull-right {
      float: right;
    }

    .features-faq.product-box {
      border-radius: 10px;
    }
    .features-faq.product-box .product-img {
      position: relative;
    }
    .features-faq.product-box .product-img .product-hover {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: rgba(0, 0, 0, 0.3);
      opacity: 0;
      border-radius: 100%;
      transform: scale(0);
      transition: all 0.3s ease;
    }
    .features-faq.product-box .product-img .product-hover ul li {
      display: inline-block;
      box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.08);
      padding: 10px 12px;
      background-color: var(--white);
      font-size: 18px;
      border-radius: 10px;
      height: 45px;
      width: 45px;
      margin: 0 3px;
      cursor: pointer;
    }
    .features-faq.product-box.card:hover {
      box-shadow: 0 0 40px var(--light-gray);
      transition: all 0.3s ease;
    }
    .features-faq.product-box:hover .product-hover {
      opacity: 1;
      border-radius: 0%;
      transform: scale(1);
      transition: all 0.3s ease;
    }

    .header-faq {
      margin-bottom: 30px;
    }

    .m-r-30 {
      margin-right: 30px;
    }
    @media (max-width: 575.98px) {
      .m-r-30 {
        margin-right: 15px;
      }
    }

    .faq-wrap .d-flex .flex-grow-1 {
      flex: 1 !important;
    }

    .project-list ul {
      margin-bottom: 0 !important;
      border-bottom: 0;
    }
    .project-list ul li svg {
      height: 18px;
      vertical-align: middle;
      margin-right: 5px;
    }
    .project-list .border-tab.nav-tabs .nav-item .nav-link {
      border: 1px solid transparent;
      padding: 5px 30px 5px 0;
      border-radius: 5px;
      display: flex;
      align-items: center;
    }
    .project-list .row {
      margin: 15px;
    }
    .project-list button:focus {
      outline: none !important;
    }
    .project-list .theme-form .form-group {
      margin-bottom: 15px;
    }
    .project-list .btn {
      margin-right: 5px;
      vertical-align: -12px;
      float: right;
    }
    .project-list .btn svg {
      vertical-align: middle;
      height: 16px;
    }
    .project-list .border-tab.nav-tabs .nav-item .nav-link.active {
      color: var(--theme-default);
    }

    .project-box {
      position: relative;
      border: 1px dashed var(--gray-60);
      border-radius: 5px;
      padding: 30px;
      margin-bottom: 30px;
    }
    .project-box .badge {
      position: absolute;
      right: 30px;
      top: 15px;
      line-height: 13px;
    }
    @media (max-width: 360px) {
      .project-box .badge {
        right: 18px;
        top: 9px;
      }
    }
    .project-box .img-20 {
      width: 20px !important;
    }
    .project-box .font-light {
      color: var(--font-color) !important;
    }
    .project-box .details div {
      margin-bottom: 5px;
      opacity: 0.7;
    }
    .project-box p {
      font-size: 14px;
      margin-bottom: 0;
      letter-spacing: 0.3px;
    }
    .project-box .font-dark {
      color: var(--body-font-color) !important;
    }

/**=====================
    General css start
    ==========================**/
    .data-basic-map {
      height: 340px;
      width: 100%;
    }
    @media (max-width: 1199.98px) {
      .data-basic-map {
        height: 320px;
      }
    }
    @media (max-width: 767.98px) {
      .data-basic-map {
        height: 300px;
      }
    }
    @media (max-width: 575.98px) {
      .data-basic-map {
        height: 260px;
      }
    }

    .choropleth-map {
      height: 340px;
      width: 100%;
    }
    @media (max-width: 1199.98px) {
      .choropleth-map {
        height: 320px;
      }
    }
    @media (max-width: 767.98px) {
      .choropleth-map {
        height: 300px;
      }
    }
    @media (max-width: 575.98px) {
      .choropleth-map {
        height: 260px;
      }
    }

    .data-map {
      height: 340px;
      width: 100%;
    }
    @media (max-width: 1199.98px) {
      .data-map {
        height: 320px;
      }
    }
    @media (max-width: 767.98px) {
      .data-map {
        height: 300px;
      }
    }
    @media (max-width: 575.98px) {
      .data-map {
        height: 260px;
      }
    }

    .data-map-glob {
      height: 580px;
      width: 100%;
    }
    .data-map-glob svg {
      margin-top: -3%;
    }
    @media (max-width: 767.98px) {
      .data-map-glob svg {
        margin-top: 0;
      }
    }
    @media (max-width: 1199.98px) {
      .data-map-glob {
        height: 400px;
      }
    }
    @media (max-width: 767.98px) {
      .data-map-glob {
        height: 360px;
      }
    }
    @media (max-width: 575.98px) {
      .data-map-glob {
        height: 280px;
      }
    }

    .datamap path:not(.datamaps-arc) {
      stroke: var(--light-gray) !important;
    }

/**=====================
    General css end
    ==========================**/
    .file-sidebar ul li + li {
      margin-top: 8px;
    }
    .file-sidebar ul li .bg-light.btn:first-child:active {
      border-color: var(--theme-default);
    }
    .file-sidebar hr {
      border: 1px dashed;
    }
    .file-sidebar .btn {
      display: flex;
      align-items: center;
      padding: 8px 20px;
      font-weight: 400;
    }
    .file-sidebar .btn.btn-light:hover {
      color: var(--theme-default) !important;
    }
    .file-sidebar .btn.btn-light:hover svg {
      stroke: var(--theme-default);
    }
    .file-sidebar .btn svg {
      width: 16px;
      height: 16px;
      vertical-align: middle;
      margin-right: 8px;
    }
    .file-sidebar .pricing-plan {
      border: 1px solid var(--gray2);
      border-radius: 5px;
      margin-top: 10px;
      padding: 15px;
      position: relative;
      overflow: hidden;
    }
    .file-sidebar .pricing-plan h6, .file-sidebar .pricing-plan .h6 {
      font-size: 14px;
      margin-bottom: 2px;
      color: var(--gray-700);
    }
    .file-sidebar .pricing-plan h5, .file-sidebar .pricing-plan .h5 {
      font-weight: 500;
      font-size: 20px;
    }
    .file-sidebar .pricing-plan p {
      margin-bottom: 5px;
      color: var(--gray-700);
    }
    .file-sidebar .pricing-plan .btn {
      display: inline-block;
      font-size: 12px;
    }
    .file-sidebar .pricing-plan .bg-img {
      position: absolute;
      top: 40px;
      opacity: 0.1;
      transform: rotate(-45deg);
      right: -40px;
    }

    .file-content .form-inline {
      border: 1px solid var(--gray2);
      padding: 0 20px;
      border-radius: 5px;
    }
    .file-content .form-inline i {
      padding-right: 10px;
      color: var(--gray-60);
      line-height: 3;
    }
    .file-content .btn svg {
      height: 16px;
      margin-right: 2px;
      vertical-align: -3px;
    }
    .file-content .ellips {
      position: absolute;
      top: 30px;
      right: 30px;
      opacity: 0.7;
    }
    .file-content .folder .folder-box {
      border: 1px dashed var(--gray2);
      border-radius: 5px;
      padding: 15px;
      background-color: var(--white);
      width: calc(25% - 15px);
      display: inline-block;
      margin: 2px 0;
      position: relative;
    }
    .file-content .folder .folder-box .ellips {
      top: 22px;
      right: 22px;
    }
    .file-content .folder .folder-box span {
      font-size: 12px;
    }
    .file-content .folder .folder-box:nth-child(1) {
      animation: fadeIncustom 0.5s linear 100000ms;
    }
    .file-content li {
      margin-right: 20px;
      margin-bottom: 10px;
    }
    .file-content li .files-list .file-left {
      background-color: rgba(67, 185, 178, 0.08);
      border: 1px dashed var(--gray2);
      padding: 18px 22px;
      border-radius: 5px;
    }

    .file-manager .folder li:nth-child(n+2) {
      margin-left: 12px;
      margin-bottom: 12px;
    }

    .quick-file {
      margin-bottom: -10px;
    }
    .quick-file li {
      margin-right: 20px;
      margin-bottom: 10px;
    }
    .quick-file li .quick-box {
      background-color: rgba(67, 185, 178, 0.08);
      border: 1px dashed var(--gray2);
      padding: 20px 24px;
      border-radius: 5px;
    }
    .quick-file li .quick-box i {
      font-size: 30px;
      margin-right: 0;
    }
    .quick-file li h6, .quick-file li .h6 {
      font-size: 14px;
      text-align: center;
      font-weight: 600;
      margin-top: 8px;
    }

    .files-content,
    .quick-file {
      flex-wrap: wrap;
    }

    @media screen and (max-width: 768px) {
      .file-content .folder .folder-box {
        width: calc(50% - 20px);
        margin-bottom: 10px;
        margin-right: 8px;
      }
      .file-content .folder .folder-box:nth-child(odd) {
        margin-left: 0;
      }
      [dir=rtl] .file-content .folder .folder-box:nth-child(odd) {
        margin-right: 0;
      }
    }
    @media screen and (max-width: 460px) {
      .file-content .folder .folder-box {
        width: 100%;
        margin-right: unset;
      }
      .file-content .folder .folder-box:nth-child(odd) {
        margin-left: 0 !important;
      }
      .file-manager .folder li:nth-child(n+2) {
        margin-left: 0;
      }
    }
/**=====================
    . base_inputs CSS start
    ==========================**/
    .jkanban-container .card-header p {
      color: var(--font-color);
      font-weight: 400;
    }
    .jkanban-container .card-body #demo1,
    .jkanban-container .card-body #demo2,
    .jkanban-container .card-body #demo3 {
      margin-left: -15px;
      margin-right: -15px;
    }
    .jkanban-container .btn {
      margin-bottom: 10px;
    }
    .jkanban-container .note a {
      display: contents;
    }

    .kanban-board-header {
      z-index: 0;
      height: auto;
      width: auto;
      line-height: unset;
      background: var(--body-color);
      border-bottom: 1px solid var(--gray-200);
      padding: 16px;
    }
    .kanban-board-header.bg-info ~ .kanban-drag {
      padding: 20px;
      background-color: rgba(2, 162, 185, 0.3) !important;
    }
    .kanban-board-header.bg-primary ~ .kanban-drag {
      padding: 20px;
      background-color: rgba(48, 142, 135, 0.3) !important;
    }
    .kanban-board-header.bg-success ~ .kanban-drag {
      padding: 20px;
      background-color: rgba(62, 185, 95, 0.3) !important;
    }
    .kanban-board-header .kanban-title-board {
      font-weight: 600;
    }

    .default-kanban .kanban-container {
      display: flex;
      width: 100% !important;
      flex-wrap: wrap;
    }

    .custom-board .kanban-container {
      display: flex;
      width: 100% !important;
      flex-wrap: wrap;
    }
    @media (max-width: 576px) {
      .custom-board {
        justify-content: center;
      }
    }

    .api-board .kanban-container {
      display: flex;
      width: 100% !important;
      flex-wrap: wrap;
    }

    .kanban-board {
      margin-bottom: 30px;
      transition: all 0.3s ease;
      letter-spacing: 0.5px;
      border-radius: 8px;
      box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
      overflow: hidden;
      width: calc((100% - 90px) / 3) !important;
      margin-right: 30px;
    }
    .kanban-board .kanban-drag {
      background: var(--body-color);
      padding: 20px;
    }

    .kanban-item {
      background: transparent;
      padding: 0;
      margin-bottom: 20px;
    }
    .kanban-item p {
      opacity: 0.7;
    }
    .kanban-item:last-child {
      margin-bottom: 0;
    }
    .kanban-item .list {
      display: inline-block;
      opacity: 0.4;
    }
    .kanban-item .list li {
      display: inline-block;
      font-size: 12px;
      margin-right: 10px;
    }
    .kanban-item .kanban-box {
      border: 1px dashed var(--border-color);
      border-radius: 5px;
      padding: 20px;
      position: relative;
      display: block;
      color: inherit;
      background-color: var(--white);
    }
    .kanban-item .kanban-box .img-20 {
      width: 20px;
    }
    .kanban-item .kanban-box:hover {
      color: inherit;
    }
    .kanban-item .kanban-box + .kanban-box {
      margin-top: 20px;
    }
    .kanban-item .kanban-box .badge {
      font-weight: 400;
      padding: 4px;
      float: right;
    }
    .kanban-item .kanban-box h6, .kanban-item .kanban-box .h6 {
      font-size: 15px;
      margin-top: 10px;
      margin-bottom: 8px;
      font-weight: 500;
    }
    .kanban-item .kanban-box .dropdown {
      display: inline-block;
      right: 10px;
      position: absolute;
      top: 20px;
    }
    .kanban-item .kanban-box .dropdown .dropdown-item {
      font-size: 13px;
      font-weight: 500;
      padding: 5px 10px;
      text-align: left;
    }
    .kanban-item .kanban-box .dropdown svg {
      height: 14px;
    }
    .kanban-item .kanban-box .d-flex {
      justify-content: space-between;
    }
    .kanban-item .kanban-box .dropdown-toggle:after {
      content: none;
    }
    .kanban-item .kanban-box .customers li:first-child {
      vertical-align: middle;
    }
    .kanban-item .kanban-box .customers ul li + li {
      margin-left: -10px;
    }
    .kanban-item .kanban-box .date {
      font-size: 11px;
      opacity: 0.5;
    }

    @media only screen and (max-width: 1199px) and (min-width: 992px) {
      .kanban-item .kanban-box {
        padding: 15px;
      }
    }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .jkanban-container .kanban-container .kanban-board {
        margin: 0 10px !important;
      }
    }
    @media (max-width: 1199.98px) {
      .jkanban-container .btn {
        margin-bottom: 10px;
      }
    }
    @media (max-width: 991.98px) {
      .kanban-board {
        width: calc(50% - 30px) !important;
      }
    }
    @media (max-width: 767.98px) {
      .jkanban-container .card-body #demo1 {
        margin-left: 0;
      }
    }
    @media only screen and (max-width: 600px) {
      .kanban-board .kanban-drag,
      .kanban-container .kanban-item .kanban-box {
        padding: 10px 15px;
      }
      .custom-board .kanban-container .kanban-board,
      .api-board .kanban-container .kanban-board {
        width: 90% !important;
        margin-left: 14px !important;
        margin-right: 14px !important;
      }
      .kanban-container .kanban-board {
        width: 94% !important;
        margin: 0px 10px !important;
      }
    }
    @media only screen and (max-width: 480px) {
      .jkanban-container .kanban-board {
        margin-bottom: 14px;
      }
      .jkanban-container .card-body {
        padding: 15px !important;
      }
      .kanban-board .kanban-drag,
      .kanban-container .kanban-item .kanban-box {
        padding: 10px 15px;
      }
    }
    @media only screen and (max-width: 360px) {
      .jkanban-container .btn {
        margin-left: 0;
        padding: 6px 16px;
      }
    }
    @media only screen and (max-width: 1199px) {
      .kanban-container .kanban-board {
        width: 320px !important;
      }
    }
/**=====================
    61. base_inputs CSS Ends
    ==========================**/
/**=====================
  3.14 Ecommerce CSS Start
  ==========================**/
  /**====== Product Start ======**/
  .product-wrapper .product-grid .feature-products form .form-group {
    position: relative;
  }
  .product-wrapper .product-grid .feature-products form .form-group input {
    margin-bottom: 15px;
    border: none;
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    height: 50px;
    padding-left: 30px;
  }
  .product-wrapper .product-grid .feature-products form .form-group i {
    position: absolute;
    top: 18px;
    right: 30px;
    color: var(--gray-700);
  }
  @media (max-width: 767.98px) {
    .product-wrapper .product-grid .feature-products span.f-w-600 {
      padding-top: 19px;
      display: inline-block;
    }
  }
  .product-wrapper .product-grid .feature-products .select2-drpdwn-product .form-control {
    margin: 5px 0;
    text-align: center;
    background-color: rgba(48, 142, 135, 0.1);
    color: var(--theme-default);
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 5px;
    border-color: rgba(48, 142, 135, 0.1);
  }
  @media (max-width: 767.98px) {
    .product-wrapper .product-grid .feature-products .select2-drpdwn-product {
      float: left;
      margin: 8px 10px 10px 0;
    }
  }
  .product-wrapper .product-grid .feature-products .products-total .square-product-setting {
    height: 36px;
    vertical-align: middle;
  }
  .product-wrapper .product-grid .feature-products .products-total .square-product-setting a {
    color: var(--body-font-color);
  }
  .product-wrapper .product-grid .feature-products .products-total .square-product-setting .icon-grid {
    padding: 7px;
    background-color: rgba(48, 142, 135, 0.1);
    display: flex;
    align-items: center;
    margin: 0 10px;
  }
  .product-wrapper .product-grid .feature-products .products-total .square-product-setting .icon-grid svg {
    width: 20px;
    height: 20px;
    color: var(--theme-default);
  }
  .product-wrapper .product-grid .feature-products .products-total .d-none-productlist {
    display: none;
  }
  @media (max-width: 767.98px) {
    .product-wrapper .product-grid .feature-products .products-total .d-none-productlist {
      display: block;
      margin-right: 10px;
    }
  }
  .product-wrapper .product-grid .feature-products .products-total .d-none-productlist svg {
    vertical-align: middle;
    cursor: pointer;
  }
  @media (max-width: 767.98px) {
    .product-wrapper .product-grid .feature-products .products-total .d-none-productlist.filter-toggle {
      padding: 8px 15px;
      background-color: var(--white);
      margin-left: 10px;
      border-radius: 5px;
    }
  }
  @media (max-width: 767.98px) {
    .product-wrapper .product-grid .feature-products .products-total .select2-drpdwn-product {
      float: left;
      margin: 8px 10px 10px 0;
    }
  }
  .product-wrapper .product-grid .feature-products .products-total .grid-options {
    height: 33px;
    margin-left: 10px;
  }
  .product-wrapper .product-grid .feature-products .products-total .grid-options ul li {
    display: flex;
    align-items: center;
  }
  @media (max-width: 767.98px) {
    .product-wrapper .product-grid .feature-products .products-total .grid-options ul li {
      display: none;
    }
  }
  @media (max-width: 1199.98px) {
    .product-wrapper .product-grid .feature-products .products-total .grid-options ul li:nth-child(3) {
      display: none;
    }
  }
  @media only screen and (max-width: 1366px) {
    .product-wrapper .product-grid .feature-products .products-total .grid-options ul li:last-child {
      display: none;
    }
  }
  .product-wrapper .product-grid .feature-products .products-total .grid-options ul li a {
    position: relative;
  }
  .product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid {
    position: absolute;
    width: 4px;
    height: 15px;
    top: 9px;
  }
  .product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-1 {
    left: 12px;
  }
  .product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-2 {
    left: 18px;
  }
  .product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-3 {
    left: 36px;
  }
  .product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-4 {
    left: 42px;
  }
  .product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-5 {
    left: 48px;
  }
  .product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-6 {
    left: 66px;
  }
  .product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-7 {
    left: 72px;
  }
  .product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-8 {
    left: 78px;
  }
  .product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-9 {
    left: 84px;
  }
  .product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-10 {
    left: 103px;
  }
  .product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-11 {
    left: 109px;
  }
  .product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-12 {
    left: 115px;
  }
  .product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-13 {
    left: 121px;
  }
  .product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-14 {
    left: 127px;
  }
  .product-wrapper .product-grid .feature-products .products-total .grid-options ul li a .line-grid-15 {
    left: 133px;
  }
  @media (max-width: 767.98px) {
    .product-wrapper .product-grid .feature-products .product-sidebar {
      transform: translateX(-300px) scaleX(0);
      opacity: 0;
      visibility: hidden;
      transition: 0.3s;
      height: 0;
      position: absolute;
      z-index: 3;
      width: 300px;
    }
  }
  @media (max-width: 767.98px) {
    .product-wrapper .product-grid .feature-products .product-sidebar.open {
      transform: translateX(0px) scaleX(1);
      box-shadow: 0 0 37px rgba(0, 0, 0, 0.05);
      visibility: visible;
      opacity: 1;
      height: auto;
      top: -45px;
    }
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .card-header {
    padding: 16px 30px;
    border-radius: 5px;
    border-bottom: 0;
  }
  @media (max-width: 767.98px) {
    .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .card-header {
      display: none;
    }
  }
  @media (max-width: 480px) {
    .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .card-header {
      display: none;
    }
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .card-header h6, .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .card-header .h6 {
    position: relative;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .card-header h6 .pull-right i, .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .card-header .h6 .pull-right i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 10px;
    width: 100%;
    height: 10px;
    text-align: right;
    cursor: pointer;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter {
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: 0.3s;
    min-width: 320px;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .banner-product {
    margin-top: 15px;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter h6, .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .h6 {
    margin-bottom: 15px;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .color-selector {
    line-height: 0.9;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .color-selector ul li {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid var(--gray-60);
    border-radius: 100%;
    cursor: pointer;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .color-selector ul li.white {
    background-color: var(--white);
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .color-selector ul li.gray {
    background-color: var(--body-font-color);
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .color-selector ul li.black {
    background-color: var(--black);
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .color-selector ul li.orange {
    background-color: #ffb17a;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .color-selector ul li.green {
    background-color: #6fb866;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .color-selector ul li.pink {
    background-color: pink;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .color-selector ul li.yellow {
    background-color: #f2f896;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .color-selector ul li.blue {
    background-color: #63b4f2;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter .color-selector ul li.red {
    background-color: #ff647f;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter.new-products {
    margin-top: 20px;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter.new-products button {
    width: auto;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter.new-products .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -46px;
    right: 0;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter.new-products .owl-theme .owl-nav button:focus {
    outline: transparent;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter.new-products .owl-theme .owl-nav button span {
    font-size: 20px;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter.new-products .owl-theme .owl-nav button span:focus {
    outline-color: transparent;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter.new-products .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: inherit;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter.new-products .owl-theme .owl-item .item .product-box .product-details {
    padding: 25px 0;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-filter.new-products .owl-theme .owl-item .item .product-box + .product-box {
    margin-top: 15px;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .slider-product {
    padding: 15px 0;
    border-top: 1px solid var(--border-light-color);
    border-bottom: 1px solid var(--border-light-color);
    margin-bottom: 15px;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container {
    position: relative;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-wrapper .swiper-slide {
    margin: 0 16px !important;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-wrapper .swiper-slide .product-box {
    overflow: hidden;
  }
  @media (max-width: 767.98px) {
    .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-wrapper .swiper-slide .product-box .col-md-5 {
      width: auto;
    }
  }
  @media (max-width: 767.98px) {
    .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-wrapper .swiper-slide .product-box .col-md-7 {
      width: auto;
    }
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-wrapper .swiper-slide .product-box .product-details {
    padding: 25px 0;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-wrapper .swiper-slide .product-box + .product-box {
    margin-top: 15px;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-button-prev,
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-button-next {
    margin-top: 0;
    position: absolute;
    top: -46px;
    color: inherit;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-button-prev::after,
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-button-next::after {
    font-size: 12px;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-button-prev {
    right: 46px;
    left: auto;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-button-next {
    right: 27px;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .slider-container {
    width: 90%;
    max-width: 600px;
    margin-bottom: 20px;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .slider-container .rs-container .rs-bg {
    height: 6px;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .slider-container .rs-container .rs-scale span ins {
    font-size: 9px;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .slider-container .rs-container .rs-selected {
    background-color: var(--theme-default);
    border: 1px solid var(--theme-default);
    height: 6px;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .slider-container .rs-container .rs-pointer {
    border: 2px solid var(--theme-default);
    width: 15px;
    height: 15px;
    background-color: var(--white);
    transform: rotate(45deg);
    cursor: pointer;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .slider-container .rs-container .rs-pointer::before {
    background-color: transparent;
  }
  .product-wrapper .product-grid .feature-products .product-sidebar .slider-container .rs-container .rs-pointer::after {
    background-color: transparent;
  }
  .product-wrapper .product-grid .product-wrapper-grid {
    margin-left: 0;
    transition: 0.3s;
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box {
    border-radius: 10px;
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .product-details {
    padding: 15px 25px;
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .product-details > a {
    color: var(--body-font-color);
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .product-details p {
    margin-bottom: 0;
    opacity: 0.8;
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .product-details h4, .product-wrapper .product-grid .product-wrapper-grid .product-box .product-details .h4 {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 20px;
    font-family: "Nunito Sans", sans-serif;
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .product-details h6, .product-wrapper .product-grid .product-wrapper-grid .product-box .product-details .h6 {
    color: var(--body-font-color);
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .product-details span {
    color: var(--gray-700);
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .product-details .rating i {
    font-size: 16px;
    letter-spacing: 3px;
    color: #ffa800;
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box {
    padding: 25px 0;
  }
  @media (max-width: 991px) {
    .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box {
      padding: 0;
    }
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details {
    padding: 0 12px;
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details h6, .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .h6 {
    text-transform: capitalize;
  }
  @media (max-width: 991.98px) {
    .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details {
      padding: 25px 15px 0px 15px;
    }
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-price {
    margin-bottom: 10px;
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-price span {
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    color: var(--theme-default) !important;
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-price del {
    color: var(--gray-60);
    margin-left: 15px;
    font-weight: 600;
    font-size: 14px;
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-view {
    padding: 20px 0;
    border-top: 1px dotted var(--gray2);
    border-bottom: 1px dotted var(--gray2);
  }
  @media (max-width: 991.98px) {
    .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-view {
      padding: 15px 0;
    }
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-size {
    margin: 20px 0;
  }
  @media (max-width: 991.98px) {
    .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-size {
      font-size: 14px;
    }
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-size ul li {
    display: inline-block;
    background-color: rgba(48, 142, 135, 0.1);
    border-radius: 5px;
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-size ul li .btn {
    color: var(--theme-default);
    width: 35px;
    background-color: rgba(48, 142, 135, 0.1);
    height: 35px;
    font-size: 16px;
    padding: 0;
    font-weight: 500;
    border-radius: 5px;
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-size ul li:nth-child(n+2) {
    margin-left: 15px;
  }
  @media (max-width: 991.98px) {
    .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-size ul li:nth-child(n+2) {
      margin-left: 10px;
    }
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-size ul li.active button, .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-size ul li:hover button {
    background-color: var(--theme-default) !important;
    color: var(--white);
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset {
    margin-bottom: 20px;
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group {
    width: 35%;
  }
  @media (max-width: 420px) {
    .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group {
      width: 55%;
    }
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group .btn {
    padding: 0px 12px;
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group span {
    height: 32px;
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group input {
    height: 32px;
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group .btn-primary {
    height: 32px;
    background-color: var(--theme-default) !important;
    border: 1px solid var(--theme-default) !important;
    border-radius: 0;
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .btn-close {
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .product-img {
    position: relative;
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .product-img .product-hover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    border-radius: 100%;
    transform: scale(0);
    transition: all 0.3s ease;
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .product-img .product-hover ul li {
    display: inline-block;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.08);
    padding: 10px 12px;
    background-color: var(--white);
    font-size: 18px;
    border-radius: 10px;
    height: 45px;
    width: 45px;
    margin: 0 3px;
    cursor: pointer;
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .product-img .product-hover ul li i {
    color: var(--body-font-color);
    font-size: 18px;
    margin-right: 0;
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .product-img .product-hover ul li .btn {
    padding: 0;
    border-color: transparent;
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .product-img .product-hover ul li:hover {
    background-color: var(--theme-default);
    transition: all 0.3s ease;
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box .product-img .product-hover ul li:hover .btn,
  .product-wrapper .product-grid .product-wrapper-grid .product-box .product-img .product-hover ul li:hover i {
    color: var(--white);
  }
  .product-wrapper .product-grid .product-wrapper-grid .product-box:hover .product-hover {
    opacity: 1;
    border-radius: 0%;
    transform: scale(1);
    transition: all 0.3s ease;
  }
  .product-wrapper .product-grid .product-wrapper-grid.list-view .product-box {
    display: flex;
    align-items: center;
  }
  .product-wrapper .product-grid .product-wrapper-grid.list-view .product-box .product-img {
    width: 20%;
  }
  .product-wrapper .product-grid .product-wrapper-grid.list-view .modal-content .product-img {
    width: 50% !important;
  }
  @media (max-width: 991px) {
    .product-wrapper .product-grid .product-wrapper-grid.list-view .modal-content .product-img {
      width: 100% !important;
    }
  }
  @media only screen and (min-width: 576px) {
    .product-wrapper .product-grid .product-wrapper-grid.list-view .list-collection .col-sm-6 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  @media only screen and (max-width: 480px) {
    .product-wrapper .product-grid .product-wrapper-grid.list-view .list-collection .product-box {
      display: block;
    }
  }
  @media only screen and (max-width: 1366px) {
    .product-wrapper .product-grid .product-wrapper-grid.list-view .list-collection .product-box .product-img {
      width: 25%;
    }
  }
  @media only screen and (max-width: 1199.98px) {
    .product-wrapper .product-grid .product-wrapper-grid.list-view .list-collection .product-box .product-img {
      width: 32%;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .product-wrapper .product-grid .product-wrapper-grid.list-view .list-collection .product-box .product-img {
      width: 42%;
      min-width: 42%;
    }
  }
  @media only screen and (max-width: 480px) {
    .product-wrapper .product-grid .product-wrapper-grid.list-view .list-collection .product-box .product-img {
      width: 100%;
    }
  }
  .product-wrapper.sidebaron .product-grid .feature-products .product-sidebar .filter-section .card .left-filter {
    z-index: 3;
    opacity: 1;
    visibility: visible;
    position: absolute;
    width: 100%;
    background-color: var(--white);
    top: 53px;
    height: auto;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
  }
  @media (max-width: 767.98px) {
    .product-wrapper.sidebaron .product-grid .feature-products .product-sidebar .filter-section .card .left-filter {
      top: 180px;
      min-width: unset;
    }
  }

  .toggle-data {
    cursor: pointer;
  }

  .products-total {
    display: flex;
    align-items: center;
  }

  .filter-block ul li {
    padding-top: 15px;
    opacity: 0.5;
  }
  @media (max-width: 1500px) {
    .filter-block ul li {
      padding-top: 10px;
    }
  }

  .collection-filter-block svg {
    width: 50px;
    height: 25px;
    stroke: var(--theme-default);
    margin-right: 10px;
  }
  .collection-filter-block h5, .collection-filter-block .h5 {
    margin-bottom: 0;
    font-size: 16px;
  }
  .collection-filter-block p {
    font-size: 13px;
  }
  .collection-filter-block .flex-grow-1 {
    opacity: 0.5;
  }
  .collection-filter-block li + li {
    margin-top: 16px;
  }
  .collection-filter-block ul.pro-services li svg {
    width: auto;
  }

  .product-social li a {
    color: var(--gray-700);
    font-size: 15px;
    border: 1px solid var(--gray-60);
    border-radius: 100%;
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    line-height: 2.3;
    transition: all 0.3s ease;
  }
  .product-social li a:hover {
    border-color: var(--theme-default);
    color: var(--theme-default);
    background-color: rgba(48, 142, 135, 0.1);
    transition: all 0.3s ease;
  }
  .product-social li:nth-child(n+2) {
    margin-left: 10px;
  }

  .product-page-main p {
    font-size: 15px;
  }
  .product-page-main .nav-link {
    text-transform: uppercase;
    font-weight: 500;
  }

  .product-page-main {
    padding: 30px;
  }
  .product-page-main .owl-item .item {
    border: 1px solid var(--border-light-color);
    border-radius: 5px;
    background-color: #f8f8f8;
  }
  .product-page-main .owl-item.current .item {
    border: 1px solid var(--theme-default);
  }
  .product-page-main .product-slider {
    margin-bottom: 20px;
  }
  .product-page-main .product-slider img {
    object-position: top;
  }
  @media (min-width: 1400px) {
    .product-page-main .product-slider img {
      height: 520px;
      object-fit: cover;
    }
  }
  @media (min-width: 1500px) {
    .product-page-main .product-slider img {
      height: 400px;
      object-fit: cover;
    }
  }
  .product-page-main .product-color {
    margin-top: 10px;
  }
  .product-page-main .product-price {
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    color: var(--theme-default);
  }
  .product-page-main .product-price del {
    color: rgba(0, 0, 0, 0.4);
    padding-left: 10px;
    font-size: 80%;
  }

  .product-page-details h4, .product-page-details .h4 {
    color: var(--body-font-color);
    text-transform: uppercase;
    font-size: 18px;
  }
  .product-page-details span {
    padding-left: 15px;
  }

  .product-color li {
    display: inline-block;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    margin: 0 2px;
  }

  .product-rating ul li i {
    color: var(--warning-color);
    transition: all 0.4s;
    cursor: pointer;
  }
  .product-rating ul li:hover i {
    transform: translateY(-3px);
  }

  .qty-box .btn {
    background-color: transparent !important;
    border-color: var(--border-light-color) !important;
    padding: 8px 12px;
  }
  .qty-box .btn i {
    color: var(--gray-700);
  }
  .qty-box .btn svg {
    width: 14px !important;
    stroke: var(--dark);
  }
  .qty-box span {
    padding: 0 4px;
  }
  .qty-box .input-group {
    background-color: var(--dark);
  }
  .qty-box input {
    background-color: var(--dark);
    color: var(--dark);
    max-width: 44px;
    padding: 0;
    text-align: center;
    border: none;
    max-height: 37px;
  }

  .payment-opt li {
    display: inline-block;
  }
  .payment-opt li img {
    height: 20px;
    margin: 15px 15px 0 0;
  }
  [dir=rtl] .payment-opt li img {
    margin: 15px 0 0 15px;
  }

  @media only screen and (max-width: 767.98px) {
    .credit-card .text-center img {
      margin-bottom: 20px;
    }
  }

/**=====================
  3.14 Ecommerce CSS End
  ==========================**/
/**=====================
  3.46 Add-product CSS Start
  ==========================**/
  .sidebar-left-wrapper {
    border-right: 1px solid var(--gray-60);
  }
  @media (max-width: 1199px) {
    .sidebar-left-wrapper {
      border-right: unset;
      margin-bottom: 25px;
    }
  }
  .sidebar-left-wrapper .sidebar-left-icons {
    display: block;
  }
  .sidebar-left-wrapper .sidebar-left-icons .nav-item {
    position: relative;
    padding-bottom: 50px;
  }
  @media (max-width: 1199px) {
    .sidebar-left-wrapper .sidebar-left-icons .nav-item {
      padding-bottom: 25px;
    }
  }
  .sidebar-left-wrapper .sidebar-left-icons .nav-item:first-child .nav-link {
    padding-top: 0;
  }
  .sidebar-left-wrapper .sidebar-left-icons .nav-item:last-child {
    padding-bottom: 0;
  }
  .sidebar-left-wrapper .sidebar-left-icons .nav-item:last-child .nav-link {
    padding-bottom: 0;
  }
  .sidebar-left-wrapper .sidebar-left-icons .nav-item::before {
    content: "";
    position: absolute;
    border: 1px dashed var(--gray-60);
    top: 60px;
    height: 50px;
    left: 20px;
  }
  @media (max-width: 1199px) {
    .sidebar-left-wrapper .sidebar-left-icons .nav-item::before {
      height: 25px;
    }
  }
  .sidebar-left-wrapper .sidebar-left-icons .nav-item:last-child::before {
    content: none;
  }
  .sidebar-left-wrapper .sidebar-left-icons .nav-item:last-child .nav-link {
    padding-bottom: 0;
  }
  .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
  }
  .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link.active, .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link:active {
    background-color: unset;
    color: unset;
  }
  .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link.active .nav-rounded, .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link:active .nav-rounded {
    border: 1px solid var(--theme-default);
  }
  .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link.active .nav-rounded .product-icons, .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link:active .nav-rounded .product-icons {
    background-color: var(--theme-default);
  }
  .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link.active .nav-rounded .product-icons svg, .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link:active .nav-rounded .product-icons svg {
    stroke: var(--white);
  }
  .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link.active .product-tab-content h5, .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link.active .product-tab-content .h5, .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link:active .product-tab-content h5, .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link:active .product-tab-content .h5 {
    color: var(--theme-default);
    font-weight: 700;
  }
  .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded {
    min-width: 42px;
    height: 42px;
    border: 1px solid var(--gray-60);
    position: relative;
    z-index: 2;
    border-radius: 100%;
    padding: 2px;
    box-shadow: inset 0px 9px 20px 0px rgba(46, 35, 94, 0.07);
  }
  .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded .product-icons {
    min-width: 100%;
    height: 100%;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
  }
  .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .nav-rounded .product-icons svg {
    width: 18px;
    height: 18px;
    stroke: var(--body-font-color);
  }
  .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .product-tab-content h5, .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .product-tab-content .h5 {
    color: var(--body-font-color);
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
  }
  @media (max-width: 575px) {
    .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .product-tab-content h5, .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .product-tab-content .h5 {
      text-align: left;
    }
  }
  .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .product-tab-content p {
    color: var(--font-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
  }
  @media (max-width: 575px) {
    .sidebar-left-wrapper .sidebar-left-icons .nav-item .nav-link .product-tab-content p {
      text-align: left;
    }
  }
  .sidebar-left-wrapper .sidebar-left-icons .nav-item:hover .nav-rounded {
    border: 1px solid var(--theme-default);
  }
  .sidebar-left-wrapper .sidebar-left-icons .nav-item:hover .nav-rounded .product-icons {
    background-color: rgba(48, 142, 135, 0.2);
  }
  .sidebar-left-wrapper .sidebar-left-icons .nav-item:hover .nav-rounded .product-icons svg {
    stroke: var(--theme-default);
    animation: tada 1.5s ease infinite;
  }
  .sidebar-left-wrapper .sidebar-left-icons .nav-item:hover .product-tab-content h5, .sidebar-left-wrapper .sidebar-left-icons .nav-item:hover .product-tab-content .h5 {
    color: var(--theme-default);
  }

  .sidebar-body form .form-control:focus,
  .sidebar-body form .form-select:focus {
    box-shadow: unset;
    border-color: unset;
  }
  @media (max-width: 575px) {
    .sidebar-body .ql-toolbar.ql-snow .ql-formats {
      margin-right: 0 !important;
    }
  }
  .sidebar-body .ql-formats {
    border-right: 1px solid var(--gray-60);
  }
  @media (max-width: 575px) {
    .sidebar-body .ql-formats {
      border-right: unset;
    }
  }
  .sidebar-body .ql-formats:last-of-type {
    border-right: unset;
  }
  .sidebar-body #editor2 {
    min-height: 250px;
  }

  .sidebar-body input[type=number]::-webkit-inner-spin-button,
  .sidebar-body input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button;
  }
  .sidebar-body .form-select,
  .sidebar-body .form-control {
    font-size: 15px;
    color: var(--theme-default);
  }
  .sidebar-body .product-upload p {
    margin-bottom: 18px;
    line-height: 0;
  }
  .sidebar-body .product-upload:nth-child(1) {
    margin-bottom: 30px;
  }
  @media (max-width: 400px) {
    .sidebar-body .product-upload:nth-child(1) {
      margin-bottom: 26px;
    }
  }
  .sidebar-body .product-upload:nth-child(2) {
    margin-bottom: 65px;
  }
  @media (max-width: 1199px) {
    .sidebar-body .product-upload:nth-child(2) {
      margin-bottom: 0;
    }
  }
  .sidebar-body .product-upload form svg {
    width: 48px;
    height: 48px;
  }
  .sidebar-body .product-upload form h6, .sidebar-body .product-upload form .h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
  }
  .sidebar-body .product-upload form span {
    color: var(--body-font-color);
    font-size: 14px;
  }

  .product-buttons {
    margin: 15px 0 0 0;
    text-align: end;
    border-top: 1px solid var(--gray-60);
    padding: 12px 0 0 0;
    position: absolute;
    bottom: 0;
    width: calc(100% - 48px);
    left: 50%;
    transform: translateX(-50%);
  }
  @media (max-width: 1199px) {
    .product-buttons {
      position: unset;
      width: unset;
      transform: unset;
    }
  }
  .product-buttons svg {
    width: 18px;
    height: 18px;
    stroke: var(--body-font-color);
  }
  @media (max-width: 400px) {
    .product-buttons svg {
      width: 15px;
      height: 15px;
    }
  }
  .product-buttons .btn {
    border: 1px solid var(--light-gray-color);
    color: var(--body-font-color);
    font-weight: 500;
  }
  @media (max-width: 1400px) {
    .product-buttons .btn {
      padding: 6px 16px;
    }
  }
  @media (max-width: 400px) {
    .product-buttons .btn {
      padding: 6px 8px;
    }
  }
  .product-buttons .btn:hover, .product-buttons .btn:active {
    background-color: var(--theme-default);
    color: #f8f9fa;
  }
  .product-buttons .btn:hover svg, .product-buttons .btn:active svg {
    stroke: #f8f9fa;
  }

  .category-button {
    padding-bottom: 30px;
    border-bottom: 1px dashed var(--light-gray-color);
  }
  @media (max-width: 575px) {
    .category-button {
      padding-bottom: 25px;
    }
  }
  .category-button a {
    padding: 12px;
  }

  .create-category .toolbar-box {
    margin-top: 12px;
  }

  .product-date .form-control[readonly] {
    background-color: var(--white);
  }

  .category-buton a {
    background-color: rgba(48, 142, 135, 0.02);
    color: var(--theme-default);
  }
  .category-buton a i {
    color: var(--theme-default);
  }

  .price-wrapper .radio-wrapper {
    justify-content: flex-start;
    margin-top: 4px;
  }
  .price-wrapper .radio-wrapper li {
    max-width: 200px;
    position: relative;
    width: 100%;
    padding: 12px;
    border: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }
  .price-wrapper .radio-wrapper li .form-check-input {
    border-radius: 5px;
    background-color: var(--light-background);
  }
  .price-wrapper .radio-wrapper li .form-check-input ~ .form-check-label span {
    color: var(--theme-default);
    font-size: 15px;
    position: relative;
  }
  .price-wrapper .radio-wrapper li .form-check-input:checked {
    background-color: var(--light-background);
    border: 1px solid var(--theme-default);
    border-radius: 5px;
  }
  .price-wrapper .radio-wrapper li .form-check-input:checked ~ .form-check-label span {
    color: var(--theme-default);
    position: relative;
  }

  .advance-options ul {
    border-bottom: 1px solid var(--gray-60);
  }
  .advance-options ul.border-tab.nav-tabs .nav-item .nav-link {
    color: var(--body-font-color);
    border-bottom: 2px solid transparent;
    transition: all 0.3S ease-in-out;
  }
  .advance-options ul.border-tab.nav-tabs .nav-item .nav-link:active, .advance-options ul.border-tab.nav-tabs .nav-item .nav-link.active {
    border-bottom: 2px solid var(--theme-default);
    color: var(--body-font-color);
    transition: all 0.3S ease-in-out;
  }

  .meta-body {
    padding-top: 16px;
  }
  .meta-body .custom-input .form-check .form-check-input:checked {
    background-color: var(--theme-default);
  }
  .meta-body .custom-input .form-check .form-check-input:valid {
    border-color: var(--theme-default);
  }
  .meta-body .custom-input .form-check .form-check-input:valid ~ .form-check-label {
    color: rgba(41, 41, 41, 0.8);
  }

  .product-tag .tagify {
    border-radius: 4px;
    padding: 0;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .tagify__tag {
    margin: 5px 0 5px 5px;
  }

  .tagify__input {
    margin: 0;
  }

  .list-product-header > div {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
  }
  .list-product-header .show {
    display: block;
  }
  .list-product-header .hide {
    display: none;
  }
  .list-product-header .collapse {
    line-height: 0.2;
  }
  .list-product-header .light-box {
    width: 39px;
    height: 39px;
    border-radius: 5px;
    background-color: rgba(48, 142, 135, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
  }
  .list-product-header .light-box svg {
    width: 17px;
    height: 17px;
    color: var(--theme-default);
  }
  .list-product-header a.btn {
    float: right;
  }
  .list-product-header a.btn i {
    padding-right: 8px;
  }
  @media (max-width: 575px) {
    .list-product-header a.btn {
      float: unset;
    }
  }
  .list-product-header .list-product-body {
    margin-top: 20px;
    padding: 0px;
    box-shadow: unset;
  }
  .list-product-header .list-product-body .form-select {
    font-size: 14px;
    border-color: var(--gray-60);
    color: var(--gray-700);
  }

  .list-product.list-category tr th:nth-child(2),
  .list-product.list-category tr td:nth-child(2) {
    min-width: 60px;
  }
  .list-product.list-category tr th:nth-child(3),
  .list-product.list-category tr td:nth-child(3) {
    min-width: 300px;
  }
  .list-product.list-category tr th:nth-child(4),
  .list-product.list-category tr td:nth-child(4) {
    min-width: 150px;
  }
  .list-product.list-category tr th:nth-child(5),
  .list-product.list-category tr td:nth-child(5) {
    min-width: 100px;
  }
  .list-product.list-category .datatable-bottom {
    padding-bottom: 0;
  }
  .list-product thead tr th:first-child .form-check {
    display: none;
  }
  .list-product .datatable-container {
    overflow-x: auto;
  }
  @media (max-width: 1445px) {
    .list-product .datatable-container thead tr th:nth-child(8) {
      display: none;
    }
  }
  .list-product .datatable-container tbody tr {
    cursor: pointer;
  }
  @media (max-width: 1445px) {
    .list-product .datatable-container tbody tr td:nth-child(8) {
      display: none;
    }
  }
  .list-product .datatable-dropdown {
    position: relative;
  }
  .list-product .datatable-dropdown label {
    color: var(--body-font-color);
  }
  .list-product .datatable-dropdown label:before {
    content: "\f107";
    position: absolute;
    top: 6px;
    left: 38px;
    font-family: "FontAwesome";
    font-size: 16px;
    margin: 0;
    color: var(--gray-60);
  }
  [dir=rtl] .list-product .datatable-dropdown label:before {
    right: 38px;
    left: unset;
  }
  .list-product .datatable-selector {
    appearance: none;
    min-width: 55px;
  }
  .list-product .datatable-selector:focus, .list-product .datatable-selector:focus-visible {
    outline: none;
  }
  [dir=rtl] .list-product .datatable-sorter::before, [dir=rtl] .list-product .datatable-sorter::after {
    right: unset;
    left: 4px;
  }
  .list-product tr th,
  .list-product tr td {
    text-align: left;
  }
  [dir=rtl] .list-product tr th,
  [dir=rtl] .list-product tr td {
    text-align: right;
  }
  .list-product tr th:nth-child(1) .datatable-sorter::before, .list-product tr th:nth-child(1) .datatable-sorter::after {
    border: none;
  }
  .list-product tr th:nth-child(1),
  .list-product tr td:nth-child(1) {
    min-width: 20px;
  }
  .list-product tr th:nth-child(2),
  .list-product tr td:nth-child(2) {
    min-width: 110px;
  }
  @media (max-width: 1460px) {
    .list-product tr th:nth-child(2),
    .list-product tr td:nth-child(2) {
      min-width: 230px;
    }
  }
  .list-product tr th:nth-child(3),
  .list-product tr td:nth-child(3) {
    min-width: 90px;
  }
  .list-product tr th:nth-child(4),
  .list-product tr td:nth-child(4) {
    min-width: 120px;
  }
  .list-product tr th:nth-child(5),
  .list-product tr td:nth-child(5) {
    min-width: 120px;
  }
  .list-product tr th:nth-child(6),
  .list-product tr td:nth-child(6) {
    min-width: 80px;
  }
  .list-product tr th:nth-child(7),
  .list-product tr td:nth-child(7) {
    min-width: 100px;
  }
  .list-product tr th:nth-child(8),
  .list-product tr td:nth-child(8) {
    min-width: 140px;
  }
  .list-product tr th:nth-child(9),
  .list-product tr td:nth-child(9) {
    min-width: 105px;
  }
  .list-product:focus-visible {
    outline: 0;
  }
  .list-product .datatable-top {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
  }
  .list-product .datatable-search {
    float: left;
  }
  [dir=rtl] .list-product .datatable-search {
    float: right;
  }
  .list-product .datatable-container:focus-visible {
    outline: 0;
  }
  .list-product .datatable-bottom .datatable-info {
    color: var(--body-font-color);
  }
  .list-product .datatable-top {
    padding: 0;
  }
  .list-product .datatable-pagination li.datatable-hidden {
    visibility: visible;
  }
  .list-product .datatable-pagination li.datatable-hidden a {
    color: var(--theme-default);
    font-weight: 500;
    opacity: 1;
  }
  .list-product .datatable-pagination .datatable-active .datatable-pagination-list-item-link {
    background-color: var(--theme-default);
    color: var(--white);
  }
  .list-product .datatable-pagination .datatable-pagination-list-item-link {
    background-color: rgba(48, 142, 135, 0.02);
    border-radius: 5px;
  }

  .table#project-status tbody tr td {
    vertical-align: inherit;
  }

  .product-names {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .product-names .light-product-box {
    min-width: 49px;
    height: 49px;
    border-radius: 3px;
    background-color: rgba(204, 204, 204, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-names .light-product-box img {
    height: 26px;
  }

  .product-action {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
  }
  .product-action svg {
    width: 18px;
    height: 18px;
    cursor: pointer;
    fill: var(--gray-700);
  }

  .datatable-input,
  .datatable-selector {
    border: 1px solid var(--gray-700);
    border-radius: 5px;
    background: unset;
  }

/**=====================
  3.46 Add-product CSS Start
  ==========================**/
/**=====================
    3.33 Pricing CSS Start
    ==========================**/
    .pricing-simple {
      box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
      margin-bottom: 0 !important;
    }
    .pricing-simple .card-body {
      border-bottom: none;
    }
    .pricing-simple .card-body h3, .pricing-simple .card-body .h3 {
      position: relative;
      margin-bottom: 38px;
    }
    .pricing-simple .card-body h3:before, .pricing-simple .card-body .h3:before {
      position: absolute;
      content: "";
      width: 80px;
      height: 1px;
      margin: 0 auto;
      left: 0;
      right: 0;
      bottom: -10px;
      background-color: var(--light-text);
    }
    .pricing-simple .card-body h2, .pricing-simple .card-body .h2 {
      font-size: 40px;
      line-height: 0.9;
      margin-bottom: 30px;
      font-weight: 600;
    }

    .pricingtable {
      text-align: center;
      padding-top: 45px;
      padding-bottom: 45px;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
      overflow: hidden;
      position: relative;
      z-index: 1;
      height: 100%;
    }
    .pricingtable:before, .pricingtable:after {
      content: "";
      background-color: var(--theme-default);
      width: 300px;
      height: 300px;
      border-radius: 50%;
      position: absolute;
      right: -213px;
      z-index: -1;
      opacity: 0.1;
    }

    .pricingtable:after {
      background-color: var(--theme-default);
      height: 300px;
      width: 300px;
      top: auto;
      bottom: -210px;
      right: auto;
      left: -160px;
      opacity: 0.1;
    }
    .pricingtable .title {
      text-transform: uppercase;
      margin-bottom: 20px;
    }
    .pricingtable .price-value {
      color: var(--white);
      background-color: var(--theme-default);
      width: 130px;
      height: 130px;
      padding: 45px 0 0;
      margin: 0 auto 25px;
      border-radius: 50%;
    }
    .pricingtable .price-value .duration {
      margin: 0 0 0 -5px;
    }
    .pricingtable .price-value .amount {
      font-size: 58px;
      font-weight: 700;
      line-height: 45px;
      display: inline-block;
    }
    .pricingtable .price-value .currency {
      vertical-align: top;
    }
    .pricingtable .pricing-content {
      margin: 0 0 25px;
      display: inline-block;
    }
    .pricingtable .pricing-content li {
      font-weight: 500;
      text-align: left;
      margin: 0 0 20px;
      position: relative;
      padding-left: 30px;
    }
    .pricingtable .pricing-content li:last-child {
      margin: 0;
    }
    .pricingtable .pricing-content li:before {
      content: "\f00c";
      color: varvar(--theme-default);
      font-family: FontAwesome;
      text-align: center;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      position: absolute;
      top: 1px;
      left: 0;
    }

    @media (max-width: 1470px) {
      .pricing-block > div {
        flex: 50%;
      }
      .pricing-block > div:nth-child(n+3) {
        margin-top: 30px;
      }
    }
    @media only screen and (max-width: 991px) {
      .pricing-simple .card-body h1, .pricing-simple .card-body .h1 {
        margin-bottom: 20px;
      }
      .pricing-simple .card-body h3, .pricing-simple .card-body .h3 {
        margin-bottom: 28px;
      }
    }
    @media only screen and (max-width: 575px) {
      .pricing-simple .card-body h1, .pricing-simple .card-body .h1 {
        margin-bottom: 15px;
      }
      .pricing-block > div {
        flex: 100%;
      }
      .pricingtable {
        padding-top: 30px;
        padding-bottom: 30px;
      }
    }
/**=====================
     3.33 Pricing CSS Ends
     ==========================**/
/**=====================
    3.47 Letter_box CSS Start
    ==========================**/
    .email-right-aside .email-list {
      display: block;
    }
    .email-right-aside .email-list.hide {
      display: none;
    }
    .email-right-aside .email-read {
      display: none;
    }
    .email-right-aside .email-read.show {
      display: block;
    }
    .email-right-aside .modal-footer {
      text-align: end;
    }

    .email-main-wrapper .email-app-sidebar .nav-pills .nav-item:active, .email-main-wrapper .email-app-sidebar .nav-pills .nav-item.active {
      border-radius: 5px;
    }
    .email-main-wrapper .email-app-sidebar .nav-pills .nav-item:last-child .nav-link {
      padding-bottom: 0;
    }
    .email-main-wrapper .email-app-sidebar .nav-pills .nav-link {
      color: var(--font-color);
      gap: 13px;
      text-transform: capitalize;
      font-size: 16px;
      font-weight: 500;
      position: relative;
      padding: 8px 20px;
    }
    .email-main-wrapper .email-app-sidebar .nav-pills .nav-link:hover {
      background-color: unset;
      color: var(--theme-default);
    }
    .email-main-wrapper .email-app-sidebar .nav-pills .nav-link.active, .email-main-wrapper .email-app-sidebar .nav-pills .nav-link:active {
      background-color: rgba(48, 142, 135, 0.1);
      color: var(--theme-default);
      border-radius: 5px;
    }
    .email-main-wrapper .email-app-sidebar .nav-pills .nav-link.active svg, .email-main-wrapper .email-app-sidebar .nav-pills .nav-link:active svg {
      stroke: var(--theme-default);
    }
    .email-main-wrapper .email-app-sidebar .nav-pills .nav-link.active::after, .email-main-wrapper .email-app-sidebar .nav-pills .nav-link:active::after {
      content: "";
      border-right: 3px solid var(--theme-default);
      position: absolute;
      top: 9px;
      width: 4px;
      right: 0;
      height: 35px;
      border: 2px solid var(--theme-default);
      border-radius: 100px 0 0 100px;
    }
    @media (max-width: 1400px) {
      .email-main-wrapper .email-app-sidebar .nav-pills .nav-link.active::after, .email-main-wrapper .email-app-sidebar .nav-pills .nav-link:active::after {
        top: 8px;
        height: 28px;
      }
    }
    .email-main-wrapper .email-app-sidebar .nav-pills .nav-link svg {
      width: 18px;
      height: 18px;
      stroke: var(--font-color);
    }
    .email-main-wrapper .email-app-sidebar .nav-pills .nav-link div {
      width: calc(100% - 13px - 18px);
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    @media (max-width: 1400px) {
      .email-main-wrapper .email-app-sidebar .nav-pills .nav-link div {
        font-size: 15px;
      }
    }
    .email-main-wrapper .email-app-sidebar span {
      background-color: rgba(48, 142, 135, 0.2);
      color: var(--theme-default);
      border-radius: 20px;
      padding: 5px 13px;
    }
    @media (max-width: 1400px) {
      .email-main-wrapper .email-app-sidebar span {
        padding: 3px 10px;
      }
    }
    .email-main-wrapper .email-app-sidebar .compose-mail {
      display: block;
      text-align: center;
    }
    .email-main-wrapper .email-app-sidebar .compose-mail .nav-link.active {
      padding: 15px;
      background-color: var(--theme-default);
      color: var(--white);
    }
    @media (max-width: 1400px) {
      .email-main-wrapper .email-app-sidebar .compose-mail .nav-link.active {
        padding: 10px;
      }
    }
    .email-main-wrapper .email-app-sidebar .compose-mail .nav-link.active::before {
      content: unset;
    }
    .email-main-wrapper .email-app-sidebar .compose-mail .nav-link i {
      font-size: 13px;
    }
    @media (max-width: 1400px) {
      .email-main-wrapper .email-app-sidebar .email-category.nav-pills .nav-item .nav-link {
        padding: 3px 20px;
      }
    }
    @media (max-width: 1400px) {
      .email-main-wrapper .email-app-sidebar .taged-mail.nav-pills .nav-item .nav-link {
        padding: 3px 20px;
      }
    }
    .email-main-wrapper .email-app-sidebar .taged-mail.nav-pills .nav-item:first-child a {
      margin-top: 16px;
    }
    .email-main-wrapper .email-app-sidebar .taged-mail.nav-pills .nav-item svg {
      width: 24px;
      height: 24px;
    }
    .email-main-wrapper .email-app-sidebar .emailbox.btn {
      width: 100%;
      margin-bottom: 15px;
      padding: 12px;
      font-size: 16px;
      font-weight: 500;
    }
    @media (max-width: 576px) {
      .email-main-wrapper .email-app-sidebar .emailbox.btn {
        padding: 7px;
      }
    }
    .email-main-wrapper .email-app-sidebar .emailbox.btn i {
      padding-right: 12px;
    }
    [dir=rtl] .email-main-wrapper .email-app-sidebar .emailbox.btn i {
      padding-right: unset;
      padding-left: 12px;
    }

    .email-body .mail-header-wrapper {
      padding: 16px;
      box-shadow: 0px 5px 10px 0px rgba(48, 142, 135, 0.1);
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    @media (max-width: 1468px) {
      .email-body .mail-header-wrapper {
        padding: 12px;
      }
    }
    @media (max-width: 600px) {
      .email-body .mail-header-wrapper {
        flex-direction: column;
        align-items: flex-start;
      }
    }
    .email-body .mail-header-wrapper .mail-header .form-check {
      display: flex;
      align-items: center;
    }
    @media (max-width: 420px) {
      .email-body .mail-header-wrapper .mail-header .form-check {
        align-items: flex-start;
      }
    }
    .email-body .mail-header-wrapper .mail-header .form-check .form-check-input {
      width: 18px;
      height: 18px;
      margin-top: 9px;
    }
    @media (max-width: 1468px) {
      .email-body .mail-header-wrapper .mail-header .form-check .form-check-input {
        margin-right: 8px;
        margin-top: 2px;
      }
    }
    .email-body .mail-header-wrapper .mail-header .form-check .form-check-input:focus {
      box-shadow: unset;
      border: 1px solid var(--theme-default);
    }
    @media (max-width: 424px) {
      .email-body .mail-header-wrapper .mail-header ul {
        gap: 12px;
      }
    }
    @media (max-width: 351px) {
      .email-body .mail-header-wrapper .mail-header ul {
        flex-direction: column;
      }
    }
    .email-body .mail-header-wrapper .mail-header ul li a {
      display: flex;
      align-items: center;
      gap: 9px;
      color: var(--font-color);
      position: relative;
      padding-bottom: 0;
    }
    @media (max-width: 1468px) {
      .email-body .mail-header-wrapper .mail-header ul li a {
        padding: 7px;
      }
    }
    .email-body .mail-header-wrapper .mail-header ul li a::before {
      content: "";
      position: absolute;
      bottom: -23px;
      left: 0;
      width: 0;
      background-color: var(--theme-default);
      height: 2px;
      transition: all 0.1s ease-in;
    }
    @media (max-width: 1468px) {
      .email-body .mail-header-wrapper .mail-header ul li a::before {
        bottom: -15px;
      }
    }
    @media (max-width: 991px) {
      .email-body .mail-header-wrapper .mail-header ul li a::before {
        bottom: -13px;
      }
    }
    @media (max-width: 351px) {
      .email-body .mail-header-wrapper .mail-header ul li a::before {
        bottom: -2px;
      }
    }
    .email-body .mail-header-wrapper .mail-header ul li a.active {
      color: var(--theme-default);
    }
    .email-body .mail-header-wrapper .mail-header ul li a.active::before {
      width: 100%;
      transition: all 0.1s ease-in;
    }
    .email-body .mail-header-wrapper .mail-header ul li a.active svg {
      stroke: var(--theme-default);
    }
    .email-body .mail-header-wrapper .mail-header ul li a svg {
      width: 22px;
      height: 22px;
      stroke: var(--font-color);
    }
    @media (max-width: 424px) {
      .email-body .mail-header-wrapper .mail-header ul li a svg {
        display: none;
      }
    }
    .email-body .mail-header-wrapper .mail-body {
      display: flex;
      gap: 12px;
    }
    @media (max-width: 1500px) {
      .email-body .mail-header-wrapper .mail-body {
        justify-content: end;
      }
    }
    @media (max-width: 600px) {
      .email-body .mail-header-wrapper .mail-body {
        display: none;
      }
    }
    .email-body .mail-header-wrapper .mail-body .mail-search {
      position: relative;
    }
    @media (max-width: 1500px) {
      .email-body .mail-header-wrapper .mail-body .mail-search {
        width: 55%;
      }
    }
    @media (max-width: 1468px) {
      .email-body .mail-header-wrapper .mail-body .mail-search {
        width: 48%;
      }
    }
    @media (max-width: 1400px) {
      .email-body .mail-header-wrapper .mail-body .mail-search {
        display: none;
      }
    }
    .email-body .mail-header-wrapper .mail-body .mail-search .form-control {
      display: inline-block;
      padding: 8px 30px;
    }
    .email-body .mail-header-wrapper .mail-body .mail-search .form-control:focus {
      box-shadow: unset;
      border: 1px solid rgba(48, 142, 135, 0.2);
    }
    @media (max-width: 1504px) {
      .email-body .mail-header-wrapper .mail-body .mail-search .form-control {
        max-width: 165px;
      }
    }
    .email-body .mail-header-wrapper .mail-body .mail-search i {
      position: absolute;
      top: 12px;
      left: 11px;
    }
    .email-body .mail-header-wrapper .mail-body .light-square i {
      color: var(--body-font-color);
    }
    .email-body .light-square {
      width: 40px;
      height: 39px;
      border-radius: 8px;
      background-color: rgba(204, 204, 204, 0.3);
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      color: var(--gray-60);
    }
    @media (max-width: 992px) {
      .email-body .light-square {
        width: 34px;
        height: 35px;
      }
    }
    .email-body .light-square.dropdown-toggle::after {
      content: "";
      display: none;
    }
    .email-body .light-square .dropdown-menu .dropdown-item {
      border-top: 0;
    }
    .email-body .light-square .dropdown-menu .dropdown-item:hover {
      background-color: var(--gray-60);
    }
    .email-body .light-square .dropdown-menu .dropdown-item i {
      padding-right: 12px;
    }
    .email-body .mail-body-wrapper ul li {
      padding: 16px;
      display: flex;
      align-items: center;
      cursor: pointer;
      border-bottom: 1px solid var(--light-gray);
    }
    .email-body .mail-body-wrapper ul li:hover {
      background-color: rgba(245, 245, 245, 0.4);
    }
    .email-body .mail-body-wrapper ul li:hover .inbox-message .email-timing {
      display: none;
      transition: all 0.3s ease-in-out;
    }
    .email-body .mail-body-wrapper ul li:hover .inbox-message .email-options {
      display: flex;
      align-items: center;
      gap: 14px;
      justify-content: flex-end;
      min-width: 100px;
      transition: all 0.3s ease-in-out;
    }
    .email-body .mail-body-wrapper ul li:hover .inbox-message .email-options i {
      font-size: 18px;
      color: var(--font-color);
    }
    @media (max-width: 375px) {
      .email-body .mail-body-wrapper ul li:hover .inbox-message .email-options i {
        font-size: 16px;
      }
    }
    .email-body .mail-body-wrapper ul li:hover .inbox-message .show {
      display: block;
    }
    .email-body .mail-body-wrapper ul li:hover .inbox-message .hide {
      display: none;
    }
    @media (max-width: 460px) {
      .email-body .mail-body-wrapper ul li.inbox-data {
        display: block;
      }
    }
    .email-body .mail-body-wrapper ul li:last-child {
      border-bottom: unset;
    }
    .email-body .mail-body-wrapper ul li .inbox-user {
      min-width: 290px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    @media (max-width: 1400px) {
      .email-body .mail-body-wrapper ul li .inbox-user {
        min-width: 280px;
      }
    }
    @media (max-width: 576px) {
      .email-body .mail-body-wrapper ul li .inbox-user {
        min-width: 260px;
      }
    }
    .email-body .mail-body-wrapper ul li .inbox-user .form-check-input {
      width: 18px;
      height: 18px;
    }
    .email-body .mail-body-wrapper ul li .inbox-user .form-check-input:focus {
      box-shadow: unset;
    }
    .email-body .mail-body-wrapper ul li .inbox-user .rounded-border {
      width: 50px;
      height: 50px;
      border: 2px solid rgba(48, 142, 135, 0.1);
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 100%;
    }
    @media (max-width: 1400px) {
      .email-body .mail-body-wrapper ul li .inbox-user .rounded-border {
        width: 42px;
        height: 42px;
      }
    }
    @media (max-width: 355px) {
      .email-body .mail-body-wrapper ul li .inbox-user .rounded-border {
        display: none;
      }
    }
    .email-body .mail-body-wrapper ul li .inbox-user .rounded-border > div {
      width: 40px;
      height: 40px;
      background-color: rgba(48, 142, 135, 0.15);
      border-radius: 100%;
    }
    @media (max-width: 1400px) {
      .email-body .mail-body-wrapper ul li .inbox-user .rounded-border > div {
        width: 32px;
        height: 32px;
      }
    }
    .email-body .mail-body-wrapper ul li .inbox-user .rounded-border > div p {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      font-weight: 900;
      padding-top: 3px;
    }
    @media (max-width: 1200px) {
      .email-body .mail-body-wrapper ul li .inbox-user .rounded-border > div p {
        font-size: 13px;
      }
    }
    .email-body .mail-body-wrapper ul li .inbox-user .rounded-border .circle-success {
      background-color: rgba(48, 142, 135, 0.15);
    }
    .email-body .mail-body-wrapper ul li .inbox-user .rounded-border img {
      border-radius: 100%;
      height: 38px;
    }
    @media (max-width: 1400px) {
      .email-body .mail-body-wrapper ul li .inbox-user .rounded-border img {
        height: 32px;
      }
    }
    .email-body .mail-body-wrapper ul li .inbox-message {
      display: flex;
      justify-content: space-between;
      width: 100%;
      gap: 16px;
    }
    @media (max-width: 700px) {
      .email-body .mail-body-wrapper ul li .inbox-message {
        display: block;
      }
    }
    .email-body .mail-body-wrapper ul li .inbox-message .email-data span {
      font-weight: 700;
      letter-spacing: 0.3;
      display: -webkit-box;
      max-width: 100%;
      margin: 0 auto;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .email-body .mail-body-wrapper ul li .inbox-message .email-data span span {
      color: var(--font-color);
      font-weight: 400;
      line-height: 1.9;
    }
    .email-body .mail-body-wrapper ul li .inbox-message .email-data .badge {
      border-radius: 20px;
    }
    @media (max-width: 1236px) {
      .email-body .mail-body-wrapper ul li .inbox-message .email-data .badge {
        margin-bottom: 5px;
      }
    }
    .email-body .mail-body-wrapper ul li .inbox-message .email-data .badge:last-child {
      margin-bottom: 0;
    }
    .email-body .mail-body-wrapper ul li .inbox-message .email-timing {
      display: flex;
      align-items: center;
      min-width: 80px;
      transition: all 0.3s ease-in-out;
    }
    @media (max-width: 768px) {
      .email-body .mail-body-wrapper ul li .inbox-message .email-timing {
        justify-content: flex-end;
        height: 18px;
      }
    }
    .email-body .mail-body-wrapper ul li .inbox-message .email-timing span {
      color: var(--body-font-color);
    }
    .email-body .mail-body-wrapper ul li .inbox-message .email-options {
      display: none;
      transition: all 0.3s ease-in-out;
    }
    @media (max-width: 768px) {
      .email-body .mail-body-wrapper ul li .inbox-message .email-options {
        height: 18px;
      }
    }
    .email-body .mail-body-wrapper ul li .inbox-message .email-options .show {
      display: block;
    }
    .email-body .mail-body-wrapper ul li .inbox-message .email-options .hide {
      display: none;
    }
    .email-body .mail-body-wrapper ul li .inbox-message .email-options i {
      color: var(--body-font-color);
    }
    .email-body .mail-body-wrapper ul li.page-item {
      padding: 0;
    }
    .email-body .mail-body-wrapper .hidden {
      display: none !important;
    }
    .email-body .mail-pagination {
      display: flex;
      justify-content: flex-end;
      gap: 12px;
      padding: 16px;
    }
    .email-body .mail-pagination .pagination-button,
    .email-body .mail-pagination .pagination-number {
      padding: 0px 12px;
      width: 35px;
      height: 35px;
      border-radius: 10px;
      border: unset;
    }
    .email-body .mail-pagination .pagination-button.disabled {
      background-color: var(--light-background);
      color: var(--theme-default);
      opacity: 1;
    }
    .email-body .mail-pagination .pagination-number {
      padding: 6px 12px;
      background-color: rgba(204, 204, 204, 0.3);
      color: var(--font-color);
    }
    .email-body .mail-pagination .pagination-number.active {
      background-color: var(--theme-default);
      color: var(--white);
    }
    .email-body .mail-pagination .pagination-index {
      display: flex;
      gap: 12px;
    }

    .compose-modal form .form-control {
      position: relative;
    }
    .compose-modal form .add-bcc {
      position: absolute;
      top: 82px;
      right: 30px;
    }
    @media (max-width: 575.98px) {
      .compose-modal form .add-bcc {
        top: 155px;
      }
    }
    [dir=rtl] .compose-modal form .add-bcc {
      right: unset;
      left: 30px;
    }
    .compose-modal form .add-bcc .btn {
      padding: 5px 8px;
      background-color: rgba(48, 142, 135, 0.1);
      color: var(--theme-default);
    }

    .mail-header-wrapper.header-wrapper1 {
      flex-direction: unset;
    }
    @media (max-width: 440px) {
      .mail-header-wrapper.header-wrapper1 {
        flex-direction: column;
        gap: 10px;
      }
    }
    .mail-header-wrapper .mail-header1 {
      display: flex;
      align-items: center;
      gap: 18px;
    }
    .mail-header-wrapper .mail-header1 span {
      font-weight: 500;
      color: var(--body-font-color);
    }
    .mail-header-wrapper .mail-header1 .btn-email {
      width: 20px;
      height: 20px;
      stroke: var(--body-font-color);
    }
    .mail-header-wrapper .mail-body1 {
      display: flex;
      gap: 10px;
    }
    .mail-header-wrapper .mail-body1 svg {
      width: 20px;
      height: 20px;
      stroke: var(--body-font-color);
    }
    @media (max-width: 480px) {
      .mail-header-wrapper .mail-body1 svg {
        width: 18px;
        height: 18px;
      }
    }

    .mail-body-wrapper .user-mail-wrapper {
      padding: 16px;
    }
    .mail-body-wrapper .user-mail-wrapper .user-title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid rgba(48, 142, 135, 0.1);
    }
    @media (max-width: 390px) {
      .mail-body-wrapper .user-mail-wrapper .user-title {
        flex-direction: column;
        padding-bottom: 12px;
        justify-content: unset;
        align-items: unset;
      }
    }
    .mail-body-wrapper .user-mail-wrapper .user-title > div {
      display: flex;
      align-items: center;
      gap: 12px;
      padding-bottom: 12px;
    }
    .mail-body-wrapper .user-mail-wrapper .user-title > div .rounded-border {
      width: 50px;
      height: 50px;
      border: 2px solid rgba(48, 142, 135, 0.1);
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 100%;
    }
    .mail-body-wrapper .user-mail-wrapper .user-title > div .rounded-border img {
      height: 38px;
      border-radius: 100%;
    }
    .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown .dropdown-button {
      display: flex;
      align-items: center;
      gap: 8px;
      color: var(--gray-60);
    }
    .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown .dropdown-button svg {
      width: 16px;
      height: 16px;
    }
    .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown .inbox-security {
      padding: 16px;
      box-shadow: rgba(48, 142, 135, 0.1);
      min-width: 350px;
    }
    .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown .inbox-security p {
      margin-bottom: 8px;
    }
    .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown .inbox-security p:last-child {
      margin-bottom: 0;
    }
    .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown .inbox-security p span {
      color: var(--body-font-color);
    }
    @media (max-width: 475px) {
      .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown .inbox-security.onhover-show-div {
        left: -27px;
      }
    }
    @media (max-width: 445px) {
      .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown .inbox-security.onhover-show-div {
        left: -70px;
      }
    }
    @media (max-width: 395px) {
      .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown .inbox-security.onhover-show-div {
        min-width: 270px;
      }
    }
    .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown:hover .onhover-show-div {
      top: 30px;
      z-index: 1;
    }
    @media (max-width: 575px) {
      .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown:hover .onhover-show-div {
        opacity: 1;
        visibility: visible;
      }
    }
    @media (max-width: 475px) {
      .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown:hover .onhover-show-div {
        left: -27px;
      }
    }
    @media (max-width: 445px) {
      .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown:hover .onhover-show-div {
        left: -70px;
      }
    }
    @media (max-width: 395px) {
      .mail-body-wrapper .user-mail-wrapper .user-title > div .onhover-dropdown:hover .onhover-show-div {
        min-width: 270px;
      }
    }
    @media (max-width: 390px) {
      .mail-body-wrapper .user-mail-wrapper .user-title .inbox-options {
        padding-bottom: 0;
      }
    }
    .mail-body-wrapper .user-mail-wrapper .user-title .inbox-options span {
      color: var(--theme-default);
    }
    @media (max-width: 623px) {
      .mail-body-wrapper .user-mail-wrapper .user-title .inbox-options span {
        display: none;
      }
    }
    .mail-body-wrapper .user-mail-wrapper .user-title .inbox-options svg {
      width: 18px;
      height: 18px;
      stroke: var(--body-font-color);
    }
    .mail-body-wrapper .user-mail-wrapper .user-title .inbox-options .light-square .dropdown-toggle::after {
      content: unset;
    }
    .mail-body-wrapper .user-mail-wrapper .user-body {
      padding: 14px 0;
      border-bottom: 1px solid rgba(48, 142, 135, 0.1);
    }
    .mail-body-wrapper .user-mail-wrapper .user-body p:nth-child(1) {
      padding-bottom: 14px;
    }
    .mail-body-wrapper .user-mail-wrapper .user-body p:nth-child(2), .mail-body-wrapper .user-mail-wrapper .user-body p:nth-child(4) {
      line-height: 1.8;
      margin-bottom: 10px;
    }
    .mail-body-wrapper .user-mail-wrapper .user-body .mail-subcontent {
      padding-top: 14px;
    }
    .mail-body-wrapper .user-mail-wrapper .user-body .mail-subcontent p {
      padding-bottom: 0;
    }
    .mail-body-wrapper .user-mail-wrapper .user-footer {
      padding: 14px 0;
      border-bottom: 1px solid rgba(48, 142, 135, 0.1);
    }
    .mail-body-wrapper .user-mail-wrapper .user-footer > div:not(.toolbar-box) {
      display: flex;
      align-items: center;
      gap: 8px;
      padding-bottom: 12px;
      cursor: pointer;
    }
    .mail-body-wrapper .user-mail-wrapper .user-footer svg {
      width: 20px;
      height: 20px;
      fill: none;
      stroke: var(--gray-60);
    }
    @media (max-width: 480px) {
      .mail-body-wrapper .user-mail-wrapper .user-footer svg {
        width: 18px;
        height: 18px;
      }
    }
    .mail-body-wrapper .user-mail-wrapper .user-footer .attchment-file {
      align-items: center;
      gap: 30px;
      padding: 12px;
      background-color: var(--light-background);
    }
    .mail-body-wrapper .user-mail-wrapper .user-footer .attchment-file .common-flex img {
      height: 36px;
    }
    .mail-body-wrapper .user-mail-wrapper .send-btn {
      text-align: end;
      padding-top: 14px;
    }
    .mail-body-wrapper .user-mail-wrapper .send-btn i {
      margin-left: 8px;
      font-size: 12px;
    }

    .toolbar-box {
      display: block;
      padding: 0;
      border: 1px solid rgba(48, 142, 135, 0.1);
      border-radius: 5px;
    }
    .toolbar-box .ql-toolbar.ql-snow {
      border: 0;
    }
    .toolbar-box .ql-container.ql-snow {
      border: 0;
      min-height: 100px;
    }
    .toolbar-box .ql-editor p:nth-child(3) {
      margin: 12px 0;
    }
    .toolbar-box .ql-editor p:nth-child(8), .toolbar-box .ql-editor p:nth-child(9) {
      margin: 12px 0;
    }
    .toolbar-box .ql-bold:hover,
    .toolbar-box .ql-italic:hover,
    .toolbar-box .ql-underline:hover,
    .toolbar-box .ql-strike:hover,
    .toolbar-box .ql-list:hover,
    .toolbar-box .ql-stroke:hover,
    .toolbar-box .ql-indent:hover,
    .toolbar-box .ql-link:hover,
    .toolbar-box .ql-image:hover {
      color: var(--theme-default);
    }
    .toolbar-box .ql-bold:hover svg .ql-stroke,
    .toolbar-box .ql-bold:hover svg .ql-fill,
    .toolbar-box .ql-italic:hover svg .ql-stroke,
    .toolbar-box .ql-italic:hover svg .ql-fill,
    .toolbar-box .ql-underline:hover svg .ql-stroke,
    .toolbar-box .ql-underline:hover svg .ql-fill,
    .toolbar-box .ql-strike:hover svg .ql-stroke,
    .toolbar-box .ql-strike:hover svg .ql-fill,
    .toolbar-box .ql-list:hover svg .ql-stroke,
    .toolbar-box .ql-list:hover svg .ql-fill,
    .toolbar-box .ql-stroke:hover svg .ql-stroke,
    .toolbar-box .ql-stroke:hover svg .ql-fill,
    .toolbar-box .ql-indent:hover svg .ql-stroke,
    .toolbar-box .ql-indent:hover svg .ql-fill,
    .toolbar-box .ql-link:hover svg .ql-stroke,
    .toolbar-box .ql-link:hover svg .ql-fill,
    .toolbar-box .ql-image:hover svg .ql-stroke,
    .toolbar-box .ql-image:hover svg .ql-fill {
      stroke: var(--theme-default);
    }
    .toolbar-box .ql-bold button.ql-active .ql-stroke,
    .toolbar-box .ql-italic button.ql-active .ql-stroke,
    .toolbar-box .ql-underline button.ql-active .ql-stroke,
    .toolbar-box .ql-strike button.ql-active .ql-stroke,
    .toolbar-box .ql-list button.ql-active .ql-stroke,
    .toolbar-box .ql-stroke button.ql-active .ql-stroke,
    .toolbar-box .ql-indent button.ql-active .ql-stroke,
    .toolbar-box .ql-link button.ql-active .ql-stroke,
    .toolbar-box .ql-image button.ql-active .ql-stroke {
      stroke: var(--theme-default);
    }

    #editor .ql-editing,
    #editor1 .ql-editing {
      left: 60.375px !important;
    }
    #editor .ql-editing.ql-out-bottom,
    #editor1 .ql-editing.ql-out-bottom {
      visibility: visible !important;
    }
    #editor .ql-tooltip,
    #editor1 .ql-tooltip {
      left: 35.9688px !important;
    }
    @media (max-width: 430px) {
      #editor .ql-tooltip,
      #editor1 .ql-tooltip {
        left: 2.9688px !important;
      }
    }
    #editor .ql-tooltip.ql-out-bottom,
    #editor1 .ql-tooltip.ql-out-bottom {
      visibility: visible !important;
    }
    @media (max-width: 430px) {
      #editor .ql-tooltip.ql-out-bottom input[type=text],
      #editor1 .ql-tooltip.ql-out-bottom input[type=text] {
        width: 94px;
      }
    }

    .important-mail {
      width: 18px;
      height: 18px;
      fill: transparent;
      stroke: var(--font-color);
      cursor: pointer;
    }
    .important-mail:active, .important-mail.active {
      fill: var(--warning-color);
      stroke: var(--warning-color);
    }

    .bookmark-box {
      stroke: var(--theme-default);
    }
    .bookmark-box:active, .bookmark-box.active {
      stroke: var(--theme-default);
    }

    .dropdown-subtitle > p {
      color: rgba(48, 142, 135, 0.5);
      font-weight: 700;
    }
    .dropdown-subtitle:hover .onhover-dropdown .onhover-show-div {
      visibility: visible;
      opacity: 1;
    }
    .dropdown-subtitle .onhover-dropdown {
      position: relative;
      cursor: pointer;
    }
    .dropdown-subtitle .onhover-dropdown .onhover-show-div {
      top: 30px;
      position: absolute;
      z-index: 8;
      background-color: var(--white);
      transition: all linear 0.3s;
      opacity: 0;
      visibility: hidden;
      box-shadow: 0 0 40px rgba(8, 21, 66, 0.05) !important;
    }
    .dropdown-subtitle .onhover-dropdown .onhover-show-div p {
      color: var(--font-color);
    }

    .letter-box-page .modal-header,
    .letter-box-page .modal-body,
    .letter-box-page .modal-footer {
      width: 100%;
    }

/**=====================
    3.47 Letter_box CSS End
    ==========================**/
/**=====================
  3.15 Email-application CSS Start
  ==========================**/
  .email-wrap .row .col-xl-3 + .col-xl-3 {
    padding-right: 0;
  }
  .email-wrap .row .col-xl-6 {
    padding-left: 0;
  }
  .email-wrap .dropdown .dropdown-toggle {
    background-color: rgba(48, 142, 135, 0.2);
    color: var(--theme-default);
    border-radius: 10px;
    padding: 5px 10px;
    width: 100px;
    text-align: left;
  }
  .email-wrap .dropdown .dropdown-toggle:after {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f107";
    border: none;
    font-family: "FontAwesome";
    font-size: 18px;
    margin: 0;
  }
  .email-wrap .dropdown .dropdown-menu {
    -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
    box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
    border: none;
    padding: 0;
  }
  .email-wrap .dropdown .dropdown-menu .dropdown-item {
    color: #2b2b2b;
    opacity: 0.6;
    font-size: 13px;
    padding: 6px 12px;
    border-top: 1px dashed #f5f5f5;
    background: var(--white);
    line-height: 19px;
  }
  .email-wrap .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: var(--white);
  }
  @media (max-width: 1400px) and (min-width: 1200px) {
    .email-wrap .email-app-sidebar .d-flex {
      display: block !important;
    }
  }
  .email-wrap .email-app-sidebar .d-flex img {
    border: 2px solid var(--light-gray-color);
  }
  .email-wrap .email-app-sidebar .main-menu > li {
    width: 100%;
    text-align: left;
  }
  .email-wrap .email-app-sidebar .main-menu > li a {
    line-height: 39px;
    text-transform: uppercase;
    border-radius: 3px;
  }
  .email-wrap .email-app-sidebar .main-menu > li a i {
    margin-right: 10px;
  }
  .email-wrap .email-app-sidebar .main-menu > li a.active > a {
    color: #000000;
  }
  .email-wrap .email-app-sidebar .main-menu > li a:hover {
    background-color: #f5f6f9;
    text-decoration: none;
  }
  .email-wrap .email-app-sidebar ul li a {
    display: flex;
    padding-left: 20px;
    align-items: center;
  }
  .email-wrap .email-app-sidebar ul li a > .title {
    width: 100%;
    color: var(--dark);
  }
  .email-wrap .email-app-sidebar ul li a > .badge {
    align-self: center;
    color: var(--gray-700);
  }
  .email-wrap .email-left-aside {
    float: left;
    width: 100%;
  }
  @media (max-width: 1199px) {
    .email-wrap .email-left-aside .card {
      margin-bottom: 0;
    }
  }
  .email-wrap .email-left-aside .card-body {
    padding: 20px;
  }
  @media (min-width: 1200px) {
    .email-wrap .email-right-aside .email-body .pr-0 {
      padding-right: 0;
    }
  }
  @media (min-width: 1200px) {
    .email-wrap .email-right-aside .email-body .pl-0 {
      padding-left: 0;
    }
  }
  .email-wrap .email-right-aside .email-body .inbox {
    overflow: auto;
  }
  @media (max-width: 1199.98px) {
    .email-wrap .email-right-aside .email-body .inbox {
      display: flex;
      flex-wrap: wrap;
    }
  }
  .email-wrap .email-right-aside .email-body .inbox .d-flex {
    padding: 20px;
  }
  .email-wrap .email-right-aside .email-body .inbox .d-flex.active {
    background-color: var(--light-color);
  }
  .email-wrap .email-right-aside .radius-left {
    border-radius: 8px;
    height: 100%;
  }
  .email-wrap .btn-mail {
    border-radius: 2px;
    text-align: left;
    padding: 13px 15px;
    margin: 20px 0 20px;
    letter-spacing: 1px;
    line-height: 12px !important;
  }
  .email-wrap p {
    margin-bottom: 0;
    color: var(--gray-700);
  }
  .email-wrap .flex-grow-1 {
    margin-top: 5px;
    flex: 1 !important;
  }
  .email-wrap .flex-grow-1 h5, .email-wrap .flex-grow-1 .h5 {
    margin-bottom: 2px;
    color: var(--body-font-color);
    margin-top: 3px;
    font-weight: 700;
  }
  .email-wrap .flex-grow-1 h5 small, .email-wrap .flex-grow-1 .h5 small, .email-wrap .flex-grow-1 h5 .small, .email-wrap .flex-grow-1 .h5 .small {
    font-size: 12px;
  }
  .email-wrap .flex-grow-1 h5 small span, .email-wrap .flex-grow-1 .h5 small span, .email-wrap .flex-grow-1 h5 .small span, .email-wrap .flex-grow-1 .h5 .small span {
    color: #777777;
  }
  .email-wrap .flex-grow-1 p {
    color: var(--font-color);
    font-size: 13px;
  }
  .email-wrap .email-top {
    padding: 20px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    line-height: 49px;
  }
  .email-wrap .email-top i {
    cursor: pointer;
  }
  .email-wrap .email-top h5, .email-wrap .email-top .h5 {
    margin-bottom: 0;
    padding: 12px 0;
  }
  .email-wrap .email-top .d-flex {
    padding: 13px 0;
  }
  .email-wrap .email-wrapper {
    padding: 20px;
  }
  .email-wrap .email-wrapper hr {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .email-wrap .email-wrapper .d-inline-block {
    width: 100%;
  }
  .email-wrap .email-wrapper h6, .email-wrap .email-wrapper .h6 {
    margin-bottom: 11px;
    float: left;
  }
  .email-wrap .email-wrapper .right-download {
    float: right;
  }
  .email-wrap .email-wrapper p + p {
    margin-bottom: 20px;
  }
  .email-wrap .email-wrapper h5, .email-wrap .email-wrapper .h5 {
    margin-bottom: 20px;
  }
  .email-wrap .email-content .email-top .user-emailid:after {
    content: "";
    position: relative;
    height: 20px;
    width: 1px;
    right: 0;
    top: 3px;
    z-index: 2;
    border: 1px dashed var(--gray-200);
    float: right;
    padding: 0;
    margin: 0 20px;
  }
  .email-wrap .email-body .attachment ul li img {
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    object-fit: cover;
  }
  .email-wrap .email-body .attachment .list-inline .list-inline-item {
    padding-right: 13px;
  }
  .email-wrap .email-body .email-compose .cke_contents.cke_reset {
    max-height: 178px;
    width: 100%;
    border: 1px dashed rgba(48, 142, 135, 0.2);
  }
  .email-wrap .email-body .email-compose .email-top h4, .email-wrap .email-body .email-compose .email-top .h4 {
    padding: 11px 0;
  }
  .email-wrap .email-body .email-compose .compose-border .btn-middle {
    padding-top: 5px;
  }
  .email-wrap .actions li {
    display: inline-block;
    margin-right: 25px;
  }

  @media (max-width: 1366px) and (min-width: 1200px) {
    .list-persons .profile-mail .d-flex {
      display: block !important;
    }
  }
  @media (max-width: 360px) {
    .list-persons .profile-mail .d-flex {
      display: block !important;
    }
  }
/**=====================
    3.15 Email-application CSS Ends
    ==========================**/
/**=====================
    3.41 User-profile CSS start
    ==========================**/
    .my-gallery figcaption {
      display: none;
    }

    .user-profile .social-media .list-inline {
      justify-content: center;
    }
    .user-profile .list-inline {
      justify-content: unset;
    }
    .user-profile .ttl-info h6, .user-profile .ttl-info .h6 {
      font-size: 12px;
      color: var(--body-font-color);
      font-weight: 700;
    }
    .user-profile .ttl-info span {
      color: var(--gray-700);
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box !important;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      white-space: normal;
    }
    .user-profile .border-right {
      border-right: 1px solid var(--border-color);
    }
    .user-profile hr {
      margin: 22px 0;
    }
    @media (max-width: 575.98px) {
      .user-profile .hovercard {
        margin-bottom: 20px;
      }
    }
    @media (max-width: 991.98px) {
      .user-profile .hovercard {
        margin-bottom: 30px;
      }
    }
    .user-profile .hovercard .cardheader {
      background: url(../images/other-images/bg-profile.png);
      background-size: cover;
      background-position: 10%;
      height: 470px;
    }
    @media (max-width: 575.98px) {
      .user-profile .hovercard .cardheader {
        height: 300px;
      }
    }
    @media (max-width: 767.98px) {
      .user-profile .hovercard .cardheader {
        height: 350px;
      }
    }
    .user-profile .hovercard .user-image .avatar {
      margin-top: -80px;
    }
    .user-profile .hovercard .user-image .avatar img {
      width: 100px;
      height: 100px;
      max-width: 155px;
      max-height: 155px;
      border-radius: 50%;
      border: 7px solid var(--white);
    }
    .user-profile .hovercard .user-image .icon-wrapper {
      position: absolute;
      bottom: -20px;
      left: 51%;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 40px;
      width: 40px;
      border-radius: 50%;
      background-color: var(--white);
      cursor: pointer;
      overflow: hidden;
      margin: 0 auto;
      font-size: 17px;
      box-shadow: 0 0 6px 3px rgba(68, 102, 242, 0.1);
    }
    .user-profile .hovercard .info {
      padding: 30px;
    }
    .user-profile .hovercard .info .title {
      margin-bottom: 4px;
      font-size: 24px;
      line-height: 1;
      color: var(--dark);
      vertical-align: middle;
    }
    .user-profile .hovercard .info .title a {
      color: var(--body-font-color);
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 800;
    }
    .user-profile .hovercard .info .desc {
      overflow: hidden;
      font-size: 14px;
      line-height: 20px;
      color: var(--gray-700);
      text-overflow: ellipsis;
      text-transform: uppercase;
    }
    @media (max-width: 575.98px) {
      .user-profile .hovercard .info .ttl-xs-mt {
        margin-top: 20px;
      }
    }
    .user-profile .hovercard .info .icon-wrapper {
      position: absolute;
      bottom: -20px;
      left: 51%;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 40px;
      width: 40px;
      border-radius: 50%;
      background-color: rgba(var(--white), 1);
      cursor: pointer;
      overflow: hidden;
      margin: 0 auto;
      font-size: 17px;
      box-shadow: 0 0 6px 3px rgba(68, 102, 242, 0.1);
    }
    .user-profile .follow {
      margin-top: 20px;
    }
    .user-profile .follow .follow-num {
      font-size: 20px;
      color: var(--body-font-color);
      font-weight: 700;
    }
    .user-profile .follow span {
      color: var(--gray-700);
    }
    .user-profile .profile-img-style {
      padding: 30px;
    }
    .user-profile .profile-img-style .img-container {
      margin-top: 30px;
    }
    .user-profile .profile-img-style .user-name {
      font-size: 14px;
      color: var(--body-font-color);
      margin: 0;
      font-weight: 800;
    }
    .user-profile .profile-img-style p {
      line-height: 30px;
      font-size: 14px;
      color: var(--gray-700);
      margin-bottom: 0;
    }
    .user-profile .profile-img-style .d-flex img {
      width: 50px;
    }
    .user-profile .like-comment li a {
      color: var(--gray-700);
    }
    .user-profile .like-comment li:first-child a:hover, .user-profile .like-comment li:first-child a:active {
      color: var(--danger-color);
    }
    .user-profile .social-media a {
      padding: 0 15px;
      color: var(--gray-700);
      font-size: 24px;
      cursor: pointer;
    }
    @media (max-width: 575.98px) {
      .user-profile .social-media a {
        margin-right: 0px;
        font-size: 16px;
      }
    }
    @media only screen and (max-width: 360px) {
      .user-profile .social-media a {
        padding: 0 6px;
      }
    }
    .user-profile .social-media a:hover {
      color: var(--theme-default);
    }

    .edit-profile .profile-title .d-flex {
      align-items: center;
      margin-bottom: 30px;
    }
    .edit-profile .profile-title .d-flex .d-flex-body {
      margin-left: 14px;
    }

    @media (max-width: 575.98px) {
      .user-profile .hovercard .info .ttl-info {
        text-align: center !important;
      }
    }
    @media (max-width: 767.98px) {
      .user-profile .hovercard .info .ttl-info {
        margin-bottom: 20px;
      }
    }
    @media (max-width: 575.98px) {
      .user-profile .hovercard .info .user-designation {
        border-top: 1px solid rgba(204, 204, 204, 0.5);
        border-bottom: 1px solid rgba(204, 204, 204, 0.5);
        margin-bottom: 15px;
        padding: 15px 0px;
      }
    }
    @media (max-width: 575.98px) {
      .user-profile .order-sm-0 {
        order: -1;
      }
    }

/**=====================
      3.41 User-profile CSS Ends
      ==========================**/
/**=====================
    3.2 Bookmark-app CSS Start
    ==========================**/
    .modal-bookmark .modal-body,
    .modal-bookmark .modal-header {
      padding: 15px;
    }

    .bookmark-wrap .left-bookmark .main-menu .nav-item .button-primary {
      background-color: rgba(48, 142, 135, 0.2);
      color: var(--theme-default);
      font-weight: 600;
    }

    .bookmark-wrap .left-bookmark {
      height: 700px;
    }
    .bookmark-wrap .left-bookmark ul li button {
      border: none;
      cursor: pointer;
    }
    .bookmark-wrap .left-bookmark ul li button:focus {
      outline: none;
    }
    .bookmark-wrap .left-bookmark ul li svg {
      width: 18px;
      height: 18px;
      vertical-align: middle;
    }
    .bookmark-wrap .left-bookmark ul li > .main-title {
      color: var(--theme-default);
      font-weight: 700;
      margin-bottom: 5px;
      display: block;
      font-size: 16px;
    }
    .bookmark-wrap .left-bookmark ul li > .main-title span a:hover {
      background-color: transparent;
    }
    .bookmark-wrap .left-bookmark ul li > .main-title svg {
      color: var(--gray-700);
      stroke-width: 1px;
    }
    .bookmark-wrap .left-bookmark ul li a > .title {
      text-transform: capitalize;
    }
    .bookmark-wrap.todo-wrap .left-bookmark {
      height: unset;
    }

    .form-bookmark a {
      text-transform: capitalize !important;
      color: var(--theme-default) !important;
      line-height: 1 !important;
      font-weight: 500;
    }
    .form-bookmark a:hover {
      background-color: transparent !important;
    }
    .form-bookmark input#index_var {
      display: none;
    }
    .form-bookmark input,
    .form-bookmark select {
      font-size: 14px;
    }
    .form-bookmark .select2-container .select2-selection--single {
      border-color: #ced4da;
    }
    .form-bookmark .select2 {
      width: 100% !important;
    }
    .form-bookmark .error {
      margin: 0 !important;
      font-size: 11px;
      color: red !important;
    }
    .form-bookmark button {
      margin-top: 10px;
    }

    @keyframes displayTransition {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }
    .bookmark-tabcontent .details-bookmark {
      height: auto;
      min-height: 359px;
    }
    .bookmark-tabcontent .details-bookmark .bookmark-card {
      position: relative;
    }
    .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon {
      padding: 3px;
      border-radius: 4px;
      background-color: rgba(0, 0, 0, 0.2);
      width: 30px;
      position: absolute;
      right: 15px;
      top: 15px;
      opacity: 0;
    }
    [dir=rtl] .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon {
      right: unset;
      left: 15px;
    }
    .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon i {
      color: var(--white);
      font-size: 16px;
      vertical-align: text-bottom;
    }
    .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon.favourite i {
      color: #fed112;
    }
    .bookmark-tabcontent .details-bookmark .bookmark-card.card .desciption-data {
      width: 100%;
      background-color: var(--body-color);
    }
    .bookmark-tabcontent .details-bookmark .bookmark-card.card .desciption-data .content-general {
      display: none;
    }
    .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon {
      transition: 0.5s;
    }
    .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark {
      text-align: left;
      padding: 15px !important;
      border-top: 1px solid var(--light-color);
      position: relative;
    }
    [dir=rtl] .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark {
      text-align: right;
    }
    .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark h5, .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .h5 {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden;
      font-weight: 700;
    }
    .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark p {
      animation: displayTransition 1s;
    }
    .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block {
      opacity: 0;
      position: absolute;
      width: 100%;
      padding: 15px;
      top: 30px;
      left: 0;
    }
    @media (max-width: 767px) {
      .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block {
        padding: 10px 15px;
      }
    }
    .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li {
      display: inline-block;
    }
    .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li + li {
      margin-left: 5px;
    }
    [dir=rtl] .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li + li {
      margin-left: unset;
      margin-right: 5px;
    }
    .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li svg {
      width: 16px;
      height: 16px;
      color: var(--gray-700);
    }
    @media (max-width: 767px) {
      .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li svg {
        width: 14px;
        height: 14px;
      }
    }
    [dir=rtl] .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block {
      left: unset;
      right: 0;
    }
    .bookmark-tabcontent .details-bookmark .bookmark-card.card:hover {
      transition: 0.5s;
    }
    .bookmark-tabcontent .details-bookmark .bookmark-card.card:hover .title-bookmark p {
      opacity: 0;
    }
    .bookmark-tabcontent .details-bookmark .bookmark-card.card:hover .title-bookmark .hover-block {
      opacity: 1;
      animation: displayTransition 2s;
    }
    .bookmark-tabcontent .details-bookmark .bookmark-card.card:hover .favourite-icon {
      opacity: 1;
    }
    .bookmark-tabcontent .details-bookmark.list-bookmark .row > div {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .desciption-data .content-general {
      display: block;
    }
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website {
      display: flex;
      align-items: center;
    }
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark p {
      opacity: 1;
    }
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .hover-block {
      position: absolute;
      right: 30px;
      opacity: 1;
      text-align: right;
    }
    [dir=rtl] .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .hover-block {
      right: unset;
      left: 30px;
      text-align: left;
    }
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website:hover .title-bookmark .hover-block {
      opacity: 1;
      animation: displayTransition 0s;
    }
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark {
      border-top: none;
    }
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark p,
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h5,
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .h5 {
      margin-top: 0;
    }
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6, .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .h6 {
      position: relative;
      padding-right: 15px;
      margin-bottom: -5px;
    }
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6::after, .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .h6::after {
      position: absolute;
      content: "-";
      right: 0;
      color: var(--gray-700);
    }
    [dir=rtl] .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6::after, [dir=rtl] .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .h6::after {
      left: 0;
      right: unset;
    }
    [dir=rtl] .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6, [dir=rtl] .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .h6 {
      padding-right: unset;
      padding-left: 15px;
    }
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .content-general {
      margin-top: 5px;
    }
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .content-general p {
      width: 68%;
      margin-right: 20px;
    }
    [dir=rtl] .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .content-general p {
      margin-right: unset;
      margin-left: 20px;
    }
    .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img {
      width: 20% !important;
    }
    .bookmark-tabcontent .tab-content .card .d-flex {
      justify-content: space-between;
    }
    .bookmark-tabcontent .tab-content .card .d-flex svg {
      width: 18px;
      height: 18px;
      vertical-align: middle;
    }
    .bookmark-tabcontent .tab-content .card .d-flex ul li {
      display: inline-block;
    }
    .bookmark-tabcontent .tab-content .card .d-flex ul li + li {
      margin-left: 5px;
    }
    [dir=rtl] .bookmark-tabcontent .tab-content .card .d-flex ul li + li {
      margin-left: unset;
      margin-right: 5px;
    }
    .bookmark-tabcontent .tab-content .tab-pane > .card {
      box-shadow: none;
    }

    .bookmark-tabcontent .details-bookmark .bookmark-card .details-website {
      box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.02);
      background-color: var(--body-color);
    }
    .bookmark-tabcontent .details-bookmark .bookmark-card .details-website img {
      width: 100%;
    }

    @media only screen and (max-width: 1660px) {
      .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .content-general p {
        display: none;
      }
      .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .hover-block {
        margin-top: 6px;
      }
    }
    @media screen and (min-width: 1200px) and (max-width: 1366px) {
      .bookmark-wrap .left-bookmark ul li .btn-block svg {
        display: none;
      }
    }
    @media only screen and (max-width: 1366px) {
      .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img {
        width: 40% !important;
      }
      .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .hover-block {
        top: 80px;
      }
    }
    @media only screen and (max-width: 1199px) {
      .bookmark-wrap .left-bookmark {
        height: auto;
      }
      .bookmark-tabcontent .details-bookmark {
        min-height: auto;
      }
    }
    @media only screen and (max-width: 991px) {
      .modal-bookmark .modal-body,
      .modal-bookmark .modal-header {
        padding: 20px;
      }
    }
    @media only screen and (max-width: 767px) {
      .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 172px;
      }
      .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website:hover .title-bookmark .hover-block p {
        display: none;
      }
      .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website:hover .title-bookmark .hover-block ul {
        position: relative;
        right: unset;
        top: unset;
      }
      [dir=rtl] .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website:hover .title-bookmark .hover-block ul {
        left: unset;
      }
      .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img {
        width: 45%;
      }
    }
    @media only screen and (max-width: 575px) {
      .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img {
        width: 100%;
      }
      .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website {
        display: block;
      }
      .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark {
        padding-left: 15px;
      }
      [dir=rtl] .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark {
        padding-left: unset;
        padding-right: 15px;
      }
      .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .hover-block {
        position: relative;
        right: unset;
        text-align: left;
        top: unset;
        padding: 0;
      }
      [dir=rtl] .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .hover-block {
        text-align: right;
        left: unset;
      }
      .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .content-general {
        display: none;
      }
      .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark p,
      .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark h6,
      .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .h6 {
        display: block;
      }
      .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark h6::after, .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .h6::after {
        display: none;
      }
      .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark p {
        margin-top: 15px;
      }
      .modal-bookmark .modal-body,
      .modal-bookmark .modal-header {
        padding: 15px;
      }
    }
    .email-wrap .email-app-sidebar .main-menu > li a:hover {
      background-color: rgba(73, 80, 87, 0.07);
    }
    .email-wrap .email-app-sidebar ul li a > .title {
      color: var(--gray-700);
      font-weight: 600;
    }

/**=====================
    3.2 Bookmark-app CSS Ends
    ==========================**/
/**=====================
    3.8 Contacts CSS Start
    ==========================**/
    .alert-contactadd {
      background-color: var(--white);
      border: 1px solid var(--theme-default);
      width: 12%;
      padding: 10px;
    }

    .updateimg {
      position: absolute;
      left: 15px;
      width: 100px;
      top: 32px;
      line-height: 93px;
      opacity: 0;
    }

    #right-history {
      top: 75px;
      right: -320px;
      height: 100%;
      position: fixed;
      width: 320px;
      z-index: 9;
      background-color: var(--white);
      transition: 0.5s;
      box-shadow: 0 0 9px rgba(73, 80, 87, 0.36);
    }
    [dir=rtl] #right-history {
      right: unset;
      left: -320px;
    }
    #right-history h6 span a, #right-history .h6 span a {
      color: var(--theme-body-font-color);
    }
    #right-history.show {
      right: 0;
      transition: 0.3s;
    }
    [dir=rtl] #right-history.show {
      right: unset;
      left: 0;
    }
    #right-history .modal-header {
      padding: 10px 20px;
      border-bottom: 1px solid rgba(106, 113, 133, 0.3);
    }
    #right-history .history-details .text-center {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    #right-history .history-details .text-center i {
      margin: 0 6px;
    }
    #right-history .history-details .d-flex {
      padding: 30px 15px;
      border-top: 1px solid rgba(106, 113, 133, 0.3);
    }
    #right-history .history-details .d-flex i {
      padding: 5px;
      background: #fed112;
      color: var(--white);
      border-radius: 100%;
    }
    #right-history .history-details .d-flex h6, #right-history .history-details .d-flex .h6 {
      margin-bottom: 5px;
    }

    .history-details > div {
      padding: 30px 0;
    }

    .delete-contact {
      display: none;
    }

    .more-data {
      animation: displayTransition 1s;
    }

    .contact-editform {
      padding: 30px;
      animation: displayTransition 1s;
    }
    [dir=rtl] .contact-editform.ps-0 {
      padding-left: 20px !important;
    }
    .contact-editform a {
      display: block;
    }
    .contact-editform button {
      margin-top: 30px;
    }
    .contact-editform .select2-container .select2-selection--single {
      height: 39px !important;
      border-color: #ced4da !important;
    }

    #deletemodal .modal-header {
      border-bottom: none;
    }
    #deletemodal .modal-header .delete-data span svg {
      vertical-align: middle;
      margin-right: 15px;
    }

    .contact-options li .btn-category {
      line-height: 39px;
      border-radius: 3px;
      padding-left: 40px !important;
      padding: 0;
      color: var(--theme-default);
      font-weight: 500;
    }

    .list-persons .profile-mail {
      padding: 30px 0;
    }
    .list-persons .profile-mail .d-flex img {
      height: 100px;
    }
    .list-persons .profile-mail .d-flex .flex-grow-1 h5, .list-persons .profile-mail .d-flex .flex-grow-1 .h5 {
      margin-bottom: 5px;
    }
    .list-persons .profile-mail .d-flex .flex-grow-1 ul {
      margin-top: 5px;
    }
    .list-persons .profile-mail .d-flex .flex-grow-1 ul li {
      display: inline-block;
    }
    .list-persons .profile-mail .d-flex .flex-grow-1 ul li a {
      font-size: 13px;
      color: var(--theme-default);
    }
    .list-persons .profile-mail .d-flex .flex-grow-1 ul li + li {
      padding-left: 10px;
      margin-left: 5px;
      border-left: 2px solid rgba(106, 113, 133, 0.3);
    }
    [dir=rtl] .list-persons .profile-mail .d-flex .flex-grow-1 ul li + li {
      border-left: unset;
      border-right: 1px solid rgba(106, 113, 133, 0.3);
      padding-left: unset;
      padding-right: 10px;
      margin-right: 5px;
      margin-left: unset;
    }
    .list-persons .profile-mail .email-general {
      padding-top: 50px;
    }
    .list-persons .profile-mail .email-general ul {
      padding-right: 20px;
    }
    [dir=rtl] .list-persons .profile-mail .email-general ul {
      padding-right: unset;
      padding-left: 20px;
    }
    .list-persons .profile-mail .email-general ul li {
      color: rgba(73, 80, 87, 0.7);
      padding-bottom: 10px;
      margin-bottom: 10px;
    }
    .list-persons .profile-mail .email-general ul li:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
    }
    .list-persons .profile-mail .email-general ul li > span {
      float: right;
    }
    [dir=rtl] .list-persons .profile-mail .email-general ul li > span {
      float: left;
    }
    .list-persons .profile-mail .email-general p span {
      margin-left: 30px;
    }
    .list-persons .profile-mail .email-general .gender {
      margin-top: 30px;
    }

    .contacts-tabs .nav-pills {
      border-right: 1px solid rgba(106, 113, 133, 0.3);
      height: 100%;
    }
    [dir=rtl] .contacts-tabs .nav-pills {
      border-right: unset;
      border-left: 1px solid rgba(106, 113, 133, 0.3);
    }
    .contacts-tabs .nav-pills .nav-link.active,
    .contacts-tabs .nav-pills .nav-link > .nav-link,
    .contacts-tabs .nav-pills .show.active,
    .contacts-tabs .nav-pills .show > .nav-link {
      background-color: rgba(48, 142, 135, 0.05);
      color: var(--theme-body-font-color);
    }
    .contacts-tabs .nav-pills .nav-link {
      color: var(--theme-body-font-color);
      padding: 0;
      border-radius: 0;
    }
    .contacts-tabs .nav-pills .nav-link .d-flex .img-50 {
      height: 50px;
    }
    .contacts-tabs .nav-pills .nav-link + .nav-link {
      border-top: 1px solid rgba(106, 113, 133, 0.3);
    }
    .contacts-tabs .nav-pills .d-flex {
      padding: 20px;
    }
    .contacts-tabs .tab-content .tab-content-child {
      animation: displayTransition 1s;
    }

    @media only screen and (max-width: 991px) {
      #right-history {
        top: 60px;
      }
      .updateimg {
        top: 21px;
      }
      .list-persons .profile-mail {
        padding: 20px;
      }
      .list-persons .profile-mail .email-general .gender {
        margin-top: 20px;
      }
      .contact-editform button {
        margin-top: 20px;
      }
    }
    @media only screen and (max-width: 767px) {
      .contact-editform {
        padding: 20px;
      }
      .contact-editform.pl-0 {
        padding-left: 20px !important;
      }
      .contacts-tabs .nav-pills {
        border-right: none;
        border-bottom: 1px solid var(--light-color);
      }
    }
    @media only screen and (max-width: 575px) {
      #right-history {
        width: 270px;
      }
      .updateimg {
        top: 16px;
        left: 29px;
      }
      .contacts-tabs .d-flex img.m-r-20 {
        margin-right: 15px;
      }
      .contacts-tabs .nav-pills .d-flex {
        padding: 15px;
      }
      .list-persons .profile-mail {
        padding: 15px;
      }
      .list-persons .profile-mail .email-general .gender {
        margin-top: 15px;
      }
      .list-persons .nav-pills .nav-link .d-flex .flex-grow-1 {
        text-align: left;
      }
      .contact-editform {
        padding: 15px;
      }
      .contact-editform button {
        margin-top: 15px;
      }
      .contact-editform.pl-0 {
        padding-left: 15px !important;
      }
      .contact-editform form .row > div .row > div > div,
      .contact-options form .row > div .row > div > div {
        margin-bottom: 0;
      }
      .contact-editform form .row > div .row > div + div,
      .contact-options form .row > div .row > div + div {
        margin-top: 15px;
      }
    }
    @media only screen and (max-width: 360px) {
      .updateimg {
        line-height: 73px;
        width: 80px;
      }
      .list-persons .profile-mail .email-general p span {
        margin-left: 10px;
      }
      .list-persons .profile-mail .d-flex {
        display: block;
      }
      .list-persons .profile-mail .d-flex img {
        height: 80px;
        width: 80px !important;
        margin-bottom: 15px;
      }
    }
    .dark-contact .nav .nav-link .d-flex .flex-grow-1 h6, .dark-contact .nav .nav-link .d-flex .flex-grow-1 .h6 {
      color: var(--body-font-color);
    }

    .more-data select {
      width: 100%;
      border-color: #dee2e6;
      border-radius: 5px;
      color: var(--font-color);
      outline: none;
      background-color: var(--white);
      padding: 0.375rem 0.75rem;
    }

/**=====================
     3.8 Contacts CSS Ends
     ==========================**/
/**=====================
    3.39 Task CSS Start
    ==========================**/
    .modal-open .datepickers-container {
      z-index: 1075;
    }

    .date-details {
      align-items: center;
    }
    .date-details > div + div {
      margin-left: 10px;
    }

    .taskadd table tr td {
      border-top: none;
    }
    .taskadd table tr td:first-child {
      padding-left: 30px;
    }
    .taskadd table tr td:last-child {
      padding-right: 30px;
    }
    .taskadd table tr td svg {
      width: 18px;
      height: 18px;
      color: var(--gray-700);
    }
    .taskadd table tr:first-child td {
      padding-top: 30px;
    }
    .taskadd table tr:last-child td {
      padding-bottom: 30px;
    }

    @media only screen and (max-width: 1660px) {
      .taskadd table tr td:first-child {
        min-width: 160px;
      }
      .taskadd table tr td:nth-child(3) {
        min-width: 70px;
      }
    }
    @media (max-width: 1199px) {
      .bookmark-wrap .left-bookmark .nav {
        max-height: 420px;
        overflow: auto;
      }
    }
    @media only screen and (max-width: 991px) {
      .date-details {
        display: block !important;
        margin-bottom: -10px;
      }
      .date-details .d-inline-block {
        margin-bottom: 10px;
      }
      .taskadd table tr td:first-child {
        padding-left: 20px;
      }
      .taskadd table tr:first-child td {
        padding-top: 20px;
      }
      .taskadd table tr:last-child td {
        padding-bottom: 20px;
      }
    }
    @media only screen and (max-width: 767px) {
      .taskadd table tr td:nth-child(2) {
        min-width: 745px;
      }
    }
    @media only screen and (max-width: 575px) {
      .taskadd table tr td:first-child {
        padding-left: 15px;
      }
      .taskadd table tr:first-child td {
        padding-top: 15px;
      }
      .taskadd table tr:last-child td {
        padding-bottom: 15px;
      }
    }
/**=====================
    3.39 Task CSS Ends
    ==========================**/
/**=====================
    3.37 Social-app CSS start
    ==========================**/
    .user-profile .hovercard .socialheader {
      background: url(../images/social-app/social-image.png);
    }
    .user-profile .hovercard .user-image {
      position: relative;
      height: 0;
      width: auto;
    }
    .user-profile .hovercard .user-image .share-icons {
      position: absolute;
      right: 100px;
      top: -27px;
    }
    @media (max-width: 1199.98px) {
      .user-profile .hovercard .user-image .share-icons {
        position: absolute;
        right: 45px;
        top: -22px;
      }
    }
    @media (max-width: 767.98px) {
      .user-profile .hovercard .user-image .share-icons {
        right: 25px;
        top: -19px;
      }
    }
    @media (max-width: 575.98px) {
      .user-profile .hovercard .user-image .share-icons {
        right: 15px;
      }
    }
    @media only screen and (max-width: 360px) {
      .user-profile .hovercard .user-image .share-icons {
        right: 6px;
        top: -15px;
      }
    }
    .user-profile .hovercard .user-image .share-icons li {
      display: inline-block;
      margin-right: 10px;
    }
    @media (max-width: 575.98px) {
      .user-profile .hovercard .user-image .share-icons li {
        margin-right: 0px;
      }
    }
    .user-profile .hovercard .user-image .share-icons li .social-icon {
      width: 50px;
      height: 50px;
      text-align: center;
      display: flex;
      align-items: center;
      vertical-align: middle;
      justify-content: center;
      border-radius: 100%;
    }
    @media (max-width: 1199.98px) {
      .user-profile .hovercard .user-image .share-icons li .social-icon {
        width: 40px;
        height: 40px;
      }
    }
    @media (max-width: 767.98px) {
      .user-profile .hovercard .user-image .share-icons li .social-icon {
        width: 35px;
        height: 35px;
      }
    }
    @media only screen and (max-width: 360px) {
      .user-profile .hovercard .user-image .share-icons li .social-icon {
        width: 25px;
        height: 25px;
      }
    }
    .user-profile .hovercard .user-image .share-icons li .social-icon i {
      color: var(--white);
      font-size: 25px;
    }
    @media (max-width: 1199.98px) {
      .user-profile .hovercard .user-image .share-icons li .social-icon i {
        font-size: 18px;
      }
    }
    @media only screen and (max-width: 360px) {
      .user-profile .hovercard .user-image .share-icons li .social-icon i {
        font-size: 14px;
      }
    }
    .user-profile .hovercard .user-image .share-icons li:last-child {
      margin-right: 0;
    }
    .user-profile .card-footer > div h3, .user-profile .card-footer > div .h3 {
      font-size: 16px;
    }
    .user-profile .default-according .filter-cards-view .latest-photos.common-flex {
      justify-content: center;
    }
    .user-profile .default-according .filter-cards-view .latest-photos.common-flex li {
      border: none;
      display: inline-block;
      margin: 0;
      padding: 0;
      width: 70px;
    }
    .user-profile .default-according .filter-cards-view .common-flex {
      flex-direction: row !important;
      flex-wrap: wrap;
    }

    .market-tabs .border-tab.nav-tabs .nav-item .nav-link.active {
      border-bottom: none !important;
      color: var(--theme-default) !important;
      background-color: transparent !important;
    }
    .market-tabs .nav {
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
    }
    .market-tabs .nav .nav-item {
      width: 100%;
    }
    .market-tabs .nav .nav-item .nav-link {
      height: 81px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      padding-top: 30px;
      text-align: center;
      font-weight: 800;
    }
    @media (max-width: 575.98px) {
      .market-tabs .nav .nav-item .nav-link {
        padding-top: 0;
        height: 30px;
      }
    }

    .tabs-scoial {
      border-bottom: none;
      margin-bottom: 20px !important;
      margin-top: 20px;
    }
    @media (max-width: 575.98px) {
      .tabs-scoial {
        position: relative;
        padding-top: 65px;
      }
    }
    .tabs-scoial li a {
      font-weight: 600;
    }
    .tabs-scoial li a svg circle {
      color: var(--light-text);
    }
    @media (max-width: 575.98px) {
      .tabs-scoial li:nth-child(3) {
        position: absolute;
        top: -40px;
        left: 0;
        right: 0;
        margin: 0 auto;
      }
    }

    .social-network span {
      margin-bottom: 30px;
      display: block;
    }

    .social-list .d-flex {
      margin-bottom: 20px;
      display: flex;
      align-items: center;
    }
    .social-list .d-flex:last-child {
      margin-bottom: 0;
    }
    .social-list .d-flex .flex-grow-1 a {
      color: var(--light-text);
    }
    .social-list .d-flex .flex-grow-1 span {
      font-weight: 700;
    }
    .social-list .d-flex .flex-grow-1:hover a {
      color: var(--theme-default);
    }

    .photos ul li {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 10px;
      width: 70px;
    }
    .photos ul li:nth-child(4n) {
      margin-right: 0;
    }

    .new-users-social {
      margin-bottom: 30px;
    }
    .new-users-social svg {
      cursor: pointer;
    }
    .new-users-social .d-flex img {
      width: 58px;
    }
    .new-users-social .d-flex .flex-grow-1 {
      margin-top: 10px;
    }
    .new-users-social .d-flex .flex-grow-1 h6, .new-users-social .d-flex .flex-grow-1 .h6 {
      font-weight: 800;
    }
    .new-users-social svg circle {
      color: var(--light-text);
    }

    .like-content span i {
      font-size: 14px;
    }

    .timeline-content p {
      margin-top: 30px;
      color: var(--light-text);
    }
    .timeline-content .comment-number {
      margin-right: 7px;
    }
    .timeline-content .comment-number i {
      color: var(--light-text);
      margin: 0px 4px;
    }
    [dir=rtl] .timeline-content .comment-number i {
      margin-left: 0;
      margin-right: 4px !important;
    }
    [dir=rtl] .timeline-content .comment-number {
      margin-right: unset;
      margin-left: 7px;
    }
    .timeline-content .comments-box {
      margin-top: 30px;
    }
    .timeline-content .comments-box .input-group {
      margin-top: 6px;
    }
    .timeline-content .comments-box .input-group .input-txt-bx {
      border: none;
      background-color: rgba(204, 204, 204, 0.2);
      border-radius: 0px;
    }
    .timeline-content .comments-box .input-group .input-txt-bx::placeholder {
      color: var(--light-text);
    }
    .timeline-content .comments-box .input-group .input-group-append .btn i {
      font-size: 20px;
      display: flex;
      color: var(--light-text);
    }

    .social-chat {
      margin-top: 30px;
    }
    .social-chat .text-center a {
      color: var(--theme-default);
    }
    .social-chat span span {
      font-weight: normal;
      color: var(--light-text);
      font-size: 12px;
    }
    .social-chat .flex-grow-1 {
      padding: 30px;
      border: 1px solid var(--light-color);
      position: relative;
    }
    .social-chat .flex-grow-1 p {
      margin-top: 5px;
    }
    .social-chat .flex-grow-1:before {
      content: "";
      position: absolute;
      top: 19px;
      right: 100%;
      border: 7px solid transparent;
      border-right: 7px solid rgba(73, 80, 87, 0.8);
    }
    .social-chat .flex-grow-1:after {
      content: "";
      position: absolute;
      top: 19px;
      right: 100%;
      border: 7px solid transparent;
      border-right: 7px solid var(--white);
    }
    .social-chat .your-msg,
    .social-chat .other-msg {
      margin-bottom: 30px;
    }
    .social-chat .other-msg {
      margin-left: 40px;
    }

    .socialprofile span {
      color: var(--light-text);
    }
    .socialprofile .social-btngroup {
      margin: 30px 0;
    }
    .socialprofile .likes-profile h5 span, .socialprofile .likes-profile .h5 span {
      color: var(--body-font-color);
      font-weight: 800;
    }
    .socialprofile .social-group {
      margin-top: 30px;
    }
    .socialprofile .social-group ul li:nth-child(4) {
      margin-left: -22px;
    }

    .default-according.style-1 .filter-cards-view .social-network .btn i {
      margin: 0 8px;
    }

    .social-status form .form-group .form-control-social {
      border: 1px solid var(--light-color);
      padding-left: 15px;
      margin-bottom: 30px;
    }
    .social-status .d-flex {
      position: relative;
      margin-bottom: 30px;
    }
    .social-status .d-flex:last-child {
      margin-bottom: 0;
    }
    .social-status .d-flex .social-status {
      content: "";
      position: absolute;
      width: 12px;
      height: 12px;
      background-color: var(--white);
      bottom: 0;
      left: 35px;
      border-radius: 100%;
    }
    .social-status .d-flex .social-online {
      border: 3px solid var(--success-color);
    }
    .social-status .d-flex .social-busy {
      border: 3px solid var(--warning-color);
    }
    .social-status .d-flex .social-offline {
      border: 3px solid rgba(73, 80, 87, 0.8);
    }
    .social-status .d-flex .flex-grow-1 p {
      color: var(--light-text);
      margin-bottom: 5px;
    }
    .social-status .d-flex .flex-grow-1 span + span {
      color: var(--light-text);
    }
    .social-status .d-flex .flex-grow-1 .light-span {
      color: var(--light-text);
    }

    .social-header h5 span:first-child, .social-header .h5 span:first-child {
      line-height: 1.48;
      font-size: 20px;
      font-weight: 700;
    }
    .social-header h5 span svg circle, .social-header .h5 span svg circle {
      color: var(--light-text);
    }

    .details-about + .details-about {
      margin-top: 30px;
    }
    .details-about .your-details p {
      color: var(--light-text);
    }

    .social-app-profile .tab-content .tab-pane .gallery-with-description h4, .social-app-profile .tab-content .tab-pane .gallery-with-description .h4 {
      font-weight: 700;
      color: var(--body-font-color);
    }
    .social-app-profile .tab-content .tab-pane .gallery-with-description p {
      color: var(--font-color) !important;
    }

    .avatar-showcase .friend-pic {
      margin-right: 8px;
      margin-bottom: 10px;
    }
    .avatar-showcase .pepole-knows ul li {
      display: inline-block;
      margin-right: 20px;
      margin-bottom: 10px;
    }
    .avatar-showcase .pepole-knows ul li:last-child {
      margin-right: 0;
    }
    .avatar-showcase .pepole-knows ul li .add-friend h6, .avatar-showcase .pepole-knows ul li .add-friend .h6 {
      margin-top: 3px;
    }

    .activity-log .my-activity + .my-activity {
      margin-top: 30px;
    }
    .activity-log .my-activity p {
      margin-bottom: 5px;
    }
    .activity-log .my-activity p span svg {
      width: 15px;
      height: 15px;
    }

/**=====================
      3.37 Social-app CSS end
      ==========================**/
/**=====================
    3.25 Knowledgebase CSS start
    ==========================**/
    .knowledgebase-bg {
      height: 500px;
      border-radius: 15px;
      margin-bottom: 30px;
    }
    @media (max-width: 1199.98px) {
      .knowledgebase-bg {
        height: 400px;
      }
    }
    @media (max-width: 575.98px) {
      .knowledgebase-bg {
        height: 250px;
      }
    }

    .knowledgebase-search {
      position: absolute;
      top: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      left: 5%;
    }
    @media (max-width: 575.98px) {
      .knowledgebase-search {
        width: calc(100% - 30px);
        left: 15px;
        height: calc(100% - 30px);
        background-color: rgba(255, 255, 255, 0.7);
      }
    }
    @media (max-width: 575.98px) {
      .knowledgebase-search > div {
        width: 100%;
        text-align: center;
        padding: 15px;
        border-right: 10px;
      }
    }
    @media (max-width: 575.98px) {
      .knowledgebase-search > div h3, .knowledgebase-search > div .h3 {
        font-size: 20px;
        margin-bottom: 0;
      }
    }
    .knowledgebase-search .form-inline {
      background-color: var(--white);
      width: 500px;
      padding: 12px 50px;
      border-radius: 10px;
      border: 1px solid #e6e6e6;
      margin-top: 10px;
      position: relative;
    }
    .knowledgebase-search .form-inline ::placeholder {
      color: var(--font-color);
    }
    @media (max-width: 1199.98px) {
      .knowledgebase-search .form-inline {
        width: 400px;
        padding: 7px 45px;
      }
    }
    @media (max-width: 575.98px) {
      .knowledgebase-search .form-inline {
        width: 90%;
        padding: 3px 45px;
      }
    }
    @media (max-width: 1199.98px) {
      .knowledgebase-search .form-inline {
        width: 400px;
        padding: 7px 45px;
      }
    }
    @media (max-width: 575.98px) {
      .knowledgebase-search .form-inline {
        width: 90%;
        padding: 3px 45px;
      }
    }
    .knowledgebase-search .form-inline svg {
      position: absolute;
      left: 20px;
      width: 20px;
      top: 19px;
      stroke: var(--font-color);
    }
    @media (max-width: 1199.98px) {
      .knowledgebase-search .form-inline svg {
        top: 14px;
      }
    }

    .features-faq h5, .features-faq .h5 {
      color: var(--body-font-color);
    }
    .features-faq p {
      color: var(--font-color);
    }

    .browse .browse-articles span {
      vertical-align: middle;
    }
    .browse .browse-articles span:nth-child(2) {
      padding-left: 20px;
    }
    .browse .browse-articles span svg {
      width: 14px;
      height: 14px;
      vertical-align: text-top;
      left: 0;
      top: 0;
    }
    .browse .browse-articles h6, .browse .browse-articles .h6 {
      padding-bottom: 10px;
      margin-bottom: 0px;
      border-bottom: 1px solid var(--light-color);
      padding-left: 25px;
      font-weight: 700;
    }
    .browse .browse-articles h6 span svg, .browse .browse-articles .h6 span svg {
      width: 16px;
      height: 16px;
      vertical-align: text-top;
      margin-left: -27px;
    }
    .browse .browse-articles ul li {
      padding: 8px;
      border-radius: 8px;
    }
    .browse .browse-articles ul li a {
      color: var(--body-font-color);
      position: relative;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .browse .browse-articles ul li:hover {
      background-color: var(--light-color);
    }

    @media only screen and (max-width: 1366px) {
      .browse div[class^=col-]:nth-child(3) {
        margin-top: 30px;
      }
    }
    @media only screen and (max-width: 360px) {
      .browse .browse-articles ul li a span:nth-child(2) {
        width: 158px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
      }
    }
    .badge.pull-right {
      padding-top: 6px;
    }

    .articles-icons svg {
      min-width: 18px;
    }
    .articles-icons .flex-grow-1 {
      flex: 1 !important;
    }
    .articles-icons .flex-grow-1 h5, .articles-icons .flex-grow-1 .h5 {
      color: var(--body-font-color);
    }
    .articles-icons .flex-grow-1 p {
      color: var(--theme-body-font-color);
    }

    .d-flex.faq-widgets svg {
      min-width: 18px;
    }
    .d-flex.faq-widgets .flex-grow-1 {
      flex: 1;
    }

/**=====================
      3.25 Knowledgebase CSS End
      ==========================**/
/**=====================
   5.5 Search CSS Start
   ==========================**/
   .search-page .theme-form input {
    border: 1px solid var(--theme-default);
    padding-left: 20px;
    border-radius: 10px 0 0 10px !important;
    flex: 1 1 auto;
  }
  [dir=rtl] .search-page .theme-form input {
    border-radius: 0 10px 10px 0 !important;
  }
  .search-page .theme-form input::placeholder {
    color: var(--theme-default);
  }
  .search-page .theme-form input:focus {
    outline: none;
  }
  .search-page .theme-form .input-group .btn {
    line-height: 32px;
    font-size: 16px;
    border-radius: 0 10px 10px 0 !important;
  }
  [dir=rtl] .search-page .theme-form .input-group .btn {
    border-radius: 10px 0 0 10px !important;
  }
  .search-page .theme-form .input-group .form-control-plaintext {
    background: transparent;
  }
  .search-page h6, .search-page .h6 {
    line-height: 1.4;
  }
  .search-page .nav-link {
    font-weight: 500;
    text-transform: uppercase;
  }
  .search-page .border-tab.nav-tabs .material-border {
    border-bottom-width: 1px;
  }
  .search-page .border-tab.nav-tabs .nav-item .nav-link {
    font-size: 15px;
    padding: 10px 18px;
  }
  .search-page .d-flex .flex-grow-1 {
    overflow: hidden;
  }
  .search-page .info-block {
    padding: 30px;
    border-radius: 15px;
    border: 1px solid var(--border-color);
  }
  @media (max-width: 575.98px) {
    .search-page .info-block {
      display: block !important;
    }
  }
  .search-page .info-block a {
    color: var(--body-font-color);
    font-weight: 600;
    margin-bottom: 3px;
    display: block;
  }
  .search-page .info-block h6, .search-page .info-block .h6 {
    color: var(--theme-default);
    font-weight: 600;
  }
  .search-page .info-block + .info-block {
    margin-top: 20px;
  }
  .search-page .border-tab.nav-tabs {
    align-items: left;
    justify-content: end;
  }
  .search-page .border-tab.nav-tabs .nav-item {
    width: auto;
  }
  .search-page .search-links h6, .search-page .search-links .h6 {
    margin-bottom: 10px;
    font-weight: 600;
  }
  .search-page p {
    text-transform: lowercase;
    margin-bottom: 0;
    color: var(--font-color);
  }
  .search-page ul.search-info li {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    color: var(--body-font-color);
  }
  .search-page ul.search-info li + li {
    border-left: 1px solid var(--border-color);
    padding-left: 8px;
    margin-left: 8px;
  }
  [dir=rtl] .search-page ul.search-info li + li {
    border-left: unset;
    border-right: 1px solid var(--border-color);
    padding-left: unset;
    padding-right: 8px;
    margin-right: 8px;
    margin-left: unset;
  }
  .search-page ul.search-info li i {
    color: var(--warning-color);
  }
  .search-page ul.search-info li i:not(:last-child) {
    margin-right: 4px;
  }
  .search-page #video-links .embed-responsive + .embed-responsive {
    margin-top: 30px;
  }

  .search-list {
    margin-bottom: 30px;
    width: auto;
    display: inline-flex;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--theme-default);
    border: none;
  }
  @media (max-width: 575.98px) {
    .search-list {
      display: inherit !important;
      text-align: center;
      border-bottom: none !important;
    }
  }
  .search-list .nav-item {
    background-color: rgba(48, 142, 135, 0.9);
    color: #ffffff;
  }
  .search-list .nav-item.bg-light-success {
    background-color: rgba(62, 185, 95, 0.9) !important;
  }
  .search-list .nav-item.bg-light-success a {
    color: #ffffff !important;
  }
  .search-list .nav-item.bg-light-secondary {
    background-color: rgba(243, 145, 89, 0.9) !important;
  }
  .search-list .nav-item.bg-light-secondary a {
    color: #ffffff !important;
  }
  .search-list .nav-item .nav-link {
    border: none;
    padding: 0.7rem 1.5rem;
    color: #ffffff;
  }
  .search-list .nav-item .nav-link.active {
    background-color: rgba(48, 142, 135, 0.9);
    color: #ffffff;
    opacity: 4;
  }
  .search-list .nav-item.show, .search-list .nav-item.active {
    background-color: rgba(48, 142, 135, 0.1);
  }

/**=====================
    5.5 Search CSS Ends
    ==========================**/
    .ecommerce-widget {
      box-shadow: none;
      border: 1px solid var(--border-color) !important;
      border-radius: 5px;
    }
    .ecommerce-widget .total-num {
      color: var(--body-font-color);
      margin: 0;
      letter-spacing: 1px;
    }
    @media (max-width: 1366px) {
      .ecommerce-widget .total-num {
        font-size: 23px;
        letter-spacing: 0px;
      }
    }
    .ecommerce-widget .total-num span {
      color: var(--black);
    }
    .ecommerce-widget .row {
      align-items: center;
    }
    .ecommerce-widget .progress-showcase {
      margin-top: 30px;
    }
    @media (max-width: 991.98px) {
      .ecommerce-widget .progress-showcase {
        margin-top: 20px;
      }
    }
    @media (max-width: 575.98px) {
      .ecommerce-widget .progress-showcase {
        margin-top: 15px;
      }
    }
    .ecommerce-widget span {
      color: var(--black);
      margin: 0;
      cursor: pointer;
    }
    .ecommerce-widget .icon {
      color: var(--light-gray);
      font-size: 40px;
    }
    .ecommerce-widget .flot-chart-container {
      height: 100px;
      padding: 0;
      margin: 0;
      border: transparent;
    }
    .ecommerce-widget .morris-default-style {
      display: none !important;
    }
    .ecommerce-widget svg {
      -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.3));
      filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.3));
    }

/**=====================
    3.21 Internationalization CSS start
    ==========================**/
    .navs-icon {
      padding: 30px;
    }
    .navs-icon li {
      padding: 9px 0;
    }
    .navs-icon li a {
      color: var(--body-font-color);
    }
    .navs-icon li a:hover {
      color: var(--theme-default);
    }
    .navs-icon li ul {
      padding-top: 9px;
    }

    .hdg_main {
      position: relative;
    }

    .main .langChoice {
      position: absolute;
      right: 40px;
      top: 11px;
      padding: 10px 12px;
      background-color: transparent;
    }
    @media (max-width: 991.98px) {
      .main .langChoice {
        right: 20px;
        top: 11px;
        padding: 8px;
      }
    }
    @media (max-width: 575.98px) {
      .main .langChoice {
        top: 14px;
        padding: 4px 7px;
      }
    }
    @media only screen and (max-width: 360px) {
      .main .langChoice {
        left: 0;
        margin: 0 auto;
        top: 50px;
        width: 30%;
        right: 0;
      }
    }

    @media (max-width: 575.98px) {
      .language-xs {
        margin-top: 15px;
      }
    }

    @media only screen and (max-width: 360px) {
      .language-header {
        padding-bottom: 60px !important;
      }
    }

    pre {
      background-color: rgba(48, 142, 135, 0.1);
      padding: 20px 0;
    }

/**=====================
    3.21 Internationalization CSS End
    ==========================**/
/**=====================
    09. Error-page CSS Start
    ==========================**/
    .error-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 100vh;
      text-align: center;
      background-color: var(--white);
    }
    .error-wrapper.maintenance-bg {
      background-image: url(../images/other-images/maintenance-bg.jpg);
      background-color: rgba(255, 255, 255, 0.6);
      background-blend-mode: overlay;
    }
    .error-wrapper.maintenance-bg .btn {
      padding: 12px 20px;
    }
    .error-wrapper svg {
      width: 100%;
      height: 380px;
    }
    .error-wrapper .maintenance-heading {
      margin-top: 20px;
    }
    .error-wrapper .maintenance-heading .headline {
      font-size: 99px;
      font-weight: 900;
      letter-spacing: 10px;
      color: var(--theme-default);
      z-index: 2;
      position: relative;
    }
    .error-wrapper .error-heading {
      margin-top: 115px;
    }
    .error-wrapper .error-heading .headline {
      font-size: 285px;
      font-weight: 700;
      letter-spacing: 1px;
      margin-top: -130px;
    }
    .error-wrapper .error {
      margin: 70px 0 100px;
      color: var(--black);
    }
    .error-wrapper .error .error-title {
      font-size: 9.5rem;
      color: var(--white);
      text-shadow: 6px 6px 7px rgba(0, 0, 0, 0.32);
    }
    .error-wrapper .error .line-bottom {
      width: 10%;
      height: 5px;
      background-color: var(--warning-color);
      border: none;
    }
    .error-wrapper .error .c-white {
      color: var(--white);
    }
    .error-wrapper .error .error-btn {
      text-align: center;
    }
    .error-wrapper .svg-wrraper {
      margin-bottom: 35px;
    }
    .error-wrapper .svg-wrraper svg {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      height: 440px;
    }
    .error-wrapper h3, .error-wrapper .h3 {
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 31px;
    }
    .error-wrapper .sub-content {
      font-size: 18px;
      color: var(--body-font-color);
      letter-spacing: 1px;
      line-height: 35px;
      font-weight: normal;
      z-index: 3;
      margin-bottom: 35px;
    }

    @media (max-width: 1199px) {
      .error-wrapper .maintenance-heading .headline {
        font-size: 60px;
        margin-bottom: 15px;
      }
      .error-wrapper svg {
        height: 320px;
      }
    }
    @media (max-width: 991px) {
      .error-wrapper svg {
        height: 280px;
      }
      .error-wrapper .svg-wrraper svg {
        height: 450px;
      }
      .error-wrapper .sub-content {
        line-height: 25px;
      }
    }
    @media (max-width: 767px) {
      .error-wrapper .maintenance-heading .headline {
        font-size: 35px;
        margin-bottom: 10px;
      }
      .error-wrapper h3, .error-wrapper .h3 {
        margin-bottom: 18px;
      }
      .error-wrapper .sub-content {
        margin-bottom: 30px;
        font-size: 16px;
      }
    }
    @media (max-width: 575px) {
      .error-wrapper .maintenance-heading .headline {
        font-size: 25px;
        letter-spacing: 2px;
      }
      .error-wrapper .svg-wrraper {
        margin-bottom: 25px;
      }
      .error-wrapper .svg-wrraper svg {
        height: 380px;
      }
      .error-wrapper .sub-content {
        font-size: 14px;
      }
    }
    @media (max-width: 480px) {
      .error-wrapper .svg-wrraper svg {
        height: auto;
      }
    }
/**=====================
      09. Error-page CSS Ends
      ==========================**/
/**=====================
    25. Authentication CSS Start
    ==========================**/
    .login_one_image {
      background-image: url(../../asset/fotobanner/bg_login.jpg);
      background-size: cover;
      background-position: center center;
    }
    @media (max-width: 1199.98px) {
      .login_one_image {
        top: 0;
        height: 100vh;
        opacity: 0.5;
        position: fixed;
      }
    }

    .login_two_image {
      background-image: url(../../asset/fotobanner/bg_register.jpg);
      background-size: cover;
      background-position: center center;
    }

    .login_bs_validation {
      background-image: url(../images/login/1.jpg);
      background-size: cover;
      background-position: center center;
    }
    @media (max-width: 1199.98px) {
      .login_bs_validation {
        top: 0;
        height: 100vh;
        opacity: 0.5;
        position: fixed;
      }
    }

    .login-card {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      background: url("../images/login/login_bg.jpg");
      background-position: center;
      padding: 30px 12px;
    }
    .login-card.login-bg {
      background: rgba(48, 142, 135, 0.06) !important;
    }
    @media (max-width: 1199.98px) {
      .login-card {
        background: transparent;
      }
    }
    @media (max-width: 575.98px) {
      .login-card {
        padding-top: 40px;
        padding-bottom: 40px;
      }
    }
    .login-card .logo {
      display: block;
      margin-bottom: 30px;
      text-align: center;
    }
    @media (max-width: 1199.98px) {
      .login-card .logo {
        position: relative;
      }
    }
    @media (max-width: 575.98px) {
      .login-card .logo {
        margin-bottom: 10px;
      }
    }
    .login-card .logo .for-light {
      display: none;
    }
    .login-card .btn-showcase .btn {
      line-height: 1;
      padding: 10px 15px;
      margin: 0;
    }
    .login-card .btn-showcase .btn + .btn {
      margin-left: 5px;
    }
    .login-card .btn-showcase .btn i {
      height: 16px;
      vertical-align: bottom;
    }
    .login-card .login-main {
      width: 450px;
      padding: 40px;
      border-radius: 10px;
      box-shadow: 0 0 37px rgba(0, 0, 0, 0.05);
      margin: 0 auto;
      background-color: var(--bs-body-bg);
    }
    @media (max-width: 991.98px) {
      .login-card .login-main {
        width: 380px;
      }
    }
    @media (max-width: 1199.98px) {
      .login-card .login-main {
        position: relative;
      }
    }
    @media (max-width: 575.98px) {
      .login-card .login-main {
        width: auto;
        padding: 20px;
      }
    }
    .login-card .login-main .theme-form h4, .login-card .login-main .theme-form .h4 {
      margin-bottom: 5px;
    }
    .login-card .login-main .theme-form .unlock-1 {
      width: 75%;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    .login-card .login-main .theme-form label {
      font-size: 15px;
      letter-spacing: 0.4px;
    }
    .login-card .login-main .theme-form .checkbox label::before {
      background-color: var(--white);
      border: 1px solid var(--font-color);
    }
    .login-card .login-main .theme-form .login-social-title {
      position: relative;
      z-index: 1;
      text-align: center;
      margin-top: 30px;
      margin-bottom: 30px;
    }
    .login-card .login-main .theme-form .login-social-title h6, .login-card .login-main .theme-form .login-social-title .h6 {
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
      color: var(--font-color);
      background-color: var(--white);
      padding-left: 25px;
      padding-right: 25px;
    }
    .login-card .login-main .theme-form .login-social-title:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: var(--light-border);
      top: 10px;
      z-index: -1;
      right: 0;
    }
    .login-card .login-main .theme-form input {
      transition: all 0.3s ease;
    }
    .login-card .login-main .theme-form input::-webkit-input-placeholder {
      color: var(--font-color);
    }
    .login-card .login-main .theme-form input:hover, .login-card .login-main .theme-form input:focus {
      box-shadow: none !important;
      transition: all 0.3s ease;
    }
    .login-card .login-main .theme-form p {
      margin-bottom: 25px;
      font-size: 14px;
      color: var(--font-color);
    }
    .login-card .login-main .theme-form p a {
      color: var(--theme-default);
    }
    @media (max-width: 575.98px) {
      .login-card .login-main .theme-form p {
        margin-bottom: 5px;
      }
    }
    .login-card .login-main .theme-form .form-group {
      margin-bottom: 10px;
      position: relative;
    }
    .login-card .login-main .theme-form .form-group a {
      color: var(--theme-default);
      float: right;
    }
    .login-card .login-main .theme-form .form-group a.link {
      float: none;
    }
    @media (max-width: 575.98px) {
      .login-card .login-main .theme-form .form-group {
        margin-bottom: 5px;
      }
    }
    .login-card .login-main .theme-form ul.login-social {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .login-card .login-main .theme-form ul.login-social li {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid var(--light-border);
      background-color: rgba(48, 142, 135, 0.05);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    @media (max-width: 767.98px) {
      .login-card .login-main .theme-form ul.login-social li {
        width: 35px;
        height: 35px;
      }
    }
    .login-card .login-main .theme-form ul.login-social li i {
      width: auto;
      height: 16px;
      color: var(--theme-default);
      vertical-align: middle;
    }
    .login-card .login-main .theme-form ul.login-social li:nth-child(n+2) {
      margin-left: 15px;
    }
    .login-card .login-main .theme-form ul.login-social li:hover {
      background-color: var(--theme-default);
    }
    .login-card .login-main .theme-form ul.login-social li:hover i {
      color: var(--white);
    }
    @media (max-width: 575.98px) {
      .login-card .login-main .theme-form .or:before {
        width: 55%;
      }
    }

    .show-hide {
      position: absolute;
      top: 52px;
      right: 20px;
      transform: translateY(-50%);
    }
    .show-hide span {
      cursor: pointer;
      font-size: 13px;
      color: var(--theme-default);
    }
    .show-hide span.show:before {
      content: "show";
    }
    .show-hide span:before {
      content: "hide";
    }

    .needs-validation.was-validated .invalid-feedback {
      color: var(--danger-color);
    }
    .needs-validation .invalid-feedback {
      color: var(--dark);
    }
    .needs-validation .show-hide {
      right: 30px;
    }
    .needs-validation .invalid-tooltip {
      right: 10px;
    }

    .login-card .login-main .theme-form label {
      font-size: 14px;
    }
    .login-card .login-main .theme-form label a {
      color: var(--theme-default);
    }
    .login-card .login-main .theme-form .show-hide {
      top: 50%;
    }

/**=====================
      25. Authentication CSS Ends
      ==========================**/
/**=====================
    3.7 Comingsoon CSS Start
    ==========================**/
    .comingsoon-bgimg {
      background: url(../images/other-images/coming-soon-bg.jpg);
      background-position: bottom;
      background-size: cover;
    }

    .comingsoon {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 100vh;
      padding: 50px 0;
    }
    .comingsoon .comingsoon-inner .for-dark {
      display: none;
    }
    .comingsoon .comingsoon-inner h5, .comingsoon .comingsoon-inner .h5 {
      font-size: 18px;
      letter-spacing: 1px;
      color: var(--theme-body-font-color);
      font-weight: 500;
      margin-bottom: 30px;
      margin-top: 30px;
    }
    .comingsoon .comingsoon-inner .countdown {
      padding: 30px 0;
      border-top: 1px solid var(--border-color);
      border-bottom: 1px solid var(--border-color);
    }
    .comingsoon .comingsoon-inner .countdown .time {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      color: var(--white);
      font-weight: 500;
      width: 100px;
      height: 100px;
      font-size: 36px;
      background: var(--theme-default);
    }
    .comingsoon .comingsoon-inner .countdown .title {
      padding-top: 13px;
      font-size: 14px;
      font-weight: 400;
      color: var(--theme-body-font-color);
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    .comingsoon .comingsoon-inner .countdown ul li {
      display: inline-block;
      text-transform: uppercase;
      margin: 0 20px;
    }
    .comingsoon .comingsoon-inner .countdown ul li span {
      display: block;
    }
    .comingsoon video {
      position: fixed;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -100;
      transform: translateX(-50%) translateY(-50%);
      transition: 1s opacity;
    }

/**=====================
    3.7 Comingsoon CSS Ends
    ==========================**/
/**=====================
	3.30 Megaoption CSS Start
  ==========================**/
  .mega-inline {
    margin-bottom: -30px;
    display: flex;
  }
  .mega-inline .card {
    border: 1px solid var(--border-light-color);
    box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.07);
  }
  .mega-inline .mega-title-badge {
    display: table;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .mega-inline .d-flex .radio {
    margin-left: 3px;
  }

  .mega-vertical {
    display: flex;
    flex-wrap: wrap;
  }
  .mega-vertical .card {
    box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.07);
  }
  .mega-vertical .mega-title-badge {
    display: table;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .mega-vertical .d-flex .radio {
    margin-left: 3px;
  }

  .mega-title {
    font-weight: 600;
  }

  .mega-horizontal {
    display: flex;
    flex-wrap: wrap;
  }
  .mega-horizontal .card {
    border: 1px solid var(--border-light-color);
    box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.07);
  }
  .mega-horizontal .mega-title-badge {
    display: table;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .mega-horizontal .d-flex .radio {
    margin-left: 3px;
  }

  .border-style .card {
    box-shadow: none;
    border: 1px solid var(--gray-200) !important;
  }

  .offer-style .card {
    box-shadow: none;
    border: 1px dashed var(--gray-200) !important;
  }

  .rating-star-wrapper {
    color: var(--gray-700);
  }

  .card-wrapper .payment-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--border-light-color);
    color: var(--theme-body-font-color);
  }
  .card-wrapper .payment-wrapper:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: unset;
  }
  .card-wrapper .payment-wrapper .payment-second img {
    width: 50px;
  }
  .card-wrapper .payment-wrapper .payment-second .mega-icons {
    width: 20px;
    height: 20px;
  }

  .main-upgrade {
    margin: 0 auto;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .main-upgrade > div:first-child {
    margin-bottom: 20px;
  }
  .main-upgrade i {
    font-size: calc(40px + 10 * (100vw - 320px) / 1600);
    display: block;
    color: var(--theme-default);
  }
  .main-upgrade p {
    line-height: 1.4;
  }
  .main-upgrade .variation-box {
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media (min-width: 768px) and (max-width: 1200px) {
    .main-upgrade .variation-box {
      display: grid;
      grid-template-columns: auto auto;
      gap: 18px;
    }
  }
  @media (max-width: 700px) {
    .main-upgrade .variation-box {
      display: grid;
      grid-template-columns: auto auto;
      gap: 18px;
    }
  }
  @media (max-width: 380px) {
    .main-upgrade .variation-box {
      grid-template-columns: unset;
    }
  }
  .main-upgrade .variation-box .selection-box {
    position: relative;
    height: 100px;
    border: 1px dashed var(--theme-default);
    min-width: 125px;
    border-radius: 17px;
  }
  @media (min-width: 1200px) and (max-width: 1920px) {
    .main-upgrade .variation-box .selection-box {
      min-width: calc(110px + 15 * (100vw - 1200px) / 720);
    }
  }
  .main-upgrade .variation-box .selection-box .custom--mega-checkbox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 25px;
    transition: 0.5s ease;
  }
  .main-upgrade .variation-box .selection-box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 118px;
    height: 96px;
    opacity: 0;
    cursor: pointer;
  }
  .main-upgrade .variation-box .selection-box input[type=checkbox]:checked ~ div {
    background-color: rgba(48, 142, 135, 0.5);
    border-radius: 15px;
  }

  .megaoptions-border-space-sm .d-flex .radio label {
    padding-left: 18px;
  }
  @media (min-width: 618px) and (max-width: 1199px) {
    .megaoptions-border-space-sm .d-flex .flex-grow-1 .list-behavior-1 {
      flex-direction: row;
      gap: 18px;
    }
  }
  @media (max-width: 618px) {
    .megaoptions-border-space-sm .d-flex .flex-grow-1 .list-behavior-1 {
      flex-direction: column;
      gap: 12px;
    }
  }
  .megaoptions-border-space-sm .d-flex .flex-grow-1 .list-behavior-1 .flex-grow-1 {
    margin-top: -6px;
  }
  @media (max-width: 618px) {
    .megaoptions-border-space-sm .d-flex .flex-grow-1 .list-behavior-1 .flex-grow-1 {
      margin-left: 0px;
    }
  }
  .megaoptions-border-space-sm .d-flex .flex-grow-1 .list-behavior-1:first-child {
    margin-bottom: 0;
  }

  .megaoption-space .badge.pull-right,
  .megaoptions-border-space-sm .badge.pull-right {
    margin-bottom: 12px;
  }

  .mega-option .sub-title {
    padding-bottom: 12px;
    font-size: calc(15px + 3 * (100vw - 320px) / 1600);
    color: var(--body-font-color);
  }

  @media (max-width: 1199px) {
    .list-behavior-1 {
      gap: 12px;
    }
  }
  @media (max-width: 575px) {
    .list-behavior-1:first-child {
      margin-bottom: 14px;
    }
  }
  @media (max-width: 1999px) {
    .list-behavior-1 img {
      height: 86px;
    }
  }
  @media (max-width: 992px) {
    .list-behavior-1 img {
      height: 70px;
    }
  }
  .list-behavior-1 .flex-grow-1 {
    margin-left: 16px;
  }
  @media (max-width: 1199px) {
    .list-behavior-1 .flex-grow-1 {
      margin-left: 0;
    }
    .list-behavior-1 .flex-grow-1 p {
      display: block;
      display: -webkit-box;
      max-width: 100%;
      margin: 0 auto;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }

/**=====================
    3.30 Megaoption CSS Ends
    ==========================**/
/**=====================
  3.23 Jsgrid CSS Start
  ==========================**/
  .jsgrid .jsgrid-grid-body .jsgrid-cell {
    padding: 0.75rem;
  }
  .jsgrid .jsgrid-pager-container {
    text-align: right;
  }
  @media (max-width: 767.98px) {
    .jsgrid .jsgrid-pager-container {
      text-align: center;
    }
  }
  @media (max-width: 575.98px) {
    .jsgrid .jsgrid-pager-container {
      margin-bottom: 0;
    }
  }
  .jsgrid .jsgrid-pager {
    padding: 0;
    margin-top: 20px;
  }
  .jsgrid .jsgrid-pager .jsgrid-pager-nav-inactive-button {
    margin-right: -5px;
  }
  .jsgrid .jsgrid-pager .jsgrid-pager-nav-inactive-button:first-child {
    border-radius: 5px 0 0 5px;
  }
  .jsgrid .jsgrid-pager .jsgrid-pager-page ~ .jsgrid-pager-nav-button {
    margin-left: -5px;
  }
  .jsgrid .jsgrid-pager .jsgrid-pager-page ~ .jsgrid-pager-nav-button:last-child {
    border-radius: 0 5px 5px 0;
  }
  .jsgrid .jsgrid-pager [class*=jsgrid-pager] {
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    border: 1px solid var(--border-color);
  }
  .jsgrid .jsgrid-pager .jsgrid-pager-page a {
    color: var(--dark);
  }
  .jsgrid .jsgrid-pager .jsgrid-pager-current-page {
    color: var(--dark);
  }
  .jsgrid .jsgrid-selected-row > .jsgrid-cell {
    background: var(--light-color);
    border-color: var(--white);
  }
  .jsgrid .jsgrid-header-row > .jsgrid-header-cell {
    padding: 0.75rem;
    font-weight: 500;
  }

/**=====================
    3.23 Jsgrid CSS Ends
    ==========================**/
/**=====================
  2.24 Print CSS Start
  ==========================**/
  @media print {
    .page-wrapper .page-header {
      display: none;
    }
    .page-body-wrapper .page-sidebar {
      display: none;
    }
    .setting-sidebar {
      display: none;
    }
    .page-body {
      margin: 0;
    }
    .page-wrapper .page-title {
      visibility: hidden;
    }
    .page-wrapper .page-body-wrapper .page-title {
      display: none;
    }
    .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
      margin: 0;
    }
    table.fixedHeader-floating {
      display: none;
    }
    .email-left-aside {
      display: none;
    }
    .footer {
      display: none;
    }
  }
  .invoice-table {
    margin-top: 16px;
    margin-bottom: 16px;
  }

/**=====================
      2.24 Print CSS Ends
      ==========================**/
/**========================
    67. Invoice CSS Start
    =============================**/
    .invoice .table-striped tbody tr h6, .invoice .table-striped tbody tr .h6 {
      text-transform: capitalize;
      color: --theme-default;
    }

    .invoice-2 .for-dark,
    .invoice-1 .for-dark {
      display: none;
    }

    .invoice .d-flex {
      -webkit-box-align: center;
      align-items: center;
    }
    .invoice .m-l-20 {
      margin-left: 20px;
    }
    .invoice .for-dark {
      display: none;
    }
    .invoice p {
      color: var(--body-font-color);
      opacity: 0.9;
      text-transform: capitalize;
    }
    .invoice .invo-header {
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid var(--scrollbar-color);
    }
    .invoice .table-striped tbody tr:nth-of-type(odd) {
      background-color: rgba(48, 142, 135, 0.05);
      --bs-table-accent-bg: unset;
    }
    .invoice .table-striped tbody tr h6, .invoice .table-striped tbody tr .h6 {
      text-transform: capitalize;
      color: var(--theme-default);
    }
    .invoice .invo-profile {
      margin-bottom: 15px;
    }
    .invoice .invo-profile .invo-profile-left .d-flex .flex-shrink-0 {
      margin-right: 15px;
    }
    .invoice .invo-profile .invo-profile-left .d-flex .flex-grow-1 h4, .invoice .invo-profile .invo-profile-left .d-flex .flex-grow-1 .h4 {
      font-size: 16px;
    }
    .invoice .invo-profile .invo-profile-left .d-flex .flex-grow-1 p span {
      display: block;
    }
    .invoice .invo-profile .invo-profile-right {
      text-align: right;
    }
    .invoice .invo-profile .invo-profile-right h6, .invoice .invo-profile .invo-profile-right .h6 {
      font-size: 16px;
    }

    .invoice-1 body {
      font-family: "Outfit", sans-serif;
      display: block;
      color: var(--body-font-color);
    }
    .invoice-1 .table-wrapper {
      margin: 0 auto;
    }
    .invoice-1 h2, .invoice-1 .h2 {
      margin: 0;
      font-weight: 500;
      font-size: 32px;
    }
    .invoice-1 h6, .invoice-1 .h6 {
      font-weight: 400;
      line-height: 1.5;
      margin: 0;
    }
    .invoice-1 span {
      line-height: 1.5;
      font-weight: 400;
    }
    .invoice-1 .banner-image {
      margin: 13px 0 10px;
    }
    .invoice-1 .order-details td span {
      margin-bottom: -4px;
      display: block;
    }

    .invoice-2 .padding td {
      padding-bottom: 18px !important;
    }

    .invoice-2 .card-body > table {
      display: block;
    }
    .invoice-2 .card-body > table > tbody {
      display: block;
    }
    .invoice-2 .card-body > table > tbody > tr {
      display: block;
    }
    .invoice-2 .card-body > table > tbody > tr > td {
      display: block;
    }

    @media only screen and (max-width: 1199px) {
      .invoice h4, .invoice .h4 {
        margin-bottom: 0px;
      }
      .invoice h3, .invoice .h3 {
        margin-bottom: 0px;
      }
      .invoice .invo-profile .d-flex {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid var(--scrollbar-color);
      }
      .invoice .invo-profile .invo-profile-right {
        text-align: left;
      }
    }
    @media only screen and (max-width: 991px) {
      .invoice .card .card-body {
        padding: 20px;
      }
      .invoice h4, .invoice .h4 {
        font-size: 20px;
      }
      .invoice h3, .invoice .h3 {
        font-size: 20px;
      }
      .invoice table td {
        min-width: 150px;
      }
      .invoice table td:first-child {
        min-width: 280px;
      }
    }
    @media only screen and (max-width: 767px) {
      .invoice .invo-pal {
        margin-top: 15px;
        text-align: left !important;
      }
      .invoice .text-md-end {
        text-align: right;
      }
    }
    @media only screen and (max-width: 575px) {
      .invoice h4, .invoice .h4 {
        font-size: 18px;
      }
      .invoice h3, .invoice .h3 {
        font-size: 15px;
      }
      .invoice p {
        font-size: 13px;
      }
      .invoice .invo-header .flex-grow-1 {
        text-align: right;
      }
      .invoice .text-xs-center {
        margin-top: 20px;
        text-align: center !important;
      }
      .invoice .text-md-end {
        text-align: left;
      }
    }
    @media only screen and (max-width: 420px) {
      .invoice .invo-profile .d-flex .flex-grow-1 {
        margin-left: 0 !important;
        margin-top: 10px;
      }
    }
/**========================
        67. Invoice CSS endp
        ==========================**/
/**=====================
    img-crop css start
    ==========================**/
    .docs-toggles .dropdown .dropdown-toggle {
      width: auto;
    }

    @media screen and (max-width: 1580px) and (min-width: 1200px) {
      .docs-buttons,
      .docs-toggles {
        flex: 0 0 100%;
        max-width: 100%;
      }
    }

    @media (max-width: 1199.98px) {
      .img-cropper #putData {
        margin-bottom: 10px;
      }
    }
    @media (max-width: 1199.98px) {
      .img-cropper .docs-toggles > .dropdown {
        margin-bottom: 0;
      }
    }
    @media screen and (max-width: 1366px) {
      .img-cropper .docs-toggles {
        margin-top: 8px;
      }
    }
    .img-cropper .dropup .dropdown-toggle::after {
      content: "";
      display: none;
    }
    .img-cropper .img-container {
      min-height: auto;
      margin-bottom: 0;
    }
    .img-cropper .docs-data > .input-group:last-child {
      margin-bottom: 0;
    }
    .img-cropper .docs-preview {
      margin-top: 20px;
      margin-bottom: 10px;
    }
    @media screen and (max-width: 360px) {
      .img-cropper .docs-tooltip {
        font-size: 11px;
      }
    }
    @media screen and (max-width: 360px) {
      .img-cropper .docs-toggles .btn-group .btn {
        padding: 0.375rem 0.2rem;
      }
    }

/**=====================
    img-crop css End
    ==========================**/
    .auto-slider .card-body {
      margin-bottom: 50px;
    }
    @media (max-width: 1399.98px) {
      .auto-slider .card-body {
        margin-bottom: 35px;
      }
    }
    @media (max-width: 767.98px) {
      .auto-slider .card-body {
        margin-bottom: 30px;
      }
    }
    .auto-slider .card-body .swiper .swiper-wrapper .swiper-slide img {
      display: block;
      width: 100%;
      border-radius: 5px;
    }
    .auto-slider .card-body .swiper-pagination {
      bottom: 22px;
      z-index: 1;
    }
    .auto-slider .card-body .swiper-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background-color: var(--theme-default);
    }
    @media (max-width: 767.98px) {
      .auto-slider .card-body .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
      }
    }
    .auto-slider .card-body .mouse-pagination {
      bottom: 22px;
      z-index: 1;
      position: absolute;
    }
    .auto-slider .card-body .mouse-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background-color: var(--theme-default);
    }
    @media (max-width: 767.98px) {
      .auto-slider .card-body .mouse-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
      }
    }

    .carousel-item .carousel-caption {
      width: 100%;
      right: 0;
      left: 0;
      bottom: 0;
      padding: 26px 10px;
      background-color: rgba(41, 41, 41, 0.51);
    }
    .carousel-item .carousel-caption h5, .carousel-item .carousel-caption .h5 {
      color: #ffffff !important;
    }
    .carousel-item .carousel-opacity {
      background-color: rgba(255, 255, 255, 0.51);
    }

    .carousel-dark .carousel-caption h5, .carousel-dark .carousel-caption .h5 {
      color: var(--black) !important;
    }

    .carousel .carousel-control-prev-icon {
      width: calc(23px + 9 * (100vw - 320px) / 1600);
      height: calc(23px + 9 * (100vw - 320px) / 1600);
    }
    .carousel .carousel-control-next-icon {
      width: calc(23px + 9 * (100vw - 320px) / 1600);
      height: calc(23px + 9 * (100vw - 320px) / 1600);
    }

    .carousel .carousel-indicators {
      margin-bottom: 3px;
    }

    @media screen and (max-width: 1660px) and (min-width: 1200px) {
      .auto-slider .swiper .swiper-wrapper .swiper-slide img {
        max-width: 420px;
        margin: 0 auto;
      }
    }
/**=====================
    starterkit css start
    ==========================**/
    .card .card-header .card-header-right {
      right: 35px;
      top: 15px;
      display: inline-block;
      float: right;
      padding: 8px 0;
      position: absolute;
      background-color: var(--white);
      z-index: 1;
    }
    @media (max-width: 575.98px) {
      .card .card-header .card-header-right {
        top: 12px;
        right: 15px;
      }
    }
    .card .card-header .card-header-right .card-option {
      text-align: right;
      width: 35px;
      height: 20px;
      overflow: hidden;
      transition: 0.3s ease-in-out;
    }
    .card .card-header .card-header-right .card-option li {
      display: inline-block;
    }
    .card .card-header .card-header-right .card-option li:first-child i {
      transition: 1s;
    }
    .card .card-header .card-header-right .card-option li:first-child i.icofont {
      color: unset;
    }
    .card .card-header .card-header-right i {
      margin: 0 5px;
      cursor: pointer;
      line-height: 20px;
    }
    .card .card-header .card-header-right i.icofont-refresh {
      font-size: 13px;
    }

    .starter-main .card-body p {
      font-size: 14px;
      margin-bottom: 16px;
    }
    .starter-main .card-body ul {
      padding-left: 30px;
      list-style-type: disc;
      margin-bottom: 15px;
    }
    .starter-main .card-body ul li {
      display: list-item;
    }
    .starter-main .card-body h4, .starter-main .card-body .h4 {
      font-size: 18px;
    }
    .starter-main .card-body pre {
      white-space: pre-line;
      padding: 30px;
    }
    .starter-main .card-body .alert-primary.inverse:before {
      top: 32px;
    }
    .starter-main .alert i {
      display: flex;
      align-items: center;
    }
    .starter-main .alert-primary {
      background-color: rgba(48, 142, 135, 0.8);
    }

    .starter-kit-fix .page-body {
      margin-bottom: 52px;
    }

    .starter-main .alert-primary.inverse {
      padding: 13px 20px 13px 65px;
      border-color: var(--theme-default);
    }
    [dir=rtl] .starter-main .alert-primary.inverse {
      padding: 13px 65px 13px 20px;
    }
    .starter-main .alert-primary.inverse:before {
      content: "";
      position: absolute;
      left: 54px;
      width: 0;
      height: 0;
      border-left: 7px solid var(--theme-default);
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
    }
    [dir=rtl] .starter-main .alert-primary.inverse:before {
      border-right: 7px solid var(--theme-default);
      border-left: unset;
    }
    .starter-main .alert-primary.inverse i {
      padding: 17px 20px;
      display: flex;
      align-items: center;
      background-color: var(--theme-default);
      color: var(--white);
      border-radius: 3px 0 0 3px;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
    }
    [dir=rtl] .starter-main .alert-primary.inverse i {
      right: 0;
      left: unset;
      margin-right: unset;
      margin-left: 5px;
    }

    .card.card-load .card-loader {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      background-color: rgba(255, 255, 255, 0.7);
      z-index: 8;
      align-items: center;
      justify-content: center;
    }
    .card.card-load .card-loader i {
      margin: 0 auto;
      color: var(--theme-default);
      font-size: 20px;
    }

/**=====================
    starterkit css end
    ==========================**/
    @media screen and (max-width: 1330px) and (min-width: 1200px) {
      .general-widget .growth-card .header-top .nav {
        display: none;
      }
    }
    @media (max-width: 590px) {
      .general-widget .growth-card .header-top .nav {
        display: none;
      }
    }
    .general-widget .f-light {
      color: var(--font-color);
      opacity: 0.8;
    }
    .general-widget .value-chart .card-body {
      padding: 15px 30px;
    }
    .general-widget .value-chart .sales-chart,
    .general-widget .value-chart .visitor-chart {
      min-height: 130px !important;
    }
    @media screen and (max-width: 1300px) and (min-width: 1200px) {
      .general-widget .value-chart .sales-chart,
      .general-widget .value-chart .visitor-chart {
        min-height: 125px !important;
      }
    }
    @media screen and (max-width: 1240px) and (min-width: 1200px) {
      .general-widget .value-chart .sales-chart,
      .general-widget .value-chart .visitor-chart {
        min-height: 120px !important;
      }
    }
    @media screen and (max-width: 1660px) and (min-width: 1200px) {
      .general-widget .value-chart .sales-chart > div svg,
      .general-widget .value-chart .visitor-chart > div svg {
        transform: translate(-28px, 0px);
      }
    }
    @media screen and (max-width: 1400px) and (min-width: 1200px) {
      .general-widget .value-chart .sales-chart > div svg,
      .general-widget .value-chart .visitor-chart > div svg {
        transform: translate(-49px, 0px);
      }
    }
    .general-widget .value-chart .valuechart-detail {
      display: flex;
      align-items: center;
      height: 100%;
      justify-content: center;
    }
    .general-widget .value-chart .valuechart-detail .badge {
      font-weight: 600;
      padding: 4px 9px;
    }
    .general-widget .value-chart .valuechart-detail .badge.badge-primary {
      box-shadow: 0px 0px 15px 0px rgba(48, 142, 135, 0.4);
    }
    .general-widget .value-chart .valuechart-detail .badge.badge-secondary {
      box-shadow: 0px 0px 15px 0px rgba(243, 145, 89, 0.4);
    }
    .general-widget .value-chart .valuechart-detail h2, .general-widget .value-chart .valuechart-detail .h2 {
      color: var(--body-font-color);
      font-size: 16px;
      font-weight: 700;
      margin-top: 10px;
    }
    @media screen and (max-width: 1365px) and (min-width: 992px) {
      .general-widget .value-chart .valuechart-detail h2, .general-widget .value-chart .valuechart-detail .h2 {
        font-size: 14px;
      }
    }
    .general-widget .value-chart .valuechart-detail p {
      color: var(--font-color);
      font-size: 12px;
      font-weight: 600;
    }
    @media screen and (max-width: 1400px) and (min-width: 1200px) {
      .general-widget .value-chart .valuechart-detail p {
        display: none;
      }
    }
    .general-widget .value-chart:hover {
      transform: translateY(-5px);
      transition: 0.5s;
    }
    .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box {
      padding: 20px;
      border-radius: 24px;
      box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.03);
    }
    .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
    }
    @media screen and (max-width: 1550px) and (min-width: 1200px) {
      .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top {
        justify-content: center;
      }
    }
    @media screen and (max-width: 700px) and (min-width: 575px) {
      .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top {
        justify-content: center;
      }
    }
    .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .i {
      font-size: 22px;
    }
    @media screen and (max-width: 1650px) and (min-width: 1200px) {
      .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .i {
        font-size: 16px;
      }
    }
    @media screen and (max-width: 1550px) and (min-width: 1200px) {
      .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .i {
        display: none;
      }
    }
    @media screen and (max-width: 700px) and (min-width: 575px) {
      .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .i {
        display: none;
      }
    }
    .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge {
      font-weight: 600;
      font-size: 10px;
      border-radius: 200px;
      padding: 6px 15px;
    }
    @media screen and (max-width: 1650px) and (min-width: 1200px) {
      .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge {
        padding: 4px 6px;
      }
    }
    @media screen and (max-width: 1550px) and (min-width: 1200px) {
      .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge {
        display: none;
      }
    }
    @media screen and (max-width: 700px) and (min-width: 575px) {
      .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge {
        display: none;
      }
    }
    .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge.badge-primary {
      box-shadow: 0px 0px 15px 0px rgba(48, 142, 135, 0.4);
    }
    .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-box .header-top .badge.badge-secondary {
      box-shadow: 0px 0px 15px 0px rgba(243, 145, 89, 0.4);
    }
    .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content h4, .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .h4 {
      font-size: 16px;
      font-weight: 600;
      margin-top: 16px;
    }
    .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content p {
      color: var(--black);
      font-size: 16px;
      font-weight: 500;
    }
    @media (max-width: 1702px) {
      .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content p {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
      }
    }
    .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content h6, .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .h6 {
      color: var(--black);
      font-size: 16px;
      font-weight: 600;
      margin: 10px 0;
    }
    .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content h6 span, .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .h6 span {
      color: #888;
      font-size: 16px;
      font-weight: 600;
      text-decoration: line-through;
    }
    .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .input-group {
      border: 1px dashed var(--black);
      border-radius: 3px;
      width: 80px;
      margin: 0 auto;
    }
    .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .input-group .input-group-text {
      border: 0;
      padding: 7px;
      background-color: var(--white);
      cursor: pointer;
    }
    .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .input-group .input-group-text .svg-color {
      width: 10px;
      height: 10px;
    }
    .general-widget .items-slider .swiper .swiper-wrapper .swiper-slide .slider-content .input-group input {
      padding: 0;
      text-align: center;
      border-radius: 0;
      color: var(--black) !important;
      border-right: 1px dashed var(--black);
      border-left: 1px dashed var(--black);
    }
    .general-widget .items-slider .swiper .swiper-button-next {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 20px;
      height: 20px;
      opacity: 0;
      transition: all 0.5s ease;
      background-color: var(--theme-default);
      border-radius: 50%;
      margin-top: -10px;
      z-index: 2;
    }
    .general-widget .items-slider .swiper .swiper-button-next::after {
      font-size: 12px;
      color: var(--white);
    }
    .general-widget .items-slider .swiper .swiper-button-prev {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 20px;
      height: 20px;
      opacity: 0;
      transition: all 0.5s ease;
      background-color: var(--theme-default);
      border-radius: 50%;
      margin-top: -10px;
      z-index: 2;
    }
    .general-widget .items-slider .swiper .swiper-button-prev::after {
      font-size: 12px;
      color: var(--white);
    }
    .general-widget .items-slider .swiper:hover .swiper-button-next {
      position: absolute;
      right: 2px;
      opacity: 1;
    }
    .general-widget .items-slider .swiper:hover .swiper-button-prev {
      position: absolute;
      left: 2px;
      opacity: 1;
    }
    .general-widget .widget-1 {
      background-image: url(../images/widget/widget-bg.png);
      background-size: cover;
      margin-bottom: 25px;
    }
    .general-widget .widget-1 .card-body {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      padding: 18px 25px;
    }
    .general-widget .widget-1 .card-body .widget-content {
      display: flex;
      align-items: center;
      gap: 15px;
    }
    @media (max-width: 1600px) {
      .general-widget .widget-1 .card-body .widget-content {
        gap: 10px;
      }
    }
    .general-widget .widget-1 .card-body .widget-content .widget-round {
      position: relative;
      display: inline-block;
      border-width: 1px;
      border-style: solid;
      border-radius: 100%;
    }
    .general-widget .widget-1 .card-body .widget-content .widget-round.danger {
      border-color: var(--danger-color);
    }
    .general-widget .widget-1 .card-body .widget-content .widget-round.danger .svg-fill {
      fill: var(--danger-color);
    }
    .general-widget .widget-1 .card-body .widget-content .widget-round.danger .svg-fill:not(.half-circle) {
      stroke: var(--danger-color);
    }
    .general-widget .widget-1 .card-body .widget-content .widget-round.secondary {
      border-color: var(--theme-secondary);
    }
    .general-widget .widget-1 .card-body .widget-content .widget-round.secondary .svg-fill {
      fill: var(--theme-secondary);
    }
    .general-widget .widget-1 .card-body .widget-content .widget-round.secondary .svg-fill:not(.half-circle) {
      stroke: var(--theme-secondary);
    }
    .general-widget .widget-1 .card-body .widget-content .widget-round.primary {
      border-color: var(--theme-default);
    }
    .general-widget .widget-1 .card-body .widget-content .widget-round.primary .svg-fill {
      fill: var(--theme-default);
    }
    .general-widget .widget-1 .card-body .widget-content .widget-round.primary .svg-fill:not(.half-circle) {
      stroke: var(--theme-default);
    }
    .general-widget .widget-1 .card-body .widget-content .widget-round.success {
      border-color: var(--success-color);
    }
    .general-widget .widget-1 .card-body .widget-content .widget-round.success .svg-fill {
      fill: var(--success-color);
    }
    .general-widget .widget-1 .card-body .widget-content .widget-round.success .svg-fill:not(.half-circle) {
      stroke: var(--success-color);
    }
    .general-widget .widget-1 .card-body .widget-content .widget-round .bg-round {
      width: 56px;
      height: 56px;
      box-shadow: 1px 2px 21px -2px rgba(214, 214, 227, 0.83);
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      margin: 6px;
      position: relative;
      z-index: 1;
    }
    @media (max-width: 1600px) {
      .general-widget .widget-1 .card-body .widget-content .widget-round .bg-round {
        width: 40px;
        height: 40px;
      }
    }
    .general-widget .widget-1 .card-body .widget-content .widget-round .bg-round .svg-fill {
      width: 24px;
      height: 24px;
    }
    @media (max-width: 1600px) {
      .general-widget .widget-1 .card-body .widget-content .widget-round .bg-round .svg-fill {
        width: 22px;
        height: 22px;
      }
    }
    .general-widget .widget-1 .card-body .widget-content .widget-round .bg-round .half-circle {
      height: 52px;
      position: absolute;
      left: -9px;
      width: 35px;
      bottom: -8px;
      background: var(--white);
      z-index: -1;
    }
    @media (max-width: 1600px) {
      .general-widget .widget-1 .card-body .widget-content .widget-round .bg-round .half-circle {
        height: 40px;
        left: -10px;
        width: 30px;
        bottom: -8px;
      }
    }
    .general-widget .widget-1:hover {
      transform: translateY(-5px);
      transition: 0.5s;
    }
    .general-widget .widget-1:hover .widget-round .svg-fill:not(.half-circle) {
      animation: tada 1.5s ease infinite;
    }
    .general-widget .widget-1 .f-w-500 {
      display: flex;
      align-items: center;
    }
    @media (max-width: 1580px) and (min-width: 1200px) {
      .general-widget .widget-1 .f-w-500 {
        display: none;
      }
    }
    @media (max-width: 1580px) and (min-width: 1200px) {
      .general-widget .widget-1 .f-light {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
      }
    }
    .general-widget .widget-1 h4, .general-widget .widget-1 .h4 {
      margin-bottom: 4px;
    }
    .general-widget .widget-1 .icon-arrow-up.icon-rotate {
      transform: rotate(-45deg);
      display: inline-block;
    }
    .general-widget .widget-1 .icon-arrow-down.icon-rotate {
      transform: rotate(-45deg);
      display: inline-block;
    }
    @keyframes tada {
      0% {
        transform: scaleX(1);
      }
      10% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
      }
      20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
      }
      30% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
      }
      50% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
      }
      70% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
      }
      90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
      }
      40% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
      }
      60% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
      }
      80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
      }
      100% {
        transform: scaleX(1);
      }
    }
    .general-widget .radial-card .radial-chart {
      position: relative;
    }
    @media (min-width: 1200px) and (max-width: 1500px) {
      .general-widget .radial-card .radial-chart {
        width: 100%;
      }
    }
    @media (min-width: 1200px) and (max-width: 1500px) {
      .general-widget .radial-card .radial-text {
        display: none;
      }
    }
    .general-widget .radial-card .text-center {
      min-width: 358px;
    }
    @media (max-width: 1820px) {
      .general-widget .radial-card .text-center {
        min-width: 290px;
      }
    }
    @media (max-width: 1199.98px) {
      .general-widget .radial-card .text-center {
        min-width: 370px;
      }
    }
    @media (max-width: 1080px) {
      .general-widget .radial-card .text-center {
        min-width: 300px;
      }
    }
    .general-widget .radial-card .content-label {
      text-align: center;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      bottom: -20px;
    }
    @media (max-width: 767px) {
      .general-widget .radial-card .content-label {
        display: none;
      }
    }
    .general-widget .radial-card .content-label p {
      font-size: 14px;
      font-weight: 600;
    }
    .general-widget .radial-card .content-label h4, .general-widget .radial-card .content-label .h4 {
      color: var(--body-font-color);
      font-size: 20px;
      font-weight: 700;
    }
    .general-widget .radial-card .radial-content {
      display: flex;
      align-items: center;
      height: 100%;
      justify-content: center;
    }
    .general-widget .radial-card .radial-content h4, .general-widget .radial-card .radial-content .h4 {
      color: var(--body-font-color);
      font-size: 16px;
      font-weight: 600;
    }
    .general-widget .radial-card .radial-content h3, .general-widget .radial-card .radial-content .h3 {
      color: var(--body-font-color);
      font-size: 20px;
      font-weight: 700;
    }
    .general-widget .radial-card .radial-content hr {
      border-color: #888;
      margin-top: 7px;
      margin-bottom: 0;
    }
    .general-widget .radial-card .radial-content .progress-widget {
      color: var(--theme-default);
      font-size: 20px;
      font-weight: 600;
      margin-top: 30px;
    }
    .general-widget .radial-card .radial-content .progress-widget span {
      color: var(--body-font-color);
      font-size: 20px;
      font-weight: 700;
    }
    .general-widget .radial-card .radial-content .progress-animate {
      overflow: inherit;
      margin: 0;
      border-radius: 0px;
      height: 7px;
      background-color: rgba(48, 142, 135, 0.1);
    }
    .general-widget .radial-card .radial-content .progress-animate .progress-gradient-primary {
      background-image: linear-gradient(to right, transparent, var(--theme-default));
      position: relative;
    }
    .general-widget .radial-card .radial-content .btn-primary {
      margin-top: 40px;
      font-weight: 700 !important;
    }
    .general-widget .growth-chart .apexcharts-canvas svg .apexcharts-inner .apexcharts-area-series {
      transform: translate(5px, -40px);
    }
    .general-widget .default-datepicker .datepicker {
      width: unset;
    }
    .general-widget .default-datepicker .datepicker .datepicker--nav {
      border-bottom: 0;
      color: var(--theme-default);
      font-size: 18px;
      font-weight: 600;
      text-transform: capitalize;
      justify-content: space-evenly;
      padding: 12px;
    }
    @media (max-width: 1580px) {
      .general-widget .default-datepicker .datepicker .datepicker--nav {
        font-size: 16px;
      }
    }
    .general-widget .default-datepicker .datepicker .datepicker--nav .datepicker--nav-action path {
      stroke: var(--black);
    }
    .general-widget .default-datepicker .datepicker .datepicker--nav .datepicker--nav-title {
      background-color: rgba(48, 142, 135, 0.1);
      padding: 8px 15px;
    }
    .general-widget .default-datepicker .datepicker .datepicker--days-names {
      margin: 1px 0;
    }
    .general-widget .default-datepicker .datepicker .datepicker--cell {
      color: var(--body-font-color);
      font-size: 14px;
      font-weight: 700;
      padding: 25px 10px;
      width: 14.285714%;
    }
    @media (max-width: 1580px) {
      .general-widget .default-datepicker .datepicker .datepicker--cell {
        font-size: 12px;
      }
    }
    .general-widget .default-datepicker .datepicker .datepicker--cell.-other-month- {
      color: var(--font-color);
      font-weight: 500;
    }
    .general-widget .default-datepicker .datepicker .datepicker--cell.-current- {
      border-radius: 20px;
      color: var(--white);
      background: var(--theme-default);
      box-shadow: 0px 4px 27px 0px rgba(48, 142, 135, 0.38);
    }
    .general-widget .upcoming-class .activity-day {
      margin-top: 19px;
    }
    .general-widget .upcoming-class .activity-day h6, .general-widget .upcoming-class .activity-day .h6 {
      color: var(--font-color);
      font-size: 12px;
      font-weight: 500;
      text-transform: uppercase;
    }
    .general-widget .upcoming-class ul {
      padding: 15px;
      border-radius: 10px;
      border: 1px solid var(--light-gray);
      margin-top: 7px;
    }
    .general-widget .upcoming-class ul li .flex-shrink-0 h5, .general-widget .upcoming-class ul li .flex-shrink-0 .h5 {
      color: var(--font-color);
      font-size: 18px;
      font-weight: 600;
    }
    .general-widget .upcoming-class ul li .flex-grow-1 h6, .general-widget .upcoming-class ul li .flex-grow-1 .h6 {
      color: var(--font-color);
      font-size: 12px;
      font-weight: 600;
      margin-left: 5px;
    }
    @media (max-width: 1776px) {
      .general-widget .upcoming-class ul li .flex-grow-1 h6, .general-widget .upcoming-class ul li .flex-grow-1 .h6 {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
      }
    }
    .general-widget .upcoming-class ul li .flex-grow-1 p {
      color: var(--body-font-color);
      font-size: 14px;
      font-weight: 600;
      margin-left: 5px;
    }
    @media (max-width: 1776px) {
      .general-widget .upcoming-class ul li .flex-grow-1 p {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
      }
    }
    .general-widget .upcoming-class ul li + li {
      margin-top: 15px;
    }
    .general-widget .upcoming-class ul .circle-dot-primary {
      background-color: rgba(48, 142, 135, 0.25);
      border-radius: 100%;
      padding: 3px;
      font-size: 8px;
      color: var(--theme-default);
      animation: round 1.3s ease-in-out infinite;
    }
    .general-widget .upcoming-class ul .circle-dot-secondary {
      background-color: rgba(243, 145, 89, 0.25);
      border-radius: 100%;
      padding: 3px;
      font-size: 8px;
      color: var(--theme-secondary);
      animation: round 1.3s ease-in-out infinite;
    }
    .general-widget .order-chart > div {
      margin-top: -25px;
      margin-bottom: -43px;
    }
    .general-widget .profit-chart > div {
      margin-top: -45px;
      margin-bottom: -48px;
    }
    .general-widget .small-widget {
      overflow: hidden;
    }
    .general-widget .small-widget .card-body {
      padding: 24px 15px;
    }
    .general-widget .small-widget .card-body.primary .bg-gradient {
      background-image: linear-gradient(144.16deg, rgba(48, 142, 135, 0.1) 19.06%, rgba(48, 142, 135, 0) 79.03%) !important;
    }
    .general-widget .small-widget .card-body.primary .svg-fill {
      fill: var(--theme-default);
    }
    .general-widget .small-widget .card-body.primary .svg-fill:not(.half-circle) {
      stroke: var(--theme-default);
    }
    .general-widget .small-widget .card-body.warning .bg-gradient {
      background-image: linear-gradient(144.16deg, rgba(234, 146, 0, 0.1) 19.06%, rgba(234, 146, 0, 0) 79.03%) !important;
    }
    .general-widget .small-widget .card-body.warning .svg-fill {
      fill: var(--warning-color);
    }
    .general-widget .small-widget .card-body.warning .svg-fill:not(.half-circle) {
      stroke: var(--warning-color);
    }
    .general-widget .small-widget .card-body.secondary .bg-gradient {
      background-image: linear-gradient(144.16deg, rgba(243, 145, 89, 0.1) 19.06%, rgba(243, 145, 89, 0) 79.03%) !important;
    }
    .general-widget .small-widget .card-body.secondary .svg-fill {
      fill: var(--theme-secondary);
    }
    .general-widget .small-widget .card-body.secondary .svg-fill:not(.half-circle) {
      stroke: var(--theme-secondary);
    }
    .general-widget .small-widget .card-body.success .bg-gradient {
      background-image: linear-gradient(144.16deg, rgba(62, 185, 95, 0.1) 19.06%, rgba(62, 185, 95, 0) 79.03%) !important;
    }
    .general-widget .small-widget .card-body.success .svg-fill {
      fill: var(--success-color);
    }
    .general-widget .small-widget .card-body.success .svg-fill:not(.half-circle) {
      stroke: var(--success-color);
    }
    .general-widget .small-widget h4, .general-widget .small-widget .h4 {
      margin-bottom: -3px;
    }
    .general-widget .small-widget i {
      font-weight: 700;
      font-size: 11px;
    }
    .general-widget .small-widget .bg-gradient {
      width: 66px;
      height: 67px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100px;
      right: -12px;
      top: 50%;
      position: absolute;
      transform: translateY(-50%);
    }
    .general-widget .small-widget .bg-gradient svg {
      width: 25px;
      height: 25px;
    }
    .general-widget .small-widget:hover {
      transform: translateY(-5px);
      transition: 0.5s;
    }
    .general-widget .small-widget:hover .bg-gradient svg {
      animation: tada 1.5s ease infinite;
    }
    .general-widget .widget-charts .widget-1 .card-body {
      padding: 30px 25px;
    }
    @media (max-width: 1580px) {
      .general-widget .widget-charts .widget-1 .card-body {
        padding: 17px 25px;
      }
    }
    .general-widget .widget-with-chart .card-body {
      align-items: center;
    }
    @media (min-width: 1200px) and (max-width: 1399.98px) {
      .general-widget .investment-card {
        padding-top: 35px !important;
        padding-bottom: 35px;
      }
    }
    @media (min-width: 1200px) and (max-width: 1369px) {
      .general-widget .investment-card {
        padding-bottom: 18px;
      }
    }
    @media (min-width: 1200px) and (max-width: 1300px) {
      .general-widget .investment-card {
        padding-top: 30px !important;
      }
    }
    @media (min-width: 1200px) and (max-width: 1300px) {
      .general-widget .investment-card {
        padding-top: 24px !important;
      }
    }

/**=====================
    3.26 Landing CSS Start
    ==========================**/
    .landing-page .fluid-space {
      padding: 0 calc(100px + 60 * (100vw - 300px) / 1620);
    }
    @media (max-width: 1399px) {
      .landing-page .fluid-space {
        padding: 0 80px;
      }
    }
    @media (max-width: 575px) {
      .landing-page .fluid-space {
        padding: 0 50px;
      }
    }
    @media (max-width: 480px) {
      .landing-page .fluid-space {
        padding: 0 35px;
      }
    }
    .landing-page .section-py-space {
      padding-top: 70px;
      padding-bottom: 70px;
    }
    @media (max-width: 1199.98px) {
      .landing-page .section-py-space {
        padding-top: 60px;
        padding-bottom: 60px;
      }
    }
    @media (max-width: 991.98px) {
      .landing-page .section-py-space {
        padding-top: 50px;
        padding-bottom: 50px;
      }
    }
    @media (max-width: 767.98px) {
      .landing-page .section-py-space {
        padding-top: 40px;
        padding-bottom: 40px;
      }
    }
    .landing-page .title-style {
      position: relative;
    }
    .landing-page .title-style .main-title {
      font-family: "Caveat", cursive;
      color: var(--theme-default);
      text-align: center;
      line-height: 0.8;
      font-weight: 700;
      font-size: calc(14px + 10 * (100vw - 300px) / 1620);
    }
    .landing-page .title-style .main-title::before {
      position: absolute;
      bottom: 0;
      width: 51px;
      height: 5px;
      border-radius: 10px;
      content: "";
      background-color: var(--theme-secondary);
      left: 50%;
      margin-left: -30px;
    }
    .landing-page .title-style .main-title .description-title {
      font-family: "Nunito Sans", sans-serif;
      font-size: calc(24px + 16 * (100vw - 300px) / 1620);
      font-weight: 700;
      text-transform: capitalize;
      color: var(--body-font-color);
      padding-bottom: 10px;
      display: block;
      margin-bottom: 38px;
      line-height: 1.3;
    }
    .landing-page .landing-header {
      padding: 10px 120px;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 10;
      background-color: transparent;
      transition: all 0.5s ease-in-out;
    }
    @media (max-width: 1700px) {
      .landing-page .landing-header {
        padding: 10px 40px;
      }
    }
    @media (max-width: 1500px) {
      .landing-page .landing-header {
        padding: 10px 0;
      }
    }
    @media (max-width: 767px) {
      .landing-page .landing-header {
        position: relative;
        background-color: var(--theme-default);
      }
    }
    @media (max-width: 360px) {
      .landing-page .landing-header {
        padding: 6px 8px;
      }
    }
    @media (max-width: 480px) {
      .landing-page .landing-header .fluid-space {
        padding: 0 20px;
      }
    }
    @media (max-width: 767px) {
      .landing-page .landing-header .navbar-brand {
        padding: 0;
      }
    }
    @media (max-width: 380px) {
      .landing-page .landing-header .navbar-brand img {
        width: 90px;
      }
    }
    .landing-page .landing-header.sticky {
      background-color: var(--landing-footer-bg);
      transition: all 0.5s ease-in-out;
    }
    @media (max-width: 991px) {
      .landing-page .landing-header ul.landing-menu {
        position: fixed;
        top: 0;
        right: -320px;
        width: 300px;
        height: 100vh;
        background-color: #ffffff;
        display: block;
        transition: all 0.5s ease;
      }
    }
    .landing-page .landing-header ul.landing-menu.open {
      right: 0;
    }
    .landing-page .landing-header ul.landing-menu li.nav-item.menu-back {
      border-bottom: 1px solid var(--border-color);
      padding: 22px 20px;
      text-align: right;
      text-transform: uppercase;
      font-weight: 700;
      font-size: calc(14px + 2 * (100vw - 300px) / 1620);
      display: none;
      cursor: pointer;
      margin-bottom: 15px;
    }
    @media (max-width: 991px) {
      .landing-page .landing-header ul.landing-menu li.nav-item.menu-back {
        display: block;
      }
    }
    .landing-page .landing-header ul.landing-menu li.nav-item.menu-back i {
      font-size: calc(14px + 2 * (100vw - 300px) / 1620);
      margin-left: 10px;
    }
    .landing-page .landing-header ul.landing-menu li.nav-item a.nav-link {
      color: #ffffff;
      padding: 0 16px;
      font-size: calc(14px + 6 * (100vw - 300px) / 1620);
      font-weight: 500;
      text-transform: capitalize;
    }
    @media (max-width: 1199px) {
      .landing-page .landing-header ul.landing-menu li.nav-item a.nav-link {
        padding: 0 8px;
      }
    }
    @media (max-width: 991px) {
      .landing-page .landing-header ul.landing-menu li.nav-item a.nav-link {
        color: var(--body-font-color);
        padding: 10px 20px;
      }
    }
    .landing-page .landing-header ul.landing-menu li.nav-item:hover .nav-link {
      color: var(--theme-secondary);
    }
    .landing-page .landing-header .buy-block {
      display: flex;
      align-items: center;
    }
    .landing-page .landing-header .buy-block .btn-header {
      padding: 12px 38px;
      line-height: 1;
      font-weight: 600;
      display: flex;
      align-items: center;
      width: fit-content;
      border-radius: 10px;
      box-shadow: 0px 1.922px 1.537px 0px rgba(48, 142, 135, 0.03), 0px 4.618px 3.694px 0px rgba(48, 142, 135, 0.05), 0px 8.695px 6.956px 0px rgba(48, 142, 135, 0.06), 0px 29.012px 23.21px 0px rgba(48, 142, 135, 0.09);
    }
    @media (max-width: 767px) {
      .landing-page .landing-header .buy-block .btn-header {
        background-color: var(--theme-secondary) !important;
        box-shadow: 0px 1.922px 1.537px 0px rgba(243, 145, 89, 0.03), 0px 4.618px 3.694px 0px rgba(243, 145, 89, 0.05), 0px 8.695px 6.956px 0px rgba(243, 145, 89, 0.06), 0px 29.012px 23.21px 0px rgba(243, 145, 89, 0.09) !important;
      }
    }
    @media (max-width: 991px) {
      .landing-page .landing-header .buy-block .btn-header {
        padding: 10px 25px;
      }
    }
    @media (max-width: 1199px) {
      .landing-page .landing-header .buy-block .btn-header {
        padding: 10px 20px;
      }
    }
    .landing-page .landing-header .buy-block .toggle-menu {
      margin-left: 20px;
      display: none;
      cursor: pointer;
    }
    @media (max-width: 991px) {
      .landing-page .landing-header .buy-block .toggle-menu {
        display: block;
      }
    }
    @media (max-width: 480px) {
      .landing-page .landing-header .buy-block .toggle-menu {
        margin-left: 10px;
      }
    }
    .landing-page .landing-header .buy-block .toggle-menu i {
      font-size: 24px;
      color: #ffffff;
    }
    .landing-page .landing-home {
      background-image: url("../images/landing/landing-bg.png");
      background-size: cover;
      background-position: center;
      height: 1055px;
      min-height: 100vh;
      position: relative;
      overflow: hidden;
    }
    @media only screen and (max-width: 1670px) {
      .landing-page .landing-home {
        height: 1000px;
      }
    }
    @media only screen and (max-width: 1400px) {
      .landing-page .landing-home {
        height: 940px;
      }
    }
    @media only screen and (max-width: 1366px) {
      .landing-page .landing-home {
        height: 920px;
      }
    }
    @media (max-width: 1110px) {
      .landing-page .landing-home {
        height: 790px;
      }
    }
    @media (max-width: 950px) {
      .landing-page .landing-home {
        height: 715px;
        min-height: 500px;
      }
    }
    @media (max-width: 830px) {
      .landing-page .landing-home {
        height: 650px;
      }
    }
    @media only screen and (max-width: 767px) {
      .landing-page .landing-home {
        height: 560px;
      }
    }
    @media (max-width: 575px) {
      .landing-page .landing-home {
        min-height: 100px;
        height: 300px;
      }
    }
    .landing-page .landing-home .bottom-img-1 {
      background-image: url("../images/landing/bg-footer.png");
      position: absolute;
      left: 0;
      right: 0;
      bottom: -55px;
      content: "";
      width: 100%;
      height: 25%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      z-index: 3;
    }
    @media (max-width: 575px) {
      .landing-page .landing-home .bottom-img-1 {
        bottom: -6px;
      }
    }
    .landing-page .landing-home .bottom-img-2 {
      position: absolute;
      left: 0;
      bottom: 145px;
      width: 100%;
      height: 11%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top;
      z-index: 2;
      background-image: url("../images/landing/bg-footer-2.png");
    }
    @media only screen and (max-width: 1470px) {
      .landing-page .landing-home .bottom-img-2 {
        bottom: 125px;
      }
    }
    @media (max-width: 1110px) {
      .landing-page .landing-home .bottom-img-2 {
        bottom: 90px;
      }
    }
    @media (max-width: 830px) {
      .landing-page .landing-home .bottom-img-2 {
        bottom: 62px;
      }
    }
    @media (max-width: 575px) {
      .landing-page .landing-home .bottom-img-2 {
        display: none;
      }
    }
    .landing-page .landing-home .landing-center {
      text-align: center;
      padding: 70px 0 0 0;
    }
    @media (max-width: 767px) {
      .landing-page .landing-home .landing-center {
        padding: 40px 0 0 0;
      }
    }
    .landing-page .landing-home .landing-center .main-content-home {
      padding: 40px 0 20px 0;
    }
    @media (max-width: 1199.98px) {
      .landing-page .landing-home .landing-center .main-content-home {
        padding: 20px 0 0 0;
      }
    }
    .landing-page .landing-home .landing-center .main-buttons {
      display: flex;
      justify-content: center;
      gap: 15px;
      padding: 26px 0 0 0;
    }
    @media (max-width: 575px) {
      .landing-page .landing-home .landing-center .main-buttons {
        padding: 15px 0 0 0;
      }
    }
    .landing-page .landing-home .landing-center .main-buttons .btn-primary {
      padding: 10px 30px;
      transition: all 0.5s ease;
      border-radius: 10px;
      box-shadow: 0px 1.922px 1.537px 0px rgba(48, 142, 135, 0.03), 0px 4.618px 3.694px 0px rgba(48, 142, 135, 0.05), 0px 8.695px 6.956px 0px rgba(48, 142, 135, 0.06), 0px 29.012px 23.21px 0px rgba(48, 142, 135, 0.09);
    }
    @media (max-width: 575px) {
      .landing-page .landing-home .landing-center .main-buttons .btn-primary {
        padding: 5px 10px;
      }
    }
    .landing-page .landing-home .landing-center .main-buttons .btn-secondary {
      padding: 10px 30px;
      transition: all 0.5s ease;
      border-radius: 10px;
      box-shadow: 0px 1.922px 1.537px 0px rgba(243, 145, 89, 0.03), 0px 4.618px 3.694px 0px rgba(243, 145, 89, 0.05), 0px 8.695px 6.956px 0px rgba(243, 145, 89, 0.06), 0px 29.012px 23.21px 0px rgba(243, 145, 89, 0.09);
    }
    @media (max-width: 575px) {
      .landing-page .landing-home .landing-center .main-buttons .btn-secondary {
        padding: 5px 10px;
      }
    }
    .landing-page .landing-home .landing-center .title-content {
      width: 80%;
      margin: 0 auto;
    }
    @media (max-width: 1200px) {
      .landing-page .landing-home .landing-center .title-content {
        width: 90%;
      }
    }
    @media (max-width: 991px) {
      .landing-page .landing-home .landing-center .title-content {
        width: 105%;
      }
    }
    @media (max-width: 767px) {
      .landing-page .landing-home .landing-center .title-content {
        width: 100%;
      }
    }
    .landing-page .landing-home .landing-center .title-content h1, .landing-page .landing-home .landing-center .title-content .h1 {
      color: #ffffff;
      font-size: calc(22px + 21 * (100vw - 320px) / 1600);
      font-weight: 700;
      position: relative;
      line-height: 0.8;
      margin-top: 40px;
      text-transform: uppercase;
    }
    @media (max-width: 767px) {
      .landing-page .landing-home .landing-center .title-content h1, .landing-page .landing-home .landing-center .title-content .h1 {
        line-height: 1.3;
        margin-top: 0;
      }
    }
    .landing-page .landing-home .landing-center .title-content h1 span, .landing-page .landing-home .landing-center .title-content .h1 span {
      background: linear-gradient(91deg, var(--theme-default) -65.48%, var(--theme-secondary) 54.88%, var(--warning-color) 67.95%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      position: relative;
    }
    .landing-page .landing-home .landing-center .title-content h1 span::after, .landing-page .landing-home .landing-center .title-content .h1 span::after {
      content: "";
      position: absolute;
      background-image: url("../images/landing/Vector.png");
      background-repeat: no-repeat;
      background-size: contain;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 6px;
      bottom: -8px;
    }
    .landing-page .landing-home .landing-center .title-content p {
      font-size: calc(14px + 5 * (100vw - 320px) / 1600);
      padding-top: 22px;
      width: 57%;
      margin: auto;
      color: #ffffff;
      text-align: center;
      opacity: 0.8;
      font-weight: 400;
      line-height: 1.3;
    }
    @media (max-width: 767px) {
      .landing-page .landing-home .landing-center .title-content p {
        width: 100%;
        padding-top: 3px;
      }
    }
    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img, .landing-page .landing-home .landing-center .container-md .landing_first_section_img, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img {
      position: relative;
      display: flex;
      left: 0;
      right: 0;
      margin: 20px auto 0;
      align-items: center;
      text-align: center;
      width: 100%;
    }
    @media (max-width: 575px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img, .landing-page .landing-home .landing-center .container-md .landing_first_section_img, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img {
        display: none;
      }
    }
    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 {
      position: absolute;
      left: -110px;
      top: 165px;
      width: 600px;
      transition: all 0.3s ease-in;
    }
    @media (max-width: 1800px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 {
        left: -160px;
      }
    }
    @media (max-width: 1640px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 {
        left: -80px;
      }
    }
    @media (max-width: 1670px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 {
        left: -30px;
      }
    }
    @media (max-width: 1200px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 {
        left: -146px;
      }
    }
    @media (max-width: 991px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 {
        left: -235px;
      }
    }
    @media (max-width: 950px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 {
        left: -195px;
        top: 94px;
      }
    }
    @media (max-width: 860px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 {
        left: -160px;
      }
    }
    @media (max-width: 830px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 {
        left: -147px;
      }
    }
    @media (max-width: 767px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 {
        left: -185px;
      }
    }
    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 img {
      border-radius: 10px;
      border: 4px solid var(--primary-color);
    }
    @media (max-width: 1600px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 img {
        width: 95%;
      }
    }
    @media (max-width: 1400px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 img {
        width: 80%;
      }
    }
    @media (max-width: 1110px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 img {
        width: 60%;
      }
    }
    @media (max-width: 830px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 img {
        width: 50%;
      }
    }
    @media (max-width: 767px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set1 img, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set1 img {
        width: 40%;
      }
    }
    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 {
      position: absolute;
      right: -110px;
      top: 165px;
      width: 600px;
      transition: all 0.3s ease-in;
    }
    @media (max-width: 1800px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 {
        right: -160px;
      }
    }
    @media (max-width: 1640px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 {
        right: -80px;
      }
    }
    @media (max-width: 1670px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 {
        right: -30px;
      }
    }
    @media (max-width: 1200px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 {
        right: -146px;
      }
    }
    @media (max-width: 991px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 {
        right: -235px;
      }
    }
    @media (max-width: 950px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 {
        right: -195px;
        top: 94px;
      }
    }
    @media (max-width: 860px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 {
        right: -160px;
      }
    }
    @media (max-width: 830px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 {
        right: -147px;
      }
    }
    @media (max-width: 767px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 {
        right: -185px;
      }
    }
    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 img {
      border-radius: 10px;
      border: 4px solid var(--primary-color);
    }
    @media (max-width: 1600px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 img {
        width: 95%;
      }
    }
    @media (max-width: 1400px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 img {
        width: 80%;
      }
    }
    @media (max-width: 1110px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 img {
        width: 60%;
      }
    }
    @media (max-width: 830px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 img {
        width: 50%;
      }
    }
    @media (max-width: 767px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set2 img, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set2 img {
        width: 40%;
      }
    }
    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set3 {
      position: absolute;
      top: 60px;
      left: 0;
      right: 0;
      z-index: 0;
      width: 600px;
      margin: 0 auto;
    }
    @media (max-width: 1140px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set3 {
        width: 550px;
      }
    }
    @media (max-width: 1110px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set3 {
        width: 470px;
      }
    }
    @media (max-width: 950px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set3 {
        width: 410px;
      }
    }
    @media (max-width: 860px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set3 {
        width: 350px;
      }
    }
    @media (max-width: 830px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set3 {
        width: 330px;
      }
    }
    @media (max-width: 767px) {
      .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set3, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set3 {
        width: 260px;
      }
    }
    .landing-page .landing-home .landing-center .container-fluid .landing_first_section_img .img-set3 img, .landing-page .landing-home .landing-center .container-sm .landing_first_section_img .img-set3 img, .landing-page .landing-home .landing-center .container-md .landing_first_section_img .img-set3 img, .landing-page .landing-home .landing-center .container-lg .landing_first_section_img .img-set3 img, .landing-page .landing-home .landing-center .container-xl .landing_first_section_img .img-set3 img, .landing-page .landing-home .landing-center .container-xxl .landing_first_section_img .img-set3 img {
      border-radius: 10px;
      border: 4px solid var(--primary-color);
    }
    .landing-page .landing-home .tap-down {
      color: var(--theme-default);
      text-align: center;
      cursor: pointer;
      margin: 0 auto;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 120px;
      z-index: 3;
      animation: up-down 4s infinite;
    }
    @media (max-width: 1110px) {
      .landing-page .landing-home .tap-down {
        bottom: 85px;
      }
    }
    @media (max-width: 830px) {
      .landing-page .landing-home .tap-down {
        bottom: 55px;
      }
    }
    @media (max-width: 767px) {
      .landing-page .landing-home .tap-down {
        bottom: 30px;
      }
    }
    .landing-page .landing-home .tap-down i {
      font-size: calc(16px + 9 * (100vw - 300px) / 1620);
      padding: 5px 30px;
      border-radius: 30px;
      border: 2px solid var(--theme-default);
    }
    @media (max-width: 1110px) {
      .landing-page .landing-home .tap-down i {
        padding: 5px 20px;
      }
    }
    .landing-page .landing-home .round-tringle {
      width: auto;
      height: 100%;
    }
    @media (max-width: 800px) {
      .landing-page .landing-home .round-tringle {
        display: none;
      }
    }
    .landing-page .landing-home .round-tringle .bg_circle3 {
      position: absolute;
      top: calc(29% - 16px);
      left: 22%;
      animation: up-down 4s infinite;
    }
    @media (max-width: 1690px) {
      .landing-page .landing-home .round-tringle .bg_circle3 {
        top: calc(36% - 16px);
        left: 16%;
      }
    }
    @media (max-width: 1350px) {
      .landing-page .landing-home .round-tringle .bg_circle3 {
        left: 14%;
      }
    }
    @media (max-width: 900px) {
      .landing-page .landing-home .round-tringle .bg_circle3 {
        top: calc(40% - 16px);
      }
    }
    .landing-page .landing-home .round-tringle .bg_circle3 img {
      width: 130px;
    }
    @media (max-width: 1350px) {
      .landing-page .landing-home .round-tringle .bg_circle3 img {
        width: 100px;
      }
    }
    .landing-page .landing-home .round-tringle .bg_circle3 h4, .landing-page .landing-home .round-tringle .bg_circle3 .h4 {
      color: var(--theme-secondary);
      text-align: center;
      font-family: "Caveat", cursive;
      font-size: calc(18px + 12 * (100vw - 300px) / 1620);
      top: 35px;
      left: 24px;
      font-weight: 700;
      transform: rotate(-27.285deg);
      position: absolute;
    }
    .landing-page .landing-home .round-tringle .bg_circle4 {
      position: absolute;
      right: 0;
      left: 73%;
      top: 36%;
      animation: 8s linear 0s infinite normal none running move1;
      animation-direction: alternate;
    }
    @media (max-width: 1110px) {
      .landing-page .landing-home .round-tringle .bg_circle4 {
        left: 85%;
      }
    }
    .landing-page .landing-home .round-tringle .bg_circle5 {
      position: absolute;
      left: 2%;
      bottom: 24%;
      animation: myOrbit 9s linear infinite;
    }
    .landing-page .landing-home .round-tringle .bg_circle6 {
      position: absolute;
      right: 0;
      left: 84%;
      top: 22%;
      animation: myOrbit 9s linear infinite;
    }
    .landing-page .landing-home .round-tringle .bg_circle7 {
      position: absolute;
      bottom: 47%;
      right: 2%;
      animation: myOrbit 9s linear infinite;
    }
    .landing-page .landing-home .round-tringle .bg_circle2 {
      position: absolute;
      top: 19%;
      left: 8%;
      animation: up-down 4s infinite;
    }
    .landing-page .landing-home .round-tringle .bg_circle1 {
      position: absolute;
      top: 37%;
      left: 13%;
      animation: 8s linear 0s infinite normal none running move1;
    }
    .landing-page .landing-page-design {
      background-color: #ffffff;
    }
    .landing-page .landing-page-design .layout-box {
      background-color: rgba(48, 142, 135, 0.06);
      padding: 0px 21px 20px;
      border-radius: 10px;
    }
    .landing-page .landing-page-design .layout-box .layout-name {
      padding: 18px 0px 18px 0px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .landing-page .landing-page-design .layout-box .layout-name .dot-img .dot-group {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
    }
    .landing-page .landing-page-design .layout-box .layout-name .dot-img .dot-group li {
      height: 10px;
      width: 10px;
      border-radius: 100%;
      opacity: 0.5;
    }
    .landing-page .landing-page-design .layout-box .layout-name .dot-img .dot-group li:first-child {
      background-color: var(--theme-default);
    }
    .landing-page .landing-page-design .layout-box .layout-name .dot-img .dot-group li:nth-child(2) {
      background-color: var(--theme-secondary);
    }
    .landing-page .landing-page-design .layout-box .layout-name .dot-img .dot-group li:last-child {
      background-color: var(--warning-color);
    }
    .landing-page .landing-page-design .layout-box .layout-name a {
      font-size: calc(14px + 3 * (100vw - 300px) / 1620);
      font-weight: 700;
      color: var(--theme-default);
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box !important;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      white-space: normal;
    }
    .landing-page .landing-page-design .layout-box .img-wrraper {
      position: relative;
      overflow: hidden;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-color: var(--white);
    }
    .landing-page .landing-page-design .layout-box .img-wrraper img {
      width: 100%;
      border: 5px solid transparent;
      border-image-source: linear-gradient(45deg, rgba(48, 142, 135, 0.2) 20.35%, rgba(243, 145, 89, 0.2) 50%, rgba(2, 162, 185, 0.2) 100%);
      border-image-slice: 1;
      padding: 6px;
      transition: all 0.5s ease;
    }
    .landing-page .landing-page-design .layout-box:hover .img-wrraper {
      transform: scale(1.02);
    }
    .landing-page .framework-section {
      scroll-behavior: smooth;
      overflow: hidden;
      background-color: rgba(48, 142, 135, 0.06);
    }
    .landing-page .framework-section .framworks .framework-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 32px;
    }
    @media (max-width: 1200px) {
      .landing-page .framework-section .framworks .framework-list {
        gap: 16px;
      }
    }
    @media (max-width: 767px) {
      .landing-page .framework-section .framworks .framework-list {
        gap: 20px;
      }
    }
    .landing-page .framework-section .framworks .framework-list li {
      min-width: 136px;
      align-items: center;
      display: flex;
      flex-direction: column;
    }
    @media (max-width: 1260px) {
      .landing-page .framework-section .framworks .framework-list li {
        min-width: 120px;
      }
    }
    @media (max-width: 767px) {
      .landing-page .framework-section .framworks .framework-list li {
        min-width: 100px;
      }
    }
    .landing-page .framework-section .framworks .framework-list li .framework-bg {
      background-image: url(../img/polygon-1.png);
      width: 185px;
      height: 195px;
      background-size: cover;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.5s ease;
    }
    @media (max-width: 1260px) {
      .landing-page .framework-section .framworks .framework-list li .framework-bg {
        width: 83%;
        height: 106px;
      }
    }
    @media (max-width: 767px) {
      .landing-page .framework-section .framworks .framework-list li .framework-bg {
        width: 72%;
        height: 77px;
      }
    }
    .landing-page .framework-section .framworks .framework-list li .framework-bg:hover {
      background-image: url(../images/swcom/polygon-2.png);
      filter: drop-shadow(0px 9.344px 9.344px rgba(48, 142, 135, 0.2));
    }
    .landing-page .framework-section .framworks .framework-list li .framework-bg:hover img {
      animation: tada 1s ease infinite;
    }
    .landing-page .framework-section .framworks .framework-list li .framework-bg img {
      width: 95px;
      transition: all 0.5s ease;
    }
    @media (max-width: 1260px) {
      .landing-page .framework-section .framworks .framework-list li .framework-bg img {
        width: 38%;
      }
    }
    .landing-page .framework-section .framworks .framework-list li h4, .landing-page .framework-section .framworks .framework-list li .h4 {
      text-align: center;
      font-weight: 600;
      margin-top: 10px;
      font-size: calc(14px + 4 * (100vw - 320px) / 1600);
    }
    .landing-page .application-section {
      background-color: #ffffff;
    }
    .landing-page .application-section .application .application-block {
      padding: 0 28px;
      justify-content: center;
    }
    @media (max-width: 1200px) {
      .landing-page .application-section .application .application-block {
        padding: 0 5px;
      }
    }
    .landing-page .application-section .application .application-block .layout-box {
      padding: 0px 21px 0;
      border-radius: 10px 10px 0px 0px;
      background-image: linear-gradient(45deg, rgba(48, 142, 135, 0.12) 20.35%, rgba(243, 145, 89, 0.1) 50%, rgba(2, 162, 185, 0.12) 100%);
      box-shadow: 0px 9.375px 20.833px 0px rgba(46, 35, 94, 0.07);
    }
    .landing-page .application-section .application .application-block .layout-box .layout-name {
      padding: 18px 0px 18px 0px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .landing-page .application-section .application .application-block .layout-box .layout-name .dot-img .dot-group {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
    }
    .landing-page .application-section .application .application-block .layout-box .layout-name .dot-img .dot-group li {
      height: 10px;
      width: 10px;
      border-radius: 100%;
      opacity: 0.5;
    }
    .landing-page .application-section .application .application-block .layout-box .layout-name .dot-img .dot-group li:first-child {
      background-color: var(--theme-default);
    }
    .landing-page .application-section .application .application-block .layout-box .layout-name .dot-img .dot-group li:nth-child(2) {
      background-color: var(--theme-secondary);
    }
    .landing-page .application-section .application .application-block .layout-box .layout-name .dot-img .dot-group li:last-child {
      background-color: var(--warning-color);
    }
    .landing-page .application-section .application .application-block .layout-box .layout-name a {
      font-size: calc(14px + 3 * (100vw - 300px) / 1620);
      font-weight: 700;
      color: var(--theme-default);
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box !important;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      white-space: normal;
    }
    .landing-page .application-section .application .application-block .layout-box .img-wrraper {
      position: relative;
      box-shadow: 0px 9px 20px rgba(48, 142, 135, 0.07);
      border-radius: 10px 10px 0 0;
      overflow: hidden;
      transition: all 0.5s ease;
      background-color: var(--white);
    }
    .landing-page .application-section .application .application-block .layout-box .img-wrraper img {
      transition: all 0.5s ease;
      width: 100%;
      padding: 6px;
    }
    .landing-page .application-section .application .application-block .layout-box:hover {
      background-image: linear-gradient(45deg, rgba(2, 162, 185, 0.12) 20.35%, rgba(48, 142, 135, 0.1) 50%, rgba(243, 145, 89, 0.12) 100%);
    }
    .landing-page .application-section .application .application-block .layout-box:hover .img-wrraper img {
      transform: scale(1.02);
    }
    .landing-page .features-section {
      scroll-behavior: smooth;
      overflow: hidden;
      background-color: rgba(48, 142, 135, 0.06);
    }
    .landing-page .features-section .feature-content .feature-box {
      transition: all 0.5s;
      background: #ffffff;
      border: 2px solid #ffffff;
      box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
      border-radius: 10px;
      padding: 16px 22px;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: start;
      justify-content: start;
      transition: all 0.5s;
    }
    @media (max-width: 1500px) {
      .landing-page .features-section .feature-content .feature-box {
        padding: 20px 15px;
      }
    }
    .landing-page .features-section .feature-content .feature-box .feature-icon {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      border-radius: 17px;
      top: -20px;
      right: 22px;
      box-shadow: 5px 7px 4px 0px rgba(0, 0, 0, 0.2);
    }
    @media (max-width: 1600px) {
      .landing-page .features-section .feature-content .feature-box .feature-icon {
        width: 45px;
        height: 45px;
      }
    }
    @media (max-width: 767px) {
      .landing-page .features-section .feature-content .feature-box .feature-icon {
        top: -26px;
        right: 10px;
      }
    }
    @media (max-width: 600px) {
      .landing-page .features-section .feature-content .feature-box .feature-icon {
        top: -21px;
      }
    }
    .landing-page .features-section .feature-content .feature-box .feature-icon div {
      height: 45px;
      width: 45px;
      border-radius: 17px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: rgba(48, 142, 135, 0.2);
    }
    @media (max-width: 1600px) {
      .landing-page .features-section .feature-content .feature-box .feature-icon div {
        width: 40px;
        height: 40px;
      }
    }
    .landing-page .features-section .feature-content .feature-box .feature-icon div img {
      transition: all 0.3s ease;
    }
    .landing-page .features-section .feature-content .feature-box h5, .landing-page .features-section .feature-content .feature-box .h5 {
      padding-bottom: 11px;
      color: var(--body-font-color);
      font-family: "Nunito Sans", sans-serif;
      font-size: calc(14px + 4 * (100vw - 300px) / 1620);
      font-weight: 500;
      text-transform: capitalize;
    }
    .landing-page .features-section .feature-content .feature-box p {
      color: var(--font-color);
      font-family: "Nunito Sans", sans-serif;
      font-size: calc(14px + 2 * (100vw - 300px) / 1620);
      font-weight: 400;
    }
    @media (max-width: 1825px) {
      .landing-page .features-section .feature-content .feature-box p {
       text-overflow: ellipsis;
       overflow: hidden;
       display: -webkit-box !important;
       -webkit-line-clamp: 3;
       -webkit-box-orient: vertical;
       white-space: normal;
     }
   }
   @media (min-width: 767px) and (max-width: 991px) {
    .landing-page .features-section .feature-content .feature-box p {
      -webkit-line-clamp: 2;
    }
  }
  .landing-page .features-section .feature-content .feature-box:hover {
    background-color: var(--theme-default);
    transform: scale(1.05);
    transition: all 0.5s;
  }
  .landing-page .features-section .feature-content .feature-box:hover .feature-icon div img {
    transform: scale(0.7);
    animation: swing 2s ease infinite;
  }
  .landing-page .features-section .feature-content .feature-box:hover h5, .landing-page .features-section .feature-content .feature-box:hover .h5 {
    color: #ffffff;
  }
  .landing-page .features-section .feature-content .feature-box:hover p {
    color: #ffffff;
  }
  .landing-page .support-section {
    background-color: #ffffff;
  }
  .landing-page .support-section .support-title {
    position: absolute;
    right: 53%;
    transform: translate(36%);
  }
  @media (max-width: 1300px) {
    .landing-page .support-section .support-title {
      right: 52%;
    }
  }
  @media (max-width: 1250px) {
    .landing-page .support-section .support-title {
      right: 51%;
    }
  }
  @media (max-width: 1200px) {
    .landing-page .support-section .support-title {
      right: 46%;
      transform: translate(21%);
    }
  }
  @media (max-width: 1022px) {
    .landing-page .support-section .support-title {
      right: 44%;
    }
  }
  @media (max-width: 991px) {
    .landing-page .support-section .support-title {
      left: 0;
      right: 0;
      margin: 0 auto;
      transform: unset;
    }
  }
  @media (max-width: 600px) {
    .landing-page .support-section .support-title {
      width: 400px;
    }
  }
  @media (max-width: 440px) {
    .landing-page .support-section .support-title {
      width: 300px;
    }
  }
  .landing-page .support-section .support-title h2, .landing-page .support-section .support-title .h2 {
    color: var(--body-font-color);
    font-family: "Nunito Sans", sans-serif;
    font-size: calc(14px + 12 * (100vw - 300px) / 1620);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 0.8;
  }
  @media (max-width: 991px) {
    .landing-page .support-section .support-title h2, .landing-page .support-section .support-title .h2 {
      text-align: center !important;
    }
  }
  .landing-page .support-section .support-title p {
    color: var(--font-color);
    font-family: "Nunito Sans", sans-serif;
    font-size: calc(12px + 6 * (100vw - 300px) / 1620);
    font-weight: 500;
    margin-bottom: 8px;
  }
  @media (max-width: 991px) {
    .landing-page .support-section .support-title p {
      text-align: center !important;
      line-height: 1.2;
    }
  }
  .landing-page .support-section .support-title .text-end .support-button {
    padding-left: 30px;
    padding-right: 30px;
  }
  @media (max-width: 991px) {
    .landing-page .support-section .support-title .text-end {
      text-align: center !important;
      line-height: 1.2;
    }
  }
  .landing-page .support-section .pricing-section .support-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .landing-page .support-section .pricing-section .support-img img {
    animation: up-down 4s infinite;
    width: 880px;
  }
  @media (max-width: 1600px) {
    .landing-page .support-section .pricing-section .support-img img {
      width: 870px;
    }
  }
  @media (max-width: 1500px) {
    .landing-page .support-section .pricing-section .support-img img {
      width: 830px;
      animation: unset;
    }
  }
  @media (max-width: 1200px) {
    .landing-page .support-section .pricing-section .support-img img {
      width: 700px;
      margin-top: 20px;
    }
  }
  @media (max-width: 991px) {
    .landing-page .support-section .pricing-section .support-img img {
      width: 500px;
      margin-top: 105px;
    }
  }
  @media (max-width: 767px) {
    .landing-page .support-section .pricing-section .support-img img {
      width: 400px;
      margin-top: 50px;
    }
  }
  @media (max-width: 600px) {
    .landing-page .support-section .pricing-section .support-img img {
      width: 370px;
      margin-top: 80px;
    }
  }
  @media (max-width: 500px) {
    .landing-page .support-section .pricing-section .support-img img {
      width: 290px;
      margin-top: 112px;
    }
  }
  @media (max-width: 360px) {
    .landing-page .support-section .pricing-section .support-img img {
      width: 250px;
    }
  }
  .landing-page .support-section .pricing-section .support-img h4, .landing-page .support-section .pricing-section .support-img .h4 {
    position: absolute;
    right: -30px;
    font-size: calc(18px + 22 * (100vw - 300px) / 1620);
    font-weight: 700;
    transform: rotate(270deg);
    bottom: 33%;
  }
  @media (max-width: 1300px) {
    .landing-page .support-section .pricing-section .support-img h4, .landing-page .support-section .pricing-section .support-img .h4 {
      right: -20px;
    }
  }
  @media (max-width: 991px) {
    .landing-page .support-section .pricing-section .support-img h4, .landing-page .support-section .pricing-section .support-img .h4 {
      right: -40px;
    }
  }
  @media (max-width: 767px) {
    .landing-page .support-section .pricing-section .support-img h4, .landing-page .support-section .pricing-section .support-img .h4 {
      right: -62px;
    }
  }
  @media (max-width: 600px) {
    .landing-page .support-section .pricing-section .support-img h4, .landing-page .support-section .pricing-section .support-img .h4 {
      right: -45px;
    }
  }
  @media (max-width: 575px) {
    .landing-page .support-section .pricing-section .support-img h4, .landing-page .support-section .pricing-section .support-img .h4 {
      right: -30px;
    }
  }
  @media (max-width: 440px) {
    .landing-page .support-section .pricing-section .support-img h4, .landing-page .support-section .pricing-section .support-img .h4 {
      display: none;
    }
  }
  .landing-page .support-section .pricing-section .support-img h3, .landing-page .support-section .pricing-section .support-img .h3 {
    position: absolute;
    top: 31%;
    left: 3%;
    -webkit-transform: translate(10%);
    transform: translate(10%);
    color: var(--theme-default);
    text-align: center;
    font-family: "Caveat", cursive;
    font-weight: 700;
    font-size: calc(18px + 25 * (100vw - 300px) / 1620);
  }
  @media (max-width: 1300px) {
    .landing-page .support-section .pricing-section .support-img h3, .landing-page .support-section .pricing-section .support-img .h3 {
      left: 4%;
    }
  }
  @media (max-width: 1200px) {
    .landing-page .support-section .pricing-section .support-img h3, .landing-page .support-section .pricing-section .support-img .h3 {
      top: 35%;
    }
  }
  @media (max-width: 991px) {
    .landing-page .support-section .pricing-section .support-img h3, .landing-page .support-section .pricing-section .support-img .h3 {
      left: 2%;
      top: 46%;
    }
  }
  @media (max-width: 767px) {
    .landing-page .support-section .pricing-section .support-img h3, .landing-page .support-section .pricing-section .support-img .h3 {
      left: -3%;
      top: 36%;
    }
  }
  @media (max-width: 600px) {
    .landing-page .support-section .pricing-section .support-img h3, .landing-page .support-section .pricing-section .support-img .h3 {
      left: 0%;
      top: 45%;
    }
  }
  @media (max-width: 575px) {
    .landing-page .support-section .pricing-section .support-img h3, .landing-page .support-section .pricing-section .support-img .h3 {
      left: 3%;
    }
  }
  @media (max-width: 530px) {
    .landing-page .support-section .pricing-section .support-img h3, .landing-page .support-section .pricing-section .support-img .h3 {
      display: none;
    }
  }
  .landing-page .support-section .marquee {
    height: 93px;
    overflow: hidden;
    position: relative;
    -webkit-text-stroke: 1px var(--theme-default);
    -webkit-text-fill-color: transparent;
    color: var(--theme-default);
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 120px;
  }
  @media (max-width: 1500px) {
    .landing-page .support-section .marquee {
      height: 89px;
    }
  }
  @media (max-width: 1150px) {
    .landing-page .support-section .marquee {
      height: 70px;
      font-size: 90px;
    }
  }
  @media (max-width: 575px) {
    .landing-page .support-section .marquee {
      height: 50px;
      font-size: 67px;
    }
  }
  @media (max-width: 380px) {
    .landing-page .support-section .marquee {
      height: 40px;
      font-size: 50px;
    }
  }
  .landing-page .support-section .marquee .marquee-name {
    margin-top: -45px;
    display: block;
    width: 200%;
    position: absolute;
    overflow: hidden;
    animation: marquee 12s linear infinite;
  }
  @media (max-width: 1340px) {
    .landing-page .support-section .marquee .marquee-name {
      width: 270%;
    }
  }
  @media (max-width: 1150px) {
    .landing-page .support-section .marquee .marquee-name {
      margin-top: -32px;
    }
  }
  @media (max-width: 992px) {
    .landing-page .support-section .marquee .marquee-name {
      width: 330%;
    }
  }
  @media (max-width: 800px) {
    .landing-page .support-section .marquee .marquee-name {
      width: 400%;
    }
  }
  @media (max-width: 575px) {
    .landing-page .support-section .marquee .marquee-name {
      margin-top: -24px;
    }
  }
  @media (max-width: 380px) {
    .landing-page .support-section .marquee .marquee-name {
      margin-top: -18px;
    }
  }
  .landing-page .support-section .marquee .marquee-name .big-title {
    float: left;
    width: 55%;
  }
  .landing-page .landing-footer {
    padding: 60px 0;
    position: relative;
    background: var(--landing-footer-bg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    overflow: hidden;
  }
  @media (max-width: 575px) {
    .landing-page .landing-footer {
      background-position: center;
      padding: 30px 0;
    }
  }
  .landing-page .landing-footer .landing-center {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .landing-page .landing-footer .landing-center .feature-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  @media (max-width: 874px) {
    .landing-page .landing-footer .landing-center .feature-content {
      display: block;
      text-align: center;
    }
  }
  .landing-page .landing-footer .landing-center .feature-content > div h2, .landing-page .landing-footer .landing-center .feature-content > div .h2 {
    color: var(--white);
    max-width: 65%;
    font-weight: 600;
    font-size: calc(14px + 12 * (100vw - 300px) / 1620);
    padding-bottom: 8px;
    text-transform: capitalize;
  }
  @media (max-width: 874px) {
    .landing-page .landing-footer .landing-center .feature-content > div h2, .landing-page .landing-footer .landing-center .feature-content > div .h2 {
      max-width: 100%;
    }
  }
  .landing-page .landing-footer .landing-center .feature-content > div .footer-rating {
    text-align: left;
  }
  .landing-page .landing-footer .landing-center .feature-content > div .footer-rating i {
    font-size: calc(14px + 6 * (100vw - 300px) / 1620);
    color: var(--warning-color);
  }
  .landing-page .landing-footer .landing-center .feature-content > div .footer-rating i + i {
    margin-left: 5px;
  }
  @media (max-width: 874px) {
    .landing-page .landing-footer .landing-center .feature-content > div .footer-rating {
      text-align: center;
      padding-top: 0;
      padding-bottom: 12px;
    }
  }
  @media (max-width: 890px) and (min-width: 320px) {
    .landing-page .landing-footer .landing-center .feature-content > div .footer-rating {
      padding-top: 6px;
    }
  }
  .landing-page .landing-footer .landing-center .feature-content .footer-btn {
    padding: 6px 20px;
    transition: all 0.5s ease;
  }
  @media only screen and (max-width: 987px) {
    .landing-page .landing-footer .landing-center .feature-content .footer-btn {
      padding: 6px 12px;
    }
  }
  @media only screen and (max-width: 575.98px) and (max-width: 350px) {
    .landing-page .landing-footer .landing-center .feature-content .footer-btn {
      font-size: 14px;
    }
  }
  .landing-page .landing-footer .sub-footer {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 0;
    align-items: center;
  }
  @media (max-width: 874px) and (min-width: 320px) {
    .landing-page .landing-footer .sub-footer {
      padding-top: 30px;
    }
  }
  .landing-page .landing-footer .sub-footer .left-subfooter {
    text-align: left;
  }
  .landing-page .landing-footer .sub-footer .left-subfooter img {
    width: 130px;
  }
  .landing-page .landing-footer .sub-footer .left-subfooter p {
    color: var(--white);
    padding-top: 12px;
    font-size: calc(14px + 6 * (100vw - 300px) / 1620);
    font-weight: 400;
    line-height: 1.1;
  }
  .landing-page .landing-footer .sub-footer .right-subfooter {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 12px;
  }
  @media (max-width: 768px) and (min-width: 320px) {
    .landing-page .landing-footer .sub-footer .right-subfooter {
      gap: 6px;
    }
  }
  @media (max-width: 767px) and (min-width: 320px) {
    .landing-page .landing-footer .sub-footer .right-subfooter {
      flex-direction: row;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
  }
  @media (max-width: 730px) and (min-width: 320px) {
    .landing-page .landing-footer .sub-footer .right-subfooter {
      display: block;
    }
  }
  .landing-page .landing-footer .sub-footer .right-subfooter h3, .landing-page .landing-footer .sub-footer .right-subfooter .h3 {
    color: var(--white);
    font-size: calc(14px + 8 * (100vw - 300px) / 1620);
    font-weight: 400;
    line-height: 0.9;
  }
  .landing-page .landing-footer .sub-footer .right-subfooter ul {
    display: flex;
    gap: calc(16px + 14 * (100vw - 320px) / 1600);
    align-items: center;
  }
  @media (max-width: 730px) and (min-width: 320px) {
    .landing-page .landing-footer .sub-footer .right-subfooter ul {
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 8px;
      padding-top: 10px;
    }
  }
  .landing-page .landing-footer .sub-footer .right-subfooter ul li a {
    color: var(--warning-color);
    text-decoration: underline;
    text-underline-offset: 6px;
    font-size: calc(14px + 4 * (100vw - 300px) / 1620);
    font-weight: 400;
    line-height: 0.5;
  }
  .landing-page .landing-footer .shape .shape1 {
    position: absolute;
    bottom: -18%;
    left: 48%;
  }
  @media (max-width: 990px) {
    .landing-page .landing-footer .shape .shape1 img {
      width: 130px;
    }
  }
  @media (max-width: 380px) {
    .landing-page .landing-footer .shape .shape1 img {
      width: 90px;
    }
  }
  .landing-page .landing-footer .shape .shape2 {
    left: 37%;
    bottom: 17%;
    position: absolute;
    filter: brightness(0.5);
  }
  .landing-page .landing-footer .shape .shape3 {
    left: 17%;
    top: 71%;
    position: absolute;
  }
  .landing-page .landing-footer .shape .shape4 {
    right: 36%;
    filter: brightness(0.5);
    top: 70%;
    position: absolute;
  }
  .landing-page .landing-footer .shape .shape5 {
    right: 24%;
    position: absolute;
  }
  .landing-page .landing-footer .shape .shape7 {
    right: -4%;
    top: 43%;
    position: absolute;
  }
  @media (max-width: 990px) {
    .landing-page .landing-footer .shape .shape7 img {
      width: 130px;
    }
  }
  @media (max-width: 380px) {
    .landing-page .landing-footer .shape .shape7 img {
      width: 90px;
    }
  }
  .landing-page .landing-footer .shape .shape8 {
    left: -2%;
    top: -8%;
    position: absolute;
  }
  @media (max-width: 990px) {
    .landing-page .landing-footer .shape .shape8 img {
      width: 130px;
    }
  }
  @media (max-width: 380px) {
    .landing-page .landing-footer .shape .shape8 img {
      width: 90px;
    }
  }
  .landing-page .landing-footer .shape .shape9 {
    top: 34%;
    left: 41%;
    position: absolute;
  }
  .landing-page .landing-footer .shape .shape10 {
    top: 15%;
    right: 22%;
    position: absolute;
  }
  @keyframes up-down {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes marquee {
    0% {
      left: 0;
    }
    100% {
      left: -100%;
    }
  }
  @keyframes myOrbit {
    0% {
      transform: rotate(0deg) translateX(10px) rotate(0deg);
    }
    100% {
      transform: rotate(360deg) translateX(10px) rotate(-360deg);
    }
  }
  @keyframes move1 {
    0% {
      transform: rotate(0deg) translateX(15px) rotate(0deg);
    }
    100% {
      transform: rotate(360deg) translateX(15px) rotate(-360deg);
    }
  }

/**=====================
      3.26 Landing CSS Ends
      ==========================**/
/**=====================
    Loader CSS Start
    ==========================**/
    .loader-wrapper {
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      background-color: #ffffff;
      z-index: 12;
      top: 0;
    }

    .loader {
      width: 300px;
      height: 100px;
      position: relative;
    }

    .loader span {
      background-color: var(--light-gray-color);
      height: 8px;
      width: 8px;
      border-radius: 80px;
      transform: translateX(-50%) translateY(-50%);
      position: absolute;
      top: 52.5%;
      left: 150px;
      transition: all 0.15s ease-in-out;
    }

    .loader span:nth-child(1) {
      left: 120px;
      animation: waveUp 2s, smallExtend 2s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
    }

    .loader span:nth-child(2) {
      left: 135px;
      animation: waveUp 2s, largeExtend 2s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      animation-delay: 0.15s;
    }

    .loader span:nth-child(3) {
      animation: waveUp 2s, smallExtend 2s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      animation-delay: 0.3s;
    }

    .loader span:nth-child(4) {
      left: 165px;
      animation: waveUp 2s, largeExtend 2s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      animation-delay: 0.45s;
    }

    .loader span:nth-child(5) {
      left: 180px;
      animation: waveUp 2s, smallExtend 2s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      animation-delay: 0.6s;
    }

    @keyframes waveUp {
      0%, 15% {
        top: 50%;
      }
      45%, 65% {
        top: 42.5%;
      }
      85%, 100% {
        top: 50%;
      }
    }
    @keyframes smallExtend {
      0%, 8% {
        background-color: var(--light-gray-color);
        height: 8px;
      }
      14%, 34% {
        background-color: var(--theme-default);
        height: 40.5px;
      }
      46%, 100% {
        background-color: var(--light-gray-color);
        height: 8px;
      }
    }
    @keyframes largeExtend {
      0%, 8% {
        background-color: var(--light-gray-color);
        height: 8px;
      }
      14%, 34% {
        background-color: var(--theme-default);
        height: 60.5px;
      }
      46%, 100% {
        background-color: var(--light-gray-color);
        height: 8px;
      }
    }
/**=====================
    Loader CSS End
    ==========================**/
    /* VARIABLES */
    /* Applies a stroke to the icons. Can use percentage for responsive */
    /* SVG GLOBAL */
    /* DRIZZLE */
    .climacon_component-stroke_drizzle {
      fill-opacity: 0;
      animation-name: drizzleFall, fillOpacity2;
      animation-timing-function: ease-in;
      animation-duration: 1.5s;
    }

    .climacon_component-stroke_drizzle:nth-child(1) {
      animation-delay: 0s;
    }

    .climacon_component-stroke_drizzle:nth-child(2) {
      animation-delay: 0.9s;
    }

    .climacon_component-stroke_drizzle:nth-child(3) {
      animation-delay: 1.8s;
    }

    svg.climacon {
      display: inline-block;
      shape-rendering: geometricPrecision;
      width: 22px !important;
    }

    g,
    path,
    circle,
    rect {
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      transform-origin: 50% 50%;
      animation-duration: 18s;
      animation-direction: normal;
    }

    .climacon_component-stroke {
      fill: #ffffff;
      stroke-width: 2px;
      stroke: #ffffff;
    }

    /* ANIMATIONS */
    @keyframes drizzleFall {
      0% {
        transform: translateY(0);
      }
      100% {
        transform: translateY(21px);
      }
    }
    @keyframes fillOpacity2 {
      0% {
        fill-opacity: 0;
        stroke-opacity: 0;
      }
      50% {
        fill-opacity: 1;
        stroke-opacity: 1;
      }
      100% {
        fill-opacity: 0;
        stroke-opacity: 0;
      }
    }
    html[dir=rtl] {
      /**==common_css==**/
      /**==breadcrumb==**/
      /**==sidebar==**/
      /**==customizer==**/
      /**==header==**/
      /**==inner_page==**/
      /**==general==**/
      /**==dashboard1==**/
      /**==dashboard2==**/
      /**==dashboard3==**/
    }
    html[dir=rtl] .float-end {
      float: left !important;
    }
    html[dir=rtl] .float-start {
      float: right !important;
    }
    html[dir=rtl] .text-start {
      text-align: right !important;
    }
    html[dir=rtl] .text-end {
      text-align: left !important;
    }
    html[dir=rtl] .text-md-end {
      text-align: left !important;
    }
    html[dir=rtl] .text-md-start {
      text-align: right !important;
    }
    html[dir=rtl] .m-l-20 {
      margin-right: 20px !important;
      margin-left: unset !important;
    }
    html[dir=rtl] .p-r-0 {
      padding-left: 0;
      padding-right: 15px;
    }
    html[dir=rtl] .text-sm-end {
      text-align: left !important;
    }
    html[dir=rtl] .f-right {
      float: left !important;
    }
    html[dir=rtl] .m-r-30 {
      margin-left: 30px;
      margin-right: unset;
    }
    html[dir=rtl] .m-r-20 {
      margin-left: 20px;
      margin-right: unset;
    }
    html[dir=rtl] .me-3 {
      margin-right: unset !important;
      margin-left: 1rem !important;
    }
    html[dir=rtl] .me-5 {
      margin-left: 3rem !important;
      margin-right: unset !important;
    }
    html[dir=rtl] .ms-3 {
      margin-right: 1rem !important;
      margin-left: unset !important;
    }
    html[dir=rtl] .me-4 {
      margin-left: 1.5rem !important;
      margin-right: unset !important;
    }
    @media (min-width: 768px) {
      html[dir=rtl] .float-md-end {
        float: left !important;
      }
    }
    html[dir=rtl] .pe-0 {
      padding-left: 0 !important;
      padding-right: unset !important;
    }
    html[dir=rtl] .ps-0 {
      padding-right: 0 !important;
      padding-left: unset !important;
    }
    html[dir=rtl] .ms-1 {
      margin-left: unset !important;
      margin-right: 0.25rem !important;
    }
    html[dir=rtl] .pe-3 {
      padding-left: 1rem !important;
      padding-right: unset !important;
    }
    html[dir=rtl] .pe-4 {
      padding-left: 1.5rem !important;
      padding-right: unset !important;
    }
    html[dir=rtl] .me-1 {
      margin-left: 0.25rem !important;
      margin-right: unset !important;
    }
    html[dir=rtl] .p-l-0 {
      padding-left: unset !important;
      padding-right: 0px !important;
    }
    html[dir=rtl] .m-l-10 {
      margin-right: 10px !important;
      margin-left: unset !important;
    }
    html[dir=rtl] .m-r-5 {
      margin-left: 5px;
      margin-right: unset;
    }
    html[dir=rtl] .m-r-15 {
      margin-left: 15px;
      margin-right: unset;
    }
    html[dir=rtl] .m-r-10 {
      margin-left: 10px;
      margin-right: unset;
    }
    html[dir=rtl] .ps-4 {
      padding-right: 1.5rem !important;
      padding-left: unset !important;
    }
    html[dir=rtl] .me-2 {
      margin-left: 0.5rem !important;
      margin-right: unset !important;
    }
    html[dir=rtl] .ms-2 {
      margin-right: 0.5rem !important;
      margin-left: unset !important;
    }
    html[dir=rtl] .pe-2 {
      padding-right: unset !important;
      padding-left: 0.5rem !important;
    }
    html[dir=rtl] .float-sm-end {
      float: left !important;
    }
    @media (min-width: 768px) {
      html[dir=rtl] .float-md-end {
        float: left !important;
      }
    }
    @media (min-width: 768px) {
      html[dir=rtl] .income-wrap .ps-md-0 {
        padding-left: 30px !important;
        padding-right: 0 !important;
      }
    }
    @media (min-width: 768px) {
      html[dir=rtl] .text-md-end {
        text-align: left !important;
      }
    }
    @media (min-width: 768px) {
      html[dir=rtl] .offset-md-3 {
        margin-right: 25%;
        margin-left: unset;
      }
    }
    @media (min-width: 768px) {
      html[dir=rtl] .text-md-start {
        text-align: right !important;
      }
    }
    @media (min-width: 768px) {
      html[dir=rtl] .ecommerce-widget .text-md-end {
        text-align: left !important;
      }
    }
    @media (min-width: 768px) {
      html[dir=rtl] .ecommerce-widget .text-md-end ul {
        text-align: left;
      }
    }
    html[dir=rtl] .breadcrumb-item + .breadcrumb-item {
      padding-right: 0.5rem;
      padding-left: unset;
    }
    html[dir=rtl] .breadcrumb-item + .breadcrumb-item::before {
      padding-left: 0.5rem;
      padding-right: unset;
      float: right;
    }
    html[dir=rtl] .sidebar-menu .sidebar-list .sidebar-link .iconly-Arrow-Right-2 {
      margin-right: auto;
      margin-left: unset;
    }
    html[dir=rtl] .sidebar-menu .sidebar-list i.fa-thumbtack {
      left: -7px;
      right: unset;
    }
    html[dir=rtl] .page-sidebar {
      left: unset;
      right: 0;
    }
    html[dir=rtl] .page-sidebar .sidebar-submenu {
      border-left: unset;
      border-right: 2px solid var(--theme-default);
      margin-left: unset;
      margin-right: 20px;
    }
    html[dir=rtl] .page-sidebar .sidebar-submenu a {
      padding-right: 15px;
      padding-left: unset;
    }
    html[dir=rtl] .page-sidebar .sidebar-submenu a::before {
      left: unset;
      right: 0;
    }
    html[dir=rtl] .page-sidebar .sidebar-submenu li .submenu-title i {
      margin-left: inherit;
      margin-right: auto;
    }
    html[dir=rtl] .sidebar-pannle-main {
      right: unset;
      left: 30px;
    }
    html[dir=rtl] .setting-sidebar {
      right: unset;
      left: -400px;
    }
    html[dir=rtl] .setting-sidebar.open {
      right: unset;
      left: 0;
    }
    html[dir=rtl] .setting-sidebar .customizer-header .theme-title .flex-grow-1 a {
      float: left;
    }
    html[dir=rtl] .tap-top {
      right: unset;
      left: 30px;
    }
    html[dir=rtl] header .search-full {
      right: unset;
      left: 0;
    }
    html[dir=rtl] header .search-full .form-group::before {
      left: unset;
      right: 30px;
    }
    html[dir=rtl] header .search-full .form-group .close-search {
      right: unset;
      left: 30px;
    }
    html[dir=rtl] header .search-full input {
      padding-left: unset;
      padding-right: 60px;
    }
    @media (max-width: 480px) {
      html[dir=rtl] header .header-left {
        gap: unset;
      }
    }
    html[dir=rtl] header .notification-dropdown ul.activity-timeline .d-flex .activity-line {
      left: unset;
      right: 26px;
    }
    html[dir=rtl] header .notification-dropdown ul.activity-timeline .d-flex .activity-dot-primary,
    html[dir=rtl] header .notification-dropdown ul.activity-timeline .d-flex .activity-dot-secondary {
      left: unset;
      right: 4px;
    }
    html[dir=rtl] header .notification-dropdown ul.activity-timeline .d-flex .flex-grow-1 {
      margin-left: unset;
      margin-right: 15px;
    }
    html[dir=rtl] header .notification-dropdown ul.activity-timeline .d-flex .flex-grow-1 h6 span, html[dir=rtl] header .notification-dropdown ul.activity-timeline .d-flex .flex-grow-1 .h6 span {
      margin-left: unset;
      margin-right: 5px;
    }
    html[dir=rtl] .todo .todo-list-wrapper .mark-all-tasks {
      left: 30px;
      right: unset;
    }
    html[dir=rtl] .todo .todo-list-wrapper .mark-all-tasks .btn-label {
      margin-left: 5px;
      margin-right: unset;
    }
    html[dir=rtl] .email-wrap .email-app-sidebar .main-menu > li {
      text-align: right;
    }
    html[dir=rtl] .email-wrap .btn-mail {
      text-align: right;
    }
    html[dir=rtl] .project-list ul li svg {
      margin-right: unset;
      margin-left: 5px;
    }
    html[dir=rtl] .project-list .btn {
      float: left;
    }
    html[dir=rtl] .project-box .badge {
      right: unset;
      left: 30px;
    }
    html[dir=rtl] .customers ul li + li {
      margin-left: unset;
      margin-right: -7%;
    }
    html[dir=rtl] .dropzone .dz-preview .dz-error-mark,
    html[dir=rtl] .dropzone .dz-preview .dz-success-mark {
      right: 50%;
      margin-right: -27px;
      margin-left: unset;
      left: unset;
    }
    html[dir=rtl] .dropzone .dz-preview .dz-details {
      left: unset;
      right: 32px;
    }
    html[dir=rtl] .file-content .folder .folder-box .ellips {
      right: unset;
      left: 22px;
    }
    html[dir=rtl] .file-content .form-inline i {
      padding-right: unset;
      padding-left: 10px;
    }
    html[dir=rtl] .file-content .form-inline .form-control-plaintext {
      padding-right: 20px;
    }
    html[dir=rtl] .file-content li {
      margin-right: unset;
      margin-left: 20px;
    }
    html[dir=rtl] .file-sidebar .btn svg {
      margin-right: unset;
      margin-left: 8px;
    }
    html[dir=rtl] .file-sidebar .pricing-plan .bg-img {
      right: unset;
      left: -40px;
      transform: rotate(50deg);
    }
    html[dir=rtl] .pull-right {
      float: left;
    }
    html[dir=rtl] .md-sidebar .md-sidebar-aside {
      left: unset;
      right: 0;
    }
    html[dir=rtl] .kanban-item .list li {
      margin-right: unset;
      margin-left: 10px;
    }
    html[dir=rtl] .kanban-item .list li i {
      margin-right: unset;
      margin-left: 10px;
    }
    html[dir=rtl] .kanban-item .kanban-box .customers ul li + li {
      margin-left: unset;
      margin-right: -10px;
    }
    html[dir=rtl] .sidebar-left-wrapper {
      border-right: unset;
      border-left: 1px solid var(--gray-60);
    }
    html[dir=rtl] .sidebar-left-wrapper .sidebar-left-icons .nav-item::before {
      left: unset;
      right: 20px;
    }
    html[dir=rtl] .form-control.is-invalid {
      background-position: left calc(0.375em + 0.1875rem) center;
      padding-left: calc(1.5em + 0.75rem);
      padding-right: 12px;
    }
    html[dir=rtl] .sidebar-body .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
      right: unset;
      left: 0;
    }
    html[dir=rtl] .sidebar-body .ql-formats {
      border-left: 1px solid var(--gray-60);
      border-right: unset;
    }
    html[dir=rtl] .sidebar-body .ql-formats:last-of-type {
      border-left: unset;
    }
    html[dir=rtl] .sidebar-body .form-select {
      padding: 6px 12px 6px 36px !important;
    }
    html[dir=rtl] .toolbar-box .ql-editor {
      text-align: right;
    }
    html[dir=rtl] .form-select {
      background-position: left 0.75rem center;
    }
    html[dir=rtl] .form-check {
      padding-right: 1.25rem;
      padding-left: unset;
    }
    html[dir=rtl] .form-check .form-check-input {
      float: right;
      margin-left: unset;
      margin-right: -1.5em;
    }
    html[dir=rtl] .tagify__tag__removeBtn {
      margin-right: auto;
      margin-left: 4.6666666667px;
    }
    html[dir=rtl] .tagify__tag {
      margin-right: 5px;
      margin-left: 0px;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-1 {
      right: 12px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-2 {
      right: 18px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-3 {
      right: 36px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-4 {
      right: 42px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-5 {
      right: 48px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-6 {
      right: 66px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-7 {
      right: 72px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-8 {
      right: 78px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-9 {
      right: 84px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-10 {
      right: 103px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-11 {
      right: 109px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-12 {
      right: 115px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-13 {
      right: 121px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-14 {
      right: 127px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-15 {
      right: 133px;
      left: unset;
    }
    html[dir=rtl] .product-wrapper .product-grid .feature-products form .form-group i {
      right: unset;
      left: 30px;
    }
    html[dir=rtl] .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .card-header h6 .pull-right i, html[dir=rtl] .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .card-header .h6 .pull-right i {
      left: auto;
      right: unset;
    }
    html[dir=rtl] .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-button-prev {
      left: 46px;
      right: auto;
    }
    html[dir=rtl] .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-button-next {
      right: unset;
      left: 27px;
    }
    html[dir=rtl] .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group {
      border-radius: 0;
    }
    html[dir=rtl] .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-size ul li:nth-child(n+2) {
      margin-left: unset;
      margin-right: 15px;
    }
    html[dir=rtl] .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .btn-close {
      right: unset;
      left: 15px;
    }
    html[dir=rtl] .checkbox_animated {
      margin: 0 21px 0 16px;
    }
    html[dir=rtl] .radio_animated {
      margin: 0 8px 0 16px;
    }
    html[dir=rtl] .img-paypal {
      margin-left: unset;
      margin-right: 15px;
    }
    html[dir=rtl] .order-box .sub-total .shipping-class .shopping-checkout-option {
      float: left;
    }
    html[dir=rtl] .order-box .sub-total li .count {
      float: left;
    }
    html[dir=rtl] .collection-filter-block svg {
      margin-right: auto;
      margin-left: 10px;
    }
    html[dir=rtl] .owl-carousel {
      direction: ltr;
    }
    html[dir=rtl] .list-product .datatable-dropdown label:before {
      right: 38px;
      left: unset;
    }
    html[dir=rtl] .list-product .datatable-sorter::before {
      right: unset;
      left: 4px;
    }
    html[dir=rtl] .list-product .datatable-sorter::after {
      right: unset;
      left: 4px;
    }
    html[dir=rtl] .list-product-header a.btn i {
      padding-right: unset;
      padding-left: 8px;
    }
    html[dir=rtl] .prooduct-details-box .btn {
      right: unset;
      left: 15px;
    }
    html[dir=rtl] .prooduct-details-box .close {
      right: unset;
      left: 10px;
    }
    html[dir=rtl] .order-history table tbody tr td .product-name .order-process .order-process-circle:before {
      right: -15px;
      left: unset;
    }
    html[dir=rtl] .order-history.wishlist .table tr td .input-group .form-control {
      border-top-left-radius: 0 !important;
      border-bottom-left-radius: 0 !important;
      border-top-right-radius: 8px !important;
      border-bottom-right-radius: 8px !important;
    }
    html[dir=rtl] .order-history.wishlist .table tr td .input-group .btn {
      border-radius: 6px !important;
    }
    html[dir=rtl] .order-history .input-group .btn {
      border-radius: 0;
    }
    html[dir=rtl] .right-sidebar-chat {
      border-top-left-radius: unset;
      border-bottom-left-radius: unset;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    html[dir=rtl] .left-sidebar-wrapper {
      border-top-left-radius: unset;
      border-bottom-left-radius: unset;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
    }
    html[dir=rtl] .left-sidebar-wrapper .left-sidebar-chat .form-control {
      border-radius: 0;
      border: none !important;
    }
    html[dir=rtl] .left-sidebar-wrapper .left-sidebar-chat .input-group-text {
      border-top-right-radius: initial !important;
      border-bottom-right-radius: initial !important;
      padding-left: 0;
      border: none !important;
      padding-right: 12px;
      margin-left: 1px;
      border-left: none;
      margin-right: unset;
      border-right: unset;
    }
    html[dir=rtl] .msg-img {
      margin-left: 10px;
      margin-right: unset;
    }
    html[dir=rtl] .right-sidebar-title .common-space .chat-time.group-chat ul li + li {
      margin-left: unset;
      margin-right: -12px;
    }
    html[dir=rtl] .border-right {
      border-left: 1px solid var(--border-color) !important;
      border-right: unset !important;
    }
    html[dir=rtl] .social-details .social-follow li + li::before {
      left: unset;
      right: -15px;
    }
    html[dir=rtl] .user-profile .hovercard .user-image .share-icons li {
      margin-right: unset;
      margin-left: 10px;
    }
    html[dir=rtl] .default-according.style-1 button:before {
      right: unset;
      left: 20px;
    }
    html[dir=rtl] .default-according.style-1 .checkbox_animated {
      margin: 0 3px 0 16px;
    }
    html[dir=rtl] .comments-box .form-control {
      border-radius: 0 !important;
    }
    html[dir=rtl] .social-status .d-flex .social-status {
      left: unset;
      right: 35px;
    }
    html[dir=rtl] .card-header .card-header-right {
      right: unset;
      left: 15px;
      float: left;
    }
    html[dir=rtl] .card-header .card-header-right .card-option {
      text-align: left;
    }
    html[dir=rtl] .code-box-copy__btn {
      left: 11px;
      right: unset;
    }
    html[dir=rtl] pre[class*=language-] {
      text-align: right;
    }
    html[dir=rtl] .alert {
      text-align: right;
    }
    html[dir=rtl] .alert-dismissible {
      padding-right: 15px;
      padding-left: 2.5rem;
    }
    html[dir=rtl] .alert-dismissible .btn-close {
      left: 0;
      right: unset;
    }
    html[dir=rtl] .modal-header .btn-close {
      margin: -0.5rem auto -0.5rem -0.5rem;
      left: 25px;
      top: 22px;
    }
    html[dir=rtl] .custom-alert .demo-img .modal-content .balance-box .balance-profile ul li + li::before {
      left: unset;
      right: -25px;
    }
    html[dir=rtl] .small-progressbar::after {
      right: unset;
      left: -9px;
    }
    html[dir=rtl] .small-progressbar .animate-circle {
      right: unset;
      left: -18px;
    }
    html[dir=rtl] .dropdown-toggle::after {
      margin-right: 8px;
      margin-left: unset;
    }
    html[dir=rtl] .dropdown-basic .separated-btn .btn {
      border-radius: 0.25rem;
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
    }
    html[dir=rtl] .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
    }
    html[dir=rtl] .list-group-horizontal-sm > .list-group-item + .list-group-item,
    html[dir=rtl] .list-group-horizontal-md > .list-group-item + .list-group-item,
    html[dir=rtl] .list-group-horizontal-lg > .list-group-item + .list-group-item,
    html[dir=rtl] .list-group-horizontal-xl > .list-group-item + .list-group-item,
    html[dir=rtl] .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-left-width: 1px;
    }
    html[dir=rtl] .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child),
    html[dir=rtl] .list-group-horizontal-md > .list-group-item:first-child:not(:last-child),
    html[dir=rtl] .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child),
    html[dir=rtl] .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child),
    html[dir=rtl] .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0.375rem;
      border-top-left-radius: 0px;
      border-top-right-radius: 0.375rem;
    }
    html[dir=rtl] .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child),
    html[dir=rtl] .list-group-horizontal-md > .list-group-item:last-child:not(:first-child),
    html[dir=rtl] .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child),
    html[dir=rtl] .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child),
    html[dir=rtl] .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: 0px;
      border-top-left-radius: 0.375rem;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0.375rem;
    }
    html[dir=rtl] .list-behavior-1 .flex-grow-1 {
      margin-right: 16px;
      margin-left: unset;
    }
    html[dir=rtl] .list-group i {
      margin-left: 10px;
      margin-right: 0;
    }
    html[dir=rtl] .list-group img {
      margin-left: 10px;
      margin-right: 0;
    }
    html[dir=rtl] .list-group .list-group-item div {
      margin-left: auto;
      margin-right: 8px;
    }
    html[dir=rtl] .accordion-button .icon {
      left: 20px;
      right: unset;
    }
    html[dir=rtl] .treejs .treejs-nodes {
      padding-left: unset;
      padding-right: 20px;
    }
    html[dir=rtl] .treejs .treejs-node__halfchecked > .treejs-checkbox:after {
      right: 3px;
      left: unset;
    }
    html[dir=rtl] .toast-rtl .toast .toast-header strong {
      margin-right: unset !important;
      margin-left: auto !important;
    }
    html[dir=rtl] .toast-rtl .toast .btn-close {
      margin-right: 6px;
      margin-left: unset;
    }
    html[dir=rtl] .toast-icons {
      margin-right: unset;
      margin-left: 6px;
    }
    html[dir=rtl] .border-end {
      border-right: unset !important;
      border-left: 1px solid var(--border-color) !important;
    }
    html[dir=rtl] .theme-close {
      right: unset;
      left: 0;
    }
    html[dir=rtl] .swiper {
      direction: ltr;
    }
    html[dir=rtl] .page-item:first-child .page-link {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 0.375rem;
      border-bottom-right-radius: 0.375rem;
    }
    html[dir=rtl] .page-item:last-child .page-link {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-left-radius: 0.375rem;
      border-bottom-left-radius: 0.375rem;
    }
    html[dir=rtl] .img-cropper .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
    }
    html[dir=rtl] .img-cropper .btn-group > .btn:nth-child(2) {
      border-radius: 0 !important;
    }
    html[dir=rtl] .img-cropper .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
    html[dir=rtl] .img-cropper .btn-group > :not(:last-child) > .btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
    }
    html[dir=rtl] .img-cropper .btn-group > .btn:nth-child(2) {
      border-radius: 0 !important;
    }
    html[dir=rtl] .img-cropper .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
    html[dir=rtl] .img-cropper .btn-group > :not(:last-child) > .btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
    }
    html[dir=rtl] .img-cropper .btn-group button:last-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
    }
    html[dir=rtl] .img-cropper .docs-toggles .btn-group .btn {
      border-radius: 0;
    }
    html[dir=rtl] .img-cropper .docs-toggles .btn-group .btn:last-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
    }
    html[dir=rtl] .img-cropper .btn-group .btn + .btn {
      margin-right: -1px;
    }
    html[dir=rtl] .img-cropper .btn-group .btn + .btn-group {
      margin-right: -1px;
    }
    html[dir=rtl] .timeline-event-wrapper .list-group .list-group-item div {
      margin-right: 0;
      margin-left: 10px !important;
    }
    html[dir=rtl] .main-timeline ul::before {
      right: 5px !important;
      left: unset !important;
    }
    html[dir=rtl] .form-check-reverse .form-check-input {
      float: right;
      margin-left: 0;
      margin-right: 10px;
    }
    html[dir=rtl] .checkbox label {
      padding-right: 16px;
      padding-left: unset;
    }
    html[dir=rtl] .checkbox-wrapper li label {
      padding-right: 0;
    }
    html[dir=rtl] .radio-wrapper li label {
      padding-right: 0;
    }
    html[dir=rtl] .radio-wrapper li .form-check-label i {
      padding-right: 0;
      padding-left: 8px;
    }
    html[dir=rtl] .checkbox-wrapper li .form-check-label i {
      padding-right: 0;
      padding-left: 8px;
    }
    html[dir=rtl] .filled-checkbox .checkbox label::before {
      left: unset;
      right: 0;
      margin-left: unset;
      margin-right: -16px;
    }
    html[dir=rtl] .custom-checkbox .checkbox label::before {
      left: unset;
      right: 0;
      margin-left: unset;
      margin-right: -16px;
    }
    html[dir=rtl] .main-img-checkbox .img-checkbox .main-img-cover {
      left: unset;
      right: 15px;
    }
    html[dir=rtl] .custom-radio .radio label {
      padding-left: 0;
      padding-right: 15px;
    }
    html[dir=rtl] .custom-radio .radio label::before {
      right: 0;
      margin-right: -20px;
      left: unset;
    }
    html[dir=rtl] .custom-radio .radio label::after {
      right: 5px;
      left: unset;
      margin-right: -20px;
      margin-left: unset;
    }
    html[dir=rtl] .rtl-input .form-check.form-switch {
      padding-right: 40px;
    }
    html[dir=rtl] .rtl-input .form-check.form-switch .form-check-input {
      margin-left: unset;
      margin-right: -40px;
      float: right;
    }
    html[dir=rtl] .rtl-input .form-check.form-check-inline {
      padding: 0;
    }
    html[dir=rtl] .form-check-size .form-check-inline {
      margin: 0;
    }
    html[dir=rtl] .checkbox-radio .checkbox label::before {
      right: 0;
      left: unset;
      margin-right: -16px;
      margin-left: unset;
    }
    html[dir=rtl] .simple-radios .radio label {
      padding-left: unset;
      padding-right: 5px;
    }
    html[dir=rtl] .simple-radios .radio label::before {
      left: unset;
      right: 0;
      margin-left: unset;
      margin-right: -22px;
    }
    html[dir=rtl] .simple-radios .radio label::after {
      left: unset;
      right: 3px;
      margin-left: unset;
      margin-right: -20px;
    }
    html[dir=rtl] .main-inline-calender .flatpickr-calendar {
      border-top-left-radius: 5px !important;
      border-bottom-left-radius: 5px !important;
    }
    html[dir=rtl] .pre-post-touchspin .increment-touchspin {
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
    }
    html[dir=rtl] .pre-post-touchspin .btn-outline-secondary {
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
    }
    html[dir=rtl] .pre-post-touchspin .decrement-touchspin {
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
    }
    html[dir=rtl] .pre-post-touchspin .input-touchspin {
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
    }
    html[dir=rtl] .pre-post-touchspin .input-group-text {
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
    }
    html[dir=rtl] .choices[data-type*=select-one] .choices__button {
      right: unset;
      left: 0;
      margin-right: unset;
      margin-left: 25px;
    }
    html[dir=rtl] .choices[data-type*=select-one]::after {
      right: unset;
      left: 11.5px;
    }
    html[dir=rtl] .basic-wizard .stepper-horizontal .step .step-bar-left {
      left: unset;
      right: 44%;
      margin-left: unset;
      margin-right: 1rem;
    }
    html[dir=rtl] .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a .horizontal-wizard .stroke-icon-wizard i {
      margin-right: unset;
      margin-left: 10px;
    }
    html[dir=rtl] .email-verify .card-wrapper .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-left-radius: initial;
      border-bottom-left-radius: initial;
    }
    html[dir=rtl] .email-verify .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
      border-top-right-radius: initial;
      border-bottom-right-radius: initial;
    }
    html[dir=rtl] .ui-components .btn-group > .btn:not(:first-child) {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    html[dir=rtl] .ui-components .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
    html[dir=rtl] .ui-components .btn-group > :not(:last-child) > .btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
    }
    html[dir=rtl] .ui-components .btn-group > .btn:nth-child(2) {
      border-radius: 0 !important;
    }
    html[dir=rtl] .m-squar.checkbox label::before {
      left: unset;
      right: 0;
      margin-left: unset;
      margin-right: -16px;
    }
    html[dir=rtl] .checkbox-dark.checkbox label::before {
      left: unset;
      right: -3px;
      margin-left: unset;
      margin-right: -16px;
    }
    html[dir=rtl] .checkbox-solid-primary.checkbox label::before {
      left: unset;
      right: -2px;
      margin-left: unset;
      margin-right: -16px;
    }
    html[dir=rtl] .m-checkbox-inline .checkbox label::before {
      left: unset;
      right: -3px;
      margin-left: unset;
      margin-right: -16px;
    }
    html[dir=rtl] .m-checkbox-inline label {
      margin-left: 20px;
      margin-right: 0;
    }
    html[dir=rtl] table.dataTable thead > tr > th:after {
      left: 0.5em !important;
      right: unset;
    }
    html[dir=rtl] table.dataTable thead .sorting:before {
      left: 1em !important;
      right: unset;
    }
    html[dir=rtl] table.dataTable thead .sorting_asc:before {
      left: 1em !important;
      right: unset;
    }
    html[dir=rtl] table.dataTable thead .sorting_desc:before {
      left: 1em !important;
      right: unset;
    }
    html[dir=rtl] table.dataTable thead .sorting_asc_disabled:before {
      left: 1em !important;
      right: unset;
    }
    html[dir=rtl] table.dataTable thead .sorting_desc_disabled:before {
      left: 1em !important;
      right: unset;
    }
    html[dir=rtl] div.dataTables_wrapper div.dataTables_paginate {
      margin-right: 15px !important;
      margin-left: 0 !important;
      float: left;
    }
    html[dir=rtl] .dataTables_wrapper .dataTables_info {
      float: right;
    }
    html[dir=rtl] div .action .edit {
      margin-left: 5px;
    }
    html[dir=rtl] table.dataTable thead > tr > th {
      padding-left: 30px;
      padding-right: 12px;
    }
    html[dir=rtl] .dataTables_wrapper .dataTables_filter {
      margin-left: unset;
      margin-right: 15px;
      float: left;
    }
    html[dir=rtl] .dataTables_wrapper .dataTables_filter input[type=search] {
      margin-left: unset;
      margin-right: 10px;
    }
    html[dir=rtl] .dataTables_wrapper .dataTables_length {
      float: right;
    }
    html[dir=rtl] .blog-box .blog-details .blog-social li + li {
      padding-left: unset;
      padding-right: 20px;
    }
    html[dir=rtl] .blog-box .blog-details .blog-social li i {
      padding-right: unset;
      padding-left: 5px;
    }
    html[dir=rtl] .blog-box .blog-details-main .blog-social li {
      border-right: unset;
      border-left: 1px dotted;
    }
    html[dir=rtl] .blog-box .blog-details-main .blog-social li:last-child {
      border-left: 0;
    }
    html[dir=rtl] .comment-box .comment-social {
      text-align: left;
    }
    html[dir=rtl] .comment-box .comment-social li i {
      padding-right: unset;
      padding-left: 10px;
    }
    html[dir=rtl] .comment-box .d-flex img {
      margin-right: unset;
      margin-left: 30px;
    }
    html[dir=rtl] .comment-box ul ul {
      margin-right: 135px;
      margin-left: unset;
      padding-right: 0;
    }
    html[dir=rtl] .ql-snow.ql-toolbar button {
      float: right;
    }
    html[dir=rtl] .faq-widgets .flex-grow-1 p {
      padding-right: unset;
      padding-left: 20px;
    }
    html[dir=rtl] .faq-accordion.default-according .card .faq-header svg {
      left: 30px;
      right: unset;
    }
    html[dir=rtl] .faq-form .search-icon {
      left: 12px;
      right: unset;
    }
    html[dir=rtl] .faq-accordion.default-according .card .btn-link svg {
      margin-right: 20px;
      margin-left: 10px;
    }
    html[dir=rtl] .navigation-option ul li a {
      padding-left: unset;
      padding-right: 40px;
    }
    html[dir=rtl] .navigation-option ul li a svg {
      left: unset;
      right: 15px;
    }
    html[dir=rtl] .updates-faq {
      margin-left: 20px;
      margin-right: unset;
    }
    html[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__arrow {
      left: 10px !important;
      right: unset !important;
    }
    html[dir=rtl] .select2-container .select2-selection--single .select2-selection__rendered {
      padding-left: 20px;
      float: right;
      padding-right: 8px;
    }
    html[dir=rtl] .blog-box .blog-details .blog-social li svg {
      padding-right: unset;
      padding-left: 5px;
    }
    html[dir=rtl] .learning-card .categories .learning-header {
      padding-left: unset;
      padding-right: 15px;
    }
    html[dir=rtl] .learning-details .comment-box .comment-social li svg {
      padding-right: unset;
      padding-left: 10px;
    }
    html[dir=rtl] .ql-toolbar.ql-snow .ql-formats {
      margin-right: unset;
      margin-left: 15px;
    }
    html[dir=rtl] .ql-formats .ql-picker-label svg {
      right: unset !important;
      left: 0;
    }
    html[dir=rtl] .ql-editor ol {
      padding-left: unset !important;
      padding-right: 24px;
    }
    html[dir=rtl] .ql-editor ol li:not(.ql-direction-rtl)::before {
      margin-left: unset;
      margin-right: unset;
    }
    html[dir=rtl] .ql-editor ul {
      padding-left: unset !important;
      padding-right: 24px !important;
    }
    html[dir=rtl] .ql-editor ul li:not(.ql-direction-rtl)::before {
      margin-left: unset;
      margin-right: unset;
    }
    html[dir=rtl] .knowledgebase-search .form-inline svg {
      left: unset;
      right: 20px;
    }
    html[dir=rtl] .browse .browse-articles h6, html[dir=rtl] .browse .browse-articles .h6 {
      padding-left: unset;
      padding-right: 25px;
    }
    html[dir=rtl] .browse .browse-articles h6 span svg, html[dir=rtl] .browse .browse-articles .h6 span svg {
      margin-left: unset;
      margin-right: -27px;
    }
    html[dir=rtl] .browse .browse-articles span:nth-child(2) {
      padding-left: unset;
      padding-right: 20px;
    }
    html[dir=rtl] .starter-main .card-body ul {
      padding-right: 30px !important;
      padding-left: unset;
    }
    html[dir=rtl] .starter-main .alert-primary.inverse:before {
      left: unset;
      right: 54px;
    }
    html[dir=rtl] blockquote {
      border-left: unset;
      border-right: 4px solid var(--theme-default);
    }
    html[dir=rtl] .starter-main ol {
      padding-left: unset;
      padding-right: 2rem;
    }
    @media (max-width: 1870px) {
      html[dir=rtl] .apexcharts-legend {
        margin-right: -47px;
      }
    }
    html[dir=rtl] .bar-chart-widget .earning-details i {
      left: -240px;
    }
    @media (max-width: 767.98px) {
      html[dir=rtl] .bar-chart-widget .earning-details i {
        left: -147px !important;
      }
    }
    html[dir=rtl] .bar-chart-widget .bottom-content .b-r-light {
      border-left: 1px solid var(--border-color) !important;
      border-right: unset !important;
    }
    html[dir=rtl] .bar-chart-widget .bottom-content .num .ms-1 {
      margin-right: 0.25rem !important;
    }
    html[dir=rtl] .apexcharts-canvas {
      direction: ltr;
    }
    html[dir=rtl] .general-widget .b-l-primary {
      border-left: unset !important;
      border-right: 2px solid var(--theme-default) !important;
    }
    html[dir=rtl] .general-widget .border-l-primary {
      border-left: unset !important;
      border-right: 2px solid var(--theme-default) !important;
    }
    html[dir=rtl] .general-widget .b-l-secondary {
      border-left: unset !important;
      border-right: 2px solid var(--theme-secondary) !important;
    }
    html[dir=rtl] .general-widget .border-l-secondary {
      border-left: unset !important;
      border-right: 2px solid var(--theme-secondary) !important;
    }
    html[dir=rtl] .general-widget .b-l-success {
      border-left: unset !important;
      border-right: 2px solid var(--success-color) !important;
    }
    html[dir=rtl] .general-widget .border-l-success {
      border-left: unset !important;
      border-right: 2px solid var(--success-color) !important;
    }
    html[dir=rtl] .general-widget .b-l-danger {
      border-left: unset !important;
      border-right: 2px solid var(--danger-color) !important;
    }
    html[dir=rtl] .general-widget .border-l-danger {
      border-left: unset !important;
      border-right: 2px solid var(--danger-color) !important;
    }
    html[dir=rtl] .general-widget .b-l-warning {
      border-left: unset !important;
      border-right: 2px solid var(--warning-color) !important;
    }
    html[dir=rtl] .general-widget .border-l-warning {
      border-left: unset !important;
      border-right: 2px solid var(--warning-color) !important;
    }
    html[dir=rtl] .general-widget .b-l-info {
      border-left: unset !important;
      border-right: 2px solid var(--info-color) !important;
    }
    html[dir=rtl] .general-widget .border-l-info {
      border-left: unset !important;
      border-right: 2px solid var(--info-color) !important;
    }
    html[dir=rtl] .general-widget .b-l-light {
      border-left: unset !important;
      border-right: 2px solid var(--light-color) !important;
    }
    html[dir=rtl] .general-widget .border-l-light {
      border-left: unset !important;
      border-right: 2px solid var(--light-color) !important;
    }
    html[dir=rtl] .general-widget .b-l-dark {
      border-left: unset !important;
      border-right: 2px solid var(--body-font-color) !important;
    }
    html[dir=rtl] .general-widget .border-l-dark {
      border-left: unset !important;
      border-right: 2px solid var(--body-font-color) !important;
    }
    html[dir=rtl] .general-widget .upcoming-class ul li .flex-grow-1 h6, html[dir=rtl] .general-widget .upcoming-class ul li .flex-grow-1 .h6 {
      margin-left: unset;
      margin-right: 5px;
    }
    html[dir=rtl] .general-widget .upcoming-class ul li .flex-grow-1 p {
      margin-left: unset;
      margin-right: 5px;
    }
    html[dir=rtl] .general-widget .small-widget .bg-gradient {
      right: unset;
      left: -12px;
    }
    html[dir=rtl] .general-widget .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
      margin-right: 0 !important;
    }
    html[dir=rtl] .default-dashboard .manage-invoice table tbody tr td:first-child .form-check {
      padding-left: unset;
      padding-right: 17px;
    }
    html[dir=rtl] .default-dashboard .manage-invoice table tbody tr td:first-child .form-check label::before {
      left: unset;
      right: 0;
      margin-left: unset;
      margin-right: -16px;
    }
    html[dir=rtl] .default-dashboard .total-invest .invest-content .btn span {
      margin-right: unset;
      margin-left: 3px;
    }
    html[dir=rtl] .default-dashboard .transaction-history table tbody tr td:nth-child(2) {
      min-width: 103px;
    }
    html[dir=rtl] .dropdown .dropdown-toggle {
      text-align: right;
    }
    html[dir=rtl] .dropdown .dropdown-toggle:after {
      right: unset;
      left: 10px;
    }
    html[dir=rtl] .dashboard-2 .analytics-card .sale-chart-box .d-flex li .statistic-content span {
      margin-right: unset;
      margin-left: 5px;
    }
    html[dir=rtl] .dashboard-2 .analytics-card .sale-chart-box .d-flex li .statistic-num span {
      margin-left: unset;
      margin-right: 15px;
    }
    html[dir=rtl] .dashboard-2 .analytics-card .sale-chart-box .d-flex li + li {
      padding-left: unset;
      margin-left: unset;
      padding-right: 25px;
      margin-right: 25px;
    }
    html[dir=rtl] .dashboard-2 .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
      margin-right: 0 !important;
    }
    html[dir=rtl] .dashboard-2 .timeline-card .activity-timeline .d-flex .flex-grow-1 {
      margin-left: unset;
      margin-right: 8px;
    }
    html[dir=rtl] .dashboard-2 .timeline-card .activity-timeline .d-flex .activity-line {
      left: unset;
      right: 30px;
    }
    @media (max-width: 575px) {
      html[dir=rtl] .dashboard-2 .timeline-card .activity-timeline .d-flex .activity-line {
        right: 22px;
      }
    }
    @media (max-width: 767px) and (min-width: 576px) {
      html[dir=rtl] .dashboard-2 .value-chart .visitor-chart,
      html[dir=rtl] .dashboard-2 .value-chart .sales-chart {
        margin: 0 -52px 0 -20px;
      }
    }
    html[dir=rtl] .dashboard-3 .b-l-primary {
      border-left: unset !important;
      border-right: 2px solid var(--theme-default) !important;
    }
    html[dir=rtl] .dashboard-3 .border-l-primary {
      border-left: unset !important;
      border-right: 2px solid var(--theme-default) !important;
    }
    html[dir=rtl] .dashboard-3 .b-l-secondary {
      border-left: unset !important;
      border-right: 2px solid var(--theme-secondary) !important;
    }
    html[dir=rtl] .dashboard-3 .border-l-secondary {
      border-left: unset !important;
      border-right: 2px solid var(--theme-secondary) !important;
    }
    html[dir=rtl] .dashboard-3 .b-l-success {
      border-left: unset !important;
      border-right: 2px solid var(--success-color) !important;
    }
    html[dir=rtl] .dashboard-3 .border-l-success {
      border-left: unset !important;
      border-right: 2px solid var(--success-color) !important;
    }
    html[dir=rtl] .dashboard-3 .b-l-danger {
      border-left: unset !important;
      border-right: 2px solid var(--danger-color) !important;
    }
    html[dir=rtl] .dashboard-3 .border-l-danger {
      border-left: unset !important;
      border-right: 2px solid var(--danger-color) !important;
    }
    html[dir=rtl] .dashboard-3 .b-l-warning {
      border-left: unset !important;
      border-right: 2px solid var(--warning-color) !important;
    }
    html[dir=rtl] .dashboard-3 .border-l-warning {
      border-left: unset !important;
      border-right: 2px solid var(--warning-color) !important;
    }
    html[dir=rtl] .dashboard-3 .b-l-info {
      border-left: unset !important;
      border-right: 2px solid var(--info-color) !important;
    }
    html[dir=rtl] .dashboard-3 .border-l-info {
      border-left: unset !important;
      border-right: 2px solid var(--info-color) !important;
    }
    html[dir=rtl] .dashboard-3 .b-l-light {
      border-left: unset !important;
      border-right: 2px solid var(--light-color) !important;
    }
    html[dir=rtl] .dashboard-3 .border-l-light {
      border-left: unset !important;
      border-right: 2px solid var(--light-color) !important;
    }
    html[dir=rtl] .dashboard-3 .b-l-dark {
      border-left: unset !important;
      border-right: 2px solid var(--body-font-color) !important;
    }
    html[dir=rtl] .dashboard-3 .border-l-dark {
      border-left: unset !important;
      border-right: 2px solid var(--body-font-color) !important;
    }
    html[dir=rtl] .dashboard-3 .upcoming-card .upcoming-class ul li .flex-grow-1 h6, html[dir=rtl] .dashboard-3 .upcoming-card .upcoming-class ul li .flex-grow-1 .h6 {
      padding-left: unset;
      padding-right: 15px;
    }
    html[dir=rtl] .dashboard-3 .upcoming-card .upcoming-class ul li .flex-grow-1 p {
      padding-left: unset;
      padding-right: 15px;
    }
    html[dir=rtl] .dashboard-3 .graphic-design ul li + li {
      border-left: unset;
      border-right: 2px solid var(--border-color);
      padding-left: unset;
      padding-right: 15px;
    }
    html[dir=rtl] .dashboard-3 .details-table table thead tr th:first-child {
      padding-right: unset;
      padding-left: inherit;
    }
    html[dir=rtl] .dashboard-3 .details-table table tbody tr td:first-child {
      padding-right: unset;
      padding-left: inherit;
    }
    html[dir=rtl] .dashboard-3 .pie-card .revenue-category .donut-legend > span {
      margin-right: unset;
      margin-left: 8px;
    }
    @media (max-width: 1870px) and (min-width: 1770px) {
      html[dir=rtl] .dashboard-3 .pie-card .revenue-category .donut-legend > span {
        margin-left: 6px;
      }
    }
    html[dir=rtl] .dashboard-3 .pie-card .revenue-category .donut-legend > span > i {
      margin-right: unset;
      margin-left: 7px;
    }
    html[dir=rtl] .dashboard-3 .todo-list ul li .flex-shrink-0 .form-check {
      padding-right: 28px;
    }
    html[dir=rtl] .file-manager .folder li:nth-child(n+2) {
      margin-left: unset;
      margin-right: 12px;
    }
    @media screen and (max-width: 460px) {
      html[dir=rtl] .file-manager .folder li:nth-child(n+2) {
        margin-right: 0;
      }
    }
    html[dir=rtl] .prooduct-details-box .d-flex {
      padding-left: unset;
      padding-right: 10px;
    }
    html[dir=rtl] .fg-emoji-container {
      left: unset !important;
      right: calc(10px + 1395 * (100vw - 320px) / 1600) !important;
    }
    html[dir=rtl] .fg-emoji-picker-search .fg-emoji-picker-search-icon {
      right: unset;
      left: 0;
    }
    html[dir=rtl] .nav i {
      margin-right: unset;
      margin-left: 10px;
    }
    html[dir=rtl] .search-page .theme-form input {
      padding-left: unset;
      padding-right: 20px;
    }
    html[dir=rtl] .scroll-bar .list-group .list-group-item .badge {
      margin-right: auto;
    }
    html[dir=rtl] .treejs .treejs-node__checked > .treejs-checkbox:after {
      left: unset;
      right: 6px;
    }
    html[dir=rtl] .heart-rating {
      text-align: right;
    }
    html[dir=rtl] .heart-rating label {
      float: left;
    }
    html[dir=rtl] .main-inline-calender .form-control {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    html[dir=rtl] .main .langChoice {
      right: unset;
      left: 40px;
    }
    html[dir=rtl] .location-checkbox span {
      padding-left: unset;
      padding-right: 33px;
    }
    @media (min-width: 575px) {
      html[dir=rtl] .offset-sm-3 {
        margin-left: unset;
        margin-right: 25%;
      }
    }
    html[dir=rtl] header ul[class*=header-] > li:last-child .cloud-mode {
      padding: 8px 10px 8px 14px;
    }
    html[dir=rtl] header ul[class*=header-] > li:last-child .cloud-mode h3::before, html[dir=rtl] header ul[class*=header-] > li:last-child .cloud-mode .h3::before {
      right: unset;
      left: -3px;
    }
    html[dir=rtl] header ul[class*=header-] > li .badge {
      right: unset;
      left: -6px;
    }
    html[dir=rtl] .form-control.is-invalid {
      background-position: left calc(0.375em + 0.1875rem) center;
      padding-left: calc(1.5em + 0.75rem);
      padding-right: 12px;
    }
    html[dir=rtl] .sidebar-body .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
      right: unset;
      left: 0;
    }
    html[dir=rtl] .sidebar-body .ql-formats {
      border-left: 1px solid rgba(var(--gray-60), 1);
      border-right: unset;
    }
    html[dir=rtl] .sidebar-body .ql-formats:last-of-type {
      border-left: unset;
    }
    html[dir=rtl] .sidebar-body .form-select {
      padding: 6px 12px 6px 36px !important;
    }
    html[dir=rtl] .toolbar-box .ql-editor {
      text-align: right;
    }
    html[dir=rtl] .form-select {
      background-position: left 0.75rem center;
    }
    html[dir=rtl] .form-check {
      padding-right: 1.25rem;
      padding-left: unset;
    }
    html[dir=rtl] .form-check .form-check-input {
      float: right;
      margin-left: unset;
      margin-right: -1.5em;
    }
    html[dir=rtl] .tagify__tag__removeBtn {
      margin-right: auto;
      margin-left: 4.6666666667px;
    }
    html[dir=rtl] .tagify__tag {
      margin-right: 5px;
      margin-left: 0px;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-1 {
      right: 12px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-2 {
      right: 18px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-3 {
      right: 36px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-4 {
      right: 42px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-5 {
      right: 48px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-6 {
      right: 66px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-7 {
      right: 72px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-8 {
      right: 78px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-9 {
      right: 84px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-10 {
      right: 103px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-11 {
      right: 109px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-12 {
      right: 115px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-13 {
      right: 121px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-14 {
      right: 127px;
      left: unset;
    }
    html[dir=rtl] .grid-options ul li a .line-grid-15 {
      right: 133px;
      left: unset;
    }
    html[dir=rtl] .product-wrapper .product-grid .feature-products form .form-group i {
      right: unset;
      left: 30px;
    }
    html[dir=rtl] .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .card-header h6 .pull-right i, html[dir=rtl] .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .card-header .h6 .pull-right i {
      left: auto;
      right: unset;
    }
    html[dir=rtl] .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-button-prev {
      left: 46px;
      right: auto;
    }
    html[dir=rtl] .product-wrapper .product-grid .feature-products .product-sidebar .filter-section .card .left-filter .product-page .swiper-container .swiper-button-next {
      right: unset;
      left: 27px;
    }
    html[dir=rtl] .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group {
      border-radius: 0;
    }
    html[dir=rtl] .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .product-box .product-details .product-size ul li:nth-child(n+2) {
      margin-left: unset;
      margin-right: 15px;
    }
    html[dir=rtl] .product-wrapper .product-grid .product-wrapper-grid .product-box .modal .modal-header .btn-close {
      right: unset;
      left: 15px;
    }
    html[dir=rtl] .checkbox_animated {
      margin: 0 21px 0 16px;
    }
    html[dir=rtl] .radio_animated {
      margin: 0 8px 0 16px;
    }
    html[dir=rtl] .img-paypal {
      margin-left: unset;
      margin-right: 15px;
    }
    html[dir=rtl] .order-box .sub-total .shipping-class .shopping-checkout-option {
      float: left;
    }
    html[dir=rtl] .order-box .sub-total li .count {
      float: left;
    }
    html[dir=rtl] .collection-filter-block svg {
      margin-right: auto;
      margin-left: 10px;
    }
    html[dir=rtl] .owl-carousel {
      direction: ltr;
    }
    html[dir=rtl] .list-product .datatable-dropdown label:before {
      right: 38px;
      left: unset;
    }
    html[dir=rtl] .list-product .datatable-sorter::before {
      right: unset;
      left: 4px;
    }
    html[dir=rtl] .list-product .datatable-sorter::after {
      right: unset;
      left: 4px;
    }
    html[dir=rtl] .list-product-header a.btn i {
      padding-right: unset;
      padding-left: 8px;
    }
    html[dir=rtl] .prooduct-details-box .btn {
      right: unset;
      left: 15px;
    }
    html[dir=rtl] .prooduct-details-box .close {
      right: unset;
      left: 10px;
    }
    html[dir=rtl] .order-history table tbody tr td .product-name .order-process .order-process-circle:before {
      right: -15px;
      left: unset;
    }
    html[dir=rtl] .right-sidebar-chat {
      border-top-left-radius: unset;
      border-bottom-left-radius: unset;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    html[dir=rtl] .left-sidebar-wrapper {
      border-top-left-radius: unset;
      border-bottom-left-radius: unset;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
    }
    html[dir=rtl] .left-sidebar-wrapper .left-sidebar-chat .form-control {
      border-radius: 0;
      border: none !important;
    }
    html[dir=rtl] .left-sidebar-wrapper .left-sidebar-chat .input-group-text {
      border-top-right-radius: initial !important;
      border-bottom-right-radius: initial !important;
      padding-left: 0;
      border: none !important;
      padding-right: 12px;
      margin-left: 1px;
      border-left: none;
      margin-right: unset;
      border-right: unset;
    }
    html[dir=rtl] .msg-img {
      margin-left: 10px;
      margin-right: unset;
    }
    html[dir=rtl] .right-sidebar-title .common-space .chat-time.group-chat ul li + li {
      margin-left: unset;
      margin-right: -12px;
    }
    html[dir=rtl] .border-right {
      border-left: 1px solid rgba(var(--border-color), 1) !important;
      border-right: unset !important;
    }
    html[dir=rtl] .social-details .social-follow li + li::before {
      left: unset;
      right: -15px;
    }
    html[dir=rtl] .user-profile .hovercard .user-image .share-icons li {
      margin-right: unset;
      margin-left: 10px;
    }
    html[dir=rtl] .default-according.style-1 button:before {
      right: unset;
      left: 20px;
    }
    html[dir=rtl] .comments-box .form-control {
      border-radius: 0 !important;
    }
    html[dir=rtl] .social-chat .flex-grow-1:before {
      right: unset;
      left: 100%;
      border: 7px solid transparent;
      border-right: unset;
      border-left: 7px solid rgba(73, 80, 87, 0.8);
    }
    html[dir=rtl] .social-chat .flex-grow-1:after {
      right: unset;
      left: 100%;
      border: 7px solid transparent;
      border-right: unset;
      border-left: 7px solid var(--white);
    }
    html[dir=rtl] .social-chat .other-msg {
      margin-left: unset;
      margin-right: 40px;
    }
    html[dir=rtl] .social-status .d-flex .social-status {
      left: unset;
      right: 35px;
    }
    html[dir=rtl] .card-header .card-header-right {
      right: unset;
      left: 15px;
      float: left;
    }
    html[dir=rtl] .card-header .card-header-right .card-option {
      text-align: left;
    }
    html[dir=rtl] .code-box-copy__btn {
      left: 11px;
      right: unset;
    }
    html[dir=rtl] pre[class*=language-] {
      text-align: right;
    }
    html[dir=rtl] .alert {
      text-align: right;
    }
    html[dir=rtl] .alert-dismissible {
      padding-right: 15px;
      padding-left: 2.5rem;
    }
    html[dir=rtl] .alert-dismissible .btn-close {
      left: 0;
      right: unset;
    }
    html[dir=rtl] .modal-header .btn-close {
      margin: -0.5rem auto -0.5rem -0.5rem;
      left: 25px;
      top: 22px;
    }
    html[dir=rtl] .custom-alert .demo-img .modal-content .balance-box .balance-profile ul li + li::before {
      left: unset;
      right: -25px;
    }
    html[dir=rtl] .small-progressbar::after {
      right: unset;
      left: -9px;
    }
    html[dir=rtl] .small-progressbar .animate-circle {
      right: unset;
      left: -18px;
    }
    html[dir=rtl] .dropdown-toggle::after {
      margin-right: 8px;
      margin-left: unset;
    }
    html[dir=rtl] .dropdown-basic .separated-btn .btn {
      border-radius: 0.25rem;
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
    }
    html[dir=rtl] .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
    }
    html[dir=rtl] .list-group-horizontal-sm > .list-group-item + .list-group-item,
    html[dir=rtl] .list-group-horizontal-md > .list-group-item + .list-group-item,
    html[dir=rtl] .list-group-horizontal-lg > .list-group-item + .list-group-item,
    html[dir=rtl] .list-group-horizontal-xl > .list-group-item + .list-group-item,
    html[dir=rtl] .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-left-width: 1px;
    }
    html[dir=rtl] .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child),
    html[dir=rtl] .list-group-horizontal-md > .list-group-item:first-child:not(:last-child),
    html[dir=rtl] .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child),
    html[dir=rtl] .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child),
    html[dir=rtl] .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0.375rem;
      border-top-left-radius: 0px;
      border-top-right-radius: 0.375rem;
    }
    html[dir=rtl] .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child),
    html[dir=rtl] .list-group-horizontal-md > .list-group-item:last-child:not(:first-child),
    html[dir=rtl] .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child),
    html[dir=rtl] .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child),
    html[dir=rtl] .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: 0px;
      border-top-left-radius: 0.375rem;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0.375rem;
    }
    html[dir=rtl] .list-behavior-1 .flex-grow-1 {
      margin-right: 16px;
      margin-left: unset;
    }
    html[dir=rtl] .list-group i {
      margin-left: 10px;
      margin-right: 0;
    }
    html[dir=rtl] .list-group img {
      margin-left: 10px;
      margin-right: 0;
    }
    html[dir=rtl] .list-group .list-group-item div {
      margin-left: auto;
      margin-right: 8px;
    }
    html[dir=rtl] .accordion-button .icon {
      left: 20px;
      right: unset;
    }
    html[dir=rtl] .accordion-border .accordion-item .accordion-button {
      padding-right: 50px;
    }
    html[dir=rtl] .treejs .treejs-nodes {
      padding-left: unset;
      padding-right: 20px;
    }
    html[dir=rtl] .treejs .treejs-node__halfchecked > .treejs-checkbox:after {
      right: 3px;
      left: unset;
    }
    html[dir=rtl] .toast-rtl .toast .toast-header strong {
      margin-right: unset !important;
      margin-left: auto !important;
    }
    html[dir=rtl] .toast-rtl .toast .btn-close {
      margin-right: 6px;
      margin-left: unset;
    }
    html[dir=rtl] .toast-icons {
      margin-right: unset;
      margin-left: 6px;
    }
    html[dir=rtl] .theme-close {
      right: unset;
      left: 0;
    }
    html[dir=rtl] .swiper {
      direction: ltr;
    }
    html[dir=rtl] .page-item:first-child .page-link {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 0.375rem;
      border-bottom-right-radius: 0.375rem;
    }
    html[dir=rtl] .page-item:last-child .page-link {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-left-radius: 0.375rem;
      border-bottom-left-radius: 0.375rem;
    }
    html[dir=rtl] .img-cropper .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
    }
    html[dir=rtl] .img-cropper .btn-group > .btn:nth-child(2) {
      border-radius: 0 !important;
    }
    html[dir=rtl] .img-cropper .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
    html[dir=rtl] .img-cropper .btn-group > :not(:last-child) > .btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
    }
    html[dir=rtl] .img-cropper .btn-group > .btn:nth-child(2) {
      border-radius: 0 !important;
    }
    html[dir=rtl] .img-cropper .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
    html[dir=rtl] .img-cropper .btn-group > :not(:last-child) > .btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
    }
    html[dir=rtl] .img-cropper .btn-group button:last-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
    }
    html[dir=rtl] .img-cropper .docs-toggles .btn-group .btn {
      border-radius: 0;
    }
    html[dir=rtl] .img-cropper .docs-toggles .btn-group .btn:last-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
    }
    html[dir=rtl] .img-cropper .btn-group .btn + .btn {
      margin-right: -1px;
    }
    html[dir=rtl] .img-cropper .btn-group .btn + .btn-group {
      margin-right: -1px;
    }
    html[dir=rtl] .timeline-event-wrapper .list-group .list-group-item div {
      margin-right: 0;
      margin-left: 10px !important;
    }
    html[dir=rtl] .main-timeline ul::before {
      right: 5px !important;
      left: unset !important;
    }
    html[dir=rtl] .form-check-reverse .form-check-input {
      float: right;
      margin-left: 0;
      margin-right: 10px;
    }
    html[dir=rtl] .checkbox label {
      padding-right: 16px;
      padding-left: unset;
    }
    html[dir=rtl] .checkbox-wrapper li label {
      padding-right: 0;
    }
    html[dir=rtl] .radio-wrapper li label {
      padding-right: 0;
    }
    html[dir=rtl] .radio-wrapper li .form-check-label i {
      padding-right: 0;
      padding-left: 8px;
    }
    html[dir=rtl] .checkbox-wrapper li .form-check-label i {
      padding-right: 0;
      padding-left: 8px;
    }
    html[dir=rtl] .filled-checkbox .checkbox label::before {
      left: unset;
      right: 0;
      margin-left: unset;
      margin-right: -16px;
    }
    html[dir=rtl] .custom-checkbox .checkbox label::before {
      left: unset;
      right: 0;
      margin-left: unset;
      margin-right: -16px;
    }
    html[dir=rtl] .main-img-checkbox .img-checkbox .main-img-cover {
      left: unset;
      right: 15px;
    }
    html[dir=rtl] .custom-radio .radio label {
      padding-left: 0;
      padding-right: 15px;
    }
    html[dir=rtl] .custom-radio .radio label::before {
      right: 0;
      margin-right: -20px;
      left: unset;
    }
    html[dir=rtl] .custom-radio .radio label::after {
      right: 5px;
      left: unset;
      margin-right: -20px;
      margin-left: unset;
    }
    html[dir=rtl] .rtl-input .form-check.form-switch {
      padding-right: 40px;
    }
    html[dir=rtl] .rtl-input .form-check.form-switch .form-check-input {
      margin-left: unset;
      margin-right: -40px;
      float: right;
    }
    html[dir=rtl] .rtl-input .form-check.form-check-inline {
      padding: 0;
    }
    html[dir=rtl] .form-check-size .form-check-inline {
      margin: 0;
    }
    html[dir=rtl] .checkbox-radio .checkbox label::before {
      right: 0;
      left: unset;
      margin-right: -16px;
      margin-left: unset;
    }
    html[dir=rtl] .simple-radios .radio label {
      padding-left: unset;
      padding-right: 5px;
    }
    html[dir=rtl] .simple-radios .radio label::before {
      left: unset;
      right: 0;
      margin-left: unset;
      margin-right: -22px;
    }
    html[dir=rtl] .simple-radios .radio label::after {
      left: unset;
      right: 3px;
      margin-left: unset;
      margin-right: -20px;
    }
    html[dir=rtl] .main-inline-calender .flatpickr-calendar {
      border-top-left-radius: 5px !important;
      border-bottom-left-radius: 5px !important;
    }
    html[dir=rtl] .pre-post-touchspin .increment-touchspin {
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
    }
    html[dir=rtl] .pre-post-touchspin .btn-outline-secondary {
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
    }
    html[dir=rtl] .pre-post-touchspin .decrement-touchspin {
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
    }
    html[dir=rtl] .pre-post-touchspin .input-touchspin {
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
    }
    html[dir=rtl] .pre-post-touchspin .input-group-text {
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
    }
    html[dir=rtl] .choices[data-type*=select-one] .choices__button {
      right: unset;
      left: 0;
      margin-right: unset;
      margin-left: 25px;
    }
    html[dir=rtl] .choices[data-type*=select-one]::after {
      right: unset;
      left: 11.5px;
    }
    html[dir=rtl] .basic-wizard .stepper-horizontal .step .step-bar-left {
      left: unset;
      right: 44%;
      margin-left: unset;
      margin-right: 1rem;
    }
    html[dir=rtl] .horizontal-wizard-wrapper .main-horizontal-header .horizontal-options a .horizontal-wizard .stroke-icon-wizard i {
      margin-right: unset;
      margin-left: 10px;
    }
    html[dir=rtl] .email-verify .card-wrapper .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-left-radius: initial;
      border-bottom-left-radius: initial;
    }
    html[dir=rtl] .email-verify .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
      border-top-right-radius: initial;
      border-bottom-right-radius: initial;
    }
    html[dir=rtl] .ui-components .btn-group > .btn:not(:first-child) {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    html[dir=rtl] .ui-components .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
    html[dir=rtl] .ui-components .btn-group > :not(:last-child) > .btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
    }
    html[dir=rtl] .ui-components .btn-group > .btn:nth-child(2) {
      border-radius: 0 !important;
    }
    html[dir=rtl] .m-squar.checkbox label::before {
      left: unset;
      right: 0;
      margin-left: unset;
      margin-right: -16px;
    }
    html[dir=rtl] .checkbox-dark.checkbox label::before {
      left: unset;
      right: -3px;
      margin-left: unset;
      margin-right: -16px;
    }
    html[dir=rtl] .checkbox-solid-primary.checkbox label::before {
      left: unset;
      right: -2px;
      margin-left: unset;
      margin-right: -16px;
    }
    html[dir=rtl] .m-checkbox-inline .checkbox label::before {
      left: unset;
      right: -3px;
      margin-left: unset;
      margin-right: -16px;
    }
    html[dir=rtl] .m-checkbox-inline label {
      margin-left: 20px;
      margin-right: 0;
    }
    html[dir=rtl] table.dataTable thead > tr > th:after {
      left: 0.5em !important;
      right: unset;
    }
    html[dir=rtl] table.dataTable thead .sorting:before {
      left: 1em !important;
      right: unset;
    }
    html[dir=rtl] table.dataTable thead .sorting_asc:before {
      left: 1em !important;
      right: unset;
    }
    html[dir=rtl] table.dataTable thead .sorting_desc:before {
      left: 1em !important;
      right: unset;
    }
    html[dir=rtl] table.dataTable thead .sorting_asc_disabled:before {
      left: 1em !important;
      right: unset;
    }
    html[dir=rtl] table.dataTable thead .sorting_desc_disabled:before {
      left: 1em !important;
      right: unset;
    }
    html[dir=rtl] div.dataTables_wrapper div.dataTables_paginate {
      margin-right: 15px !important;
      margin-left: 0 !important;
      float: left;
    }
    html[dir=rtl] .dataTables_wrapper .dataTables_info {
      float: right;
    }
    html[dir=rtl] div .action .edit {
      margin-left: 5px;
    }
    html[dir=rtl] table.dataTable thead > tr > th {
      padding-left: 30px;
      padding-right: 12px;
    }
    html[dir=rtl] .dataTables_wrapper .dataTables_filter {
      margin-left: unset;
      margin-right: 15px;
      float: left;
    }
    html[dir=rtl] .dataTables_wrapper .dataTables_length {
      float: right;
    }
    html[dir=rtl] .blog-box .blog-details .blog-social li + li {
      padding-left: unset;
      padding-right: 20px;
    }
    html[dir=rtl] .blog-box .blog-details .blog-social li i {
      padding-right: unset;
      padding-left: 5px;
    }
    html[dir=rtl] .blog-box .blog-details-main .blog-social li {
      border-right: unset;
      border-left: 1px dotted;
    }
    html[dir=rtl] .blog-box .blog-details-main .blog-social li:last-child {
      border-left: 0;
    }
    html[dir=rtl] .comment-box .comment-social {
      text-align: left;
    }
    html[dir=rtl] .comment-box .comment-social li {
      padding-left: 0;
      padding-right: 20px;
    }
    html[dir=rtl] .comment-box .comment-social li i {
      padding-right: unset;
      padding-left: 10px;
    }
    html[dir=rtl] .comment-box .d-flex img {
      margin-right: unset;
      margin-left: 30px;
    }
    html[dir=rtl] .comment-box ul ul {
      margin-right: 135px;
      margin-left: unset;
      padding-right: 0;
    }
    html[dir=rtl] .ql-snow.ql-toolbar button {
      float: right;
    }
    html[dir=rtl] .faq-widgets .flex-grow-1 p {
      padding-right: unset;
      padding-left: 20px;
    }
    html[dir=rtl] .faq-accordion.default-according .card .faq-header svg {
      left: 30px;
      right: unset;
    }
    html[dir=rtl] .faq-form .search-icon {
      left: 12px;
      right: unset;
    }
    html[dir=rtl] .faq-accordion.default-according .card .btn-link svg {
      margin-right: 20px;
      margin-left: 10px;
    }
    html[dir=rtl] .navigation-option ul li a {
      padding-left: unset;
      padding-right: 40px;
    }
    html[dir=rtl] .navigation-option ul li a svg {
      left: unset;
      right: 15px;
    }
    html[dir=rtl] .updates-faq {
      margin-left: 20px;
      margin-right: unset;
    }
    html[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__arrow {
      left: 10px !important;
      right: unset !important;
    }
    html[dir=rtl] .select2-container .select2-selection--single .select2-selection__rendered {
      padding-left: 20px;
      float: right;
      padding-right: 8px;
    }
    html[dir=rtl] .blog-box .blog-details .blog-social li svg {
      padding-right: unset;
      padding-left: 5px;
    }
    html[dir=rtl] .learning-card .categories .learning-header {
      padding-left: unset;
      padding-right: 15px;
    }
    html[dir=rtl] .learning-details .comment-box .comment-social li svg {
      padding-right: unset;
      padding-left: 10px;
    }
    html[dir=rtl] .ql-toolbar.ql-snow .ql-formats {
      margin-right: unset;
      margin-left: 15px;
    }
    html[dir=rtl] .ql-formats .ql-picker-label svg {
      right: unset !important;
      left: 0;
    }
    html[dir=rtl] .ql-editor ol {
      padding-left: unset !important;
      padding-right: 24px;
    }
    html[dir=rtl] .ql-editor ol li:not(.ql-direction-rtl)::before {
      margin-left: unset;
      margin-right: unset;
    }
    html[dir=rtl] .ql-editor ul {
      padding-left: unset !important;
      padding-right: 24px !important;
    }
    html[dir=rtl] .ql-editor ul li:not(.ql-direction-rtl)::before {
      margin-left: unset;
      margin-right: unset;
    }
    html[dir=rtl] .knowledgebase-search .form-inline svg {
      left: unset;
      right: 20px;
    }
    html[dir=rtl] .browse .browse-articles h6, html[dir=rtl] .browse .browse-articles .h6 {
      padding-left: unset;
      padding-right: 25px;
    }
    html[dir=rtl] .browse .browse-articles h6 span svg, html[dir=rtl] .browse .browse-articles .h6 span svg {
      margin-left: unset;
      margin-right: -27px;
    }
    html[dir=rtl] .browse .browse-articles span:nth-child(2) {
      padding-left: unset;
      padding-right: 20px;
    }
    html[dir=rtl] .starter-main .card-body ul {
      padding-right: 30px !important;
      padding-left: unset;
    }
    html[dir=rtl] .starter-main .alert-primary.inverse:before {
      left: unset;
      right: 54px;
    }
    html[dir=rtl] blockquote {
      border-left: unset;
      border-right: 4px solid rgba(var(--primary-color), 1);
    }
    html[dir=rtl] .starter-main ol {
      padding-left: unset;
      padding-right: 2rem;
    }
    @media (max-width: 1870px) {
      html[dir=rtl] .apexcharts-legend {
        margin-right: -47px;
      }
    }
    html[dir=rtl] .bar-chart-widget .earning-details i {
      left: -240px;
    }
    @media (max-width: 767.98px) {
      html[dir=rtl] .bar-chart-widget .earning-details i {
        left: -147px !important;
      }
    }
    html[dir=rtl] .bar-chart-widget .bottom-content .b-r-light {
      border-left: 1px solid rgba(var(--border-color), 1) !important;
      border-right: unset !important;
    }
    html[dir=rtl] .bar-chart-widget .bottom-content .num .ms-1 {
      margin-right: 0.25rem !important;
    }
    html[dir=rtl] .apexcharts-canvas {
      direction: ltr;
    }
    html[dir=rtl] .user-profile .border-right {
      border-right: unset !important;
      border-left: 1px solid var(--border-color) !important;
    }
    html[dir=rtl] .img-cropper .docs-buttons > .btn {
      margin-right: unset;
      margin-left: 10px;
    }
    html[dir=rtl] .img-cropper .docs-buttons > .btn-group {
      margin-right: unset;
      margin-left: 10px;
    }
    html[dir=rtl] .img-cropper .docs-buttons > .form-control {
      margin-right: unset;
      margin-left: 10px;
    }
    html[dir=rtl] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
    html[dir=rtl] .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    html[dir=rtl] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
      margin-left: unset;
      margin-right: -1px;
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    html[dir=rtl] .btn-group > .btn:nth-child(n+3), html[dir=rtl] .btn-group > :not(.btn-check) + .btn {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-left-radius: inherit;
      border-bottom-left-radius: inherit;
    }
    html[dir=rtl] .btn-group > :not(.btn-check) + .btn {
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
    }

/**=====================
  4.3 Update CSS Start
  ==========================**/
  .animate-img .card {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
  }
  .animate-img .animate-widget img {
    width: 100%;
    height: 350px;
    margin: 0 auto;
    object-fit: cover;
  }

  .modal-popup.modal {
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .modal-popup.modal .modal-dialog .theme-close {
    width: calc(25px + 15 * (100vw - 320px) / 1600);
    height: calc(25px + 15 * (100vw - 320px) / 1600);
    font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  }

  @media (max-width: 442px) {
    .animated-modal .form-select {
      width: 100% !important;
    }
  }

  .theme-close {
    opacity: 1;
    position: absolute;
    z-index: 1;
    right: 0;
    background-color: var(--white) !important;
  }

  .code-box-copy {
    width: 100%;
    overflow: auto;
  }

  code[class*=language-] {
    text-shadow: none !important;
  }

  pre[class*=language-] {
    text-shadow: none !important;
  }

  .tooltip-inner {
    background-color: var(--theme-default);
    color: #ffffff;
  }

  .tooltip.bs-tooltip-top .tooltip-arrow:before, .tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before {
    border-top-color: var(--theme-default);
  }

  .tooltip.bs-tooltip-bottom .tooltip-arrow:before, .tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before {
    border-bottom-color: var(--theme-default);
  }

  .tooltip.bs-tooltip-end .tooltip-arrow:before, .tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before {
    border-right-color: var(--theme-default);
  }

  .tooltip.bs-tooltip-start .tooltip-arrow:before, .tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before {
    border-left-color: var(--theme-default);
  }

  .swal2-popup {
    background: var(--white) !important;
  }

  .swal2-range {
    background: var(--white) !important;
  }

  .swal2-checkbox {
    background: var(--white) !important;
  }

  .popover {
    z-index: 9999;
  }

  .btn-info:hover {
    color: #ffffff;
  }

  #chart-widget1,
  #chart-widget2,
  #chart-widget3 {
    margin-bottom: -16px;
  }

  .dark-card .card-header {
    border-bottom: 1px solid #474545;
  }
  .dark-card .card-footer {
    border-top: 1px solid #474545;
  }

  .typography-table .display-h1 {
    font-size: 30px;
  }

  .btn-info:hover {
    color: #ffffff !important;
  }

  .ql-snow.ql-toolbar .ql-picker-item:hover {
    color: var(--theme-default);
  }
  .ql-snow.ql-toolbar .ql-picker-label:hover {
    color: var(--theme-default);
  }
  .ql-snow.ql-toolbar .ql-picker-label:hover svg .ql-stroke {
    stroke: var(--theme-default);
  }
  .ql-snow.ql-toolbar button:hover .ql-stroke {
    stroke: var(--theme-default);
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
  }

  .modal-bookmark .modal-content .modal-header {
    width: 100%;
  }

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

  label {
    margin-bottom: 0.5rem;
  }

  [dir=rtl] .list-page ol {
    padding-right: 0;
  }

  .dropzone.dropzone-secondary {
    background-color: rgba(243, 145, 89, 0.1);
  }

  .login-card input[type=password] {
    padding: 12px 60px 12px 12px !important;
  }

  .theme-form input[type=text], .theme-form input[type=email], .theme-form input[type=search], .theme-form input[type=password], .theme-form input[type=number], .theme-form input[type=tel], .theme-form input[type=date], .theme-form input[type=datetime-local], .theme-form input[type=time], .theme-form input[type=datetime-local], .theme-form input[type=month], .theme-form input[type=week], .theme-form input[type=url], .theme-form input[type=file], .theme-form textarea, .theme-form select {
    border-color: var(--border-color);
    background-color: var(--white);
    font-size: 14px;
    padding: 12px 10px;
    box-shadow: none;
  }

  .modal-header, .modal-body, .modal-footer {
    width: 100%;
  }

/**=====================
    4.3 Update CSS Ends
    ==========================**/
/**=====================
 custom CSS Start
 ==========================**/
 .sidebar-pannle-main {
  position: fixed;
  bottom: 80px;
  z-index: 9;
  right: 30px;
}
@media (max-width: 575px) {
  .sidebar-pannle-main {
    display: none;
  }
}
.sidebar-pannle-main ul .icon-btn {
  transition: all 1s;
  cursor: pointer;
  margin-bottom: 10px;
  height: calc(1.4rem + 1.5em + 2px);
  width: calc(1.4rem + 1.5em + 2px);
  border-radius: 100%;
  font-weight: 800;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border: 0 !important;
  box-shadow: 0 0 10px var(--theme-default);
}
.sidebar-pannle-main ul .icon-btn i {
  font-size: 22px;
  color: var(--white);
}

.setting-sidebar {
  background-color: var(--white);
  width: 370px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -400px;
  z-index: 999;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-left: 1px solid var(--border-color);
  transition: all 0.3s ease;
}
.setting-sidebar.open {
  right: 0;
  transition: all 0.3s ease;
}
.setting-sidebar h4, .setting-sidebar .h4 {
  font-weight: 600;
}
.setting-sidebar p {
  color: var(--light-gray-color);
}
.setting-sidebar .customizer-header {
  padding: 10px 20px;
  background: var(--theme-default);
}
.setting-sidebar .customizer-header .theme-title {
  display: flex;
  align-items: center;
}
.setting-sidebar .customizer-header .theme-title h3, .setting-sidebar .customizer-header .theme-title .h3 {
  color: var(--white);
}
.setting-sidebar .customizer-header .theme-title p {
  color: var(--white);
}
.setting-sidebar .customizer-header .theme-title .flex-grow-1 .icon-btn.btn-outline-light {
  cursor: pointer;
  transition: 1s ease all;
  color: var(--theme-default);
  background-color: #eff1f2 !important;
  height: 37px;
  width: 37px;
  border-radius: 100%;
  font-weight: 800;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border: 0 !important;
}
.setting-sidebar .customizer-header .theme-title .flex-grow-1 .icon-btn.btn-outline-light:hover {
  transform: rotate(360deg);
}
.setting-sidebar .customizer-header .theme-title .flex-grow-1 .icon-btn.btn-outline-light i {
  font-size: 18px;
}
.setting-sidebar .customizer-body {
  padding: 20px;
  max-height: calc(100vh - 125px);
  overflow-y: scroll;
}
.setting-sidebar .customizer-body > div {
  background-color: rgba(241, 242, 242, 0.5);
  box-shadow: 0px 0px 4px 3px rgba(186, 186, 187, 0.3);
}
.setting-sidebar .customizer-body .color-body input:focus {
  border-color: var(--theme-default);
}
.setting-sidebar .customizer-body .color-body .color-img {
  position: relative;
  border: 5px solid rgba(48, 142, 135, 0.3);
  border-radius: 10px;
}
.setting-sidebar .customizer-body .color-body .color-img img {
  left: 0;
  border-radius: 5px;
  transition: all 1s;
}
.setting-sidebar .customizer-body .color-body .color-img img:hover {
  transform: scale(1.1);
}
.setting-sidebar .customizer-body .color-body .color-img .customizer-overlay {
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}
.setting-sidebar .customizer-body .color-body .color-img .color-btn {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.setting-sidebar .customizer-body .color-body .color-img .color-btn a {
  padding: 3px 6px;
  text-align: center;
  color: var(--white);
  font-size: 12px;
  border: solid 2px var(--white);
  z-index: 1;
}
.setting-sidebar .customizer-body .color-body .color-img:hover .customizer-overlay {
  display: block;
  background: rgba(0, 0, 0, 0.3);
}
.setting-sidebar .customizer-body .color-body .color-img:hover .color-btn {
  opacity: 1;
}
.setting-sidebar .customizer-body .radio-form {
  gap: 0px;
  align-items: center;
  justify-content: space-evenly;
  display: flex;
}
.setting-sidebar .customizer-body .sidebar-body .radio-wrapper li {
  width: unset;
  height: unset;
  padding: 8px 15px;
  max-width: unset;
}
.setting-sidebar .customizer-body .sidebar-body .radio-wrapper li .form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: none;
  background-image: none;
}
.setting-sidebar .customizer-body .sidebar-body .radio-wrapper li .form-check-input {
  cursor: pointer;
}
.setting-sidebar .customizer-body .sidebar-body .radio-wrapper li .form-check-input:checked ~ .form-check-label .stroke-icon {
  stroke: var(--theme-default);
}
.setting-sidebar .customizer-body .sidebar-body .radio-wrapper li .form-check-input:checked ~ .form-check-label .fill-icon {
  fill: var(--theme-default);
}
.setting-sidebar .customizer-body .sidebar-body .radio-wrapper li .form-check-input:checked ~ .form-check-label span {
  color: var(--theme-default);
}
.setting-sidebar .customizer-body .sidebar-body .radio-wrapper li .form-check-label {
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  gap: 6px;
}
.setting-sidebar .customizer-body .sidebar-body .radio-wrapper li .form-check-label svg {
  height: 18px;
  width: 18px;
}
.setting-sidebar .customizer-body .sidebar-body .radio-wrapper li .form-check-label .stroke-icon {
  stroke: var(--light-text);
}
.setting-sidebar .customizer-body .sidebar-body .radio-wrapper li .form-check-label .fill-icon {
  fill: var(--light-text);
}
.setting-sidebar .customizer-body .sidebar-body .radio-wrapper li .form-check-label span {
  color: var(--light-text);
}
.setting-sidebar .customizer-body .customizer-color ul .color-layout {
  height: 35px;
  width: 35px;
  border-radius: 6px;
  display: inline-block;
  margin-right: 3px;
  border: 1px solid #b8b8b8;
  padding: 3px;
  position: relative;
  cursor: pointer;
  opacity: 0.9;
}
.setting-sidebar .customizer-body .customizer-color ul .color-layout > div {
  background-color: #308E87;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.setting-sidebar .customizer-body .customizer-color ul .color-layout[data-attr=color-2] div {
  background-color: #57375D;
}
.setting-sidebar .customizer-body .customizer-color ul .color-layout[data-attr=color-3] div {
  background-color: #0766AD;
}
.setting-sidebar .customizer-body .customizer-color ul .color-layout[data-attr=color-4] div {
  background-color: #025464;
}
.setting-sidebar .customizer-body .customizer-color ul .color-layout[data-attr=color-5] div {
  background-color: #884A39;
}
.setting-sidebar .customizer-body .customizer-color ul .color-layout[data-attr=color-6] div {
  background-color: #0C356A;
}
.setting-sidebar .customizer-footer {
  padding: 10px 20px;
  border-top: 1px solid #cccbcb;
}
.setting-sidebar .customizer-footer .btn {
  align-items: center;
  display: flex;
  gap: 6px;
  box-shadow: 0 3px 3px 0 rgba(52, 71, 103, 0.15), 0 3px 1px -2px rgba(52, 71, 103, 0.2), 0 1px 5px 0 rgba(52, 71, 103, 0.15);
}
.setting-sidebar .customizer-footer .btn:hover {
  animation: pulse 1s infinite;
  transition: 0.3s;
}
.setting-sidebar .customizer-footer .btn:hover svg {
  animation: swing ease-in-out 0.5s 1 alternate;
}
.setting-sidebar .customizer-footer .btn svg {
  transition: color 0.3s;
}